Established TCP socket on 49031 <===[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: 1496122034451 [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 20170530-05:27:26: [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 20170530-05:27:27: [WARN]: Starting monitor thread [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:27:27: [WARN]: Starting monitoring... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:27:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:27:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:27: [INFO]: *** context label: null [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is from d1client.properties: null 20170530-05:27:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= reference BaseUrl = null context CN url = null 20170530-05:27:27: [INFO]: isNodeAlive for Node: https://mn-demo-6.test.dataone.org ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:27: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:28: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] Got response waited... 20170530-05:27:37: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] waited... done... Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 17.012 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 20170530-05:27:43: [INFO]: setting system property 'context.mn.baseurl' to value 'http://demo.test.dataone.org/knb/d1/mn' [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNStorageV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNDiagnosticV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNQueryV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNCoreV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNViewV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNAuthorizationV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNRegisterV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNRegisterV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNCoreV2SlowIT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNAuthorizationV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNAuthorizationV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNAuthenticationV1V2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNReadV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNStorageV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNCoreV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNPackageV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNReplicationV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNUpdateSystemMetadataIT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNReplicationV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNReplicationV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNCoreV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNReadV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNQueryV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNAuthorizationV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNViewV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNQueryV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNReplicationV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNContentIntegrityV1V2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNCoreV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNIdentityV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNCoreV1SlowIT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNReadV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.MNReadV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNIdentityV2IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: Registering class: org.dataone.integration.it.apiTests.CNQueryV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: running tests on: MNCoreV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:43: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:43: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:43: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/monitor/ping [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: ***************** running test for testGetCapabilities() vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: ***************** running test for testGetCapabilities() vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: ***************** running test for testGetCapabilities() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: running tests on: MNCoreV1SlowIT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:27:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: ***************** running test for testGetLogRecords(...) vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: ***************** running test for testGetLogRecords_Slicing(...) vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: ***************** running test for testGetLogRecords_DateFiltering(...) vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: ***************** running test for testGetLogRecords_AccessRestriction(...) vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: ***************** running test for testGetLogRecords_eventFiltering() vs. node: http://demo.test.dataone.org/knb/d1/mn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log?toDate=2017-05-30T05:27:44.269%2B00:00 [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: ***************** running test for testGetLogRecords_pidFiltering() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET http://demo.test.dataone.org/knb/d1/mn/v1/log [org.dataone.client.rest.RestClient] 20170530-05:27:44: [INFO]: running tests on: MNStorageV1IT [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:44: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:27:44: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: ***************** running test for testCreate() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:44: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:44: [WARN]: Could not refresh ObjectFormat cache from CN: [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:44: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Could not refresh ObjectFormat cache from CN: [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate2017149222744451; FilePart:object = /tmp/mmp.output.6083117276980369118.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3841654970739225026.tmp (937 bytes); [org.dataone.client.rest.RestClient] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: ***************** running test for testCreate_NoCert() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Could not refresh ObjectFormat cache from CN: [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestCreate2017149222745243; FilePart:object = /tmp/mmp.output.3980615568088615711.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.1998499721293880716.tmp (875 bytes); [org.dataone.client.rest.RestClient] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: ***************** running test for testUpdate() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: certificate filename: cnSandboxUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:27:45: [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_2017149222745274 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 20170530-05:27:45: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdate_2017149222745274 [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.(D1Object.java:169) at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1541) ... 67 more 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: ***************** running test for testUpdate_badObsoletedByInfo() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: certificate filename: cnSandboxUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:27:45: [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_2017149222745317 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 20170530-05:27:45: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdate_2017149222745317 [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.(D1Object.java:169) at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1541) ... 67 more 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: ***************** running test for testUpdate_badObsoletesInfo() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: certificate filename: cnSandboxUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:27:45: [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_2017149222745362 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 20170530-05:27:45: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdate_2017149222745362 [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.(D1Object.java:169) at org.dataone.integration.ContextAwareTestCaseDataone.createTestObject(ContextAwareTestCaseDataone.java:1541) ... 67 more 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: ***************** running test for testUpdate_NoCert() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Could not refresh ObjectFormat cache from CN: [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate2017149222745407; FilePart:object = /tmp/mmp.output.3771292323110731619.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.7865995156756898273.tmp (937 bytes); [org.dataone.client.rest.RestClient] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: certificate filename: testSubmitter [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: client setup as Subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:27:45: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: ***************** running test for testUpdate_NoRightsOnObsoleted() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Could not refresh ObjectFormat cache from CN: [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestUpdate2017149222745459; FilePart:object = /tmp/mmp.output.6283389678626623672.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.2378294693261358789.tmp (937 bytes); [org.dataone.client.rest.RestClient] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: ***************** running test for testArchive() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Could not refresh ObjectFormat cache from CN: [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestDelete2017149222745495; FilePart:object = /tmp/mmp.output.2523266348712033435.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.1561632406835111811.tmp (937 bytes); [org.dataone.client.rest.RestClient] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: ***************** running test for testArchive() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT http://demo.test.dataone.org/knb/d1/mn/v1/archive/fakeID.2017149222745526; MMP entity is null [org.dataone.client.rest.RestClient] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: ***************** running test for testArchive_NoCert() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Could not refresh ObjectFormat cache from CN: [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestArchive2017149222745536; FilePart:object = /tmp/mmp.output.2058175597450373881.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.4195358038047237442.tmp (938 bytes); [org.dataone.client.rest.RestClient] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** context label: SINGLE_MN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: *** mn.baseurl obtained from thread.X.mn.baseurl property [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is solo MemberNode: http://demo.test.dataone.org/knb/d1/mn 20170530-05:27:45: [INFO]: *** Adding MN to list: [http://demo.test.dataone.org/knb/d1/mn] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:27:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: ***************** running test for testDelete_NoCert() vs. node: http://demo.test.dataone.org/knb/d1/mn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:27:45: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Could not refresh ObjectFormat cache from CN: [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [WARN]: Will temporarily use the locally cached list. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: refreshed cache from format list shipped with libclient_java. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:27:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST http://demo.test.dataone.org/knb/d1/mn/v1/object; MMP message has: ParamPart:pid = mNodeTier3TestDelete2017149222745569; FilePart:object = /tmp/mmp.output.7636785826942502256.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.8884769505988685632.tmp (937 bytes); [org.dataone.client.rest.RestClient] Member Node Web Service Test Results
Member Node Url: http://demo.test.dataone.org/knb/d1/mnTue May 30 05:27:43 UTC 2017
org.dataone.integration.it.apiTests.MNCoreV1IT
ping - test for valid return 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 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: Name or service not known show trace
getCapabilities - test that a Node document is returned tests that the getCapabilities() call returns a result of type Node 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 ] show trace
getCapabilities - nodeIdentity value is valid tests that the nodeIdentity field follows naming rules indicated by 'urn:node:[[alpha]|_]{2,23}' 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 ] show trace
getCapabilities - contactSubject value is valid tests that at least one contactSubject element is populated with a RFC2253 compliant Subject value. 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 ] show trace
org.dataone.integration.it.apiTests.MNCoreV1IT Failed Test Case due to failures. [RunCount=4 Failures=4 Errors=0 Warnings=0 Assumptions=0 Ignored=0]
org.dataone.integration.it.apiTests.MNCoreV1SlowIT
getLogRecords - test no parameter and every-parameter cases test that a Log object is returned, calling with the STAGE CN certificate. 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 ] show trace
getLogRecords - test list slicing behavior 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. 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 ] show trace
getLogRecords - date filtering Test that the fromDate parameter works and excludes log records occurring before it. 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 ] show trace
getLogRecords - enforces access restrictions this test works by testing the negative case where the client is not a CN making the call, but is anonymous 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 ] show trace
getLogRecords - test event filtering 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. 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-05-30T05:27:44.269%2B00:00 ] show trace
getLogRecords - test PID filtering 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. 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 ] show trace
org.dataone.integration.it.apiTests.MNCoreV1SlowIT Failed Test Case due to failures. [RunCount=6 Failures=6 Errors=0 Warnings=0 Assumptions=0 Ignored=0]
org.dataone.integration.it.apiTests.MNStorageV1IT
create - tests that create works 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 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 = mNodeTier3TestCreate2017149222744451; FilePart:object = /tmp/mmp.output.6083117276980369118.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.3841654970739225026.tmp (937 bytes); ] show trace
create - test with unauthorized subject this test calls create with a certificate whose subject is not authorized and expects to get either a NotAuthorized or InvalidToken exception 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 = mNodeTier3TestCreate2017149222745243; FilePart:object = /tmp/mmp.output.3980615568088615711.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.1998499721293880716.tmp (875 bytes); ] show trace
create - test with challenging unicode identifiers tests create called with a variety of unicode identifiers, verifying that create throws no exceptions Test exists but claims to not be implemented (see MNStorageTestImplementations)
update - tests that update works 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. 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 ] show trace
update - tests with bad obsoletedBy info 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 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 ] show trace
update - tests with bad obsoletes info this test sets the obsoletes property on the system metadata before calling update with it, expecting an InvalidSystemMetadata exception 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 ] show trace
update - tests without a certificate this test creates an object and then tries, without a certificate, to call update, expecting a NotAuthorized or InvalidToken exception 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 = mNodeTier3TestUpdate2017149222745407; FilePart:object = /tmp/mmp.output.3771292323110731619.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.7865995156756898273.tmp (937 bytes); ] show trace
update - tests without a certificate 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 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 = mNodeTier3TestUpdate2017149222745459; FilePart:object = /tmp/mmp.output.6283389678626623672.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.2378294693261358789.tmp (937 bytes); ] show trace
archive - tests that archive works 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 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 = mNodeTier3TestDelete2017149222745495; FilePart:object = /tmp/mmp.output.2523266348712033435.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.1561632406835111811.tmp (937 bytes); ] show trace
archive - test with a fake identifier this test calls archive with a fake identifier, expecting a NotFound exception 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.2017149222745526; MMP entity is null ] show trace
archive - test without a certificate this test creates an object then calls archive without a certificate, expecting a NotAuthorized or InvalidToken exception 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 = mNodeTier3TestArchive2017149222745536; FilePart:object = /tmp/mmp.output.2058175597450373881.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.4195358038047237442.tmp (938 bytes); ] show trace
delete - test without a certificate this test creates an object then calls delete without a certificate, expecting a NotAuthorized or InvalidToken exception 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 = mNodeTier3TestCreate2017149222745243; FilePart:object = /tmp/mmp.output.3980615568088615711.tmp (684336 bytes); FilePart:sysmeta = /tmp/mmp.output.1998499721293880716.tmp (875 bytes); ] show trace
testGenerateIdentifier No test exists for this yet.
org.dataone.integration.it.apiTests.MNStorageV1IT Failed Test Case due to failures. [RunCount=11 Failures=11 Errors=0 Warnings=0 Assumptions=0 Ignored=2]
20170530-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] 20170530-05:27:45: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [INFO]: Registering class: org.dataone.integration.webTest.MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:45: [INFO]: running tests on: MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-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] 20170530-05:27:45: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [INFO]: Registering class: org.dataone.integration.webTest.MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet] 20170530-05:27:45: [INFO]: running tests on: MockV1ITCase [org.dataone.integration.webTest.TestRunnerHttpServlet] Member Node Web Service Test Results
Member Node Url: http://demo.test.dataone.org/knb/d1/mnTue May 30 05:27:45 UTC 2017
org.dataone.integration.webTest.MockV1ITCase TestCase class annotation
testWarning TestIterationEndingException: show trace
testSuccess
testIgnore
testAssumptionViolatedException AssumptionViolatedException: failed assumption: Could not set up the test properly. show trace
org.dataone.integration.webTest.MockV1ITCase Could not run all tests. [RunCount=3 Failures=0 Errors=0 Warnings=1 Assumptions=1 Ignored=1]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.501 sec Running org.dataone.integration.webTest.TestLauncher Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.dataone.integration.CommonResourcesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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 20170530-05:27:45: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [WARN]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [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 20170530-05:27:45: [ERROR]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [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.(AbstractFileConfiguration.java:181) at org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:269) at org.dataone.configuration.TestSettings.loadConfigurationFile(TestSettings.java:209) at org.dataone.configuration.TestSettings.getConfiguration(TestSettings.java:73) ... 38 more 20170530-05:27:45: [ERROR]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [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.(AbstractFileConfiguration.java:181) at org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:269) at org.dataone.configuration.TestSettings.loadConfigurationFile(TestSettings.java:209) at org.dataone.configuration.TestSettings.getConfiguration(TestSettings.java:73) ... 38 more 20170530-05:27:45: [ERROR]: Problem loading testing configuration at: 'null':: Cannot locate configuration source null [org.dataone.configuration.TestSettings] 20170530-05:27:45: [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.(AbstractFileConfiguration.java:181) at org.apache.commons.configuration.PropertiesConfiguration.(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.142 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.008 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 [612 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 20170530-05:28:01: [WARN]: Starting monitor thread [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:28:01: [WARN]: Starting monitoring... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:28:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:28:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:01: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] ~~~ Context is from d1client.properties: https://cn-dev-ucsb-1.test.dataone.org/cn 20170530-05:28:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:28:03: [INFO]: isNodeAlive for Node: https://cn-dev.test.dataone.org/cn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:03: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:03: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:03: [INFO]: *** Adding CN to list: cn-dev [ https://cn-dev.test.dataone.org/cn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:03: [INFO]: isNodeAlive for Node: https://cn-dev-ucsb-1.test.dataone.org/cn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:03: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:04: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:04: [INFO]: *** Adding CN to list: cn-dev-ucsb-1 [ https://cn-dev-ucsb-1.test.dataone.org/cn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:04: [INFO]: isNodeAlive for Node: https://cn-dev-unm-1.test.dataone.org/cn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:04: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:04: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:04: [INFO]: *** Adding CN to list: cn-dev-unm-1 [ https://cn-dev-unm-1.test.dataone.org/cn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:04: [INFO]: isNodeAlive for Node: https://cn-dev-orc-1.test.dataone.org/cn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:04: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: *** Adding CN to list: cn-dev-orc-1 [ https://cn-dev-orc-1.test.dataone.org/cn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: isNodeAlive for Node: https://gmn-dev.test.dataone.org/mn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [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] 20170530-05:28:05: [INFO]: isNodeAlive for Node: https://mn-demo-5.test.dataone.org/knb/d1/mn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: *** Adding MN to list: mn-demo-5 [ https://mn-demo-5.test.dataone.org/knb/d1/mn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: isNodeAlive for Node: https://mn-demo-7.test.dataone.org/knb/d1/mn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:05: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:06: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:06: [INFO]: *** Adding MN to list: mn-demo-7 [ https://mn-demo-7.test.dataone.org/knb/d1/mn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:06: [INFO]: isNodeAlive for Node: https://mn-demo-8.test.dataone.org/knb/d1/mn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:06: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:06: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:06: [INFO]: *** Adding MN to list: mn-demo-8 [ https://mn-demo-8.test.dataone.org/knb/d1/mn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:06: [INFO]: isNodeAlive for Node: https://mn-demo-6.test.dataone.org/knb/d1/mn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:06: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: *** Adding MN to list: mn-demo-6 [ https://mn-demo-6.test.dataone.org/knb/d1/mn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: isNodeAlive for Node: https://flynn-gmn-1.test.dataone.org/mn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: *** Adding MN to list: mnTestFLYNN [ https://flynn-gmn-1.test.dataone.org/mn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: isNodeAlive for Node: https://ncei-node.test.dataone.org/mn ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: ... calling node ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: ... called node [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: *** Adding MN to list: DataONE Supported NCEI Slender Node Test Instance [ https://ncei-node.test.dataone.org/mn ] [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: trying to filter CN list for the round robin CN... original size: 4, includes nodes: [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: CN: https://cn-dev.test.dataone.org/cn "BogusDescription Tier2 updateNodeCapabilities_updatingOtherField test" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: CN: https://cn-dev-ucsb-1.test.dataone.org/cn "UCSB Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: CN: https://cn-dev-unm-1.test.dataone.org/cn "UNM Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: CN: https://cn-dev-orc-1.test.dataone.org/cn "ORC Development Protocol Coordinating Node Number" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: including CN: https://cn-dev.test.dataone.org/cn "BogusDescription Tier2 updateNodeCapabilities_updatingOtherField test" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: including CN: https://cn-dev-ucsb-1.test.dataone.org/cn "UCSB Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: including CN: https://cn-dev-unm-1.test.dataone.org/cn "UNM Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: including CN: https://cn-dev-orc-1.test.dataone.org/cn "ORC Development Protocol Coordinating Node Number" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: filtered CN list without round robin CN. size: 4, including nodes: [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: CN: https://cn-dev.test.dataone.org/cn "BogusDescription Tier2 updateNodeCapabilities_updatingOtherField test" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: CN: https://cn-dev-ucsb-1.test.dataone.org/cn "UCSB Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: CN: https://cn-dev-unm-1.test.dataone.org/cn "UNM Development Protocol Coordinating Node" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: CN: https://cn-dev-orc-1.test.dataone.org/cn "ORC Development Protocol Coordinating Node Number" [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:28:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:28:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:28:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:28: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.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) 20170530-05:28:13: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:13: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:28:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:13: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:13: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:14: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:14: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28: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] 20170530-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.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) 20170530-05:28:15: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:15: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:15: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:16: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:16: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:17: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:17: [WARN]: ...aborting connection... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:28:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:20: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:28: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.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) 20170530-05:28:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:28:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:26: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptySubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:26: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:26: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:26: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:26: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:28: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.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) 20170530-05:28:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:28:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:32: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:32: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:28:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:32: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:32: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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_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) 20170530-05:28:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:28:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:38: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:38: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:38: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:38: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:38: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:28: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.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) 20170530-05:28:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:28:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:43: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:43: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28: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] 20170530-05:28: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.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) 20170530-05:28:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:28:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:49: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:49: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:49: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:49: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:49: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:28: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: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) 20170530-05:28:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:28:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:55: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:28:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:55: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:55: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:55: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:55: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:55: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:28:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:28:55: [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) 20170530-05:29:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:01: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:29: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.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) 20170530-05:29:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:06: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:29:06: [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) 20170530-05:29:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:11: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:29: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.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) 20170530-05:29: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] 20170530-05:29:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:17: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:29:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:17: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:17: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:17: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:17: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:17: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:29: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.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) 20170530-05:29:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:24: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:24: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:24: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:24: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:29: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: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) 20170530-05:29:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:30: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:30: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:30: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:30: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:30: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:29: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.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) 20170530-05:29:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:36: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:36: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:29: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: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) 20170530-05:29:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:42: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:29:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:42: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:42: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:42: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:42: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:42: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:29: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.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) 20170530-05:29:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:47: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:47: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:47: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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_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) 20170530-05:29:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:53: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:53: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29: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] 20170530-05:29: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_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) 20170530-05:29:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:29:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:58: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_AccessPolicy(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:29:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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_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) 20170530-05:30:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:04: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:30:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:04: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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_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) 20170530-05:30:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:09: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:30: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_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) 20170530-05:30:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:15: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:15: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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_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) 20170530-05:30:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:20: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_ReplAllow(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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_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) 20170530-05:30:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:26: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:30:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:26: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:26: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:26: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:26: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:26: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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_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) 20170530-05:30:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:32: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:32: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30: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] 20170530-05:30: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_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) 20170530-05:30:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:38: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:38: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:38: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:38: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:38: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:30: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_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) 20170530-05:30:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:44: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoOriginMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:44: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:44: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:44: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30: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] 20170530-05:30: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.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) 20170530-05:30:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:50: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:30:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:50: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:50: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:50: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:50: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:30:50: [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) 20170530-05:30:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:30:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:56: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:56: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:56: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:56: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30:56: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:30: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] 20170530-05:30:56: [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) 20170530-05:31:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:31:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:01: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31: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] 20170530-05:31: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.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) 20170530-05:31:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:31:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:07: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoAuthMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31: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] 20170530-05:31: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.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) 20170530-05:31:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:31:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:13: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:31:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:13: [INFO]: ***************** running test for testEchoIndexedObject_UnsupportedType(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:13: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:31: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.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) 20170530-05:31:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:31:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:18: [INFO]: ***************** running test for testEchoIndexedObject_UnsupportedType(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:18: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:18: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:18: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:18: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:31: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.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) 20170530-05:31: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] 20170530-05:31:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:24: [INFO]: ***************** running test for testEchoIndexedObject_UnsupportedType(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:24: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:24: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:24: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31: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] 20170530-05:31: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: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) 20170530-05:31:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:31:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:29: [INFO]: ***************** running test for testEchoIndexedObject_UnsupportedType(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:29: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:29: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:29: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:29: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31: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] 20170530-05:31: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_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) 20170530-05:31: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] 20170530-05:31:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:35: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:31:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:35: [INFO]: ***************** running test for testEchoIndexedObject_UnsupportedMetadataType(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:35: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:35: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:35: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:35: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:31: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) 20170530-05:31:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:31:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:41: [INFO]: ***************** running test for testEchoIndexedObject_UnsupportedMetadataType(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31: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] 20170530-05:31: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) 20170530-05:31: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] 20170530-05:31:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:47: [INFO]: ***************** running test for testEchoIndexedObject_UnsupportedMetadataType(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:47: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:47: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31: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] 20170530-05:31: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_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) 20170530-05:31: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] 20170530-05:31:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:53: [INFO]: ***************** running test for testEchoIndexedObject_UnsupportedMetadataType(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:53: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31: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] 20170530-05:31: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_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) 20170530-05:31: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] 20170530-05:31:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:59: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:31:59: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:59: [INFO]: ***************** running test for testEchoCredentials(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient] 20170530-05:31:59: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:31:59: [INFO]: ***************** running test for testEchoCredentials(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-05:32:00: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:00: [INFO]: ***************** running test for testEchoCredentials(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-05:32:00: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:00: [INFO]: ***************** running test for testEchoCredentials(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-05:32:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: ***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32: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.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) 20170530-05:32:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: ***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32: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.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) 20170530-05:32:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: ***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-05:32: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.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) 20170530-05:32:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: ***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32:02: [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) 20170530-05:32:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: certificate filename: testPerson [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: client setup as Subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:02: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: ***************** running test for testEchoSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:02: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:32:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32:03: [INFO]: refreshing objectFormatCache from cn: null [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:32:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:32:03: [INFO]: successfully refreshed cache from cn.listFormats() [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:32:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:04: [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.1716668604079414612.tmp (1035 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: ***************** running test for testEchoSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:04: [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.2093648331365556334.tmp (1034 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: ***************** running test for testEchoSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:04: [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.2341128516597178631.tmp (1035 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: ***************** running test for testEchoSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [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.4572404926445471824.tmp (1035 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_SerialVer(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_SerialVer(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_SerialVer(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_SerialVer(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_BadPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_BadPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_BadPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_BadPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_FormatId(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_FormatId(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_FormatId(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_FormatId(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSize(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSize(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSize(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSize(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoChecksum(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:06: [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.6984853461206362394.tmp (1009 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoChecksum(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:06: [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.1322015652518971933.tmp (1009 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoChecksum(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:07: [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.3542864503819896597.tmp (1009 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoChecksum(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:07: [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.6793948714419458633.tmp (1009 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:08: [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.4903071303548657705.tmp (1047 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:08: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:08: [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.6855189115229708090.tmp (1046 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:08: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:08: [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.916470106915599189.tmp (1047 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoSubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:08: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [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.332953046279498767.tmp (1047 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptySubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_EmptyRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [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.7920563920306646541.tmp (853 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:10: [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.7662257766960849837.tmp (853 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:10: [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.5123552546424179484.tmp (854 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_AccessPolicy(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:11: [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.6604335800690385513.tmp (854 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplNum(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:11: [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.3592526900248883047.tmp (1043 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplNum(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:11: [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.4874296911294641456.tmp (1044 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplNum(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:12: [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.5952957846917671422.tmp (1044 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:12: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplNum(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:12: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:12: [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.7313101699746158018.tmp (1043 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:12: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplAllow(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:12: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:12: [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.135313402447793641.tmp (1046 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:12: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplAllow(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:12: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:13: [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.6912995723042440303.tmp (1046 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplAllow(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:13: [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.5048428758043110779.tmp (1046 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_ReplAllow(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [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.891617139019977827.tmp (1046 bytes); [org.dataone.client.rest.RestClient] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoOriginMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoSystemMetadata_InvalidSysMeta_NoAuthMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32: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.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) 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32: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.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) 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: ***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-05:32: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.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) 20170530-05:32:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: ***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32: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_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) 20170530-05:32:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32: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] 20170530-05:32:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: ***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-05:32: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_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) 20170530-05:32:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32: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] 20170530-05:32:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:16: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:16: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:16: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:16: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:16: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:16: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32: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_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) 20170530-05:32:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:22: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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_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) 20170530-05:32:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:27: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-05:32: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_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) 20170530-05:32:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:32: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:32: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-05:32: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_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) 20170530-05:32:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32: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] 20170530-05:32:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:38: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:32:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:38: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:38: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:38: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:38: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:38: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32: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_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) 20170530-05:32:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:44: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:44: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:44: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:44: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-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_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) 20170530-05:32:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:50: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:50: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:50: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:50: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:32: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: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) 20170530-05:32:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:32:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:56: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_EmptyPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:56: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:56: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:56: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:32:56: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:32: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] 20170530-05:32:57: [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) 20170530-05:32:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:33:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:02: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:33:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:02: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_BadPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:02: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:33:02: [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) 20170530-05:33:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:33:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:08: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_BadPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:08: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:08: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:08: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33: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] 20170530-05:33: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.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) 20170530-05:33:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:33:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:13: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_BadPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:13: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:33: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.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) 20170530-05:33:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:33:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:19: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_BadPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:19: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33: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] 20170530-05:33: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.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) 20170530-05:33:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33: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] 20170530-05:33:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:25: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:33:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:25: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_SerialVer(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:33:25: [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) 20170530-05:33:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:33:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:30: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_SerialVer(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:30: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:30: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:30: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:30: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33: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] 20170530-05:33: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.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) 20170530-05:33:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33: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] 20170530-05:33:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:36: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_SerialVer(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:36: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33: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] 20170530-05:33: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: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) 20170530-05:33:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33: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] 20170530-05:33:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:41: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_SerialVer(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:33: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.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) 20170530-05:33:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-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] 20170530-05:33:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:33:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:47: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_FormatId(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:47: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:47: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:33: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: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) 20170530-05:33:48: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:33:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:53: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_FormatId(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:53: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33: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] 20170530-05:33: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_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) 20170530-05:33:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:33:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:59: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_FormatId(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:59: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:59: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:33:59: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:33:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:33: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_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) 20170530-05:33:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34: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] 20170530-05:34:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:05: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_FormatId(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:34: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_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) 20170530-05:34:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34: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] 20170530-05:34:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:11: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:34:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:11: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSize(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:11: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:11: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:11: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:34: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_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) 20170530-05:34:11: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-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] 20170530-05:34:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:16: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSize(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:16: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:16: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:16: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:16: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:34: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_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) 20170530-05:34:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-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] 20170530-05:34:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:22: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSize(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:22: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:22: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:22: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:22: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34: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] 20170530-05:34: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_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) 20170530-05:34:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-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] 20170530-05:34:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:28: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSize(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34: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] 20170530-05:34: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_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) 20170530-05:34:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34: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] 20170530-05:34:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:34: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:34:34: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:34: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:34: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:34: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:34: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:34: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_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) 20170530-05:34:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:34:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:39: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:39: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:39: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:39: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34: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] 20170530-05:34: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_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) 20170530-05:34:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:34:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:44: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:44: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:44: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:44: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:34: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.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) 20170530-05:34:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05: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] 20170530-05:34:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:50: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoChecksum(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:50: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:50: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:50: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:34:50: [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) 20170530-05:34:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:34:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:56: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:34:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:56: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:56: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:56: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:56: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:34:56: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:34:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:34:56: [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) 20170530-05:34:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:35:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:02: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:02: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35: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] 20170530-05:35:02: [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) 20170530-05:35:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:35:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:08: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:08: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:08: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:08: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:35: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.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) 20170530-05:35:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:35:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:13: [INFO]: ***************** running test for testEchoIndexedObject_InvalidSystemMetadata_NoSubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:13: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:35: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.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) 20170530-05:35:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:20: [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: 440.305 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNCoreV2IT 20170530-05:35:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:20: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/monitor/ping [org.dataone.client.rest.RestClient] 20170530-05:35:20: [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] 20170530-05:35:21: [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] 20170530-05:35:21: [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] 20170530-05:35:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:21: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:21: [INFO]: ***************** running test for testGetLogRecords(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log?fromDate=2017-05-30T05:35:26.875%2B00:00&toDate=2017-05-30T05:35:27.875%2B00:00&event=READ&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient] 20170530-05:35:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:28: [INFO]: ***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log?fromDate=2017-05-30T05:35:30.003%2B00:00&toDate=2017-05-30T05:35:31.004%2B00:00&event=READ&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient] 20170530-05:35:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:31: [INFO]: ***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log?fromDate=2017-05-30T05:35:32.849%2B00:00&toDate=2017-05-30T05:35:33.849%2B00:00&event=READ&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient] 20170530-05:35:34: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:34: [INFO]: ***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log?fromDate=2017-05-30T05:35:35.610%2B00:00&toDate=2017-05-30T05:35:36.610%2B00:00&event=READ&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient] 20170530-05:35:37: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:37: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:37: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:37: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:37: [INFO]: ***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:39: [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] 20170530-05:35:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:39: [INFO]: ***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:42: [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] 20170530-05:35:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:42: [INFO]: ***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:44: [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] 20170530-05:35:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:44: [INFO]: ***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:47: [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] 20170530-05:35:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:47: [INFO]: ***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:49: [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] 20170530-05:35:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:49: [INFO]: ***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:51: [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] 20170530-05:35:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:51: [INFO]: ***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:53: [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] 20170530-05:35:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:53: [INFO]: ***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/log [org.dataone.client.rest.RestClient] 20170530-05:35:55: [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] 20170530-05:35:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:55: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:55: [INFO]: ***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum [org.dataone.client.rest.RestClient] 20170530-05:35:55: [INFO]: ***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum [org.dataone.client.rest.RestClient] 20170530-05:35:56: [INFO]: ***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum [org.dataone.client.rest.RestClient] 20170530-05:35:56: [INFO]: ***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum [org.dataone.client.rest.RestClient] 20170530-05:35:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:56: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:56: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:56: [INFO]: ***************** running test for testListFormats(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:56: [WARN]: Cookie rejected [JSESSIONID="086CB7E20C8ADA67EDBEE087D422C11C", 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] 20170530-05:35:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:35:56: [INFO]: ***************** running test for testListFormats(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testListFormats(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [WARN]: Cookie rejected [JSESSIONID="293B35B30E7E96F390D00DFADF12A59E", 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] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testListFormats(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [WARN]: Cookie rejected [JSESSIONID="35E356E3FBD14601E5284FE5862D125A", 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] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:57: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [WARN]: Cookie rejected [JSESSIONID="086CB7E20C8ADA67EDBEE087D422C11C", 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] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [WARN]: Cookie rejected [JSESSIONID="293B35B30E7E96F390D00DFADF12A59E", 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] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [WARN]: Cookie rejected [JSESSIONID="35E356E3FBD14601E5284FE5862D125A", 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] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:57: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:35:57: [INFO]: refreshing objectFormatCache from cn: null [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: successfully refreshed cache from cn.listFormats() [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:35:57: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:35:57: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:35:57: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:35:57: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:35:57: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:35:57: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:57: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35: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] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:57: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:35:57: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:35:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:58: [INFO]: ***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [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] 20170530-05:35:58: [INFO]: ***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [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] 20170530-05:35:58: [INFO]: ***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [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] 20170530-05:35:58: [INFO]: ***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [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] 20170530-05:35:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:35:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [INFO]: certificate filename: testSubmitter [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:58: [INFO]: client setup as Subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:35:58: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:58: [INFO]: ***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:59: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017149223558271; [org.dataone.client.rest.RestClient] 20170530-05:35:59: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017149223558271; [org.dataone.client.rest.RestClient] 20170530-05:35:59: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:35:59: [INFO]: ***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:00: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017149223559978; [org.dataone.client.rest.RestClient] 20170530-05:36:00: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017149223559978; [org.dataone.client.rest.RestClient] 20170530-05:36:01: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:01: [INFO]: ***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:01: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017149223613; [org.dataone.client.rest.RestClient] 20170530-05:36:01: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017149223613; [org.dataone.client.rest.RestClient] 20170530-05:36:01: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:01: [INFO]: ***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:02: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 201714922361857; [org.dataone.client.rest.RestClient] 20170530-05:36:03: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 201714922361857; [org.dataone.client.rest.RestClient] 20170530-05:36:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:03: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:03: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:03: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:04: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate201714922363262; FilePart:sysmeta = /tmp/mmp.output.4869524407336673227.tmp (944 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/cNodeTier1TestCreate201714922363262 [org.dataone.client.rest.RestClient] 20170530-05:36:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:04: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:05: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate201714922364951; FilePart:sysmeta = /tmp/mmp.output.3525840295312210367.tmp (944 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/cNodeTier1TestCreate201714922364951 [org.dataone.client.rest.RestClient] 20170530-05:36:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:06: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:06: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate20171492236683; FilePart:sysmeta = /tmp/mmp.output.1314633932617334800.tmp (943 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/cNodeTier1TestCreate20171492236683 [org.dataone.client.rest.RestClient] 20170530-05:36:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:07: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:07: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate201714922367251; FilePart:sysmeta = /tmp/mmp.output.1982424516012875302.tmp (944 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:07: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:07: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:08: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate201714922367790; FilePart:sysmeta = /tmp/mmp.output.3042714017497539800.tmp (944 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:08: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:08: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate201714922368182; FilePart:sysmeta = /tmp/mmp.output.982667876936324092.tmp (944 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:08: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:08: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate201714922368537; FilePart:sysmeta = /tmp/mmp.output.6522855518424128107.tmp (944 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:08: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:09: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate201714922368789; FilePart:sysmeta = /tmp/mmp.output.8867167716020557569.tmp (944 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:09: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:09: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:09: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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 = 201714922369323; [org.dataone.client.rest.RestClient] 20170530-05:36:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/reserve/201714922369323?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient] 20170530-05:36:10: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:10: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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 = 2017149223610276; [org.dataone.client.rest.RestClient] 20170530-05:36:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/reserve/2017149223610276?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient] 20170530-05:36:11: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:11: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:11: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017149223611307; [org.dataone.client.rest.RestClient] 20170530-05:36:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve/2017149223611307?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient] 20170530-05:36:11: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:11: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve; MMP message has: ParamPart:pid = 2017149223611964; [org.dataone.client.rest.RestClient] 20170530-05:36:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve/2017149223611964?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient] 20170530-05:36:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:13: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:13: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/reserve/2017149223613170?subject=public [org.dataone.client.rest.RestClient] 20170530-05:36:13: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/reserve/2017149223613513?subject=public [org.dataone.client.rest.RestClient] 20170530-05:36:13: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/reserve/2017149223613843?subject=public [org.dataone.client.rest.RestClient] 20170530-05:36:14: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/reserve/201714922361431?subject=public [org.dataone.client.rest.RestClient] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:14: [INFO]: ***************** running test for testGetCapabilities() vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/ [org.dataone.client.rest.RestClient] 20170530-05:36:14: [INFO]: ***************** running test for testGetCapabilities() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/ [org.dataone.client.rest.RestClient] 20170530-05:36:14: [INFO]: ***************** running test for testGetCapabilities() vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/ [org.dataone.client.rest.RestClient] 20170530-05:36:14: [INFO]: ***************** running test for testGetCapabilities() vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/ [org.dataone.client.rest.RestClient] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:14: [INFO]: Testing create() method ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:14: [INFO]: Testing delete() method ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: Testing delete(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:14: [INFO]: ***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223614731 [org.dataone.client.rest.RestClient] 20170530-05:36:15: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:15: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017149223614731 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:15: [INFO]: creating a test object. pid = testUpdateSystemMetadata_NotAuthorized_2017149223614731 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:15: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017149223614731 1 testUpdateSystemMetadata_NotAuthorized_2017149223614731 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:36:15.201+00:00 2017-05-30T05:36:15.201+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:16: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017149223614731; FilePart:object = /tmp/mmp.output.7247999903883521296.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6051666543949220555.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:16: [INFO]: object created. pid = testUpdateSystemMetadata_NotAuthorized_2017149223614731 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:16: [INFO]: ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017149223614731 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223614731 [org.dataone.client.rest.RestClient] 20170530-05:36:17: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017149223614731; FilePart:sysmeta = /tmp/mmp.output.3439158164457510467.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [INFO]: ***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223617508 [org.dataone.client.rest.RestClient] 20170530-05:36:17: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:17: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017149223617508 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [INFO]: creating a test object. pid = testUpdateSystemMetadata_NotAuthorized_2017149223617508 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:17: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017149223617508 1 testUpdateSystemMetadata_NotAuthorized_2017149223617508 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:36:17.938+00:00 2017-05-30T05:36:17.938+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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 = testUpdateSystemMetadata_NotAuthorized_2017149223617508; FilePart:object = /tmp/mmp.output.3411704083229342748.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3859353914481263038.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:19: [INFO]: object created. pid = testUpdateSystemMetadata_NotAuthorized_2017149223617508 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:19: [INFO]: ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017149223617508 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223617508 [org.dataone.client.rest.RestClient] 20170530-05:36:20: [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_2017149223617508; FilePart:sysmeta = /tmp/mmp.output.2608272207057631622.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:20: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:20: [INFO]: ***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223620193 [org.dataone.client.rest.RestClient] 20170530-05:36:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:20: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017149223620193 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:20: [INFO]: creating a test object. pid = testUpdateSystemMetadata_NotAuthorized_2017149223620193 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:20: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017149223620193 1 testUpdateSystemMetadata_NotAuthorized_2017149223620193 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:36:20.544+00:00 2017-05-30T05:36:20.544+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:21: [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_2017149223620193; FilePart:object = /tmp/mmp.output.5334899479389158532.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8844110674749264089.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:21: [INFO]: object created. pid = testUpdateSystemMetadata_NotAuthorized_2017149223620193 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:21: [INFO]: ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017149223620193 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223620193 [org.dataone.client.rest.RestClient] 20170530-05:36:22: [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_2017149223620193; FilePart:sysmeta = /tmp/mmp.output.6218210919521601684.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:22: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:22: [INFO]: ***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223622542 [org.dataone.client.rest.RestClient] 20170530-05:36:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:23: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017149223622542 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: creating a test object. pid = testUpdateSystemMetadata_NotAuthorized_2017149223622542 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017149223622542 1 testUpdateSystemMetadata_NotAuthorized_2017149223622542 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:36:23.200+00:00 2017-05-30T05:36:23.200+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [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_2017149223622542; FilePart:object = /tmp/mmp.output.8976880785383540548.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1854803510477300356.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:23: [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_2017149223622542 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_2017149223622542 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_2017149223622542 at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630) at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517) at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java: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 20170530-05:36:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:23: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:23: [INFO]: ***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223623958 [org.dataone.client.rest.RestClient] 20170530-05:36:24: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:24: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:24: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:24: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017149223623958 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:24: [INFO]: creating a test object. pid = testUpdateSystemMetadata_NotAuthorized_2017149223623958 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:24: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017149223623958 1 testUpdateSystemMetadata_NotAuthorized_2017149223623958 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:36:24.378+00:00 2017-05-30T05:36:24.378+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:25: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017149223623958; FilePart:object = /tmp/mmp.output.1494414851898985935.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1955789947499994676.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:25: [INFO]: object created. pid = testUpdateSystemMetadata_NotAuthorized_2017149223623958 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:25: [INFO]: ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017149223623958 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223623958 [org.dataone.client.rest.RestClient] 20170530-05:36:26: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = testUpdateSystemMetadata_NotAuthorized_2017149223623958; FilePart:sysmeta = /tmp/mmp.output.1881251475196538881.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:26: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:26: [INFO]: ***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223626615 [org.dataone.client.rest.RestClient] 20170530-05:36:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:27: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017149223626615 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:27: [INFO]: creating a test object. pid = testUpdateSystemMetadata_NotAuthorized_2017149223626615 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:27: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017149223626615 1 testUpdateSystemMetadata_NotAuthorized_2017149223626615 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:36:27.089+00:00 2017-05-30T05:36:27.089+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:28: [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_2017149223626615; FilePart:object = /tmp/mmp.output.4364568551812227508.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5315795756807779582.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:28: [INFO]: object created. pid = testUpdateSystemMetadata_NotAuthorized_2017149223626615 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:28: [INFO]: ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017149223626615 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223626615 [org.dataone.client.rest.RestClient] 20170530-05:36:29: [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_2017149223626615; FilePart:sysmeta = /tmp/mmp.output.3010778618295569798.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [INFO]: ***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223629607 [org.dataone.client.rest.RestClient] 20170530-05:36:29: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:29: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017149223629607 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [INFO]: creating a test object. pid = testUpdateSystemMetadata_NotAuthorized_2017149223629607 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:29: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017149223629607 1 testUpdateSystemMetadata_NotAuthorized_2017149223629607 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:36:29.950+00:00 2017-05-30T05:36:29.950+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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 = testUpdateSystemMetadata_NotAuthorized_2017149223629607; FilePart:object = /tmp/mmp.output.8408942943832550011.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1585929290471299273.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:31: [INFO]: object created. pid = testUpdateSystemMetadata_NotAuthorized_2017149223629607 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:31: [INFO]: ====>>>>> pid of procured test Object: testUpdateSystemMetadata_NotAuthorized_2017149223629607 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223629607 [org.dataone.client.rest.RestClient] 20170530-05:36:31: [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_2017149223629607; FilePart:sysmeta = /tmp/mmp.output.8924145907781790245.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:31: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:31: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:31: [INFO]: ***************** running test for testUpdateSystemMetadata_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NotAuthorized_2017149223631642 [org.dataone.client.rest.RestClient] 20170530-05:36:32: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:32: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:32: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:32: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:32: [WARN]: Unable to find a valid authoritative MN to use for the object: testUpdateSystemMetadata_NotAuthorized_2017149223631642 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:32: [INFO]: creating a test object. pid = testUpdateSystemMetadata_NotAuthorized_2017149223631642 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:32: [INFO]: SystemMetadata for pid: testUpdateSystemMetadata_NotAuthorized_2017149223631642 1 testUpdateSystemMetadata_NotAuthorized_2017149223631642 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:36:32.563+00:00 2017-05-30T05:36:32.563+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:33: [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_2017149223631642; FilePart:object = /tmp/mmp.output.8646691671094330887.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7320706379966419798.tmp (1084 bytes); [org.dataone.client.rest.RestClient] 20170530-05:36:33: [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_2017149223631642 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_2017149223631642 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_2017149223631642 at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630) at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517) at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java: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 20170530-05:36:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:33: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:33: [INFO]: ***************** running test for testUpdateSystemMetadata_NoSerialVersion() vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NoSerialVersion_2017149223633390 [org.dataone.client.rest.RestClient] 20170530-05:36:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:34: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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_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) 20170530-05:36: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_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) 20170530-05:36:34: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [INFO]: ***************** running test for testUpdateSystemMetadata_NoSerialVersion() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NoSerialVersion_2017149223634298 [org.dataone.client.rest.RestClient] 20170530-05:36:34: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:34: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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_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) 20170530-05:36: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_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) 20170530-05:36:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:35: [INFO]: ***************** running test for testUpdateSystemMetadata_NoSerialVersion() vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NoSerialVersion_2017149223635218 [org.dataone.client.rest.RestClient] 20170530-05:36:35: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:35: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:35: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:35: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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_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) 20170530-05:36: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_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) 20170530-05:36:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:35: [INFO]: ***************** running test for testUpdateSystemMetadata_NoSerialVersion() vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_NoSerialVersion_2017149223635846 [org.dataone.client.rest.RestClient] 20170530-05:36:36: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:36: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:36: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:36: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36:37: [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) 20170530-05:36:37: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_NoPid(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_2017149223637219 [org.dataone.client.rest.RestClient] 20170530-05:36:37: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:37: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:37: [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) 20170530-05:36:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:37: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_NoPid(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_2017149223637589 [org.dataone.client.rest.RestClient] 20170530-05:36:38: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:38: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_NoPid(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_201714922363840 [org.dataone.client.rest.RestClient] 20170530-05:36:38: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:38: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:38: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_NoPid(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NoPid_2017149223638373 [org.dataone.client.rest.RestClient] 20170530-05:36:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:39: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:39: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_PidMismatch(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch2017149223639361 [org.dataone.client.rest.RestClient] 20170530-05:36:39: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:39: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:39: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_PidMismatch(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch2017149223639814 [org.dataone.client.rest.RestClient] 20170530-05:36:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_PidMismatch(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch2017149223640338 [org.dataone.client.rest.RestClient] 20170530-05:36:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:40: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_PidMismatch(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_PidMismatch2017149223640695 [org.dataone.client.rest.RestClient] 20170530-05:36:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified2017149223641429 [org.dataone.client.rest.RestClient] 20170530-05:36:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:41: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified2017149223641887 [org.dataone.client.rest.RestClient] 20170530-05:36:42: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:42: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified2017149223642441 [org.dataone.client.rest.RestClient] 20170530-05:36:42: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:42: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:42: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidSystemMetadata_SysmetaUnmodified2017149223642818 [org.dataone.client.rest.RestClient] 20170530-05:36:43: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:36:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:36:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:44: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:36:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:44: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:36:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:44: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSize(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedSize2017149223644998 [org.dataone.client.rest.RestClient] 20170530-05:36:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSize(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedSize2017149223645539 [org.dataone.client.rest.RestClient] 20170530-05:36:45: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:46: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSize(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedSize201714922364611 [org.dataone.client.rest.RestClient] 20170530-05:36:46: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:46: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:46: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:46: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:46: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:46: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSize(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedSize2017149223646364 [org.dataone.client.rest.RestClient] 20170530-05:36:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:47: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36: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.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) 20170530-05:36:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum2017149223647560 [org.dataone.client.rest.RestClient] 20170530-05:36:47: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:48: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:48: [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) 20170530-05:36:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum201714922364819 [org.dataone.client.rest.RestClient] 20170530-05:36:48: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:48: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36:48: [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) 20170530-05:36:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum2017149223648525 [org.dataone.client.rest.RestClient] 20170530-05:36:48: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:48: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:48: [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) 20170530-05:36:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:48: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedChecksum2017149223648855 [org.dataone.client.rest.RestClient] 20170530-05:36:49: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:49: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:49: [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) 20170530-05:36:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:49: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:36:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:49: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:49: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:36:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:50: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36:50: [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) 20170530-05:36:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36: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] 20170530-05:36:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSubmitter(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: certificate filename: testRightsHolder [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:50: [INFO]: client setup as Subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36:50: [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) 20170530-05:36:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:36:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded_201714922365179 [org.dataone.client.rest.RestClient] 20170530-05:36:51: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:51: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:51: [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) 20170530-05:36:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded_2017149223651593 [org.dataone.client.rest.RestClient] 20170530-05:36:51: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:51: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:51: [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) 20170530-05:36:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:52: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded_20171492236524 [org.dataone.client.rest.RestClient] 20170530-05:36:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36:52: [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) 20170530-05:36:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:52: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedDateUploaded_2017149223652544 [org.dataone.client.rest.RestClient] 20170530-05:36:53: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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.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) 20170530-05:36:53: [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) 20170530-05:36:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:53: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:53: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN_2017149223653671 [org.dataone.client.rest.RestClient] 20170530-05:36:54: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:54: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36:54: [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) 20170530-05:36:54: [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) 20170530-05:36:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN_2017149223654126 [org.dataone.client.rest.RestClient] 20170530-05:36:54: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:54: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36:54: [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) 20170530-05:36:54: [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) 20170530-05:36:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN_2017149223654643 [org.dataone.client.rest.RestClient] 20170530-05:36:54: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:54: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36:54: [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) 20170530-05:36:54: [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) 20170530-05:36:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:54: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_ModifiedOriginMN_2017149223654989 [org.dataone.client.rest.RestClient] 20170530-05:36:55: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:55: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:55: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:55: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:55: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36:55: [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) 20170530-05:36:55: [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) 20170530-05:36:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:55: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:55: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_NullOriginMN(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NullOriginMN2017149223655862 [org.dataone.client.rest.RestClient] 20170530-05:36:56: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:56: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36:56: [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) 20170530-05:36:56: [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) 20170530-05:36:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_NullOriginMN(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NullOriginMN2017149223656424 [org.dataone.client.rest.RestClient] 20170530-05:36:56: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:56: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36:56: [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) 20170530-05:36:56: [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) 20170530-05:36:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:56: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_NullOriginMN(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NullOriginMN2017149223656877 [org.dataone.client.rest.RestClient] 20170530-05:36:57: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:57: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36:57: [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) 20170530-05:36:57: [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) 20170530-05:36:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_NullOriginMN(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_InvalidRequest_NullOriginMN2017149223657370 [org.dataone.client.rest.RestClient] 20170530-05:36:57: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:57: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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.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) 20170530-05:36:58: [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) 20170530-05:36:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:36: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: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) 20170530-05:36:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:36:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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: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) 20170530-05:36:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36: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] 20170530-05:36:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-05:36: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: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) 20170530-05:36:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-05:36:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:59: [INFO]: ***************** running test for testUpdateSystemMetadata_InvalidRequest_ModifiedSeriesId(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:59: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36:59: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36: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] 20170530-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.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) 20170530-05:36:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:36: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] 20170530-05:36:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:59: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:36:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:59: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:36:59: [INFO]: ***************** running test for testUpdateSystemMetadata_RightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_RightsHolder_2017149223659703 [org.dataone.client.rest.RestClient] 20170530-05:37:00: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:00: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:00: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:00: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:00: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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.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) 20170530-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.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) 20170530-05:37:00: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:00: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:00: [INFO]: ***************** running test for testUpdateSystemMetadata_RightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_RightsHolder_201714922370654 [org.dataone.client.rest.RestClient] 20170530-05:37:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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.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) 20170530-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.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) 20170530-05:37:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: ***************** running test for testUpdateSystemMetadata_RightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_RightsHolder_201714922371106 [org.dataone.client.rest.RestClient] 20170530-05:37:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-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.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) 20170530-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.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) 20170530-05:37:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:01: [INFO]: ***************** running test for testUpdateSystemMetadata_RightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_RightsHolder_201714922371451 [org.dataone.client.rest.RestClient] 20170530-05:37:02: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:02: [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) 20170530-05:37:02: [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) 20170530-05:37:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:02: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:02: [INFO]: ***************** running test for testUpdateSystemMetadata_CN_(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_CN_201714922372741 [org.dataone.client.rest.RestClient] 20170530-05:37:03: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:03: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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.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) 20170530-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.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) 20170530-05:37:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: ***************** running test for testUpdateSystemMetadata_CN_(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_CN_201714922373210 [org.dataone.client.rest.RestClient] 20170530-05:37:03: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:03: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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.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) 20170530-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.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) 20170530-05:37:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: ***************** running test for testUpdateSystemMetadata_CN_(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_CN_201714922373640 [org.dataone.client.rest.RestClient] 20170530-05:37:03: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:03: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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.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) 20170530-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.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) 20170530-05:37:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:03: [INFO]: ***************** running test for testUpdateSystemMetadata_CN_(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testUpdateSystemMetadata_CN_201714922373980 [org.dataone.client.rest.RestClient] 20170530-05:37:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37: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] 20170530-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.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) 20170530-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.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) 20170530-05:37:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:04: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:04: [INFO]: ***************** running test for testSynchronize_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testSynchronize_NotAuthorized201714922374810 [org.dataone.client.rest.RestClient] 20170530-05:37:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-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.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) 20170530-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.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) 20170530-05:37:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:05: [INFO]: ***************** running test for testSynchronize_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testSynchronize_NotAuthorized201714922375732 [org.dataone.client.rest.RestClient] 20170530-05:37:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:06: [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) 20170530-05:37:06: [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) 20170530-05:37:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: ***************** running test for testSynchronize_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testSynchronize_NotAuthorized201714922376144 [org.dataone.client.rest.RestClient] 20170530-05:37:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:06: [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) 20170530-05:37:06: [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) 20170530-05:37:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:06: [INFO]: ***************** running test for testSynchronize_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testSynchronize_NotAuthorized201714922376603 [org.dataone.client.rest.RestClient] 20170530-05:37:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-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.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) 20170530-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.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) Tests run: 88, Failures: 63, Errors: 0, Skipped: 6, Time elapsed: 107.335 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNViewV2IT 20170530-05:37:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [INFO]: ***************** running test for testListViews(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-05:37:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:07: [INFO]: ***************** running test for testListViews(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-05:37:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:08: [INFO]: ***************** running test for testListViews(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-05:37:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:08: [INFO]: ***************** running test for testListViews(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-05:37:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:08: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:08: [INFO]: ***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testView_InvalidTheme_201714922378788 [org.dataone.client.rest.RestClient] 20170530-05:37:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:09: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:09: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:09: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_201714922378788 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:09: [INFO]: creating a test object. pid = testView_InvalidTheme_201714922378788 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:09: [INFO]: SystemMetadata for pid: testView_InvalidTheme_201714922378788 1 testView_InvalidTheme_201714922378788 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:37:09.276+00:00 2017-05-30T05:37:09.276+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:10: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_InvalidTheme_201714922378788; FilePart:object = /tmp/mmp.output.7919792960463802047.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6505766598551734695.tmp (1066 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:10: [INFO]: object created. pid = testView_InvalidTheme_201714922378788 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:10: [INFO]: ====>>>>> pid of procured test Object: testView_InvalidTheme_201714922378788 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/bogus_theme_yaaaay/testView_InvalidTheme_201714922378788 [org.dataone.client.rest.RestClient] 20170530-05:37:11: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:11: [INFO]: ***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testView_InvalidTheme_2017149223711606 [org.dataone.client.rest.RestClient] 20170530-05:37:12: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:12: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:12: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:12: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:12: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_2017149223711606 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:12: [INFO]: creating a test object. pid = testView_InvalidTheme_2017149223711606 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:12: [INFO]: SystemMetadata for pid: testView_InvalidTheme_2017149223711606 1 testView_InvalidTheme_2017149223711606 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:37:12.024+00:00 2017-05-30T05:37:12.024+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:13: [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_2017149223711606; FilePart:object = /tmp/mmp.output.351288488770544784.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4780374840423352047.tmp (1067 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:13: [INFO]: object created. pid = testView_InvalidTheme_2017149223711606 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:13: [INFO]: ====>>>>> pid of procured test Object: testView_InvalidTheme_2017149223711606 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/bogus_theme_yaaaay/testView_InvalidTheme_2017149223711606 [org.dataone.client.rest.RestClient] 20170530-05:37:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:14: [INFO]: ***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testView_InvalidTheme_2017149223714165 [org.dataone.client.rest.RestClient] 20170530-05:37:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:14: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:14: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_2017149223714165 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:14: [INFO]: creating a test object. pid = testView_InvalidTheme_2017149223714165 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:14: [INFO]: SystemMetadata for pid: testView_InvalidTheme_2017149223714165 1 testView_InvalidTheme_2017149223714165 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:37:14.521+00:00 2017-05-30T05:37:14.521+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:15: [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_2017149223714165; FilePart:object = /tmp/mmp.output.4716718519151946093.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8179570510619511117.tmp (1067 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:15: [INFO]: object created. pid = testView_InvalidTheme_2017149223714165 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:15: [INFO]: ====>>>>> pid of procured test Object: testView_InvalidTheme_2017149223714165 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/bogus_theme_yaaaay/testView_InvalidTheme_2017149223714165 [org.dataone.client.rest.RestClient] 20170530-05:37:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:16: [INFO]: ***************** running test for testView_InvalidTheme(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testView_InvalidTheme_2017149223716136 [org.dataone.client.rest.RestClient] 20170530-05:37:16: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:16: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:16: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:16: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:16: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_InvalidTheme_2017149223716136 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:16: [INFO]: creating a test object. pid = testView_InvalidTheme_2017149223716136 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:16: [INFO]: SystemMetadata for pid: testView_InvalidTheme_2017149223716136 1 testView_InvalidTheme_2017149223716136 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:37:16.762+00:00 2017-05-30T05:37:16.762+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:17: [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_2017149223716136; FilePart:object = /tmp/mmp.output.9082419774676670738.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4098268039517041998.tmp (1067 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:17: [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_2017149223716136 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_2017149223716136 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_2017149223716136 at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630) at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517) at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java: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 20170530-05:37:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:17: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:17: [INFO]: ***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:18: [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] 20170530-05:37:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:18: [INFO]: ***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:18: [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] 20170530-05:37:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:18: [INFO]: ***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:18: [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] 20170530-05:37:18: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:18: [INFO]: ***************** running test for testView_InvalidSystemMetadata(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [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] 20170530-05:37:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: ***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/testView_NotAuthorized_2017149223719575 [org.dataone.client.rest.RestClient] 20170530-05:37:19: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_2017149223719575 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: creating a test object. pid = testView_NotAuthorized_2017149223719575 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:19: [INFO]: SystemMetadata for pid: testView_NotAuthorized_2017149223719575 1 testView_NotAuthorized_2017149223719575 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:37:19.984+00:00 2017-05-30T05:37:19.984+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:21: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_NotAuthorized_2017149223719575; FilePart:object = /tmp/mmp.output.1799488588321797548.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4956422281855245791.tmp (1068 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:21: [INFO]: object created. pid = testView_NotAuthorized_2017149223719575 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:21: [INFO]: ====>>>>> pid of procured test Object: testView_NotAuthorized_2017149223719575 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/default/testView_NotAuthorized_2017149223719575 [org.dataone.client.rest.RestClient] 20170530-05:37:23: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [INFO]: ***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/testView_NotAuthorized_2017149223723298 [org.dataone.client.rest.RestClient] 20170530-05:37:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:23: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_2017149223723298 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [INFO]: creating a test object. pid = testView_NotAuthorized_2017149223723298 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:23: [INFO]: SystemMetadata for pid: testView_NotAuthorized_2017149223723298 1 testView_NotAuthorized_2017149223723298 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:37:23.782+00:00 2017-05-30T05:37:23.782+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37: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 = testView_NotAuthorized_2017149223723298; FilePart:object = /tmp/mmp.output.4409418550566452179.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3022800083607466962.tmp (1068 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:25: [INFO]: object created. pid = testView_NotAuthorized_2017149223723298 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:25: [INFO]: ====>>>>> pid of procured test Object: testView_NotAuthorized_2017149223723298 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/default/testView_NotAuthorized_2017149223723298 [org.dataone.client.rest.RestClient] 20170530-05:37:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:27: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:27: [INFO]: ***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/testView_NotAuthorized_2017149223727566 [org.dataone.client.rest.RestClient] 20170530-05:37:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:28: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:28: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:28: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:28: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:28: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_2017149223727566 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:28: [INFO]: creating a test object. pid = testView_NotAuthorized_2017149223727566 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:28: [INFO]: SystemMetadata for pid: testView_NotAuthorized_2017149223727566 1 testView_NotAuthorized_2017149223727566 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:37:28.052+00:00 2017-05-30T05:37:28.052+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:29: [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_2017149223727566; FilePart:object = /tmp/mmp.output.7674400435205087312.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5438887630798603538.tmp (1068 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:29: [INFO]: object created. pid = testView_NotAuthorized_2017149223727566 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:29: [INFO]: ====>>>>> pid of procured test Object: testView_NotAuthorized_2017149223727566 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/default/testView_NotAuthorized_2017149223727566 [org.dataone.client.rest.RestClient] 20170530-05:37:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:32: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:32: [INFO]: ***************** running test for testView_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/testView_NotAuthorized_2017149223732569 [org.dataone.client.rest.RestClient] 20170530-05:37:33: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:33: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:33: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:33: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:33: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_NotAuthorized_2017149223732569 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:33: [INFO]: creating a test object. pid = testView_NotAuthorized_2017149223732569 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:33: [INFO]: SystemMetadata for pid: testView_NotAuthorized_2017149223732569 1 testView_NotAuthorized_2017149223732569 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org testRightsHolder changePermission 2017-05-30T05:37:33.466+00:00 2017-05-30T05:37:33.466+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:34: [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_2017149223732569; FilePart:object = /tmp/mmp.output.3633969955967682665.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2077067714684155245.tmp (1068 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:34: [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_2017149223732569 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_2017149223732569 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_2017149223732569 at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630) at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517) at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java: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 Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 26.808 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNRegisterV2IT 20170530-05:37:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:34: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:34: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:34: [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.6538260781251230973.tmp (833 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:34: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:35: [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.536320672352817663.tmp (833 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:35: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37: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] 20170530-05:37:35: [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.7430148681711441139.tmp (833 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:35: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:37:35: [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.8520557238896801888.tmp (833 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:35: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:35: [INFO]: ***************** running test for testRegister(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:37:36: [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.4698973532849638926.tmp (1264 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:36: [INFO]: ***************** running test for testRegister(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:37:37: [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.971772746810589590.tmp (1264 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:37: [INFO]: ***************** running test for testRegister(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:37: [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.4167568203835796602.tmp (1264 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:37: [INFO]: ***************** running test for testRegister(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:38: [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.3379333674324000854.tmp (1264 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:38: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:38: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:38: [INFO]: ***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:39: [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] 20170530-05:37:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:39: [INFO]: ***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:37:39: [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] 20170530-05:37:39: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:39: [INFO]: ***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:40: [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] 20170530-05:37:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:40: [INFO]: ***************** running test for testGetNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:40: [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] 20170530-05:37:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:40: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:40: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:41: [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.4015937401706343744.tmp (833 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:41: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37: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] 20170530-05:37:41: [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.5400084783081809938.tmp (833 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:41: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:42: [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.6785797436079033355.tmp (833 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:42: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:42: [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.6940535785723988412.tmp (833 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:42: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:42: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:42: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:37:42: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:42: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:37:43: [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.5655407991376665232.tmp (899 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:43: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-05:37:43: [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.1253629969369452426.tmp (899 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:43: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:37:44: [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.6803046502357015010.tmp (899 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:44: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:44: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:44: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:44: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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] 20170530-05:37:44: [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.6671246676292720515.tmp (899 bytes); [org.dataone.client.rest.RestClient] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 10.388 sec Running org.dataone.integration.it.apiTests.CNRegisterV1IT 20170530-05:37:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:44: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:44: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:45: [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.8785100407401886326.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:45: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:45: [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.9218318067824793137.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:45: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37: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] 20170530-05:37:45: [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.575901700588920975.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:45: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:46: [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.2474676359848080550.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:46: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:46: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:46: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:47: [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.4714949470730118392.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:47: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:47: [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.4485357142667057065.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:47: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:47: [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.2837810120565883981.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:47: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:48: [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.3640175206140129804.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:48: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:48: [INFO]: ***************** running test for testRegister(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:48: [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.77479292400150986.tmp (1211 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:48: [INFO]: ***************** running test for testRegister(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:49: [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.6982974966615949515.tmp (1211 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:49: [INFO]: ***************** running test for testRegister(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:49: [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.5870728066514432678.tmp (1211 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:49: [INFO]: ***************** running test for testRegister(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:50: [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.3571171484664969660.tmp (1211 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:50: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:50: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:50: [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.3747567645761563736.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:50: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:51: [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.5927875327006586304.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:51: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:51: [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.3088534006452906010.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:51: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:52: [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.3547582676391018765.tmp (780 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:52: [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.6496235839493496978.tmp (846 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:53: [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.2753639648147018152.tmp (846 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:53: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:37:53: [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.5783021864575280259.tmp (846 bytes); [org.dataone.client.rest.RestClient] 20170530-05:37:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:53: [INFO]: ***************** running test for testUpdateNodeCapabilities(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37: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] 20170530-05:37:54: [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.8919716271238886010.tmp (846 bytes); [org.dataone.client.rest.RestClient] Tests run: 12, Failures: 8, Errors: 0, Skipped: 1, Time elapsed: 9.578 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNAuthorizationV1IT 20170530-05:37:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:54: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= 20170530-05:37:54: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:54: [INFO]: ***************** running test for testIsAuthorized() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:56: [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] 20170530-05:37:56: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:56: [INFO]: Caching identifier TierTesting:cn-dev:Public_READ.15 for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:57: [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] 20170530-05:37:57: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:57: [INFO]: ***************** running test for testIsAuthorized() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:59: [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] 20170530-05:37:59: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:37:59: [INFO]: Caching identifier TierTesting:cn-dev-ucsb-1:Public_READ.15 for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38: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=read [org.dataone.client.rest.RestClient] 20170530-05:38:01: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:01: [INFO]: ***************** running test for testIsAuthorized() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:05: [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] 20170530-05:38:05: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:05: [INFO]: Caching identifier TierTesting:cn-dev-unm-1:Public_READ.15 for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38: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=read [org.dataone.client.rest.RestClient] 20170530-05:38:09: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:09: [INFO]: ***************** running test for testIsAuthorized() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38: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] 20170530-05:38:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38:13: [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] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38:15: [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] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38:17: [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] 20170530-05:38: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] 20170530-05:38:18: [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] 20170530-05:38:19: [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] 20170530-05:38: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] 20170530-05:38:20: [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] 20170530-05:38:21: [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] 20170530-05:38: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] 20170530-05:38:22: [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] 20170530-05:38:23: [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] 20170530-05:38:23: [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] 20170530-05:38:24: [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] 20170530-05:38:25: [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] 20170530-05:38:25: [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] 20170530-05:38:26: [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] 20170530-05:38:27: [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] 20170530-05:38:27: [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] 20170530-05:38:28: [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] 20170530-05:38:29: [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] 20170530-05:38:29: [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] 20170530-05:38:30: [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] 20170530-05:38:31: [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] 20170530-05:38:31: [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] 20170530-05:38:32: [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] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38:34: [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] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38:38: [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] 20170530-05:38: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] 20170530-05:38: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] 20170530-05:38: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] 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:: Could not get CNode from the underlying context (D1Client.CN_URL) 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: Could not get CNode from the underlying context (D1Client.CN_URL) 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 20170530-05:38:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:38:41: [INFO]: ***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:38:41: [INFO]: creating a test object. pid = TierTesting:setRH:2017149223841214 on https://cn-dev.test.dataone.org/cn/v1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:41: [INFO]: SystemMetadata for pid: TierTesting:setRH:2017149223841214 1 TierTesting:setRH:2017149223841214 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org 2017-05-30T05:38:41.232+00:00 2017-05-30T05:38:41.232+00:00 urn:node:mnDevGMN urn:node:mnDevGMN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:42: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/object; MMP message has: ParamPart:pid = TierTesting:setRH:2017149223841214; FilePart:object = /tmp/mmp.output.5621485004418254379.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1189957783585008029.tmp (826 bytes); [org.dataone.client.rest.RestClient] 20170530-05:38:42: [INFO]: object created. pid = TierTesting:setRH:2017149223841214 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017149223841214 [org.dataone.client.rest.RestClient] 20170530-05:38:44: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017149223841214; MMP message has: ParamPart:userId = CN=testPerson,DC=dataone,DC=org; ParamPart:serialVersion = 1; [org.dataone.client.rest.RestClient] 20170530-05:38:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017149223841214?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:38:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017149223841214?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:38:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017149223841214 [org.dataone.client.rest.RestClient] 20170530-05:38:46: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017149223841214; MMP message has: ParamPart:userId = CN=testRightsHolder,DC=dataone,DC=org; ParamPart:serialVersion = 2; [org.dataone.client.rest.RestClient] 20170530-05:38:46: [INFO]: ***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:46: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:46: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:46: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:46: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:46: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:38:47: [INFO]: creating a test object. pid = TierTesting:setRH:2017149223846474 on https://cn-dev-ucsb-1.test.dataone.org/cn/v1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:47: [INFO]: SystemMetadata for pid: TierTesting:setRH:2017149223846474 1 TierTesting:setRH:2017149223846474 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org 2017-05-30T05:38:47.062+00:00 2017-05-30T05:38:47.062+00:00 urn:node:mnDevGMN urn:node:mnDevGMN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:48: [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:2017149223846474; FilePart:object = /tmp/mmp.output.8625625386483473013.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6273459928043916134.tmp (826 bytes); [org.dataone.client.rest.RestClient] 20170530-05:38:48: [INFO]: object created. pid = TierTesting:setRH:2017149223846474 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017149223846474 [org.dataone.client.rest.RestClient] 20170530-05:38:49: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017149223846474; MMP message has: ParamPart:userId = CN=testPerson,DC=dataone,DC=org; ParamPart:serialVersion = 1; [org.dataone.client.rest.RestClient] 20170530-05:38:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017149223846474?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:38:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017149223846474?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:38:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017149223846474 [org.dataone.client.rest.RestClient] 20170530-05:38:52: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-ucsb-1.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017149223846474; MMP message has: ParamPart:userId = CN=testRightsHolder,DC=dataone,DC=org; ParamPart:serialVersion = 2; [org.dataone.client.rest.RestClient] 20170530-05:38:52: [INFO]: ***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:52: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:52: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:38:52: [INFO]: creating a test object. pid = TierTesting:setRH:2017149223852463 on https://cn-dev-unm-1.test.dataone.org/cn/v1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:52: [INFO]: SystemMetadata for pid: TierTesting:setRH:2017149223852463 1 TierTesting:setRH:2017149223852463 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org 2017-05-30T05:38:52.959+00:00 2017-05-30T05:38:52.959+00:00 urn:node:mnDevGMN urn:node:mnDevGMN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:54: [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:2017149223852463; FilePart:object = /tmp/mmp.output.7784508140587796377.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4445312225347336643.tmp (826 bytes); [org.dataone.client.rest.RestClient] 20170530-05:38:54: [INFO]: object created. pid = TierTesting:setRH:2017149223852463 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017149223852463 [org.dataone.client.rest.RestClient] 20170530-05:38:55: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017149223852463; MMP message has: ParamPart:userId = CN=testPerson,DC=dataone,DC=org; ParamPart:serialVersion = 1; [org.dataone.client.rest.RestClient] 20170530-05:38:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017149223852463?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:38:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/isAuthorized/TierTesting:setRH:2017149223852463?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:38:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:setRH:2017149223852463 [org.dataone.client.rest.RestClient] 20170530-05:38:57: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: PUT https://cn-dev-unm-1.test.dataone.org/cn/v1/owner/TierTesting:setRH:2017149223852463; MMP message has: ParamPart:userId = CN=testRightsHolder,DC=dataone,DC=org; ParamPart:serialVersion = 2; [org.dataone.client.rest.RestClient] 20170530-05:38:57: [INFO]: ***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:57: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:57: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:57: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:57: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:57: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-05:38:58: [INFO]: creating a test object. pid = TierTesting:setRH:2017149223857411 on https://cn-dev-orc-1.test.dataone.org/cn/v1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:58: [INFO]: SystemMetadata for pid: TierTesting:setRH:2017149223857411 1 TierTesting:setRH:2017149223857411 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org 2017-05-30T05:38:58.000+00:00 2017-05-30T05:38:58.000+00:00 urn:node:mnDevGMN urn:node:mnDevGMN [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:58: [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:2017149223857411; FilePart:object = /tmp/mmp.output.7398346059313608105.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5654748709762472185.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:2017149223857411 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:2017149223857411 at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630) at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517) at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java: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 20170530-05:38:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:58: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:58: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:38:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:58: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:58: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:58: [INFO]: ***************** running test for testSetAccessPolicy() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:38:59: [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] 20170530-05:38:59: [INFO]: clear the AccessPolicy [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:38:59: [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.7933049043260976713.tmp (274 bytes); ParamPart:serialVersion = 739; [org.dataone.client.rest.RestClient] 20170530-05:39:01: [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] 20170530-05:39:03: [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] 20170530-05:39:03: [INFO]: allow read permission for client-who-is-the-object's-RightsHolder [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:03: [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] 20170530-05:39:04: [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.935708891191917779.tmp (268 bytes); ParamPart:serialVersion = 740; [org.dataone.client.rest.RestClient] 20170530-05:39:05: [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] 20170530-05:39:05: [INFO]: CN=testPerson,DC=dataone,DC=org read [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:05: [INFO]: trying isAuthorized as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:06: [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] 20170530-05:39:06: [INFO]: now trying get() as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:10: [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] 20170530-05:39:10: [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] 20170530-05:39:10: [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] 20170530-05:39:10: [INFO]: now try isAuthorized() on it as a known user with no rights to the object [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:11: [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] 20170530-05:39:11: [INFO]: finally test access against anonymous client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:12: [WARN]: Cookie rejected [JSESSIONID="AF281D64AB6DEF72E43BAC1A5BA088D6", 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] 20170530-05:39:12: [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] 20170530-05:39:12: [INFO]: and test isAuthorized on it with certificateless client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:12: [WARN]: Cookie rejected [JSESSIONID="7FC06D1ECA8AC754648FC93CC6FEC7B4", 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] 20170530-05:39:12: [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] 20170530-05:39:12: [INFO]: done. [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:12: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:12: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:12: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:12: [INFO]: ***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39: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:setAccess.15 [org.dataone.client.rest.RestClient] 20170530-05:39:13: [INFO]: clear the AccessPolicy [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:13: [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.3694158708841825491.tmp (274 bytes); ParamPart:serialVersion = 739; [org.dataone.client.rest.RestClient] 20170530-05:39: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:setAccess.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:39:17: [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] 20170530-05:39:17: [INFO]: allow read permission for client-who-is-the-object's-RightsHolder [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39: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:setAccess.15 [org.dataone.client.rest.RestClient] 20170530-05:39:19: [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.989853541748528002.tmp (268 bytes); ParamPart:serialVersion = 740; [org.dataone.client.rest.RestClient] 20170530-05:39:20: [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] 20170530-05:39:20: [INFO]: CN=testPerson,DC=dataone,DC=org read [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:20: [INFO]: trying isAuthorized as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39: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:setAccess.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:39:22: [INFO]: now trying get() as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:25: [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] 20170530-05:39:25: [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] 20170530-05:39:26: [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] 20170530-05:39:26: [INFO]: now try isAuthorized() on it as a known user with no rights to the object [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39: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:setAccess.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:39:27: [INFO]: finally test access against anonymous client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:28: [WARN]: Cookie rejected [JSESSIONID="BDE5445EBD0A9FC51150303D302CF5FF", 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] 20170530-05:39:28: [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] 20170530-05:39:28: [INFO]: and test isAuthorized on it with certificateless client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:28: [WARN]: Cookie rejected [JSESSIONID="6486B7827F8E6378DDE324DEC467345E", 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] 20170530-05:39: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:setAccess.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:39:28: [INFO]: done. [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:28: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:28: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:28: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:28: [INFO]: ***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:29: [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] 20170530-05:39:29: [INFO]: clear the AccessPolicy [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:29: [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.7612814403714583491.tmp (274 bytes); ParamPart:serialVersion = 822; [org.dataone.client.rest.RestClient] 20170530-05:39: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:setAccess.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:39:36: [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] 20170530-05:39:36: [INFO]: allow read permission for client-who-is-the-object's-RightsHolder [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:37: [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] 20170530-05:39:39: [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.5882130382817102616.tmp (268 bytes); ParamPart:serialVersion = 823; [org.dataone.client.rest.RestClient] 20170530-05:39:40: [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] 20170530-05:39:40: [INFO]: CN=testPerson,DC=dataone,DC=org read [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:40: [INFO]: trying isAuthorized as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39: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:setAccess.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:39:43: [INFO]: now trying get() as testPerson [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:50: [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] 20170530-05:39:50: [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] 20170530-05:39:52: [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] 20170530-05:39:52: [INFO]: now try isAuthorized() on it as a known user with no rights to the object [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39: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:setAccess.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:39:53: [INFO]: finally test access against anonymous client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:54: [WARN]: Cookie rejected [JSESSIONID="117E4D097405763D6DEB3E928F792E97", 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] 20170530-05:39:54: [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] 20170530-05:39:54: [INFO]: and test isAuthorized on it with certificateless client [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:54: [WARN]: Cookie rejected [JSESSIONID="19C021F1CB525FE4545847855432FE6B", 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] 20170530-05:39: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:setAccess.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:39:54: [INFO]: done. [org.dataone.integration.it.testImplementations.CNAuthTestImplementations] 20170530-05:39:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:54: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:54: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:54: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:54: [INFO]: ***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39: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:setAccess.15 [org.dataone.client.rest.RestClient] 20170530-05:39:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:55: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:39:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:56: [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] 20170530-05:39:56: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:56: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:56: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TierTesting:cn-dev-unm-1:setAccess.15 with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39: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] 20170530-05:39: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] 20170530-05:39:57: [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] 20170530-05:39: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] 20170530-05:39: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=read [org.dataone.client.rest.RestClient] 20170530-05:39:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:58: [INFO]: certificate filename: testPerson_NoSubjectInfo [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:39:58: [INFO]: client setup as Subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:39:58: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39:59: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:39: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:00: [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] 20170530-05:40: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=write [org.dataone.client.rest.RestClient] 20170530-05:40:01: [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] 20170530-05:40: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=read [org.dataone.client.rest.RestClient] 20170530-05:40:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:01: [INFO]: certificate filename: testEQPerson1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40:01: [INFO]: client setup as Subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40:01: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:02: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:02: [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] 20170530-05:40: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=write [org.dataone.client.rest.RestClient] 20170530-05:40:03: [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] 20170530-05:40: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=read [org.dataone.client.rest.RestClient] 20170530-05:40:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:04: [INFO]: certificate filename: testEQPerson3 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40:04: [INFO]: client setup as Subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40:04: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:04: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:05: [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] 20170530-05:40:05: [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] 20170530-05:40: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=write [org.dataone.client.rest.RestClient] 20170530-05:40:06: [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] 20170530-05:40: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=read [org.dataone.client.rest.RestClient] 20170530-05:40:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:07: [INFO]: certificate filename: testGroupie [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40:07: [INFO]: client setup as Subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40:07: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:07: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40: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:406) at org.dataone.integration.it.testImplementations.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) 20170530-05:40:09: [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] 20170530-05:40:10: [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] 20170530-05:40: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:406) at org.dataone.integration.it.testImplementations.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) 20170530-05:40:11: [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] 20170530-05:40:12: [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] 20170530-05:40: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:406) at org.dataone.integration.it.testImplementations.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) 20170530-05:40:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:12: [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] 20170530-05:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:13: [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) 20170530-05:40:13: [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] 20170530-05:40: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=write [org.dataone.client.rest.RestClient] 20170530-05:40:14: [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) 20170530-05:40:15: [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] 20170530-05:40:15: [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] 20170530-05:40:15: [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) 20170530-05:40:16: [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] 20170530-05:40:16: [WARN]: Cookie rejected [JSESSIONID="4DE47AB96515149A43F72F1C0FBFCF3E", 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] 20170530-05:40: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] 20170530-05:40:16: [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) 20170530-05:40:17: [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] 20170530-05:40:17: [WARN]: Cookie rejected [JSESSIONID="725F6C28BCC7BE89A891C539333A072C", 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] 20170530-05:40:17: [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] 20170530-05:40:17: [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) 20170530-05:40: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] 20170530-05:40:18: [WARN]: Cookie rejected [JSESSIONID="25C138F12B444F0EC8383CF7218944E8", 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] 20170530-05:40: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=read [org.dataone.client.rest.RestClient] 20170530-05:40:18: [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) 20170530-05:40:18: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:18: [INFO]: certificate filename: testPerson_Expired [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40:18: [INFO]: client setup as Subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40:18: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:18: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:18: [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) 20170530-05:40:19: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:19: [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) 20170530-05:40:19: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:19: [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) 20170530-05:40:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:19: [INFO]: certificate filename: testPerson_SelfSigned [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40:19: [INFO]: client setup as Subject: CN=testPerson_SelfSigned,OU=CoreDev,O=DataONE,L=Albuquerque,ST=New Mexico,C=US [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-05:40: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] 20170530-05:40:20: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:21: [WARN]: Cookie rejected [JSESSIONID="8F8FA7CE1ADEB03A356FDFCCB38B2C20", 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] 20170530-05:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:21: [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) 20170530-05:40: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] 20170530-05:40:21: [WARN]: Cookie rejected [JSESSIONID="242C70D00C1EA85186DDA8A369CF8454", 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] 20170530-05:40: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] 20170530-05:40: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: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) 20170530-05:40:22: [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] 20170530-05:40:22: [WARN]: Cookie rejected [JSESSIONID="8C68E14F312A40AE3A7DF82D1BAE14E1", 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] 20170530-05:40: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] 20170530-05:40: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: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) 20170530-05:40:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40: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:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient] 20170530-05:40:23: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:23: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:23: [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] 20170530-05:40: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:24: [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] 20170530-05:40: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_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:40:25: [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] 20170530-05:40: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_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:25: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:26: [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] 20170530-05:40: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:27: [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] 20170530-05:40: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_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:40:28: [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] 20170530-05:40: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=read [org.dataone.client.rest.RestClient] 20170530-05:40:28: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40: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] 20170530-05:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40: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] 20170530-05:40: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=write [org.dataone.client.rest.RestClient] 20170530-05:40: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] 20170530-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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:31: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40: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] 20170530-05:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40: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] 20170530-05:40: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=write [org.dataone.client.rest.RestClient] 20170530-05:40: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] 20170530-05:40: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_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:34: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40: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] 20170530-05:40: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_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:35: [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) 20170530-05:40: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] 20170530-05:40: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] 20170530-05:40:37: [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) 20170530-05:40: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] 20170530-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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:38: [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) 20170530-05:40:38: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:39: [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] 20170530-05:40: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] 20170530-05:40:39: [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) 20170530-05:40: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=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40: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=write [org.dataone.client.rest.RestClient] 20170530-05:40:41: [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) 20170530-05:40: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] 20170530-05:40: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_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:42: [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) 20170530-05:40:43: [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] 20170530-05:40:43: [WARN]: Cookie rejected [JSESSIONID="9B8F08397A403971DCE2602EE171D4AD", 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] 20170530-05:40: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_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:43: [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) 20170530-05:40:44: [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] 20170530-05:40:44: [WARN]: Cookie rejected [JSESSIONID="0A2A789167F0E9C0AFA96108C31652D5", 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] 20170530-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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:40:44: [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) 20170530-05:40:44: [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] 20170530-05:40:44: [WARN]: Cookie rejected [JSESSIONID="800543117A41E88D951869E8F4EF6AAD", 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] 20170530-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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:44: [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) 20170530-05:40:44: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:45: [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] 20170530-05:40:45: [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) 20170530-05:40:45: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:45: [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) 20170530-05:40:46: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:46: [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) 20170530-05:40:46: [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] 20170530-05:40:46: [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] 20170530-05:40:47: [WARN]: Cookie rejected [JSESSIONID="F5AC86C03598C18C7F4D61F74F55E46C", 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] 20170530-05:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:47: [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) 20170530-05:40:48: [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] 20170530-05:40:48: [WARN]: Cookie rejected [JSESSIONID="218DD1682926C738C3D8A5A5685451AF", 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] 20170530-05:40: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_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:40: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:406) at org.dataone.integration.it.testImplementations.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) 20170530-05:40:48: [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] 20170530-05:40:48: [WARN]: Cookie rejected [JSESSIONID="34F8B0C58D14C1536E09AE5415DEB15C", 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] 20170530-05:40: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_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:48: [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) 20170530-05:40:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:49: [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] 20170530-05:40:49: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:49: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:50: [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] 20170530-05:40: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40: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=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:40: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=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:52: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:52: [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] 20170530-05:40: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:53: [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] 20170530-05:40: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:40:54: [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] 20170530-05:40: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_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:54: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:55: [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] 20170530-05:40: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:55: [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] 20170530-05:40: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_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:40: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=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:40:57: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:40:57: [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] 20170530-05:40: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_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:40:58: [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] 20170530-05:40: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:40:59: [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] 20170530-05:41: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:41:00: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41: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] 20170530-05:41: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:41:02: [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) 20170530-05:41: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=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41: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=write [org.dataone.client.rest.RestClient] 20170530-05:41:05: [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) 20170530-05:41:05: [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] 20170530-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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:41:07: [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) 20170530-05:41:07: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:07: [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] 20170530-05:41: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] 20170530-05:41:09: [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) 20170530-05:41: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] 20170530-05:41: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=write [org.dataone.client.rest.RestClient] 20170530-05:41:11: [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) 20170530-05:41: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=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:41:13: [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) 20170530-05:41:14: [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] 20170530-05:41:14: [WARN]: Cookie rejected [JSESSIONID="13A398A4D9B3EF52D992FC64D223B5EA", 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] 20170530-05:41: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:41:14: [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) 20170530-05:41: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=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:15: [WARN]: Cookie rejected [JSESSIONID="FDA8BC0EC008A8EEDEF7710CECF2A5FE", 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] 20170530-05:41: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:41:15: [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) 20170530-05:41:16: [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] 20170530-05:41:16: [WARN]: Cookie rejected [JSESSIONID="CDE3B58DD9FAAF2C83874B9B3466579B", 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] 20170530-05:41: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] 20170530-05:41:16: [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) 20170530-05:41:16: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:17: [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] 20170530-05:41:17: [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) 20170530-05:41:17: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:17: [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) 20170530-05:41:18: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:18: [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) 20170530-05:41:18: [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] 20170530-05:41:18: [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] 20170530-05:41:19: [WARN]: Cookie rejected [JSESSIONID="46CDFB9896AFBABC73EAF0426A414737", 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] 20170530-05:41: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] 20170530-05:41:19: [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) 20170530-05:41:19: [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] 20170530-05:41:20: [WARN]: Cookie rejected [JSESSIONID="2B2281417C446E6252B636AD6BB1E180", 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] 20170530-05:41: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_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:41:20: [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) 20170530-05:41: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=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:21: [WARN]: Cookie rejected [JSESSIONID="C0D6DBF8AE89A49F4303CEE8A6212776", 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] 20170530-05:41: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:41:21: [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) 20170530-05:41:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:22: [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] 20170530-05:41:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:22: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:41:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:22: [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] 20170530-05:41:22: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:22: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41: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=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:24: [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] 20170530-05:41:24: [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] 20170530-05:41:25: [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] 20170530-05:41:25: [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] 20170530-05:41:26: [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] 20170530-05:41:26: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:26: [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] 20170530-05:41:27: [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] 20170530-05:41:27: [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) 20170530-05:41:28: [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] 20170530-05:41:29: [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] 20170530-05:41:29: [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) 20170530-05:41:29: [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] 20170530-05:41:30: [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] 20170530-05:41:30: [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) 20170530-05:41:30: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:31: [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] 20170530-05:41:31: [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] 20170530-05:41:32: [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] 20170530-05:41:33: [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] 20170530-05:41:33: [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] 20170530-05:41:34: [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] 20170530-05:41:34: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:34: [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] 20170530-05:41:35: [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] 20170530-05:41:35: [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] 20170530-05:41:36: [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] 20170530-05:41:37: [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] 20170530-05:41:37: [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] 20170530-05:41:37: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:38: [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] 20170530-05:41:38: [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] 20170530-05:41:39: [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] 20170530-05:41:39: [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] 20170530-05:41:40: [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] 20170530-05:41:40: [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] 20170530-05:41:40: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:41: [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] 20170530-05:41:42: [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] 20170530-05:41:42: [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) 20170530-05:41:42: [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] 20170530-05:41:43: [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] 20170530-05:41:43: [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) 20170530-05:41:43: [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] 20170530-05:41:44: [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] 20170530-05:41:44: [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) 20170530-05:41:45: [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] 20170530-05:41:45: [WARN]: Cookie rejected [JSESSIONID="9FE4AC373973A60E08BCEE936F1F8662", 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] 20170530-05:41:45: [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] 20170530-05:41:45: [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) 20170530-05:41:46: [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] 20170530-05:41:46: [WARN]: Cookie rejected [JSESSIONID="26D56284806072E21CEEFE423B5F589A", 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] 20170530-05:41:46: [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] 20170530-05:41:46: [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) 20170530-05:41:46: [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] 20170530-05:41:47: [WARN]: Cookie rejected [JSESSIONID="D146C8EDAD865849ECFB488D1D052ADF", 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] 20170530-05:41:47: [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] 20170530-05:41:47: [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) 20170530-05:41:47: [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] 20170530-05:41: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] 20170530-05:41:48: [WARN]: Cookie rejected [JSESSIONID="0B654B33290E62C77D222D21EE169B2F", 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] 20170530-05:41: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] 20170530-05:41:48: [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) 20170530-05:41:48: [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] 20170530-05:41:48: [WARN]: Cookie rejected [JSESSIONID="9666C2FB2A52D36EF10640A48032B146", 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] 20170530-05:41: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=write [org.dataone.client.rest.RestClient] 20170530-05:41:48: [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) 20170530-05:41:49: [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] 20170530-05:41:49: [WARN]: Cookie rejected [JSESSIONID="79605BF12BB7022A9F7DDFD023742B3E", 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] 20170530-05:41: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=read [org.dataone.client.rest.RestClient] 20170530-05:41:49: [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) 20170530-05:41:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:50: [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] 20170530-05:41:50: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:50: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:50: [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] 20170530-05:41: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:41:51: [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] 20170530-05:41: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_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:41: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=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41: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_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:41:53: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:54: [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] 20170530-05:41: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_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:41:54: [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) 20170530-05:41:55: [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] 20170530-05:41: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:41:56: [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) 20170530-05:41:56: [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] 20170530-05:41: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_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:41:57: [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) 20170530-05:41:57: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41:58: [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] 20170530-05:41: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_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:41: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=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:41: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_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:00: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:01: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:01: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:02: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:03: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:04: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:05: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:05: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42: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=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:07: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:07: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:08: [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) 20170530-05:42:09: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:09: [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) 20170530-05:42:10: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:11: [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) 20170530-05:42:12: [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] 20170530-05:42:12: [WARN]: Cookie rejected [JSESSIONID="688A8E058CA39B09C8764A39AC6B827B", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:12: [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) 20170530-05:42:13: [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] 20170530-05:42:13: [WARN]: Cookie rejected [JSESSIONID="D4C6EAD82E6FEFFFD569F4E1018C569C", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:13: [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) 20170530-05:42:13: [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] 20170530-05:42:14: [WARN]: Cookie rejected [JSESSIONID="7D76B73149D359620DA82F6F81C7A5F0", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:14: [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) 20170530-05:42: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] 20170530-05:42:14: [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] 20170530-05:42:15: [WARN]: Cookie rejected [JSESSIONID="EFC49F403C12656D083522F73DB31F6B", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:15: [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) 20170530-05:42:15: [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] 20170530-05:42:15: [WARN]: Cookie rejected [JSESSIONID="15DFD8D1851552A1260E0F58EEB12DAF", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:15: [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) 20170530-05:42:16: [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] 20170530-05:42:16: [WARN]: Cookie rejected [JSESSIONID="B9F18902349FE4FF9689E7648DFF9BBB", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:16: [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) 20170530-05:42:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:17: [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] 20170530-05:42:17: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:17: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:18: [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] 20170530-05:42: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] 20170530-05:42:19: [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] 20170530-05:42: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] 20170530-05:42: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] 20170530-05:42: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] 20170530-05:42:22: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42: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] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:23: [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) 20170530-05:42: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=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42: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_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:25: [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) 20170530-05:42:26: [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] 20170530-05:42: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=read [org.dataone.client.rest.RestClient] 20170530-05:42:27: [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) 20170530-05:42:27: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:28: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:29: [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] 20170530-05:42: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=write [org.dataone.client.rest.RestClient] 20170530-05:42: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=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42: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=read [org.dataone.client.rest.RestClient] 20170530-05:42:32: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:34: [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] 20170530-05:42: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] 20170530-05:42: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=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42: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] 20170530-05:42:36: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42: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_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:38: [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] 20170530-05:42: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_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:38: [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] 20170530-05:42: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:39: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:41: [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) 20170530-05:42:41: [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] 20170530-05:42: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_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:42: [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) 20170530-05:42:43: [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] 20170530-05:42: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_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:44: [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) 20170530-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_testGroup.15?action=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:45: [WARN]: Cookie rejected [JSESSIONID="60430DD572715A89D44B9805896D10C5", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:45: [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) 20170530-05:42:46: [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] 20170530-05:42:46: [WARN]: Cookie rejected [JSESSIONID="15C5D354A0BE10935501DEE0B8B9B9C5", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:46: [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) 20170530-05:42:47: [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] 20170530-05:42:47: [WARN]: Cookie rejected [JSESSIONID="7BEAF8DFD97CFC308ACD98C21D83B542", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:47: [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) 20170530-05:42:47: [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] 20170530-05:42:48: [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] 20170530-05:42:49: [WARN]: Cookie rejected [JSESSIONID="85617322D76BEBDEF93C87E7B14BC208", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:42:49: [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) 20170530-05:42:49: [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] 20170530-05:42:50: [WARN]: Cookie rejected [JSESSIONID="38CE7B14D30CC6C219D5D26CB050543C", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:42:50: [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) 20170530-05:42:50: [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] 20170530-05:42:51: [WARN]: Cookie rejected [JSESSIONID="49E5E2ED59966580D38997AD1A3D9F64", 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] 20170530-05:42: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:42:51: [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) 20170530-05:42:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:51: [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] 20170530-05:42:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:51: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:42:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:52: [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] 20170530-05:42:52: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:52: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:53: [INFO]: Running isAuthorized() on GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:setAccess.15 with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:53: [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] 20170530-05:42:54: [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] 20170530-05:42:55: [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] 20170530-05:42: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] 20170530-05:42: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] 20170530-05:42:56: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:42:57: [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] 20170530-05:42: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] 20170530-05:42: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: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) 20170530-05:42: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] 20170530-05:43: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] 20170530-05:43: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: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) 20170530-05:43: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] 20170530-05:43: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] 20170530-05:43:03: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43:04: [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] 20170530-05:43:04: [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) 20170530-05:43:05: [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] 20170530-05:43:06: [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] 20170530-05:43:06: [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) 20170530-05:43:06: [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] 20170530-05:43: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=read [org.dataone.client.rest.RestClient] 20170530-05:43:07: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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_testGroup.15?action=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43:09: [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] 20170530-05:43:09: [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) 20170530-05:43:10: [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] 20170530-05:43: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=write [org.dataone.client.rest.RestClient] 20170530-05:43:12: [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) 20170530-05:43:12: [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] 20170530-05:43:14: [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] 20170530-05:43:14: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43:14: [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] 20170530-05:43:16: [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] 20170530-05:43:16: [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) 20170530-05:43: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] 20170530-05:43:18: [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] 20170530-05:43:18: [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) 20170530-05:43: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] 20170530-05:43: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] 20170530-05:43:20: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43: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] 20170530-05:43: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:43:22: [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) 20170530-05:43:23: [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] 20170530-05:43: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=write [org.dataone.client.rest.RestClient] 20170530-05:43:24: [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) 20170530-05:43:24: [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] 20170530-05:43: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=read [org.dataone.client.rest.RestClient] 20170530-05:43:25: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43:26: [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] 20170530-05:43:27: [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] 20170530-05:43:27: [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) 20170530-05:43:27: [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] 20170530-05:43:28: [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] 20170530-05:43:28: [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) 20170530-05:43:29: [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] 20170530-05:43:30: [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] 20170530-05:43:30: [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] 20170530-05:43:31: [WARN]: Cookie rejected [JSESSIONID="67A9972DDC424709798508DDA47A56FD", 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] 20170530-05:43:31: [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] 20170530-05:43:31: [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) 20170530-05:43:31: [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] 20170530-05:43:32: [WARN]: Cookie rejected [JSESSIONID="8B1BFFC07E3FB110A977D97A0C01A000", 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] 20170530-05:43:32: [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] 20170530-05:43:32: [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) 20170530-05:43:32: [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] 20170530-05:43:33: [WARN]: Cookie rejected [JSESSIONID="6BDB01902E302B4473E1BCE9A92255FD", 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] 20170530-05:43:33: [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] 20170530-05:43: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] 20170530-05:43:33: [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] 20170530-05:43:34: [WARN]: Cookie rejected [JSESSIONID="48272A3E7CDA3F3978270E3C9DCBE626", 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] 20170530-05:43:34: [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] 20170530-05:43:34: [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) 20170530-05:43:34: [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] 20170530-05:43:35: [WARN]: Cookie rejected [JSESSIONID="5EBF706D3E937B662DF5BC8286A79903", 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] 20170530-05:43:35: [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] 20170530-05:43:35: [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) 20170530-05:43:35: [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] 20170530-05:43:35: [WARN]: Cookie rejected [JSESSIONID="B43998EA02EEA467DE1C4247E690709B", 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] 20170530-05:43:35: [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] 20170530-05:43:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43: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:Public_READ.15 [org.dataone.client.rest.RestClient] 20170530-05:43:36: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43:36: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43:36: [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] 20170530-05:43: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:43: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:43: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=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43: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=read [org.dataone.client.rest.RestClient] 20170530-05:43:40: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43:40: [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] 20170530-05:43: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:43:42: [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) 20170530-05:43: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:43:44: [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) 20170530-05:43:45: [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] 20170530-05:43: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:43:46: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43:47: [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] 20170530-05:43: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:43:48: [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) 20170530-05:43: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:43:49: [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) 20170530-05:43:50: [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] 20170530-05:43: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:43:51: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43: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] 20170530-05:43: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] 20170530-05:43:53: [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) 20170530-05:43:54: [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] 20170530-05:43: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] 20170530-05:43:55: [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) 20170530-05:43:56: [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] 20170530-05:43: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] 20170530-05:43:57: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:43: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] 20170530-05:44: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:00: [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) 20170530-05:44: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] 20170530-05:44: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:44:02: [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) 20170530-05:44: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] 20170530-05:44: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=read [org.dataone.client.rest.RestClient] 20170530-05:44:04: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44:04: [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] 20170530-05:44: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:06: [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) 20170530-05:44: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44: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=write [org.dataone.client.rest.RestClient] 20170530-05:44:07: [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) 20170530-05:44:08: [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] 20170530-05:44: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=read [org.dataone.client.rest.RestClient] 20170530-05:44:09: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44:09: [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] 20170530-05:44: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:10: [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) 20170530-05:44:11: [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] 20170530-05:44: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] 20170530-05:44:12: [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) 20170530-05:44: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=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44: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] 20170530-05:44:14: [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] 20170530-05:44:14: [WARN]: Cookie rejected [JSESSIONID="332044B0FB1233835C371136C4F5889D", 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] 20170530-05:44: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:14: [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) 20170530-05:44: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44:15: [WARN]: Cookie rejected [JSESSIONID="B84C2F951E1A2AE66C3EC7DE1AD38F6B", 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] 20170530-05:44: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:44:15: [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) 20170530-05:44:16: [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] 20170530-05:44:16: [WARN]: Cookie rejected [JSESSIONID="47C17E0FB699E358AE64D6676EDDB69F", 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] 20170530-05:44: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:44:16: [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] 20170530-05:44:17: [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] 20170530-05:44:17: [WARN]: Cookie rejected [JSESSIONID="497204712BDC9B18C37A92CBC6D1889F", 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] 20170530-05:44: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:17: [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) 20170530-05:44:18: [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] 20170530-05:44:18: [WARN]: Cookie rejected [JSESSIONID="B7C146FF750EC7C505BBE0D7D6C778B6", 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] 20170530-05:44: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:44:18: [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) 20170530-05:44:18: [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] 20170530-05:44:19: [WARN]: Cookie rejected [JSESSIONID="2A39386E6BD34B159D536F297048B8CD", 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] 20170530-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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:44:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44:20: [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] 20170530-05:44:20: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44:20: [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] 20170530-05:44: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:21: [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] 20170530-05:44: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:44: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=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44: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=read [org.dataone.client.rest.RestClient] 20170530-05:44:24: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44:24: [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] 20170530-05:44: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:28: [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) 20170530-05:44: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=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44: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] 20170530-05:44: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) 20170530-05:44:32: [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] 20170530-05:44: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=read [org.dataone.client.rest.RestClient] 20170530-05:44:36: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44: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=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:38: [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) 20170530-05:44:38: [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] 20170530-05:44: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=write [org.dataone.client.rest.RestClient] 20170530-05:44:40: [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) 20170530-05:44: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=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44: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] 20170530-05:44:42: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44: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=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:46: [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) 20170530-05:44:46: [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] 20170530-05:44: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:44:50: [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) 20170530-05:44:50: [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] 20170530-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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:44:54: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:44:54: [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] 20170530-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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:44:58: [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) 20170530-05:44:58: [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] 20170530-05:45: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:45:02: [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) 20170530-05:45:02: [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] 20170530-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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:45:06: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45: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=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:45:08: [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) 20170530-05:45:09: [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] 20170530-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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:45:10: [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) 20170530-05:45: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=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:45:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45: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=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:45:14: [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) 20170530-05:45: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=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:45:17: [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) 20170530-05:45: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=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:45:19: [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] 20170530-05:45:20: [WARN]: Cookie rejected [JSESSIONID="BC3A5A154FA0CB08C4FC468418F181D1", 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] 20170530-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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:45:20: [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) 20170530-05:45:20: [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] 20170530-05:45:21: [WARN]: Cookie rejected [JSESSIONID="16A9BBE6FC578D5F1E3046A436F8AEE9", 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] 20170530-05:45: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=write [org.dataone.client.rest.RestClient] 20170530-05:45:21: [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) 20170530-05:45:21: [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] 20170530-05:45:22: [WARN]: Cookie rejected [JSESSIONID="51C8DB26479AE147C41C6CBCD3DECA73", 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] 20170530-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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:45:22: [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] 20170530-05:45:22: [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] 20170530-05:45:23: [WARN]: Cookie rejected [JSESSIONID="DCD9D4A18539421F9910CE8C41059172", 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] 20170530-05:45: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:45:23: [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) 20170530-05:45: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] 20170530-05:45:24: [WARN]: Cookie rejected [JSESSIONID="1B8814E2FE89BF624F7A9DEAB860151A", 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] 20170530-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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:45:24: [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) 20170530-05:45:25: [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] 20170530-05:45:25: [WARN]: Cookie rejected [JSESSIONID="764188D112B464A725288FB3D19C3F82", 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] 20170530-05:45: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:45:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45: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:Public_READ.15 [org.dataone.client.rest.RestClient] 20170530-05:45:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:26: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:45:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:27: [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] 20170530-05:45:27: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45: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=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:28: [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] 20170530-05:45:28: [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] 20170530-05:45: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] 20170530-05:45: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] 20170530-05:45: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] 20170530-05:45:30: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45: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] 20170530-05:45: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:45:32: [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) 20170530-05:45:33: [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] 20170530-05:45:34: [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] 20170530-05:45:35: [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) 20170530-05:45:35: [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] 20170530-05:45:37: [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] 20170530-05:45:37: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:37: [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] 20170530-05:45:38: [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] 20170530-05:45:38: [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) 20170530-05:45:39: [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] 20170530-05:45:39: [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] 20170530-05:45:39: [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) 20170530-05:45:40: [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] 20170530-05:45:41: [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] 20170530-05:45:41: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45: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=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:43: [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] 20170530-05:45:43: [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) 20170530-05:45:44: [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] 20170530-05:45:45: [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] 20170530-05:45:45: [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) 20170530-05:45:46: [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] 20170530-05:45:47: [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] 20170530-05:45:47: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:48: [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] 20170530-05:45:49: [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] 20170530-05:45:49: [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) 20170530-05:45: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] 20170530-05:45: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=write [org.dataone.client.rest.RestClient] 20170530-05:45:52: [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) 20170530-05:45: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] 20170530-05:45:54: [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] 20170530-05:45:54: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45:54: [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] 20170530-05:45: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] 20170530-05:45:55: [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) 20170530-05:45:56: [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] 20170530-05:45: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] 20170530-05:45:57: [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) 20170530-05:45:57: [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] 20170530-05:45:58: [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] 20170530-05:45:58: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45: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=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:45: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:45:59: [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) 20170530-05:46:00: [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] 20170530-05:46: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=write [org.dataone.client.rest.RestClient] 20170530-05:46:01: [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) 20170530-05:46:01: [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] 20170530-05:46: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=read [org.dataone.client.rest.RestClient] 20170530-05:46:02: [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] 20170530-05:46:03: [WARN]: Cookie rejected [JSESSIONID="591186361C228A7D880627D4F34F7237", 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] 20170530-05:46:03: [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] 20170530-05:46:03: [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) 20170530-05:46:04: [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] 20170530-05:46:04: [WARN]: Cookie rejected [JSESSIONID="03B3A203A8E93D06DDC18D1565845C10", 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] 20170530-05:46: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=write [org.dataone.client.rest.RestClient] 20170530-05:46:04: [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) 20170530-05:46:04: [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] 20170530-05:46:05: [WARN]: Cookie rejected [JSESSIONID="D77E4E44673664BE6D67063A9ED8EC88", 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] 20170530-05:46:05: [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] 20170530-05:46:05: [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) 20170530-05:46: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] 20170530-05:46:05: [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] 20170530-05:46:06: [WARN]: Cookie rejected [JSESSIONID="4E26C506251C6DBC8F42AC607533DCD3", 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] 20170530-05:46: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] 20170530-05:46:06: [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) 20170530-05:46:06: [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] 20170530-05:46:06: [WARN]: Cookie rejected [JSESSIONID="CA5CF7FF3DCD18365D083EFFD3500436", 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] 20170530-05:46: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=write [org.dataone.client.rest.RestClient] 20170530-05:46:06: [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) 20170530-05:46:07: [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] 20170530-05:46:07: [WARN]: Cookie rejected [JSESSIONID="227EA0F1F47DB7B6E89597294C83440E", 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] 20170530-05:46:07: [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] 20170530-05:46:07: [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) 20170530-05:46:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:08: [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] 20170530-05:46:08: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:08: [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] 20170530-05:46: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:09: [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] 20170530-05:46: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:46: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=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46: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=read [org.dataone.client.rest.RestClient] 20170530-05:46:11: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:12: [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] 20170530-05:46: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:14: [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) 20170530-05:46:14: [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] 20170530-05:46: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] 20170530-05:46:16: [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) 20170530-05:46: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] 20170530-05:46: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=read [org.dataone.client.rest.RestClient] 20170530-05:46:18: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:19: [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] 20170530-05:46: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:19: [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) 20170530-05:46: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:46:21: [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) 20170530-05:46: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=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:46:22: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:23: [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] 20170530-05:46: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:24: [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) 20170530-05:46:25: [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] 20170530-05:46: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:46:27: [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) 20170530-05:46:27: [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] 20170530-05:46: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:46:29: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:29: [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] 20170530-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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:31: [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) 20170530-05:46:31: [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] 20170530-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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:46:33: [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) 20170530-05:46:34: [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] 20170530-05:46: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=read [org.dataone.client.rest.RestClient] 20170530-05:46:35: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:36: [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] 20170530-05:46: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:37: [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) 20170530-05:46: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:46:38: [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) 20170530-05:46:39: [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] 20170530-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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:46:40: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:40: [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] 20170530-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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:41: [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) 20170530-05:46:42: [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] 20170530-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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:46:43: [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) 20170530-05:46: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] 20170530-05:46: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:46: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] 20170530-05:46:45: [WARN]: Cookie rejected [JSESSIONID="74EA223AF531F234C14082E496518FD4", 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] 20170530-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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:45: [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) 20170530-05:46:46: [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] 20170530-05:46:46: [WARN]: Cookie rejected [JSESSIONID="58525EA5449EDE5B178E759CA9930375", 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] 20170530-05:46: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:46:46: [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) 20170530-05:46:46: [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] 20170530-05:46:47: [WARN]: Cookie rejected [JSESSIONID="B2D42B781864CED33A90A5D60B174043", 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] 20170530-05:46: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=read [org.dataone.client.rest.RestClient] 20170530-05:46:47: [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) 20170530-05:46:47: [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] 20170530-05:46:47: [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] 20170530-05:46:48: [WARN]: Cookie rejected [JSESSIONID="D3FD73066E78ECEFE88CB71CBC5B8ED1", 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] 20170530-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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:48: [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) 20170530-05:46:48: [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] 20170530-05:46:48: [WARN]: Cookie rejected [JSESSIONID="6B1605F22B09C28B3AFB81F17B4BB6DC", 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] 20170530-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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:46:48: [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) 20170530-05:46: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] 20170530-05:46:49: [WARN]: Cookie rejected [JSESSIONID="0FFC05A12E97C6628AA6B8E5DB7B03E7", 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] 20170530-05:46: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:46:49: [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) 20170530-05:46:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:50: [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] 20170530-05:46:50: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46:51: [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] 20170530-05:46: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:52: [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] 20170530-05:46: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=write [org.dataone.client.rest.RestClient] 20170530-05:46: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=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:46:54: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46: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=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:46: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:46:59: [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) 20170530-05:46: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] 20170530-05:47: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] 20170530-05:47:03: [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) 20170530-05:47: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] 20170530-05:47: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:47:07: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47: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] 20170530-05:47: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] 20170530-05:47:09: [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) 20170530-05:47:09: [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] 20170530-05:47: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=write [org.dataone.client.rest.RestClient] 20170530-05:47:10: [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) 20170530-05:47:11: [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] 20170530-05:47: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:47:12: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47: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=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47: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] 20170530-05:47:17: [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) 20170530-05:47: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] 20170530-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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:47:21: [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) 20170530-05:47: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] 20170530-05:47: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=read [org.dataone.client.rest.RestClient] 20170530-05:47:25: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47:26: [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] 20170530-05:47: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:47:29: [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) 20170530-05:47:30: [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] 20170530-05:47: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=write [org.dataone.client.rest.RestClient] 20170530-05:47:33: [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) 20170530-05:47:34: [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] 20170530-05:47: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:47:37: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47:38: [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] 20170530-05:47: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:47:39: [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:406) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-05:47: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=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:47:42: [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) 20170530-05:47:42: [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] 20170530-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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:47:44: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47:44: [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] 20170530-05:47: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:47:46: [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) 20170530-05:47:46: [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] 20170530-05:47: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:47:48: [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) 20170530-05:47:48: [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] 20170530-05:47: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=read [org.dataone.client.rest.RestClient] 20170530-05:47:50: [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] 20170530-05:47:51: [WARN]: Cookie rejected [JSESSIONID="4D820383C363B9C46D06DBDFF8A22EEC", 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] 20170530-05:47: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:47:51: [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) 20170530-05:47:51: [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] 20170530-05:47:52: [WARN]: Cookie rejected [JSESSIONID="8854A44BCB8A75BC1421F696D1EED4E5", 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] 20170530-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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:47:52: [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) 20170530-05:47:52: [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] 20170530-05:47:53: [WARN]: Cookie rejected [JSESSIONID="48956664CB84A088C1837315A7FE0541", 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] 20170530-05:47: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] 20170530-05:47:53: [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) 20170530-05:47:53: [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] 20170530-05:47: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] 20170530-05:47:54: [WARN]: Cookie rejected [JSESSIONID="0098DE17147BB81327474EF63A29CA18", 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] 20170530-05:47: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:47:54: [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) 20170530-05:47:54: [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] 20170530-05:47:55: [WARN]: Cookie rejected [JSESSIONID="E91FA819BDA5468259C451E72A38D7B0", 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] 20170530-05:47: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:47:55: [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) 20170530-05:47:55: [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] 20170530-05:47:56: [WARN]: Cookie rejected [JSESSIONID="34A2CD44B69F577B03678C9237466EB6", 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] 20170530-05:47: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:47:56: [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) 20170530-05:47:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47:57: [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] 20170530-05:47:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47:57: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:47:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47:57: [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] 20170530-05:47:57: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47:57: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:47: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] 20170530-05:47: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] 20170530-05:47: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] 20170530-05:48:00: [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] 20170530-05:48:00: [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] 20170530-05:48: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=read [org.dataone.client.rest.RestClient] 20170530-05:48:01: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:02: [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] 20170530-05:48:03: [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] 20170530-05:48:03: [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) 20170530-05:48: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] 20170530-05:48: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=write [org.dataone.client.rest.RestClient] 20170530-05:48:05: [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) 20170530-05:48:06: [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] 20170530-05:48: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=read [org.dataone.client.rest.RestClient] 20170530-05:48:07: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:08: [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] 20170530-05:48: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:48:08: [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) 20170530-05:48:09: [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] 20170530-05:48:10: [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] 20170530-05:48:10: [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) 20170530-05:48:10: [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] 20170530-05:48:11: [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] 20170530-05:48:11: [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) 20170530-05:48:11: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:11: [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] 20170530-05:48:13: [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] 20170530-05:48:13: [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) 20170530-05:48:14: [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] 20170530-05:48:15: [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] 20170530-05:48:15: [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) 20170530-05:48:16: [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] 20170530-05:48:17: [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] 20170530-05:48:17: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:18: [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] 20170530-05:48:19: [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] 20170530-05:48:19: [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) 20170530-05:48:20: [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] 20170530-05:48:21: [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] 20170530-05:48:21: [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) 20170530-05:48:22: [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] 20170530-05:48:23: [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] 20170530-05:48:23: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:24: [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] 20170530-05:48:25: [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] 20170530-05:48:25: [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) 20170530-05:48:25: [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] 20170530-05:48: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=write [org.dataone.client.rest.RestClient] 20170530-05:48:26: [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) 20170530-05:48:27: [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] 20170530-05:48: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=read [org.dataone.client.rest.RestClient] 20170530-05:48:28: [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) 20170530-05:48:28: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:28: [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] 20170530-05:48: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:48:29: [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) 20170530-05:48:30: [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] 20170530-05:48: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=write [org.dataone.client.rest.RestClient] 20170530-05:48:31: [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) 20170530-05:48:31: [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] 20170530-05:48:32: [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] 20170530-05:48:32: [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) 20170530-05:48:32: [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] 20170530-05:48:33: [WARN]: Cookie rejected [JSESSIONID="CC4CD2F517098E698CCC39F912CE907E", 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] 20170530-05:48: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:48:33: [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) 20170530-05:48:33: [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] 20170530-05:48:34: [WARN]: Cookie rejected [JSESSIONID="207B87558C9615AFBB21462C024E001A", 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] 20170530-05:48:34: [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] 20170530-05:48:34: [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) 20170530-05:48: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] 20170530-05:48:34: [WARN]: Cookie rejected [JSESSIONID="28A36E7478CBAA8A8C9BBC6DBD4EAE7B", 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] 20170530-05:48:34: [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] 20170530-05:48:34: [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) 20170530-05:48: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] 20170530-05:48:35: [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] 20170530-05:48:35: [WARN]: Cookie rejected [JSESSIONID="7613FBAA11168B391AF53F9AA85DD7C3", 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] 20170530-05:48: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:48:35: [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) 20170530-05:48:36: [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] 20170530-05:48:36: [WARN]: Cookie rejected [JSESSIONID="237B6FE9FA3943821551331D6774F705", 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] 20170530-05:48:36: [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] 20170530-05:48:36: [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) 20170530-05:48:37: [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] 20170530-05:48:37: [WARN]: Cookie rejected [JSESSIONID="D23DC0E14C124CBF093F5A986BB5D9F4", 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] 20170530-05:48: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=read [org.dataone.client.rest.RestClient] 20170530-05:48:37: [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) 20170530-05:48:37: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:38: [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] 20170530-05:48:38: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:38: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48: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] 20170530-05:48: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:48:39: [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] 20170530-05:48: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=write [org.dataone.client.rest.RestClient] 20170530-05:48:41: [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] 20170530-05:48: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=read [org.dataone.client.rest.RestClient] 20170530-05:48:41: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:42: [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] 20170530-05:48: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] 20170530-05:48:44: [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) 20170530-05:48:44: [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] 20170530-05:48: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] 20170530-05:48:46: [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) 20170530-05:48: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] 20170530-05:48: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=read [org.dataone.client.rest.RestClient] 20170530-05:48:48: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48: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] 20170530-05:48: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:48: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; 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) 20170530-05:48:50: [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] 20170530-05:48: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=write [org.dataone.client.rest.RestClient] 20170530-05:48: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; 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) 20170530-05:48: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=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48: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] 20170530-05:48:52: [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) 20170530-05:48:52: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:52: [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] 20170530-05:48: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:48:54: [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) 20170530-05:48:55: [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] 20170530-05:48: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:48:56: [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) 20170530-05:48:57: [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] 20170530-05:48: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:48:59: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:48:59: [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] 20170530-05:49: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:49:01: [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) 20170530-05:49:01: [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] 20170530-05:49: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:49:03: [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) 20170530-05:49:04: [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] 20170530-05:49: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:49:05: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49:06: [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] 20170530-05:49: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:49:07: [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) 20170530-05:49: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:49:08: [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) 20170530-05:49:09: [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] 20170530-05:49: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:49:10: [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) 20170530-05:49:10: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49: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] 20170530-05:49: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] 20170530-05:49:11: [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) 20170530-05:49:12: [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] 20170530-05:49: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] 20170530-05:49:12: [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) 20170530-05:49: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] 20170530-05:49: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] 20170530-05:49:14: [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) 20170530-05:49: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] 20170530-05:49:15: [WARN]: Cookie rejected [JSESSIONID="32E6A9E242A8A8A7F4E797AC79752583", 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] 20170530-05:49: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:49:15: [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) 20170530-05:49:15: [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] 20170530-05:49:16: [WARN]: Cookie rejected [JSESSIONID="AEF0E4A17F108D2B9B57A544ED32B9F8", 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] 20170530-05:49: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=write [org.dataone.client.rest.RestClient] 20170530-05:49:16: [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) 20170530-05:49: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=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49:16: [WARN]: Cookie rejected [JSESSIONID="85B4FD563542A1F71255B6D9D3B98259", 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] 20170530-05:49: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=read [org.dataone.client.rest.RestClient] 20170530-05:49:16: [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) 20170530-05:49:16: [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] 20170530-05:49:17: [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] 20170530-05:49:17: [WARN]: Cookie rejected [JSESSIONID="B561301989488E2D627F15BCA318C256", 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] 20170530-05:49: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:49:17: [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) 20170530-05:49: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49:18: [WARN]: Cookie rejected [JSESSIONID="2D57D6E0DB96549C9BACF579104C0C0B", 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] 20170530-05:49: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] 20170530-05:49:18: [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) 20170530-05:49: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] 20170530-05:49:19: [WARN]: Cookie rejected [JSESSIONID="C7715A5FBF4E000D293B8E426A5C2BA2", 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] 20170530-05:49: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:49:19: [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) 20170530-05:49:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49:20: [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] 20170530-05:49:20: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49:20: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49: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] 20170530-05:49: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:49:21: [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] 20170530-05:49: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:49: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] 20170530-05:49: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:49:24: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49:25: [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] 20170530-05:49: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:49:28: [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) 20170530-05:49:29: [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] 20170530-05:49: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=write [org.dataone.client.rest.RestClient] 20170530-05:49:32: [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) 20170530-05:49: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=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:49:36: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49:37: [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] 20170530-05:49: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:49:38: [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) 20170530-05:49:39: [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] 20170530-05:49: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:49:40: [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) 20170530-05:49: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] 20170530-05:49: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:49:42: [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) 20170530-05:49:42: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49:43: [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] 20170530-05:49: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:49:46: [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) 20170530-05:49:46: [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] 20170530-05:49: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:49:50: [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) 20170530-05:49:50: [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] 20170530-05:49: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=read [org.dataone.client.rest.RestClient] 20170530-05:49:54: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:49: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] 20170530-05:49: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:49:58: [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) 20170530-05:49: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=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:50:02: [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) 20170530-05:50:02: [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] 20170530-05:50: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=read [org.dataone.client.rest.RestClient] 20170530-05:50:06: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:06: [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] 20170530-05:50: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:50:08: [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) 20170530-05:50:09: [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] 20170530-05:50: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:50:10: [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) 20170530-05:50:11: [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] 20170530-05:50: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:50:13: [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) 20170530-05:50:13: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50: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=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:50:15: [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) 20170530-05:50:15: [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] 20170530-05:50: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=write [org.dataone.client.rest.RestClient] 20170530-05:50:17: [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) 20170530-05:50: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=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50: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] 20170530-05:50:19: [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) 20170530-05:50: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=read with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:20: [WARN]: Cookie rejected [JSESSIONID="DF6AF76EB0220A9DA4F714F50D7F2960", 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] 20170530-05:50: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] 20170530-05:50:20: [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) 20170530-05:50: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] 20170530-05:50:21: [WARN]: Cookie rejected [JSESSIONID="A3F33C5C0AC79FF80641E78C02D38154", 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] 20170530-05:50: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:50:21: [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) 20170530-05:50:21: [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] 20170530-05:50:22: [WARN]: Cookie rejected [JSESSIONID="7DB048237AB231A809A50F67ABE9058A", 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] 20170530-05:50: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=read [org.dataone.client.rest.RestClient] 20170530-05:50:22: [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) 20170530-05:50:22: [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] 20170530-05:50:22: [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] 20170530-05:50:23: [WARN]: Cookie rejected [JSESSIONID="B869D909FBAF3006D5A711C50CADA3D8", 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] 20170530-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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:50:23: [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) 20170530-05:50:24: [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] 20170530-05:50:24: [WARN]: Cookie rejected [JSESSIONID="57730C8A75A92167D25287A0C1C4859F", 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] 20170530-05:50: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:50:24: [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) 20170530-05:50:24: [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] 20170530-05:50:25: [WARN]: Cookie rejected [JSESSIONID="559896891F93B435E05338928C368636", 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] 20170530-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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:50:25: [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) 20170530-05:50:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50: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:Verified_READ.15 [org.dataone.client.rest.RestClient] 20170530-05:50:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:26: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:50:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:27: [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] 20170530-05:50:27: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:27: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:27: [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] 20170530-05:50:28: [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] 20170530-05:50:29: [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] 20170530-05:50:29: [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] 20170530-05:50:30: [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] 20170530-05:50:30: [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] 20170530-05:50:30: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50: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=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:32: [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] 20170530-05:50:32: [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) 20170530-05:50:33: [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] 20170530-05:50:34: [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] 20170530-05:50:34: [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) 20170530-05:50:35: [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] 20170530-05:50:36: [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] 20170530-05:50:36: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:37: [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] 20170530-05:50:38: [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] 20170530-05:50:38: [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) 20170530-05:50:38: [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] 20170530-05:50: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=write [org.dataone.client.rest.RestClient] 20170530-05:50:39: [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) 20170530-05:50:39: [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] 20170530-05:50: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=read [org.dataone.client.rest.RestClient] 20170530-05:50:40: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50: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=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:50:42: [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) 20170530-05:50:43: [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] 20170530-05:50: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=write [org.dataone.client.rest.RestClient] 20170530-05:50:44: [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) 20170530-05:50:45: [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] 20170530-05:50: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=read [org.dataone.client.rest.RestClient] 20170530-05:50:46: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:47: [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] 20170530-05:50: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:50:48: [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) 20170530-05:50:49: [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] 20170530-05:50: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=write [org.dataone.client.rest.RestClient] 20170530-05:50:50: [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) 20170530-05:50:51: [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] 20170530-05:50:52: [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] 20170530-05:50:52: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:53: [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] 20170530-05:50:54: [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] 20170530-05:50:54: [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) 20170530-05:50:54: [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] 20170530-05:50: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=write [org.dataone.client.rest.RestClient] 20170530-05:50:55: [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) 20170530-05:50:55: [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] 20170530-05:50:57: [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] 20170530-05:50:57: [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) 20170530-05:50:57: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:50:57: [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] 20170530-05:50: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:50:58: [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) 20170530-05:50:58: [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] 20170530-05:50:59: [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] 20170530-05:50:59: [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) 20170530-05:51:00: [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] 20170530-05:51:01: [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] 20170530-05:51:01: [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) 20170530-05:51:01: [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] 20170530-05:51:02: [WARN]: Cookie rejected [JSESSIONID="6A301F0CD563A18903BF2DCEF2EFFA66", 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] 20170530-05:51: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] 20170530-05:51:02: [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) 20170530-05:51:02: [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] 20170530-05:51:02: [WARN]: Cookie rejected [JSESSIONID="D0DA55C78869143AA25B1AC2356A4A24", 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] 20170530-05:51: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=write [org.dataone.client.rest.RestClient] 20170530-05:51:02: [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) 20170530-05:51:03: [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] 20170530-05:51:03: [WARN]: Cookie rejected [JSESSIONID="6404B3948E52ED15F62AE5253105E2AF", 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] 20170530-05:51:03: [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] 20170530-05:51:03: [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) 20170530-05:51:03: [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] 20170530-05:51:04: [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] 20170530-05:51:04: [WARN]: Cookie rejected [JSESSIONID="21C52F0D2EC0EA40FA8F267D8F0AB9FB", 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] 20170530-05:51: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:04: [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) 20170530-05:51:05: [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] 20170530-05:51:05: [WARN]: Cookie rejected [JSESSIONID="6321C14B3015AD86445AB97259F733AA", 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] 20170530-05:51:05: [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] 20170530-05:51:05: [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) 20170530-05:51: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] 20170530-05:51:06: [WARN]: Cookie rejected [JSESSIONID="D85193D707B7EBD88689A7991A04FBB9", 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] 20170530-05:51:06: [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] 20170530-05:51:06: [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) 20170530-05:51:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:06: [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] 20170530-05:51:06: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:07: [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] 20170530-05:51: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:08: [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] 20170530-05:51: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:51:09: [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] 20170530-05:51: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:51:10: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:11: [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] 20170530-05:51: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:12: [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) 20170530-05:51: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:51:14: [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) 20170530-05:51:15: [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] 20170530-05:51: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:51:17: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:17: [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] 20170530-05:51: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:18: [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) 20170530-05:51:19: [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] 20170530-05:51: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:51:20: [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) 20170530-05:51:20: [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] 20170530-05:51: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:51:21: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:22: [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] 20170530-05:51: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] 20170530-05:51:24: [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) 20170530-05:51:24: [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] 20170530-05:51: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:51:26: [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) 20170530-05:51: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] 20170530-05:51: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:51:28: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:28: [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] 20170530-05:51: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:30: [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) 20170530-05:51: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:51:32: [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) 20170530-05:51:33: [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] 20170530-05:51: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=read [org.dataone.client.rest.RestClient] 20170530-05:51:35: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:35: [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] 20170530-05:51: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:36: [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) 20170530-05:51: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51: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=write [org.dataone.client.rest.RestClient] 20170530-05:51:38: [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) 20170530-05:51:38: [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] 20170530-05:51: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=read [org.dataone.client.rest.RestClient] 20170530-05:51:40: [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) 20170530-05:51:40: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:40: [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] 20170530-05:51: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:41: [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) 20170530-05:51: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] 20170530-05:51: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] 20170530-05:51:42: [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) 20170530-05:51: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] 20170530-05:51: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] 20170530-05:51:44: [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) 20170530-05:51:44: [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] 20170530-05:51:45: [WARN]: Cookie rejected [JSESSIONID="349EB8D63C070F7EF0A90169DE9C5017", 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] 20170530-05:51: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:45: [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) 20170530-05:51:45: [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] 20170530-05:51:46: [WARN]: Cookie rejected [JSESSIONID="8DA93D1FE0021BA109A37EB88F6B09E9", 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] 20170530-05:51: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:51:46: [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) 20170530-05:51:46: [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] 20170530-05:51:46: [WARN]: Cookie rejected [JSESSIONID="EEFA557CE6AF63D48B9E81CE9D9926EC", 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] 20170530-05:51: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:51:46: [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) 20170530-05:51:46: [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] 20170530-05:51:47: [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] 20170530-05:51:48: [WARN]: Cookie rejected [JSESSIONID="253C93A1F33CB1A8AB4C588238A8ABE8", 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] 20170530-05:51: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:48: [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) 20170530-05:51:48: [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] 20170530-05:51:48: [WARN]: Cookie rejected [JSESSIONID="F1888644A340DD46B8A85E952B9F9443", 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] 20170530-05:51: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:51:48: [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) 20170530-05:51: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] 20170530-05:51:49: [WARN]: Cookie rejected [JSESSIONID="7E773FE53B9282129F8B8ECD45B9D620", 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] 20170530-05:51: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=read [org.dataone.client.rest.RestClient] 20170530-05:51:49: [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) 20170530-05:51:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:50: [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] 20170530-05:51:50: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51:51: [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] 20170530-05:51: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:52: [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] 20170530-05:51: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:51:54: [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] 20170530-05:51: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] 20170530-05:51:55: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51: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=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:51: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:51:59: [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) 20170530-05:51:59: [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] 20170530-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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:52:03: [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) 20170530-05:52:03: [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] 20170530-05:52: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:52:07: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52: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] 20170530-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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:52:09: [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) 20170530-05:52: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] 20170530-05:52: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] 20170530-05:52:11: [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) 20170530-05:52: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] 20170530-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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:52:13: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52: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] 20170530-05:52: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] 20170530-05:52:16: [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) 20170530-05:52:17: [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] 20170530-05:52: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:52:21: [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) 20170530-05:52:21: [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] 20170530-05:52: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=read [org.dataone.client.rest.RestClient] 20170530-05:52:25: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52: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=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:52:29: [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) 20170530-05:52:29: [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] 20170530-05:52: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] 20170530-05:52:33: [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) 20170530-05:52: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] 20170530-05:52: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] 20170530-05:52:37: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52: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=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:52:39: [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) 20170530-05:52: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:52:42: [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) 20170530-05:52:42: [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] 20170530-05:52: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=read [org.dataone.client.rest.RestClient] 20170530-05:52:44: [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) 20170530-05:52:44: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:44: [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] 20170530-05:52: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:52:46: [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) 20170530-05:52:46: [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] 20170530-05:52: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:52:48: [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) 20170530-05:52:48: [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] 20170530-05:52: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:52:49: [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) 20170530-05:52:50: [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] 20170530-05:52:51: [WARN]: Cookie rejected [JSESSIONID="4CB1D4D52D7E96FE7951AF8B01CE1EA4", 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] 20170530-05:52: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:52:51: [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) 20170530-05:52: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:52: [WARN]: Cookie rejected [JSESSIONID="06F5126DA2A30005923BB5212310CC79", 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] 20170530-05:52: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:52:52: [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) 20170530-05:52:52: [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] 20170530-05:52:53: [WARN]: Cookie rejected [JSESSIONID="DDAF32C3DECED0CBF763F32F0FFA4B8B", 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] 20170530-05:52: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:52:53: [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) 20170530-05:52:53: [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] 20170530-05:52: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=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:54: [WARN]: Cookie rejected [JSESSIONID="D41F823AD783D17ED24345DC7A2A907E", 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] 20170530-05:52: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:52:54: [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) 20170530-05:52:54: [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] 20170530-05:52:55: [WARN]: Cookie rejected [JSESSIONID="3AC87C540A1C63EDF9C3CA14FBAB8A95", 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] 20170530-05:52: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=write [org.dataone.client.rest.RestClient] 20170530-05:52:55: [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) 20170530-05:52: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=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:56: [WARN]: Cookie rejected [JSESSIONID="007C354BC9165F5A5B0895BAFF5AB6B9", 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] 20170530-05:52: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:52:56: [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) 20170530-05:52:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:57: [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] 20170530-05:52:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:57: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:52:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:57: [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] 20170530-05:52:57: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:57: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:52:58: [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] 20170530-05:52: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:52:59: [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] 20170530-05:53:00: [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] 20170530-05:53:01: [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] 20170530-05:53: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] 20170530-05:53:01: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53: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] 20170530-05:53:04: [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] 20170530-05:53:04: [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) 20170530-05:53: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] 20170530-05:53:06: [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] 20170530-05:53: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] 20170530-05:53: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] 20170530-05:53:08: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53: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] 20170530-05:53: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] 20170530-05:53:09: [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) 20170530-05:53: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] 20170530-05:53: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] 20170530-05:53:11: [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] 20170530-05:53:12: [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] 20170530-05:53:12: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53: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] 20170530-05:53: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] 20170530-05:53:14: [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) 20170530-05:53: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] 20170530-05:53: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=write [org.dataone.client.rest.RestClient] 20170530-05:53:17: [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] 20170530-05:53: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=read [org.dataone.client.rest.RestClient] 20170530-05:53:19: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53: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=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53: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] 20170530-05:53:21: [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) 20170530-05:53: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] 20170530-05:53:23: [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] 20170530-05:53:24: [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] 20170530-05:53:25: [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] 20170530-05:53:25: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53:26: [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] 20170530-05:53:27: [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] 20170530-05:53:27: [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) 20170530-05:53:27: [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] 20170530-05:53:29: [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] 20170530-05:53:29: [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) 20170530-05:53:29: [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] 20170530-05:53:30: [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] 20170530-05:53:30: [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) 20170530-05:53:30: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53:31: [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] 20170530-05:53:32: [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] 20170530-05:53:32: [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) 20170530-05:53:32: [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] 20170530-05:53:33: [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] 20170530-05:53:33: [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) 20170530-05:53:34: [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] 20170530-05:53:35: [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] 20170530-05:53:35: [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) 20170530-05:53:35: [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] 20170530-05:53:36: [WARN]: Cookie rejected [JSESSIONID="329C70C65B80E1714AC0C9C05B8428D9", 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] 20170530-05:53:36: [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] 20170530-05:53:36: [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) 20170530-05:53:36: [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] 20170530-05:53:37: [WARN]: Cookie rejected [JSESSIONID="3FD72A874F3B7B5B74647346C73CD8DD", 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] 20170530-05:53:37: [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] 20170530-05:53:37: [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) 20170530-05:53:37: [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] 20170530-05:53:37: [WARN]: Cookie rejected [JSESSIONID="68C0C6A98CD294E9FA935E6FDD073005", 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] 20170530-05:53:37: [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] 20170530-05:53:37: [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) 20170530-05:53: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] 20170530-05:53:38: [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] 20170530-05:53:39: [WARN]: Cookie rejected [JSESSIONID="110B55FA377AD36C127D142661821470", 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] 20170530-05:53:39: [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] 20170530-05:53:39: [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) 20170530-05:53:39: [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] 20170530-05:53:39: [WARN]: Cookie rejected [JSESSIONID="80A1EE048AB69F71979382650239C3BC", 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] 20170530-05:53:39: [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] 20170530-05:53:39: [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) 20170530-05:53:40: [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] 20170530-05:53:40: [WARN]: Cookie rejected [JSESSIONID="319D3E8BF8410EA5349C3D4505F2F7B3", 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] 20170530-05:53:40: [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] 20170530-05:53:40: [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) 20170530-05:53:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53:41: [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] 20170530-05:53:41: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53:41: [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] 20170530-05:53: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:53: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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:53: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] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:53:44: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53:45: [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] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:53:46: [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) 20170530-05:53:47: [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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:53:49: [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] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:53:50: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53:51: [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] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:53:52: [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) 20170530-05:53:52: [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] 20170530-05:53: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:53:53: [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] 20170530-05:53: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=read [org.dataone.client.rest.RestClient] 20170530-05:53:54: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:53:55: [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] 20170530-05:53: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:53:56: [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) 20170530-05:53:57: [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] 20170530-05:53: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=write [org.dataone.client.rest.RestClient] 20170530-05:53:59: [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] 20170530-05:54: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=read [org.dataone.client.rest.RestClient] 20170530-05:54:00: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54:01: [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] 20170530-05:54: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:54:02: [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) 20170530-05:54:03: [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] 20170530-05:54: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=write [org.dataone.client.rest.RestClient] 20170530-05:54:05: [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] 20170530-05:54: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=read [org.dataone.client.rest.RestClient] 20170530-05:54:07: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54:07: [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] 20170530-05:54: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:54:08: [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) 20170530-05:54:08: [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] 20170530-05:54: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:54:09: [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) 20170530-05:54:10: [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] 20170530-05:54: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:54:11: [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) 20170530-05:54:11: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54:11: [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] 20170530-05:54: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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:54:12: [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) 20170530-05:54:13: [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] 20170530-05:54: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:54:14: [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) 20170530-05:54:14: [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] 20170530-05:54: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:54:15: [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) 20170530-05:54:15: [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] 20170530-05:54:16: [WARN]: Cookie rejected [JSESSIONID="79CAA8CE391C7B0DD4E20E90FA9D2AAC", 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] 20170530-05:54: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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:54: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:406) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-05:54: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54:17: [WARN]: Cookie rejected [JSESSIONID="832E917A919FF3033484EE52C1593156", 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] 20170530-05:54: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:54: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:406) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-05:54:17: [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] 20170530-05:54:17: [WARN]: Cookie rejected [JSESSIONID="DDFA798C4EC2A60C98C38D1E2CEC759F", 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] 20170530-05:54: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:54:17: [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) 20170530-05:54: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] 20170530-05:54:18: [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] 20170530-05:54:18: [WARN]: Cookie rejected [JSESSIONID="A34333DBEB2952C642D88DAE88F0AFD2", 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] 20170530-05:54: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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:54:18: [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) 20170530-05:54:19: [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] 20170530-05:54:19: [WARN]: Cookie rejected [JSESSIONID="FDD6823A9C628B1FD928C372785A7BEF", 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] 20170530-05:54: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:54:19: [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) 20170530-05:54:20: [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] 20170530-05:54:20: [WARN]: Cookie rejected [JSESSIONID="6D70827146E7D033652FCC2C6B28A611", 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] 20170530-05:54: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:54:20: [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) 20170530-05:54:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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:testPerson_WRITE.15 [org.dataone.client.rest.RestClient] 20170530-05:54:21: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54:21: [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] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:54: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:54:24: [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] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:54:25: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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] 20170530-05:54: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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:54:29: [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) 20170530-05:54: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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=write [org.dataone.client.rest.RestClient] 20170530-05:54:34: [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] 20170530-05:54: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=read [org.dataone.client.rest.RestClient] 20170530-05:54:38: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:54:40: [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) 20170530-05:54: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:54:42: [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] 20170530-05:54: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:54:43: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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] 20170530-05:54: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) 20170530-05:54:48: [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] 20170530-05:54: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:54:52: [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] 20170530-05:54: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:54:56: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:54: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=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:55:00: [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) 20170530-05:55:00: [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] 20170530-05:55: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:55: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=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:55:07: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:08: [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] 20170530-05:55: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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:55:10: [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) 20170530-05:55: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:55:12: [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) 20170530-05:55:12: [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] 20170530-05:55: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:55:14: [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) 20170530-05:55:14: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:15: [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] 20170530-05:55: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:55:16: [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) 20170530-05:55: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55: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=write [org.dataone.client.rest.RestClient] 20170530-05:55:18: [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) 20170530-05:55:18: [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] 20170530-05:55: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:55:20: [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) 20170530-05:55:20: [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] 20170530-05:55:21: [WARN]: Cookie rejected [JSESSIONID="22AA5C85ECF28D1B450ABDCB201CD441", 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] 20170530-05:55: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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:55:21: [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) 20170530-05:55:21: [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] 20170530-05:55:22: [WARN]: Cookie rejected [JSESSIONID="5238A1C01C1154185BE5BD7B0E5CABA6", 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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:55:22: [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) 20170530-05:55: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=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:23: [WARN]: Cookie rejected [JSESSIONID="7FB7BA4E5C7AF682412994803BF89527", 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] 20170530-05:55: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:55:23: [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) 20170530-05:55: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] 20170530-05:55:23: [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] 20170530-05:55:24: [WARN]: Cookie rejected [JSESSIONID="CFB88CA41F2A5240578C32C273EE5990", 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] 20170530-05:55: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:55:24: [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) 20170530-05:55:25: [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] 20170530-05:55:25: [WARN]: Cookie rejected [JSESSIONID="610A0FCF4D70CEB1F748C1846B4BE154", 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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:55:25: [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) 20170530-05:55:26: [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] 20170530-05:55:26: [WARN]: Cookie rejected [JSESSIONID="1C4E4152E7F314A3539CFFB3C1CEE09B", 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] 20170530-05:55: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:55:26: [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) 20170530-05:55:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:27: [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] 20170530-05:55:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:27: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:27: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:55:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:28: [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) 20170530-05:55:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55: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: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) 20170530-05:55:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:29: [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) 20170530-05:55:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:29: [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] 20170530-05:55:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:29: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:55:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:30: [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] 20170530-05:55:30: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:30: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55: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] 20170530-05:55: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] 20170530-05:55:31: [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] 20170530-05:55: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] 20170530-05:55: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] 20170530-05:55: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] 20170530-05:55:33: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:34: [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] 20170530-05:55:35: [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] 20170530-05:55:35: [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) 20170530-05:55:36: [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] 20170530-05:55:37: [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] 20170530-05:55:37: [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) 20170530-05:55:38: [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] 20170530-05:55:39: [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] 20170530-05:55:39: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55: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=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:41: [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] 20170530-05:55:41: [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) 20170530-05:55:41: [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] 20170530-05:55:42: [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] 20170530-05:55:42: [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) 20170530-05:55:42: [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] 20170530-05:55:43: [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] 20170530-05:55:43: [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) 20170530-05:55:43: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:44: [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] 20170530-05:55:45: [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] 20170530-05:55:45: [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) 20170530-05:55:46: [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] 20170530-05:55:47: [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] 20170530-05:55:47: [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) 20170530-05:55:48: [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] 20170530-05:55:50: [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] 20170530-05:55:50: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:50: [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] 20170530-05:55:52: [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] 20170530-05:55:52: [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) 20170530-05:55:52: [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] 20170530-05:55:54: [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] 20170530-05:55:54: [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) 20170530-05:55:54: [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] 20170530-05:55:56: [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] 20170530-05:55:56: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:55:56: [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] 20170530-05:55:57: [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] 20170530-05:55:57: [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) 20170530-05:55:58: [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] 20170530-05:55: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=write [org.dataone.client.rest.RestClient] 20170530-05:55:59: [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) 20170530-05:55:59: [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] 20170530-05:56:00: [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] 20170530-05:56:00: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:01: [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] 20170530-05:56: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56:01: [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) 20170530-05:56:02: [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] 20170530-05:56: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=write [org.dataone.client.rest.RestClient] 20170530-05:56:03: [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) 20170530-05:56:03: [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] 20170530-05:56:04: [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] 20170530-05:56:04: [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) 20170530-05:56:05: [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] 20170530-05:56:05: [WARN]: Cookie rejected [JSESSIONID="D1472E436F60BEF029EF8B953546686A", 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] 20170530-05:56: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] 20170530-05:56:05: [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) 20170530-05:56: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] 20170530-05:56:06: [WARN]: Cookie rejected [JSESSIONID="4D17517E3C5710ADECF45DD37138A9D6", 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] 20170530-05:56:06: [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] 20170530-05:56:06: [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) 20170530-05:56:06: [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] 20170530-05:56:07: [WARN]: Cookie rejected [JSESSIONID="97C982A86927D56A3F44C72B6E9B7070", 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] 20170530-05:56: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=read [org.dataone.client.rest.RestClient] 20170530-05:56:07: [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) 20170530-05:56: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] 20170530-05:56:07: [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] 20170530-05:56:08: [WARN]: Cookie rejected [JSESSIONID="A96B8BD4561EDFD711CDD509345A7974", 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] 20170530-05:56:08: [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] 20170530-05:56:08: [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) 20170530-05:56:08: [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] 20170530-05:56:08: [WARN]: Cookie rejected [JSESSIONID="A8B18BFCA43BE64B24087222FEEEFE30", 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] 20170530-05:56:08: [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] 20170530-05:56:08: [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) 20170530-05:56:09: [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] 20170530-05:56:09: [WARN]: Cookie rejected [JSESSIONID="5FD0EB84E7C7C6051397C59B55055322", 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] 20170530-05:56:09: [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] 20170530-05:56:09: [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) 20170530-05:56:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:10: [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] 20170530-05:56:10: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:10: [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] 20170530-05:56: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] 20170530-05:56:12: [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] 20170530-05:56: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] 20170530-05:56: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] 20170530-05:56: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] 20170530-05:56:14: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56: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] 20170530-05:56: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56:16: [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) 20170530-05:56: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] 20170530-05:56: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=write [org.dataone.client.rest.RestClient] 20170530-05:56:18: [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) 20170530-05:56: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] 20170530-05:56: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] 20170530-05:56:20: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:21: [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] 20170530-05:56: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56:22: [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) 20170530-05:56: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:56:23: [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) 20170530-05:56:24: [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] 20170530-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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:56:25: [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) 20170530-05:56:25: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:25: [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] 20170530-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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56:27: [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) 20170530-05:56:27: [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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:56:29: [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) 20170530-05:56:29: [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] 20170530-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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:56:31: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:32: [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] 20170530-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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56:33: [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) 20170530-05:56:34: [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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:56:36: [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) 20170530-05:56: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=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:56:38: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:38: [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] 20170530-05:56: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56:39: [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) 20170530-05:56:40: [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] 20170530-05:56: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=write [org.dataone.client.rest.RestClient] 20170530-05:56:41: [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) 20170530-05:56:42: [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] 20170530-05:56: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=read [org.dataone.client.rest.RestClient] 20170530-05:56:43: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:43: [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] 20170530-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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56:44: [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) 20170530-05:56: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:56:46: [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) 20170530-05:56: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=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:56:47: [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) 20170530-05:56:48: [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] 20170530-05:56:48: [WARN]: Cookie rejected [JSESSIONID="55825B0B766000B1892CC71C6D4A8A62", 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] 20170530-05:56: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56:48: [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) 20170530-05:56: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:49: [WARN]: Cookie rejected [JSESSIONID="AE6DA20E3CC51BA637C1BC790BAE9C77", 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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:56:49: [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) 20170530-05:56:50: [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] 20170530-05:56:50: [WARN]: Cookie rejected [JSESSIONID="7DEBF5A5F5C712A3F7E61AB6B44DA73E", 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] 20170530-05:56: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] 20170530-05:56:50: [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) 20170530-05:56: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] 20170530-05:56: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] 20170530-05:56:51: [WARN]: Cookie rejected [JSESSIONID="1C82FA67BF4ED05F0E1F31F9A682F2BD", 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] 20170530-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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56:51: [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) 20170530-05:56:52: [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] 20170530-05:56:52: [WARN]: Cookie rejected [JSESSIONID="6D8E742C0A6BFAA7C0EAF916C66D22DE", 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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:56:52: [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) 20170530-05:56:52: [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] 20170530-05:56:53: [WARN]: Cookie rejected [JSESSIONID="E6AAEE9C8C8CD3063632DC1D16E51701", 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] 20170530-05:56: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:56:53: [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) 20170530-05:56:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:53: [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] 20170530-05:56:53: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:53: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56: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] 20170530-05:56: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:56: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=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:56:57: [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] 20170530-05:56: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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:56:58: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:56:58: [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] 20170530-05:57: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:57:02: [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) 20170530-05:57:02: [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] 20170530-05:57: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:57:06: [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) 20170530-05:57:07: [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] 20170530-05:57: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] 20170530-05:57:10: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57: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] 20170530-05:57: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:57:12: [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) 20170530-05:57:13: [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] 20170530-05:57: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:57: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; 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) 20170530-05:57:14: [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] 20170530-05:57: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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:57:16: [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) 20170530-05:57:16: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57: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=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:57:20: [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) 20170530-05:57:20: [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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:57:24: [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) 20170530-05:57: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=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57: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] 20170530-05:57:28: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57: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] 20170530-05:57: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:57:32: [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) 20170530-05:57:32: [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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:57:36: [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) 20170530-05:57:36: [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] 20170530-05:57: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=read [org.dataone.client.rest.RestClient] 20170530-05:57:40: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57:40: [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] 20170530-05:57: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:57:43: [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) 20170530-05:57: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=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57: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=write [org.dataone.client.rest.RestClient] 20170530-05:57: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:406) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-05:57:45: [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] 20170530-05:57: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=read [org.dataone.client.rest.RestClient] 20170530-05:57:47: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57: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=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:57:49: [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) 20170530-05:57:49: [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] 20170530-05:57: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] 20170530-05:57:51: [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) 20170530-05:57: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] 20170530-05:57: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] 20170530-05:57:53: [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) 20170530-05:57: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=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57:54: [WARN]: Cookie rejected [JSESSIONID="2390EF3826F1D7F3A8DA8ADAA8C46C5B", 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] 20170530-05:57: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:57:54: [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) 20170530-05:57:54: [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] 20170530-05:57:55: [WARN]: Cookie rejected [JSESSIONID="1B2A231C9C79543F9B89A1646E357916", 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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:57:55: [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) 20170530-05:57: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=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:57:56: [WARN]: Cookie rejected [JSESSIONID="47D220E660E20929883A875E7D83A5DD", 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] 20170530-05:57: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:57:56: [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) 20170530-05:57: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] 20170530-05:57:56: [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] 20170530-05:57:57: [WARN]: Cookie rejected [JSESSIONID="FB8B283DC853844D97AF82E9BF783C6C", 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] 20170530-05:57: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:57:57: [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) 20170530-05:57:58: [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] 20170530-05:57:58: [WARN]: Cookie rejected [JSESSIONID="4C15D4D4D6FAED4D8F7F0B55620D4649", 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] 20170530-05:57: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:57:58: [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) 20170530-05:57:58: [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] 20170530-05:57:59: [WARN]: Cookie rejected [JSESSIONID="912F5304D42F6E82FC7A7CC1006EF2D0", 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] 20170530-05:57: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=read [org.dataone.client.rest.RestClient] 20170530-05:57:59: [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) 20170530-05:57:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:00: [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] 20170530-05:58:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:00: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-05:58:00: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:01: [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] 20170530-05:58:01: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:01: [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] 20170530-05:58:02: [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] 20170530-05:58:03: [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] 20170530-05:58:03: [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] 20170530-05:58: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] 20170530-05:58: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=read [org.dataone.client.rest.RestClient] 20170530-05:58:04: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58: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=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:58:06: [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) 20170530-05:58:07: [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] 20170530-05:58: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] 20170530-05:58: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] 20170530-05:58:11: [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] 20170530-05:58:11: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58: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] 20170530-05:58:12: [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] 20170530-05:58: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; 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) 20170530-05:58:12: [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] 20170530-05:58: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=write [org.dataone.client.rest.RestClient] 20170530-05:58:13: [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) 20170530-05:58:14: [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] 20170530-05:58:14: [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] 20170530-05:58:14: [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) 20170530-05:58:14: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:15: [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] 20170530-05:58:16: [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] 20170530-05:58:16: [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) 20170530-05:58:17: [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] 20170530-05:58: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=write [org.dataone.client.rest.RestClient] 20170530-05:58:19: [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] 20170530-05:58:21: [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] 20170530-05:58:21: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:21: [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] 20170530-05:58:23: [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] 20170530-05:58:23: [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) 20170530-05:58:23: [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] 20170530-05:58:25: [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] 20170530-05:58:25: [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] 20170530-05:58: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=read [org.dataone.client.rest.RestClient] 20170530-05:58:27: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:27: [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] 20170530-05:58:28: [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] 20170530-05:58:28: [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) 20170530-05:58:29: [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] 20170530-05:58: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=write [org.dataone.client.rest.RestClient] 20170530-05:58:30: [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] 20170530-05:58:31: [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] 20170530-05:58:31: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58: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=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:58:32: [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) 20170530-05:58:33: [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] 20170530-05:58:34: [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] 20170530-05:58:34: [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) 20170530-05:58:34: [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] 20170530-05:58: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=read [org.dataone.client.rest.RestClient] 20170530-05:58:35: [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) 20170530-05:58:35: [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] 20170530-05:58:36: [WARN]: Cookie rejected [JSESSIONID="E3A8B79F7DC17158DFF6BC3D74FD3F53", 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] 20170530-05:58: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:58:36: [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) 20170530-05:58:36: [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] 20170530-05:58:37: [WARN]: Cookie rejected [JSESSIONID="7D226FEEC333F5F8BDD77C6994978480", 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] 20170530-05:58: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=write [org.dataone.client.rest.RestClient] 20170530-05:58:37: [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) 20170530-05:58:37: [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] 20170530-05:58:37: [WARN]: Cookie rejected [JSESSIONID="9DDC36C6AEE4C6889AAE78108294BD6D", 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] 20170530-05:58: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=read [org.dataone.client.rest.RestClient] 20170530-05:58:37: [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) 20170530-05:58: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] 20170530-05:58:38: [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] 20170530-05:58:39: [WARN]: Cookie rejected [JSESSIONID="57541B75519E362C5F011CF1BD8E90AC", 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] 20170530-05:58: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:58:39: [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) 20170530-05:58:39: [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] 20170530-05:58:39: [WARN]: Cookie rejected [JSESSIONID="B974C2AE3F678ED39D727EDDEC005223", 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] 20170530-05:58: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=write [org.dataone.client.rest.RestClient] 20170530-05:58:39: [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) 20170530-05:58:40: [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] 20170530-05:58:40: [WARN]: Cookie rejected [JSESSIONID="29E147F2DD2903DF54287C4847EB1502", 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] 20170530-05:58:40: [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] 20170530-05:58:40: [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) 20170530-05:58:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:41: [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] 20170530-05:58:41: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:41: [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] 20170530-05:58: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:58: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] 20170530-05:58: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:58:44: [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] 20170530-05:58: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] 20170530-05:58:44: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58:45: [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] 20170530-05:58: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:58:47: [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) 20170530-05:58: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] 20170530-05:58: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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:58: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] 20170530-05:58: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] 20170530-05:58:51: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58: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] 20170530-05:58: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] 20170530-05:58: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) 20170530-05:58: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] 20170530-05:58: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] 20170530-05:58: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) 20170530-05:58: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] 20170530-05:58: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:58:54: [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) 20170530-05:58:54: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:58: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] 20170530-05:58: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:58:56: [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) 20170530-05:58:57: [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] 20170530-05:58: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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:58:59: [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] 20170530-05:59: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_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:59:01: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59:01: [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] 20170530-05:59: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:59:03: [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) 20170530-05:59:03: [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] 20170530-05:59: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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:59:05: [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] 20170530-05:59: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_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:59:07: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59:07: [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] 20170530-05:59: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:59:08: [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) 20170530-05:59:09: [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] 20170530-05:59: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=write [org.dataone.client.rest.RestClient] 20170530-05:59: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=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59: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_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:59:11: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59:12: [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] 20170530-05:59: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:59:13: [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) 20170530-05:59: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:59:14: [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) 20170530-05:59:14: [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] 20170530-05:59: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=read [org.dataone.client.rest.RestClient] 20170530-05:59:15: [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) 20170530-05:59:16: [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] 20170530-05:59:16: [WARN]: Cookie rejected [JSESSIONID="2F2DA82718560601E3DF91C51614E105", 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] 20170530-05:59: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=changePermission [org.dataone.client.rest.RestClient] 20170530-05:59:16: [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) 20170530-05:59: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59:17: [WARN]: Cookie rejected [JSESSIONID="AB52BD88DFF7EDC42BCF3F2C89CDC4F0", 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] 20170530-05:59: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:59:17: [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) 20170530-05:59: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] 20170530-05:59:18: [WARN]: Cookie rejected [JSESSIONID="454C02391FE0FB31936A018525220371", 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] 20170530-05:59: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] 20170530-05:59:18: [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) 20170530-05:59:18: [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] 20170530-05:59:18: [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] 20170530-05:59:19: [WARN]: Cookie rejected [JSESSIONID="52BB438F0C430DBC47D38F2AEDEA8158", 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] 20170530-05:59: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] 20170530-05:59: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: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) 20170530-05:59:19: [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] 20170530-05:59:19: [WARN]: Cookie rejected [JSESSIONID="956205379DBBADEFCE731E04B97C386F", 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] 20170530-05:59: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=write [org.dataone.client.rest.RestClient] 20170530-05:59:19: [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) 20170530-05:59: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] 20170530-05:59:20: [WARN]: Cookie rejected [JSESSIONID="B0A3357A045A609BD70550D1BC2B456F", 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] 20170530-05:59: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=read [org.dataone.client.rest.RestClient] 20170530-05:59:20: [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) 20170530-05:59:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59: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_WRITE.15 [org.dataone.client.rest.RestClient] 20170530-05:59:21: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59:21: [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] 20170530-05:59: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:59: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=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:59: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] 20170530-05:59: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_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:59:26: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59: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] 20170530-05:59: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:59:30: [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) 20170530-05:59: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=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-05:59:34: [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] 20170530-05:59: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] 20170530-05:59:38: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59:38: [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] 20170530-05:59: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-05:59:39: [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) 20170530-05:59:40: [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] 20170530-05:59: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=write [org.dataone.client.rest.RestClient] 20170530-05:59:41: [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) 20170530-05:59: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=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-05:59:43: [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) 20170530-05:59:43: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59:44: [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] 20170530-05:59: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] 20170530-05:59: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:406) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-05:59: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] 20170530-05:59: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] 20170530-05:59: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=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59: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] 20170530-05:59:56: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-05:59: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] 20170530-06:00: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:00:00: [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) 20170530-06:00: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=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:00: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=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:00:08: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:08: [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] 20170530-06:00: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:00:10: [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) 20170530-06:00: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=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:00:13: [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] 20170530-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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:00:15: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00: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=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:00:17: [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) 20170530-06:00:17: [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] 20170530-06:00: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=write [org.dataone.client.rest.RestClient] 20170530-06:00:18: [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) 20170530-06:00:19: [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] 20170530-06:00: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:00:20: [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) 20170530-06:00:21: [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] 20170530-06:00:22: [WARN]: Cookie rejected [JSESSIONID="5796AFEAB7F7699A1BE7B73826A3A1E6", 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] 20170530-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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:00:22: [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) 20170530-06:00:22: [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] 20170530-06:00:22: [WARN]: Cookie rejected [JSESSIONID="0E34CEC52F6ADA077546F69A1C2F8E35", 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] 20170530-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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:00:22: [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) 20170530-06:00: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=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:23: [WARN]: Cookie rejected [JSESSIONID="E2B4B776AC09FF36368D3906D2F7702E", 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] 20170530-06:00: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=read [org.dataone.client.rest.RestClient] 20170530-06:00:23: [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) 20170530-06:00: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] 20170530-06:00:24: [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] 20170530-06:00:25: [WARN]: Cookie rejected [JSESSIONID="8EE95FACC676FF0622ECA16B537FA9D6", 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] 20170530-06:00: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:00:25: [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) 20170530-06:00:25: [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] 20170530-06:00:26: [WARN]: Cookie rejected [JSESSIONID="95BA22E0DF2A588824019C843A18F933", 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] 20170530-06:00: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:00:26: [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) 20170530-06:00:26: [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] 20170530-06:00:27: [WARN]: Cookie rejected [JSESSIONID="B301653D48FB33D65C775B2E3D6EB1A2", 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] 20170530-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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:00:27: [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) 20170530-06:00:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:28: [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] 20170530-06:00:28: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:28: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:28: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:28: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:00:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:29: [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) 20170530-06:00:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:29: [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) 20170530-06:00:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00: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: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) 20170530-06:00:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:30: [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] 20170530-06:00:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:30: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:00:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:31: [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] 20170530-06:00:31: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:31: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00: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] 20170530-06:00: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] 20170530-06:00:33: [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] 20170530-06:00: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] 20170530-06:00: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] 20170530-06:00: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] 20170530-06:00:35: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00: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] 20170530-06:00: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] 20170530-06:00:37: [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) 20170530-06:00:38: [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] 20170530-06:00: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=write [org.dataone.client.rest.RestClient] 20170530-06:00:40: [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] 20170530-06:00: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=read [org.dataone.client.rest.RestClient] 20170530-06:00:42: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00: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] 20170530-06:00: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] 20170530-06:00:44: [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) 20170530-06:00:44: [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] 20170530-06:00: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=write [org.dataone.client.rest.RestClient] 20170530-06:00:46: [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) 20170530-06:00: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] 20170530-06:00:47: [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] 20170530-06:00:47: [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) 20170530-06:00:47: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00: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=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:50: [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] 20170530-06:00:50: [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) 20170530-06:00:50: [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] 20170530-06:00:52: [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] 20170530-06:00:53: [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] 20170530-06:00:55: [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] 20170530-06:00:55: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:00:55: [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] 20170530-06:00:57: [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] 20170530-06:00:57: [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) 20170530-06:00:57: [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] 20170530-06:00:59: [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] 20170530-06:01:00: [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] 20170530-06:01: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=read [org.dataone.client.rest.RestClient] 20170530-06:01:02: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:03: [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] 20170530-06:01: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:01:04: [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) 20170530-06:01:04: [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] 20170530-06:01:05: [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] 20170530-06:01:05: [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) 20170530-06:01:06: [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] 20170530-06:01:07: [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] 20170530-06:01:07: [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) 20170530-06:01:07: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01: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=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:08: [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] 20170530-06:01:08: [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) 20170530-06:01:09: [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] 20170530-06:01:10: [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] 20170530-06:01:10: [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) 20170530-06:01:10: [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] 20170530-06:01: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=read [org.dataone.client.rest.RestClient] 20170530-06:01:12: [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) 20170530-06:01:12: [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] 20170530-06:01:13: [WARN]: Cookie rejected [JSESSIONID="8294A6E8A2259654E6E41C965D9746D1", 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] 20170530-06:01:13: [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] 20170530-06:01:13: [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) 20170530-06:01: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] 20170530-06:01:13: [WARN]: Cookie rejected [JSESSIONID="72AB615EE7FAECD34D0F11736E5E5208", 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] 20170530-06:01:13: [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] 20170530-06:01:13: [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) 20170530-06:01:14: [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] 20170530-06:01:14: [WARN]: Cookie rejected [JSESSIONID="158D588F4841DD6F626BC04EE6C1F6BD", 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] 20170530-06:01: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=read [org.dataone.client.rest.RestClient] 20170530-06:01:14: [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) 20170530-06:01: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] 20170530-06:01:15: [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] 20170530-06:01:15: [WARN]: Cookie rejected [JSESSIONID="8D92DA684764D402DFCA1DB60D729F6C", 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] 20170530-06:01:15: [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] 20170530-06:01:15: [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) 20170530-06:01:16: [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] 20170530-06:01:16: [WARN]: Cookie rejected [JSESSIONID="CF3EB2646646686B7510CBD291E6EF0E", 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] 20170530-06:01: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=write [org.dataone.client.rest.RestClient] 20170530-06:01:16: [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) 20170530-06:01:17: [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] 20170530-06:01:17: [WARN]: Cookie rejected [JSESSIONID="E67B7B45FD2210C78727F6024B398B85", 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] 20170530-06:01:17: [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] 20170530-06:01:17: [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) 20170530-06:01:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01: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:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient] 20170530-06:01:18: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:18: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:18: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:01:19: [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] 20170530-06:01: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] 20170530-06:01: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] 20170530-06:01: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] 20170530-06:01:21: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01: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] 20170530-06:01: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] 20170530-06:01:23: [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) 20170530-06:01:24: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:01:26: [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] 20170530-06:01: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=read [org.dataone.client.rest.RestClient] 20170530-06:01:27: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:28: [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] 20170530-06:01: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:01:29: [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) 20170530-06:01:29: [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] 20170530-06:01: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=write [org.dataone.client.rest.RestClient] 20170530-06:01:30: [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) 20170530-06:01: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=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01: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] 20170530-06:01:31: [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) 20170530-06:01:31: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:32: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:01:34: [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) 20170530-06:01:34: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:01:36: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:01:38: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:38: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:01:40: [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) 20170530-06:01:40: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:01:42: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:01:44: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:44: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:01:45: [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) 20170530-06:01:46: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:01:47: [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) 20170530-06:01:47: [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] 20170530-06:01: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=read [org.dataone.client.rest.RestClient] 20170530-06:01:49: [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) 20170530-06:01:49: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:49: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:01:50: [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) 20170530-06:01: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=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01: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=write [org.dataone.client.rest.RestClient] 20170530-06:01:51: [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) 20170530-06:01:52: [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] 20170530-06:01: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:01:52: [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) 20170530-06:01:53: [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] 20170530-06:01:53: [WARN]: Cookie rejected [JSESSIONID="8F3B437C54DCE1D5CE7B116257D1A52F", 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] 20170530-06:01: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] 20170530-06:01:53: [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) 20170530-06:01: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] 20170530-06:01:54: [WARN]: Cookie rejected [JSESSIONID="14D657EDF89D4EBAAAE37622A58A9537", 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] 20170530-06:01: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:01:54: [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) 20170530-06:01:55: [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] 20170530-06:01:55: [WARN]: Cookie rejected [JSESSIONID="CA0673219D41B4FD96A5E2383EB836A5", 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] 20170530-06:01: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=read [org.dataone.client.rest.RestClient] 20170530-06:01:55: [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) 20170530-06:01:55: [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] 20170530-06:01:55: [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] 20170530-06:01:56: [WARN]: Cookie rejected [JSESSIONID="23CCA0B1EE8578B2D890E58B0A06AB2D", 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] 20170530-06:01: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:01:56: [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) 20170530-06:01: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=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:57: [WARN]: Cookie rejected [JSESSIONID="C32CE9C635EE88C02160C322FBC0E529", 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] 20170530-06:01: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:01:57: [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) 20170530-06:01:57: [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] 20170530-06:01:58: [WARN]: Cookie rejected [JSESSIONID="54DE7461AE0B2007E090E8D3AE4C8C42", 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] 20170530-06:01: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] 20170530-06:01:58: [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) 20170530-06:01:58: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01: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:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient] 20170530-06:01:58: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01:58: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:01: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] 20170530-06:02: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] 20170530-06:02: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] 20170530-06:02: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] 20170530-06:02: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] 20170530-06:02: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] 20170530-06:02:03: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:02:03: [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] 20170530-06:02: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:02:07: [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) 20170530-06:02:07: [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] 20170530-06:02: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:02:11: [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] 20170530-06:02: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=read [org.dataone.client.rest.RestClient] 20170530-06:02:15: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:02:15: [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] 20170530-06:02: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:02:17: [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) 20170530-06:02:17: [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] 20170530-06:02: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:02:19: [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) 20170530-06:02:19: [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] 20170530-06:02: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:02:21: [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) 20170530-06:02:21: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:02:21: [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] 20170530-06:02: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:02:25: [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) 20170530-06:02:25: [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] 20170530-06:02: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:02:29: [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] 20170530-06:02: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:02:33: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:02: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] 20170530-06:02: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:02:37: [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) 20170530-06:02: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=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:02: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=write [org.dataone.client.rest.RestClient] 20170530-06:02: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=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:02: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:02:45: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:02:45: [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] 20170530-06:02: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:02:47: [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) 20170530-06:02:48: [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] 20170530-06:02: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] 20170530-06:02:50: [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) 20170530-06:02: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] 20170530-06:02: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=read [org.dataone.client.rest.RestClient] 20170530-06:02:52: [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) 20170530-06:02:52: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:02:52: [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] 20170530-06:02: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:02:54: [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) 20170530-06:02:54: [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] 20170530-06:02: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=write [org.dataone.client.rest.RestClient] 20170530-06:02:56: [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) 20170530-06:02:56: [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] 20170530-06:02: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=read [org.dataone.client.rest.RestClient] 20170530-06:02:57: [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) 20170530-06:02:58: [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] 20170530-06:02:59: [WARN]: Cookie rejected [JSESSIONID="820ECE2454A310423CF606A889803565", 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] 20170530-06:02: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:02:59: [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) 20170530-06:02: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] 20170530-06:03:00: [WARN]: Cookie rejected [JSESSIONID="09148A23FB26DFC06CBA6A0B990C8BAE", 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] 20170530-06:03: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=write [org.dataone.client.rest.RestClient] 20170530-06:03:00: [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) 20170530-06:03: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=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:01: [WARN]: Cookie rejected [JSESSIONID="C6991B09EB2D3B40E64E1CD964BFB77C", 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] 20170530-06:03: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=read [org.dataone.client.rest.RestClient] 20170530-06:03:01: [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) 20170530-06:03:01: [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] 20170530-06:03: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=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:02: [WARN]: Cookie rejected [JSESSIONID="428979FBBB12A3437B77D3DF3ECAC92C", 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] 20170530-06:03: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:03:02: [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) 20170530-06:03: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=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:03: [WARN]: Cookie rejected [JSESSIONID="BDAF5CD5708D8C4CEE36BE4D80DF8F09", 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] 20170530-06:03: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=write [org.dataone.client.rest.RestClient] 20170530-06:03:03: [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) 20170530-06:03:03: [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] 20170530-06:03:04: [WARN]: Cookie rejected [JSESSIONID="A6A2FF9AB4926F919CE2CE29A28E6B3B", 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] 20170530-06:03: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:03:04: [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) 20170530-06:03:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:05: [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] 20170530-06:03:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:03:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03: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] 20170530-06:03:05: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03: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] 20170530-06:03: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] 20170530-06:03: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] 20170530-06:03: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] 20170530-06:03: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] 20170530-06:03: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] 20170530-06:03: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) 20170530-06:03:10: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03: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] 20170530-06:03: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] 20170530-06:03: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] 20170530-06:03:12: [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] 20170530-06:03:12: [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) 20170530-06:03:12: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:12: [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] 20170530-06:03:12: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:12: [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] 20170530-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:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:03:14: [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] 20170530-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:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:03: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=write with pid TierTesting:cn-dev-ucsb-1:ComplicatedPolicy.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:03:17: [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) 20170530-06:03:17: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:17: [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] 20170530-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:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:03:18: [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] 20170530-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:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:03:19: [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) 20170530-06:03:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:19: [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] 20170530-06:03:19: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:19: [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] 20170530-06:03: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:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:03:23: [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] 20170530-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:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:03:26: [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] 20170530-06:03: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:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:03:30: [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) 20170530-06:03:30: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:30: [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] 20170530-06:03: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:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:03:31: [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] 20170530-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:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:03:33: [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) 20170530-06:03:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:34: [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: 22, Failures: 22, Errors: 0, Skipped: 0, Time elapsed: 1,540.423 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNContentIntegrityV1V2IT 20170530-06:03:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:34: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:03:34: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:35: [WARN]: Cookie rejected [JSESSIONID="91045169BC8E99BA3577B66D22E9B466", 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] 20170530-06:03:35: [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] 20170530-06:03:36: [WARN]: Cookie rejected [JSESSIONID="229EE388FB32E431964565832236361D", 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] 20170530-06:03:36: [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] 20170530-06:03:36: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:37: [WARN]: Cookie rejected [JSESSIONID="5F81532882CE532F848D4D54DD3E340C", 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] 20170530-06:03:37: [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] 20170530-06:03:38: [WARN]: Cookie rejected [JSESSIONID="CF4550D396FEE04ADD91BCB9B4B1E62D", 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] 20170530-06:03:38: [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] 20170530-06:03:38: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:38: [WARN]: Cookie rejected [JSESSIONID="FE33F52FB6217C3113BA4E10B3B8C5FE", 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] 20170530-06:03:38: [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] 20170530-06:03:39: [WARN]: Cookie rejected [JSESSIONID="7A4B87BF49625F0E045031C939065914", 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] 20170530-06:03:39: [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] 20170530-06:03:39: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:40: [WARN]: Cookie rejected [JSESSIONID="7C890ADB703556D759F246E712E3765D", 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] 20170530-06:03:40: [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] 20170530-06:03:41: [WARN]: Cookie rejected [JSESSIONID="9BC5FF4B2E4B8C33A0E856D5B6E0264D", 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] 20170530-06:03:41: [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] 20170530-06:03:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:41: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:03:41: [INFO]: ***************** running test for testContent_Checksum_Size_Consistency(RESOURCE) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:41: [INFO]: looking for objects with format: http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:41: [WARN]: Cookie rejected [JSESSIONID="A189C37C88D9DAC90B594CB25A92472A", 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] 20170530-06:03:41: [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] 20170530-06:03:41: [INFO]: 1000 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:41: [WARN]: Cookie rejected [JSESSIONID="B56C7F92998DE20CA2ABF79A03F36815", 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] 20170530-06:03:41: [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] 20170530-06:03:42: [WARN]: Cookie rejected [JSESSIONID="410F886237C0D542AA6DFA32EB6CC3FF", 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] 20170530-06:03:42: [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] 20170530-06:03:42: [INFO]: looking for objects with format: http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:42: [WARN]: Cookie rejected [JSESSIONID="90BB1F2F6BF1855314E28EDE43568255", 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] 20170530-06:03: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 [org.dataone.client.rest.RestClient] 20170530-06:03:42: [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] 20170530-06:03:42: [INFO]: looking for objects with format: http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:43: [WARN]: Cookie rejected [JSESSIONID="633C457D203CFFE615BA0CF8C1A60373", 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] 20170530-06:03: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 [org.dataone.client.rest.RestClient] 20170530-06:03:43: [INFO]: 1000 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:43: [WARN]: Cookie rejected [JSESSIONID="7AB319D5A7FE74500BF441D3C2F2334D", 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] 20170530-06:03:43: [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] 20170530-06:03:44: [WARN]: Cookie rejected [JSESSIONID="7A3B730FC0C84AE6A1001BB4555BFFF1", 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] 20170530-06:03: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] 20170530-06:03:44: [INFO]: looking for objects with format: http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:44: [WARN]: Cookie rejected [JSESSIONID="E272B5097C9702612BE02145FC698F5B", 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] 20170530-06:03:44: [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] 20170530-06:03:44: [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] 20170530-06:03:44: [INFO]: looking for objects with format: http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:44: [WARN]: Cookie rejected [JSESSIONID="84E443FFA4600D97FD7B4FF415685199", 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] 20170530-06:03:44: [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] 20170530-06:03:45: [INFO]: 1000 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:45: [WARN]: Cookie rejected [JSESSIONID="DE8030F33BAFB463958C6F3F47262A4D", 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] 20170530-06:03:45: [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] 20170530-06:03:46: [WARN]: Cookie rejected [JSESSIONID="2BA40185FC7CA98D04CAD862B0264948", 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] 20170530-06:03:46: [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] 20170530-06:03:46: [INFO]: looking for objects with format: http://docs.annotatorjs.org/en/v1.2.x/annotation-format.html [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:46: [WARN]: Cookie rejected [JSESSIONID="86B50B37EF6A9171AA14E4A64FADA744", 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] 20170530-06:03:46: [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] 20170530-06:03:46: [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] 20170530-06:03:46: [INFO]: looking for objects with format: http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:47: [WARN]: Cookie rejected [JSESSIONID="9C32089633C406FDE817F9E2C5C2F12C", 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] 20170530-06:03:47: [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] 20170530-06:03:47: [INFO]: 1000 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:47: [WARN]: Cookie rejected [JSESSIONID="6A6296D877DFC816254C96304C51D3A1", 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] 20170530-06:03:47: [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] 20170530-06:03:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:03:47: [INFO]: ***************** running test for testContent_Checksum_Size_Consistency(METADATA) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:03:47: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:48: [WARN]: Cookie rejected [JSESSIONID="29A3AB7E228D53C74DBDAF37922EB62C", 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] 20170530-06:03:48: [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] 20170530-06:03:48: [INFO]: 37 items found of type eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:48: [WARN]: Cookie rejected [JSESSIONID="3514C40C16FEE0E5FD21865B6D585509", 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] 20170530-06:03:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/john.2 [org.dataone.client.rest.RestClient] 20170530-06:03:49: [WARN]: Cookie rejected [JSESSIONID="F7B819E11BCF4E1E741645A03170D88E", 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] 20170530-06:03:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/john.2 [org.dataone.client.rest.RestClient] 20170530-06:03:49: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:49: [WARN]: Cookie rejected [JSESSIONID="C5C7B84A48960BBC2DC82B5F1D1BA279", 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] 20170530-06:03:49: [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] 20170530-06:03:50: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:50: [WARN]: Cookie rejected [JSESSIONID="C18AAB88D5BC95D7191641AD2214813A", 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] 20170530-06:03:50: [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] 20170530-06:03:50: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:50: [WARN]: Cookie rejected [JSESSIONID="1949ACDB9A891942BE2CD38CB2AD766F", 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] 20170530-06:03:50: [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] 20170530-06:03:50: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:51: [WARN]: Cookie rejected [JSESSIONID="B3137008D60E0AD260FB8A17A897647B", 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] 20170530-06:03:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/cNodeTier1TestCreate2015121145233722 [org.dataone.client.rest.RestClient] 20170530-06:03:51: [WARN]: Cookie rejected [JSESSIONID="526FE1E8947B0523A0158550F161F89E", 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] 20170530-06:03:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/cNodeTier1TestCreate2015121145233722 [org.dataone.client.rest.RestClient] 20170530-06:03:51: [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] 20170530-06:03:51: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:52: [WARN]: Cookie rejected [JSESSIONID="F36F96D129647E5FCD76E527B4B18DAD", 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] 20170530-06:03:52: [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] 20170530-06:03:52: [INFO]: 37 items found of type eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:52: [WARN]: Cookie rejected [JSESSIONID="36C1B88C54A43BAD310104FF8B557EBE", 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] 20170530-06:03:52: [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] 20170530-06:03:53: [WARN]: Cookie rejected [JSESSIONID="614B68CA4A11AA1FEEE927CFE575845C", 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] 20170530-06:03:53: [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] 20170530-06:03:53: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:53: [WARN]: Cookie rejected [JSESSIONID="446C23797E86180E319138758A9F6DCC", 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] 20170530-06:03:53: [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] 20170530-06:03:53: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:54: [WARN]: Cookie rejected [JSESSIONID="BB7E6E0751520E6C8C137D6744924C7B", 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] 20170530-06:03:54: [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] 20170530-06:03:54: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:54: [WARN]: Cookie rejected [JSESSIONID="AF5556289283BBF78B676D8AB9D37E6B", 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] 20170530-06:03:54: [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] 20170530-06:03:54: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:54: [WARN]: Cookie rejected [JSESSIONID="0E642B637EB28CAED7586A7FFE391F97", 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] 20170530-06:03:54: [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] 20170530-06:03:55: [WARN]: Cookie rejected [JSESSIONID="3B545A98C96600D907EB299574577D6C", 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] 20170530-06:03:55: [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] 20170530-06:03:55: [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] 20170530-06:03:55: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:55: [WARN]: Cookie rejected [JSESSIONID="6E7DE3C8F7C67FA963E4B02C5B5B108F", 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] 20170530-06:03:55: [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] 20170530-06:03:55: [INFO]: 37 items found of type eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:56: [WARN]: Cookie rejected [JSESSIONID="91771DF51B633CBD4A9FF625EE34400D", 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] 20170530-06:03:56: [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] 20170530-06:03:57: [WARN]: Cookie rejected [JSESSIONID="47845A9781AC6BD13127F55C5F967B2A", 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] 20170530-06:03:57: [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] 20170530-06:03:57: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:57: [WARN]: Cookie rejected [JSESSIONID="4106E12DA976F053DB7402525DFEEF13", 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] 20170530-06:03:57: [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] 20170530-06:03:57: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.0.1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:58: [WARN]: Cookie rejected [JSESSIONID="C1802AA6EA6FE747EC9CBC00D24E0FE4", 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] 20170530-06:03:58: [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] 20170530-06:03:58: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:58: [WARN]: Cookie rejected [JSESSIONID="9845E4E06B2F67F3C7E91F271923B21C", 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] 20170530-06:03:58: [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] 20170530-06:03:58: [INFO]: 1000 items found of type eml://ecoinformatics.org/eml-2.1.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:03:58: [WARN]: Cookie rejected [JSESSIONID="E74DD08ADCBDC574F030CCA39EB26A24", 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] 20170530-06:03:58: [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] 20170530-06:03:59: [WARN]: Cookie rejected [JSESSIONID="B95DF19A8D70BA61B655175AA8FD541B", 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] 20170530-06:03:59: [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] 20170530-06:03:59: [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] 20170530-06:03:59: [INFO]: looking for objects with format: eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:00: [WARN]: Cookie rejected [JSESSIONID="3D5B00F3DB08ABA4853DC89E789ED948", 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] 20170530-06:04:00: [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] 20170530-06:04:00: [INFO]: 37 items found of type eml://ecoinformatics.org/eml-2.0.0 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:00: [WARN]: Cookie rejected [JSESSIONID="7FC02426D36B58325F3B955B2BF2371E", 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] 20170530-06:04:00: [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] 20170530-06:04:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:04:00: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:04:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:04:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:04:00: [INFO]: ***************** running test for testResourceMapParsing() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:04:01: [WARN]: Cookie rejected [JSESSIONID="95E90C9BA1B46510B362B1DA402F5305", 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] 20170530-06:04:01: [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] 20170530-06:04:01: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:01: [WARN]: Cookie rejected [JSESSIONID="566BE27E2A65F9CE3754B4E11F8F474F", 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] 20170530-06:04:01: [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] 20170530-06:04:01: [INFO]: Found public resource map: 38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:02: [WARN]: Cookie rejected [JSESSIONID="1A2768D09F9664A9C77C1E6CA292DBA1", 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] 20170530-06:04:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient] 20170530-06:04:02: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:03: [WARN]: Cookie rejected [JSESSIONID="5DBB10F13815C559B5F1CE968F8BB393", 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] 20170530-06:04:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient] 20170530-06:04:03: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:03: [WARN]: Cookie rejected [JSESSIONID="95AF669EB8825DB984BACDCACBD72019", 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] 20170530-06:04:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient] 20170530-06:04:03: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:04: [WARN]: Cookie rejected [JSESSIONID="3D30386276F7208D69235876AE9FD017", 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] 20170530-06:04:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient] 20170530-06:04:04: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:05: [WARN]: Cookie rejected [JSESSIONID="8A340467D9763C209D9A33D18A0F845B", 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] 20170530-06:04:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient] 20170530-06:04:05: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:05: [WARN]: Cookie rejected [JSESSIONID="ED2F62568BCDEFDF2F584902F778BDDE", 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] 20170530-06:04:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient] 20170530-06:04:05: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:06: [WARN]: Cookie rejected [JSESSIONID="0B709826823167431F4A51FC638E0D7D", 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] 20170530-06:04:06: [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] 20170530-06:04:06: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:06: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:06: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:06: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:06: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:07: [WARN]: Cookie rejected [JSESSIONID="31054970EBC8692A63C198E3C51E31F6", 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] 20170530-06:04:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient] 20170530-06:04:07: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:07: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:07: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:07: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:07: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:08: [WARN]: Cookie rejected [JSESSIONID="3BD0FD48D620DB90EDB2B2DA16938F6C", 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] 20170530-06:04:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient] 20170530-06:04:08: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:08: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:08: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:08: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:08: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:08: [WARN]: Cookie rejected [JSESSIONID="817347638986EA7D4370495F3BC5B807", 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] 20170530-06:04:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient] 20170530-06:04:08: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:08: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:08: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:08: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:08: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:09: [WARN]: Cookie rejected [JSESSIONID="55A4A54CB4D9F2988E79DC09F90F5304", 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] 20170530-06:04:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient] 20170530-06:04:09: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:09: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:09: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:09: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:09: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:10: [WARN]: Cookie rejected [JSESSIONID="535E41D92A770B328ECDA8FB51C6625D", 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] 20170530-06:04:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient] 20170530-06:04:10: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:10: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:10: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:10: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:10: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:10: [WARN]: Cookie rejected [JSESSIONID="9239BC0476C11EA29970EEFB8BFD36F9", 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] 20170530-06:04:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient] 20170530-06:04:10: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:10: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:10: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:10: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:10: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:11: [WARN]: Cookie rejected [JSESSIONID="65A0CA873103881FA2186DE27C91F772", 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] 20170530-06:04:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient] 20170530-06:04:11: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:11: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:11: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:11: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:11: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:12: [WARN]: Cookie rejected [JSESSIONID="4BE663F6238B70653D494D917035EC72", 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] 20170530-06:04:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient] 20170530-06:04:12: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:12: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:12: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:12: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:12: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:13: [WARN]: Cookie rejected [JSESSIONID="3910DF946A84C0ACD7BAB4763AED9B01", 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] 20170530-06:04:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient] 20170530-06:04:13: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:13: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:13: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:13: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:13: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:13: [WARN]: Cookie rejected [JSESSIONID="A9B4AC85BC114B8A016952B8B48969E0", 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] 20170530-06:04:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient] 20170530-06:04:13: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:13: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:13: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:13: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:13: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:14: [WARN]: Cookie rejected [JSESSIONID="F340E5235C7A84345274C682B618A577", 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] 20170530-06:04:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient] 20170530-06:04:14: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:14: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:14: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:14: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:14: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:15: [WARN]: Cookie rejected [JSESSIONID="A1920CECA567311B7036FFEC5F64E671", 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] 20170530-06:04:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient] 20170530-06:04:15: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:15: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:15: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:15: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:15: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:15: [WARN]: Cookie rejected [JSESSIONID="D53F2BFA4CC7D6EA13BFB4B507044B70", 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] 20170530-06:04:15: [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] 20170530-06:04:15: [INFO]: ***************** running test for testResourceMapParsing() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:04:16: [WARN]: Cookie rejected [JSESSIONID="639C13B0BDF07BDACD58645FFBC0C399", 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] 20170530-06:04:16: [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] 20170530-06:04:16: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:17: [WARN]: Cookie rejected [JSESSIONID="80D7B98DBBD30E9D5DF2D66CBA77C0B4", 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] 20170530-06:04:17: [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] 20170530-06:04:17: [INFO]: Found public resource map: 38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:17: [WARN]: Cookie rejected [JSESSIONID="DDD65F66CEB1F21432D1AEB5814B1389", 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] 20170530-06:04:17: [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] 20170530-06:04:17: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:18: [WARN]: Cookie rejected [JSESSIONID="A77FB43A16D578F879E1443DA2ED7F54", 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] 20170530-06:04:18: [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] 20170530-06:04:18: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:19: [WARN]: Cookie rejected [JSESSIONID="353A1965F6858854C771BA475AF24370", 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] 20170530-06:04:19: [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] 20170530-06:04:19: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:19: [WARN]: Cookie rejected [JSESSIONID="46EA6E9A9634B0FB402206BF40DF982E", 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] 20170530-06:04:19: [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] 20170530-06:04:19: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:20: [WARN]: Cookie rejected [JSESSIONID="66DC6EA80CC162F00B38C1BD64E7021D", 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] 20170530-06:04:20: [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] 20170530-06:04:20: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:20: [WARN]: Cookie rejected [JSESSIONID="E17E11CFE2C6D9CBD260F7C2E339FA80", 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] 20170530-06:04:20: [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] 20170530-06:04:20: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:21: [WARN]: Cookie rejected [JSESSIONID="D1F724877CEF8CC3603D2F61EEAB430B", 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] 20170530-06:04:21: [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] 20170530-06:04:21: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:21: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:21: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:21: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:21: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:22: [WARN]: Cookie rejected [JSESSIONID="DC1062BD2B96D40314D1A5A012A865A6", 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] 20170530-06:04:22: [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] 20170530-06:04:22: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:22: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:22: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:22: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:22: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:23: [WARN]: Cookie rejected [JSESSIONID="396EA3C73F0DF3EC70E477238E4C36A2", 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] 20170530-06:04:23: [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] 20170530-06:04:23: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:23: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:23: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:23: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:23: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:23: [WARN]: Cookie rejected [JSESSIONID="C499793B2277B3A54FD0C06E32339D9A", 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] 20170530-06:04:23: [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] 20170530-06:04:23: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:23: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:23: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:23: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:23: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:24: [WARN]: Cookie rejected [JSESSIONID="95A291DF7341A514EE9FE0BBF17E64C0", 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] 20170530-06:04:24: [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] 20170530-06:04:24: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:24: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:24: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:24: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:24: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:25: [WARN]: Cookie rejected [JSESSIONID="AED5DFFE19042F8F8C3559FB3BB647A5", 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] 20170530-06:04:25: [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] 20170530-06:04:25: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:25: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:25: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:25: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:25: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:25: [WARN]: Cookie rejected [JSESSIONID="40B2D7B40334D1C68B98698465A64665", 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] 20170530-06:04:25: [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] 20170530-06:04:25: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:25: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:25: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:25: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:25: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:26: [WARN]: Cookie rejected [JSESSIONID="F9FDF77FE41EF875C58B2D09DF2B724D", 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] 20170530-06:04:26: [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] 20170530-06:04:26: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:26: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:26: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:26: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:26: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:27: [WARN]: Cookie rejected [JSESSIONID="6C7FDC602086B2B13F5B0B4A4300D833", 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] 20170530-06:04:27: [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] 20170530-06:04:27: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:27: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:27: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:27: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:27: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:28: [WARN]: Cookie rejected [JSESSIONID="0593BAB6BAD107F28F824E09FEA5275B", 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] 20170530-06:04:28: [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] 20170530-06:04:28: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:28: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:28: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:28: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:28: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:28: [WARN]: Cookie rejected [JSESSIONID="C1EFD66922A30D1862054431EC23A567", 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] 20170530-06:04:28: [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] 20170530-06:04:28: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:28: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:28: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:28: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:28: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:29: [WARN]: Cookie rejected [JSESSIONID="C48DA9EB3A8FFE435C80855DAF278C9D", 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] 20170530-06:04:29: [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] 20170530-06:04:29: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:29: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:29: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:29: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:29: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:30: [WARN]: Cookie rejected [JSESSIONID="BF9D5F9C7C71D726AA8C8B48EB9311D4", 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] 20170530-06:04:30: [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] 20170530-06:04:30: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:30: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:30: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:30: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:30: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:30: [WARN]: Cookie rejected [JSESSIONID="CE2EEAB80BF20576F745F36CF59B271E", 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] 20170530-06:04:30: [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] 20170530-06:04:30: [INFO]: ***************** running test for testResourceMapParsing() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:04:31: [WARN]: Cookie rejected [JSESSIONID="E51B0084421E82CDFBA65AF7F8743982", 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] 20170530-06:04:31: [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] 20170530-06:04:31: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:32: [WARN]: Cookie rejected [JSESSIONID="6076BC33D633F72B3221A28AAA98F133", 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] 20170530-06:04:32: [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] 20170530-06:04:32: [INFO]: Found public resource map: 38f9df9c-eb42-449c-af15-75ff4569f918_package [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:33: [WARN]: Cookie rejected [JSESSIONID="363C9DFAC5A1DCCE22746DE9AC89E3D2", 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] 20170530-06:04:33: [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] 20170530-06:04:33: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:34: [WARN]: Cookie rejected [JSESSIONID="A207B1AF9234B1FFD6D39420A024CB2D", 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] 20170530-06:04:34: [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] 20170530-06:04:34: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:35: [WARN]: Cookie rejected [JSESSIONID="CB9391E71EC3C4955278FC9544848798", 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] 20170530-06:04:35: [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] 20170530-06:04:35: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:36: [WARN]: Cookie rejected [JSESSIONID="B0522D1DBE2AC393D3293DAC63A7E825", 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] 20170530-06:04:36: [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] 20170530-06:04:36: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:37: [WARN]: Cookie rejected [JSESSIONID="5F2213E2E87AC7176B477455FDA3189E", 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] 20170530-06:04:37: [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] 20170530-06:04:37: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:38: [WARN]: Cookie rejected [JSESSIONID="BDC8676E94DB1045FC52C0661F057978", 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] 20170530-06:04:38: [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] 20170530-06:04:38: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:39: [WARN]: Cookie rejected [JSESSIONID="150FD58BA5DD2FB9D7DC4C035528858D", 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] 20170530-06:04:39: [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] 20170530-06:04:39: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:39: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:39: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:39: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:39: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:40: [WARN]: Cookie rejected [JSESSIONID="F390BEF96B17C4768A5F03128C6EC735", 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] 20170530-06:04:40: [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] 20170530-06:04:40: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:40: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:40: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:40: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:40: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:41: [WARN]: Cookie rejected [JSESSIONID="9CF5EF4F43B50783DB54487BF791155B", 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] 20170530-06:04:41: [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] 20170530-06:04:41: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:41: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:41: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:41: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:41: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:42: [WARN]: Cookie rejected [JSESSIONID="940E7EB20E5885BA64E84BB5C1782329", 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] 20170530-06:04:42: [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] 20170530-06:04:42: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:42: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:42: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:42: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:42: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:43: [WARN]: Cookie rejected [JSESSIONID="D854DE1C1EF179F2E91458E72E69CEA2", 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] 20170530-06:04:43: [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] 20170530-06:04:43: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:43: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:43: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:43: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:43: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:44: [WARN]: Cookie rejected [JSESSIONID="18413207CFF0F72FBD43B9087E310E0F", 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] 20170530-06:04:44: [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] 20170530-06:04:44: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:44: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:44: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:44: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:44: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:45: [WARN]: Cookie rejected [JSESSIONID="A8553AFDBD5EEB4AC1CBA48C5C26700A", 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] 20170530-06:04:45: [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] 20170530-06:04:45: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:45: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:45: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:45: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:45: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:46: [WARN]: Cookie rejected [JSESSIONID="BEE88AF6C3126E0CD6C039D7F3992C37", 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] 20170530-06:04:46: [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] 20170530-06:04:46: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:46: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:46: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:46: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:46: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:47: [WARN]: Cookie rejected [JSESSIONID="EA21FD4264DEC1EFE04AE828B69BE5E0", 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] 20170530-06:04:47: [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] 20170530-06:04:47: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:47: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:47: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:47: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:47: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:48: [WARN]: Cookie rejected [JSESSIONID="D9B14EDFDE2E09C6C3D387119503B2E2", 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] 20170530-06:04:48: [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] 20170530-06:04:48: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:48: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:48: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:48: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:48: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:49: [WARN]: Cookie rejected [JSESSIONID="89C9FF4FC9A6E4E3640660894C9A554A", 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] 20170530-06:04:49: [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] 20170530-06:04:49: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:49: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:49: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:49: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:49: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:50: [WARN]: Cookie rejected [JSESSIONID="8967D5CD779A50799B83C5229F6BFF1C", 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] 20170530-06:04:50: [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] 20170530-06:04:50: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:50: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:50: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:50: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:50: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:51: [WARN]: Cookie rejected [JSESSIONID="4681225DF21C211319B13B12834936C7", 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] 20170530-06:04:51: [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] 20170530-06:04:51: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:51: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:51: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:51: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:51: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:04:51: [WARN]: Cookie rejected [JSESSIONID="53A4F598E2A0DD87BC1671FEF2DD4FE6", 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] 20170530-06:04:51: [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] 20170530-06:04:51: [INFO]: ***************** running test for testResourceMapParsing() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:04:52: [WARN]: Cookie rejected [JSESSIONID="7D8ADB489CACE4BF9E184BEC4441F6FF", 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] 20170530-06:04:52: [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] 20170530-06:04:52: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:04:52: [WARN]: Cookie rejected [JSESSIONID="2B44D0BE346CF94CA0885399232FA4C4", 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] 20170530-06:04:52: [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] 20170530-06:04:53: [WARN]: Cookie rejected [JSESSIONID="40F3661AB170182B9D563C9F601D47C1", 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] 20170530-06:04:53: [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] 20170530-06:04:53: [WARN]: Cookie rejected [JSESSIONID="7C72321BF2090B1F2DF48C4DE05CD075", 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] 20170530-06:04:53: [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] 20170530-06:04:54: [WARN]: Cookie rejected [JSESSIONID="3B5799BA8922C06A4388768FE7D15C6A", 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] 20170530-06:04:54: [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] 20170530-06:04:55: [WARN]: Cookie rejected [JSESSIONID="CF5D79E9D69019ACACC00B9E477A796A", 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] 20170530-06:04:55: [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] 20170530-06:04:55: [WARN]: Cookie rejected [JSESSIONID="B9E765E4CD2699759BA177A68B382860", 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] 20170530-06:04:55: [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] 20170530-06:04:56: [WARN]: Cookie rejected [JSESSIONID="228F16455AFE868543C92F01D3D18F99", 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] 20170530-06:04:56: [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] 20170530-06:04:57: [WARN]: Cookie rejected [JSESSIONID="612CF9A60FA9A6F2312864E36D2B4654", 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] 20170530-06:04:57: [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] 20170530-06:04:57: [WARN]: Cookie rejected [JSESSIONID="0C0348414C3C68D2ADC16EC32E8EE498", 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] 20170530-06:04:57: [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] 20170530-06:04:58: [WARN]: Cookie rejected [JSESSIONID="A8B9CEE73C26310163B09E9C9A604B17", 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] 20170530-06:04:58: [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] 20170530-06:04:59: [WARN]: Cookie rejected [JSESSIONID="028C9F134C7877064C927A9EA58D1F38", 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] 20170530-06:04:59: [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] 20170530-06:04:59: [WARN]: Cookie rejected [JSESSIONID="D6072FA919DE179D82B6D1CDB65F45D0", 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] 20170530-06:04:59: [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] 20170530-06:05:00: [WARN]: Cookie rejected [JSESSIONID="5EE77B12DEF9AB5ECFF09CE3B1BCFD26", 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] 20170530-06:05:00: [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] 20170530-06:05:00: [WARN]: Cookie rejected [JSESSIONID="55B965CFF0F2C26E13CB9222B02EB007", 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] 20170530-06:05:00: [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] 20170530-06:05:01: [WARN]: Cookie rejected [JSESSIONID="5D2FB1E8CFC90177AEF8D46914FA8164", 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] 20170530-06:05:01: [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] 20170530-06:05:02: [WARN]: Cookie rejected [JSESSIONID="59EA2A6477CDB5414C2E101DBF8A0817", 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] 20170530-06:05:02: [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] 20170530-06:05:02: [WARN]: Cookie rejected [JSESSIONID="A32A7A272C2AA9022D6A0E6C3C68D68F", 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] 20170530-06:05:02: [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] 20170530-06:05:03: [WARN]: Cookie rejected [JSESSIONID="26CCD4369C6F02B607A9529A2D6B7D27", 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] 20170530-06:05:03: [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] 20170530-06:05:03: [WARN]: Cookie rejected [JSESSIONID="B4CBC4522133609B3699614593D6AAC3", 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] 20170530-06:05:03: [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] 20170530-06:05:04: [WARN]: Cookie rejected [JSESSIONID="F9E7E4C329B9C5C1C5BA1F6B91BC208F", 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] 20170530-06:05:04: [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] 20170530-06:05:05: [WARN]: Cookie rejected [JSESSIONID="D16EBA614A549A4136C18A1033F6A0EE", 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] 20170530-06:05:05: [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] 20170530-06:05:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:05:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:05:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:05:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:05:05: [INFO]: ***************** running test for testResourceMapParsing_ResolveURL() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:05:06: [WARN]: Cookie rejected [JSESSIONID="C856D15C623920A5365FE7DF4B50E32A", 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] 20170530-06:05:06: [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] 20170530-06:05:06: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:06: [WARN]: Cookie rejected [JSESSIONID="FDAE819DE317EDF000DA01759E71D2B5", 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] 20170530-06:05:06: [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] 20170530-06:05:06: [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 20170530-06:05:07: [WARN]: Cookie rejected [JSESSIONID="86BF38D4A11E9E165DDEACBDABF7C11C", 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] 20170530-06:05:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141028133614145285751 [org.dataone.client.rest.RestClient] 20170530-06:05:07: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141028133614145285751 md: ctdMetadata20141028133614145285751 data: ctdData20141028133614145285751 20170530-06:05:08: [WARN]: Cookie rejected [JSESSIONID="C8441A0858028DBEAD182398F8EC2D20", 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] 20170530-06:05:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141028134114145288651 [org.dataone.client.rest.RestClient] 20170530-06:05:08: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141028134114145288651 md: ctdMetadata20141028134114145288651 data: ctdData20141028134114145288651 20170530-06:05:08: [WARN]: Cookie rejected [JSESSIONID="5E3995F323D4603B93D8D8F0FD5CF0D0", 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] 20170530-06:05:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141030084814146840841 [org.dataone.client.rest.RestClient] 20170530-06:05:08: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141030084814146840841 md: ctdMetadata20141030084814146840841 data: ctdData20141030084814146840841 20170530-06:05:09: [WARN]: Cookie rejected [JSESSIONID="9E60B776BC0A0ECAAAE8DFB6824F4C3F", 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] 20170530-06:05:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141030091314146855841 [org.dataone.client.rest.RestClient] 20170530-06:05:09: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141030091314146855841 md: ctdMetadata20141030091314146855841 data: ctdData20141030091314146855841 20170530-06:05:10: [WARN]: Cookie rejected [JSESSIONID="26A810F7E2177451030FF36F0AF02ADF", 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] 20170530-06:05:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141107110514153871431 [org.dataone.client.rest.RestClient] 20170530-06:05:10: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141107110514153871431 md: ctdMetadata20141107110514153871431 data: ctdData20141107110514153871431 20170530-06:05:10: [WARN]: Cookie rejected [JSESSIONID="001BDFFFCF7B07A88D34374F0570957B", 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] 20170530-06:05:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/ctdPkg20141107111114153874641 [org.dataone.client.rest.RestClient] 20170530-06:05:10: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141107111114153874641 md: ctdMetadata20141107111114153874641 data: ctdData20141107111114153874641 20170530-06:05:11: [WARN]: Cookie rejected [JSESSIONID="713AD13A65A074384C0C7ED88415CF3D", 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] 20170530-06:05:11: [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] 20170530-06:05:11: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:11: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:11: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:11: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:11: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:12: [WARN]: Cookie rejected [JSESSIONID="C70F9C79B1CE27283045E7AF4B8E7B1C", 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] 20170530-06:05:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV [org.dataone.client.rest.RestClient] 20170530-06:05:12: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:12: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:12: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:12: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:12: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:12: [WARN]: Cookie rejected [JSESSIONID="F8A8DF59E886D930D9060F3857CC5E20", 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] 20170530-06:05:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV1 [org.dataone.client.rest.RestClient] 20170530-06:05:12: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:12: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:12: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:12: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:12: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:13: [WARN]: Cookie rejected [JSESSIONID="0B80C9AB789521940095BB18C8249EC2", 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] 20170530-06:05:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV10 [org.dataone.client.rest.RestClient] 20170530-06:05:13: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:13: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:13: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:13: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:13: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:13: [WARN]: Cookie rejected [JSESSIONID="927AB167FDEB7CA7DF585CC9C06DF76E", 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] 20170530-06:05:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV2 [org.dataone.client.rest.RestClient] 20170530-06:05:13: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:13: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:13: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:13: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:13: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:14: [WARN]: Cookie rejected [JSESSIONID="32F1D7CE9C4E25626FA20E6A21C1BFC1", 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] 20170530-06:05:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV3 [org.dataone.client.rest.RestClient] 20170530-06:05:14: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:14: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:14: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:14: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:14: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:15: [WARN]: Cookie rejected [JSESSIONID="2A921A3F3CA05C700726E912946EF170", 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] 20170530-06:05:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV4 [org.dataone.client.rest.RestClient] 20170530-06:05:15: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:15: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:15: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:15: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:15: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:16: [WARN]: Cookie rejected [JSESSIONID="BE2851A400C6FC66C5913E732B96683C", 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] 20170530-06:05:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV6 [org.dataone.client.rest.RestClient] 20170530-06:05:16: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:16: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:16: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:16: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:16: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:17: [WARN]: Cookie rejected [JSESSIONID="8BCC799E8D0C1D20B0766DC837280B46", 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] 20170530-06:05:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV7 [org.dataone.client.rest.RestClient] 20170530-06:05:17: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:17: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:17: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:17: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:17: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:17: [WARN]: Cookie rejected [JSESSIONID="2B6B74EDD05D2337D714189CAEC95977", 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] 20170530-06:05:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV8 [org.dataone.client.rest.RestClient] 20170530-06:05:17: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:17: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:17: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:17: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:17: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:18: [WARN]: Cookie rejected [JSESSIONID="F4F33BC77A252F6BA695FF74B4C1F0BD", 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] 20170530-06:05:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PackageVCV9 [org.dataone.client.rest.RestClient] 20170530-06:05:18: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:18: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:18: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:18: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:18: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:19: [WARN]: Cookie rejected [JSESSIONID="AC3D0E6AA714A0D13193D8BFFE522FFD", 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] 20170530-06:05:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage21 [org.dataone.client.rest.RestClient] 20170530-06:05:19: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:19: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:19: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:19: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:19: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:20: [WARN]: Cookie rejected [JSESSIONID="F0DDF7DB56274679BE1C3BB0FB82D0DB", 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] 20170530-06:05:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/EVAWF1PaperPackage22 [org.dataone.client.rest.RestClient] 20170530-06:05:20: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:20: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:20: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:20: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:20: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:20: [WARN]: Cookie rejected [JSESSIONID="FA9F49CEDDA9BEED92F851804548B8A9", 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] 20170530-06:05:20: [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] 20170530-06:05:20: [INFO]: ***************** running test for testResourceMapParsing_ResolveURL() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:05:21: [WARN]: Cookie rejected [JSESSIONID="A6129052357390A8E6B566886CB96EFD", 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] 20170530-06:05:21: [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] 20170530-06:05:21: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:21: [WARN]: Cookie rejected [JSESSIONID="C88AD6B93F14BD67B4170F1083E0EB2A", 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] 20170530-06:05:21: [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] 20170530-06:05:21: [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 20170530-06:05:22: [WARN]: Cookie rejected [JSESSIONID="902A84B97E3F2D304A0DEE5A68C8AD9D", 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] 20170530-06:05:22: [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] 20170530-06:05:22: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141028133614145285751 md: ctdMetadata20141028133614145285751 data: ctdData20141028133614145285751 20170530-06:05:23: [WARN]: Cookie rejected [JSESSIONID="66A97B00C0EB11CDED7F02D8BF3F2C8E", 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] 20170530-06:05:23: [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] 20170530-06:05:23: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141028134114145288651 md: ctdMetadata20141028134114145288651 data: ctdData20141028134114145288651 20170530-06:05:24: [WARN]: Cookie rejected [JSESSIONID="14B85AF90161202276CFBDBE86F2008F", 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] 20170530-06:05:24: [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] 20170530-06:05:24: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141030084814146840841 md: ctdMetadata20141030084814146840841 data: ctdData20141030084814146840841 20170530-06:05:24: [WARN]: Cookie rejected [JSESSIONID="C46A1939C2F358212A781EA157A7B097", 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] 20170530-06:05:24: [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] 20170530-06:05:24: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141030091314146855841 md: ctdMetadata20141030091314146855841 data: ctdData20141030091314146855841 20170530-06:05:25: [WARN]: Cookie rejected [JSESSIONID="785F81FE41B9DE2BD41E76D8EBCE9F72", 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] 20170530-06:05:25: [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] 20170530-06:05:25: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141107110514153871431 md: ctdMetadata20141107110514153871431 data: ctdData20141107110514153871431 20170530-06:05:25: [WARN]: Cookie rejected [JSESSIONID="B02E332C69022F87FE35E6F559217B9B", 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] 20170530-06:05:25: [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] 20170530-06:05:25: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141107111114153874641 md: ctdMetadata20141107111114153874641 data: ctdData20141107111114153874641 20170530-06:05:26: [WARN]: Cookie rejected [JSESSIONID="8533D3148651B4F4C8B38A56F8891B24", 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] 20170530-06:05:26: [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] 20170530-06:05:26: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:26: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:26: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:26: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:26: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:27: [WARN]: Cookie rejected [JSESSIONID="90DC80AD4C6E27FA2F055CB15C8A5A48", 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] 20170530-06:05:27: [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] 20170530-06:05:27: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:27: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:27: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:27: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:27: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:28: [WARN]: Cookie rejected [JSESSIONID="7409D80517EC5991E3D4107BA38BC7AB", 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] 20170530-06:05:28: [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] 20170530-06:05:28: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:28: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:28: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:28: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:28: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:28: [WARN]: Cookie rejected [JSESSIONID="C91016223AEF4B685930EBF91186AC48", 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] 20170530-06:05:28: [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] 20170530-06:05:28: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:28: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:28: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:28: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:28: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:29: [WARN]: Cookie rejected [JSESSIONID="8472F81C569279E722368DA595CB62CE", 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] 20170530-06:05:29: [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] 20170530-06:05:29: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:29: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:29: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:29: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:29: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:30: [WARN]: Cookie rejected [JSESSIONID="E6390494EEBB0C1BDB8B4974F1B79B98", 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] 20170530-06:05:30: [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] 20170530-06:05:30: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:30: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:30: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:30: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:30: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:30: [WARN]: Cookie rejected [JSESSIONID="BDA76498206F11591334CCAC9848FA03", 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] 20170530-06:05:30: [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] 20170530-06:05:30: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:30: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:30: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:30: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:30: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:31: [WARN]: Cookie rejected [JSESSIONID="76338FA89B01B44EC73B4068A444203F", 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] 20170530-06:05:31: [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] 20170530-06:05:31: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:31: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:31: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:31: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:31: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:32: [WARN]: Cookie rejected [JSESSIONID="84DDBD50FBACFF071842824F66F988A1", 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] 20170530-06:05:32: [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] 20170530-06:05:32: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:32: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:32: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:32: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:32: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:33: [WARN]: Cookie rejected [JSESSIONID="3592B6FD09461FEBF2A5A4B003E09ABF", 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] 20170530-06:05:33: [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] 20170530-06:05:33: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:33: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:33: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:33: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:33: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:33: [WARN]: Cookie rejected [JSESSIONID="191FF086BA5F76580059C4AAB9FF29FA", 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] 20170530-06:05:33: [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] 20170530-06:05:33: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:33: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:33: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:33: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:33: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:34: [WARN]: Cookie rejected [JSESSIONID="F9C1AE450FDB2698EBAEBB73A87C09D9", 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] 20170530-06:05:34: [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] 20170530-06:05:34: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:34: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:34: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:34: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:34: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:35: [WARN]: Cookie rejected [JSESSIONID="2D1D98050EF6B997023AE50B45BDBB8E", 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] 20170530-06:05:35: [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] 20170530-06:05:35: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:35: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:35: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:35: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:35: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:35: [WARN]: Cookie rejected [JSESSIONID="C9A9C03BC9B191716C18C59AF36A06CA", 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] 20170530-06:05:35: [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] 20170530-06:05:35: [INFO]: ***************** running test for testResourceMapParsing_ResolveURL() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:05:36: [WARN]: Cookie rejected [JSESSIONID="27B0D61018D1E1D56509BDDEAC21BA7A", 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] 20170530-06:05:36: [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] 20170530-06:05:36: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:37: [WARN]: Cookie rejected [JSESSIONID="BB10BB4E79BE07A91E9DBD7CEC8C861F", 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] 20170530-06:05:37: [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] 20170530-06:05:37: [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 20170530-06:05:38: [WARN]: Cookie rejected [JSESSIONID="32AAC54F8CA235E9C7CE45FE64A1705F", 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] 20170530-06:05:38: [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] 20170530-06:05:38: [INFO]: Found public resource map: ctdPkg20141028133614145285751 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141028133614145285751 md: ctdMetadata20141028133614145285751 data: ctdData20141028133614145285751 20170530-06:05:39: [WARN]: Cookie rejected [JSESSIONID="1381F556A0E248A2B256AD58B20D7E6F", 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] 20170530-06:05:39: [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] 20170530-06:05:39: [INFO]: Found public resource map: ctdPkg20141028134114145288651 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141028134114145288651 md: ctdMetadata20141028134114145288651 data: ctdData20141028134114145288651 20170530-06:05:40: [WARN]: Cookie rejected [JSESSIONID="9CEDAC9E05D63033F359836118F99C64", 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] 20170530-06:05:40: [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] 20170530-06:05:40: [INFO]: Found public resource map: ctdPkg20141030084814146840841 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141030084814146840841 md: ctdMetadata20141030084814146840841 data: ctdData20141030084814146840841 20170530-06:05:40: [WARN]: Cookie rejected [JSESSIONID="6137B56CFEAD1A8E21EBF12155DE60FA", 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] 20170530-06:05:40: [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] 20170530-06:05:40: [INFO]: Found public resource map: ctdPkg20141030091314146855841 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141030091314146855841 md: ctdMetadata20141030091314146855841 data: ctdData20141030091314146855841 20170530-06:05:41: [WARN]: Cookie rejected [JSESSIONID="9D0F35BCC0E61974CF1DE2A42AD1D797", 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] 20170530-06:05:41: [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] 20170530-06:05:41: [INFO]: Found public resource map: ctdPkg20141107110514153871431 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141107110514153871431 md: ctdMetadata20141107110514153871431 data: ctdData20141107110514153871431 20170530-06:05:42: [WARN]: Cookie rejected [JSESSIONID="0E9C00D07E28C0DB68304195887AE35F", 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] 20170530-06:05:42: [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] 20170530-06:05:42: [INFO]: Found public resource map: ctdPkg20141107111114153874641 [org.dataone.integration.it.ContextAwareAdapter] package: ctdPkg20141107111114153874641 md: ctdMetadata20141107111114153874641 data: ctdData20141107111114153874641 20170530-06:05:43: [WARN]: Cookie rejected [JSESSIONID="B2768356DC8FB0162F7F2958027C46E7", 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] 20170530-06:05:43: [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] 20170530-06:05:43: [INFO]: Found public resource map: dakoop_test-PKG [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:43: [ERROR]: (line 17 column 52): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:43: [WARN]: (line 17 column 52): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:43: [ERROR]: (line 48 column 48): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:43: [WARN]: (line 48 column 48): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:44: [WARN]: Cookie rejected [JSESSIONID="3066E9751FE5C89E17F1607CEA003FF5", 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] 20170530-06:05:44: [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] 20170530-06:05:44: [INFO]: Found public resource map: EVAWF1PackageVCV [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:44: [ERROR]: (line 33 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:44: [WARN]: (line 33 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:44: [ERROR]: (line 48 column 49): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:44: [WARN]: (line 48 column 49): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:45: [WARN]: Cookie rejected [JSESSIONID="A606196E5F367800816305C391BBC565", 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] 20170530-06:05:45: [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] 20170530-06:05:45: [INFO]: Found public resource map: EVAWF1PackageVCV1 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:45: [ERROR]: (line 19 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:45: [WARN]: (line 19 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:45: [ERROR]: (line 43 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:45: [WARN]: (line 43 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:46: [WARN]: Cookie rejected [JSESSIONID="3172558177D05C0E5C9727080123F1DA", 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] 20170530-06:05:46: [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] 20170530-06:05:46: [INFO]: Found public resource map: EVAWF1PackageVCV10 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:46: [ERROR]: (line 15 column 55): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:46: [WARN]: (line 15 column 55): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:46: [ERROR]: (line 33 column 51): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:46: [WARN]: (line 33 column 51): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:47: [WARN]: Cookie rejected [JSESSIONID="F25C771928D1A64DE6A2FC091A5A2D9D", 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] 20170530-06:05:47: [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] 20170530-06:05:47: [INFO]: Found public resource map: EVAWF1PackageVCV2 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:47: [ERROR]: (line 32 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:47: [WARN]: (line 32 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:47: [ERROR]: (line 44 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:47: [WARN]: (line 44 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:48: [WARN]: Cookie rejected [JSESSIONID="005FDD3736DCB475790EA2C7467B06D2", 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] 20170530-06:05:48: [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] 20170530-06:05:48: [INFO]: Found public resource map: EVAWF1PackageVCV3 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:48: [ERROR]: (line 30 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:48: [WARN]: (line 30 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:48: [ERROR]: (line 47 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:48: [WARN]: (line 47 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:49: [WARN]: Cookie rejected [JSESSIONID="39C8A5B4EF672D40E96FCD35B01834A7", 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] 20170530-06:05:49: [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] 20170530-06:05:49: [INFO]: Found public resource map: EVAWF1PackageVCV4 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:49: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:49: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:49: [ERROR]: (line 27 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:49: [WARN]: (line 27 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:50: [WARN]: Cookie rejected [JSESSIONID="54A5B929B413D3F0D8B1C01877CF8324", 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] 20170530-06:05:50: [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] 20170530-06:05:50: [INFO]: Found public resource map: EVAWF1PackageVCV6 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:50: [ERROR]: (line 11 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:50: [WARN]: (line 11 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:50: [ERROR]: (line 20 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:50: [WARN]: (line 20 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:51: [WARN]: Cookie rejected [JSESSIONID="09E4C6958AA7A2FB3A1075DA73558836", 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] 20170530-06:05:51: [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] 20170530-06:05:51: [INFO]: Found public resource map: EVAWF1PackageVCV7 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:51: [ERROR]: (line 17 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:51: [WARN]: (line 17 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:51: [ERROR]: (line 20 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:51: [WARN]: (line 20 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:52: [WARN]: Cookie rejected [JSESSIONID="EAAE91ED61AD9E90818E40D929BFA362", 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] 20170530-06:05:52: [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] 20170530-06:05:52: [INFO]: Found public resource map: EVAWF1PackageVCV8 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:52: [ERROR]: (line 21 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:52: [WARN]: (line 21 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:52: [ERROR]: (line 39 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:52: [WARN]: (line 39 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:53: [WARN]: Cookie rejected [JSESSIONID="BF67078C83606F0777F81884F14F3134", 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] 20170530-06:05:53: [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] 20170530-06:05:53: [INFO]: Found public resource map: EVAWF1PackageVCV9 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:53: [ERROR]: (line 15 column 50): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:53: [WARN]: (line 15 column 50): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:53: [ERROR]: (line 38 column 54): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:53: [WARN]: (line 38 column 54): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:53: [WARN]: Cookie rejected [JSESSIONID="11D7D23ACB452612EC7841E24F2B7EF5", 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] 20170530-06:05:53: [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] 20170530-06:05:53: [INFO]: Found public resource map: EVAWF1PaperPackage21 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:53: [ERROR]: (line 11 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:53: [WARN]: (line 11 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:53: [ERROR]: (line 32 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:53: [WARN]: (line 32 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:54: [WARN]: Cookie rejected [JSESSIONID="29566F3AD97F7CE19387639E67556658", 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] 20170530-06:05:54: [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] 20170530-06:05:54: [INFO]: Found public resource map: EVAWF1PaperPackage22 [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:54: [ERROR]: (line 21 column 53): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:54: [WARN]: (line 21 column 53): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:54: [ERROR]: (line 47 column 57): {E211} Base URI is null, but there are relative URIs to resolve.: [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:54: [WARN]: (line 47 column 57): {W136} Relative URIs are not permitted in RDF: specifically [com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler] 20170530-06:05:55: [WARN]: Cookie rejected [JSESSIONID="D67099756733D3A5447433808851720E", 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] 20170530-06:05:55: [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] 20170530-06:05:55: [INFO]: ***************** running test for testResourceMapParsing_ResolveURL() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:05:56: [WARN]: Cookie rejected [JSESSIONID="42066B53E7981ED3BE0E5B172BCA5224", 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] 20170530-06:05:56: [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] 20170530-06:05:56: [INFO]: 20 items found of type http://www.openarchives.org/ore/terms [org.dataone.integration.it.ContextAwareAdapter] 20170530-06:05:56: [WARN]: Cookie rejected [JSESSIONID="EDA1FE10D350B25DFD425029F12AA814", 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] 20170530-06:05:56: [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] 20170530-06:05:57: [WARN]: Cookie rejected [JSESSIONID="E815C74931C92B43C67E44BEA614868F", 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] 20170530-06:05:57: [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] 20170530-06:05:57: [WARN]: Cookie rejected [JSESSIONID="53E57516BC6A6E6F4BEC73F0DA515AB8", 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] 20170530-06:05:57: [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] 20170530-06:05:58: [WARN]: Cookie rejected [JSESSIONID="6D2939420739FCEAD98C822CE7C628A4", 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] 20170530-06:05:58: [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] 20170530-06:05:59: [WARN]: Cookie rejected [JSESSIONID="7DCF65B83B1A1F5AA9ACAEB318DB98EB", 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] 20170530-06:05:59: [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] 20170530-06:05:59: [WARN]: Cookie rejected [JSESSIONID="A00BE98ECE13543666453A7FBACF5BCE", 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] 20170530-06:05:59: [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] 20170530-06:06:00: [WARN]: Cookie rejected [JSESSIONID="670A39C1D179428DD5CEDDB6261A3002", 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] 20170530-06:06:00: [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] 20170530-06:06:01: [WARN]: Cookie rejected [JSESSIONID="BEEB0D16A21DE00838A5C5B863C8286A", 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] 20170530-06:06:01: [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] 20170530-06:06:01: [WARN]: Cookie rejected [JSESSIONID="D2515799B9F10D209D0204036F40BD46", 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] 20170530-06:06:01: [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] 20170530-06:06:02: [WARN]: Cookie rejected [JSESSIONID="27BD0F030BAD43EC6A7CBA34CC17CD1E", 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] 20170530-06:06:02: [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] 20170530-06:06:02: [WARN]: Cookie rejected [JSESSIONID="690D2A4C73987C618E9569EF234AA54C", 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] 20170530-06:06:02: [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] 20170530-06:06:03: [WARN]: Cookie rejected [JSESSIONID="C8BCD91EC9D5D6A4418DB07FE84939D8", 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] 20170530-06:06:03: [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] 20170530-06:06:04: [WARN]: Cookie rejected [JSESSIONID="1836ECFA364828BC8F9FD123733111FC", 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] 20170530-06:06:04: [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] 20170530-06:06:04: [WARN]: Cookie rejected [JSESSIONID="64A3ACCCA867A0B369B917E9C65673CB", 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] 20170530-06:06:04: [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] 20170530-06:06:05: [WARN]: Cookie rejected [JSESSIONID="569BE8EB6E80A622D8E871E0F2CF2DA9", 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] 20170530-06:06:05: [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] 20170530-06:06:05: [WARN]: Cookie rejected [JSESSIONID="9FF652534EE99C5AC01ABFCD84453DFF", 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] 20170530-06:06:05: [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] 20170530-06:06:06: [WARN]: Cookie rejected [JSESSIONID="BBCF0C19ABF962E201FA759C97085EF5", 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] 20170530-06:06:06: [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] 20170530-06:06:07: [WARN]: Cookie rejected [JSESSIONID="6C508E7CD2947F0B378B2FE7A2778672", 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] 20170530-06:06:07: [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] 20170530-06:06:07: [WARN]: Cookie rejected [JSESSIONID="F7444478CEF84C44BC5B479B544B62AF", 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] 20170530-06:06:07: [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] 20170530-06:06:08: [WARN]: Cookie rejected [JSESSIONID="C3D05230A191C15927734EEC2C69810B", 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] 20170530-06:06:08: [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] 20170530-06:06:09: [WARN]: Cookie rejected [JSESSIONID="21905BB88A01913832BD0A47C3E35FF4", 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] 20170530-06:06:09: [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: 154.449 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNAuthenticationV1V2IT 20170530-06:06:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:09: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:06:09: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:09: [INFO]: certificate filename: urn_node_cnStageUNM1_SS1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:06:09: [INFO]: client setup as Subject: public [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:06:09: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] total:2952082 20170530-06:06:09: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:10: [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 20170530-06:06:10: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:10: [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 20170530-06:06:10: [INFO]: created client for certificate file: urn_node_cnStageUNM1_SS1 with subject: public [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:11: [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 20170530-06:06:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:11: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:11: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:06:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:06:12: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:06:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient] 20170530-06:06:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:12: [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] 20170530-06:06:12: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:13: [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] 20170530-06:06:13: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:13: [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: 4.389 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNReadV1IT 20170530-06:06:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:13: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:13: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 1 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 1 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:06:13: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:13: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:14: [WARN]: Cookie rejected [JSESSIONID="4156C3B8DCCBA67FD32731E602779808", 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] 20170530-06:06:14: [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] 20170530-06:06:14: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:14: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:15: [WARN]: Cookie rejected [JSESSIONID="6118247B7EA165F25FE4C2DE114E2F5F", 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] 20170530-06:06:15: [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] 20170530-06:06:15: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:15: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:17: [WARN]: Cookie rejected [JSESSIONID="41E7B86224D1DC520CC0E1AB026436E6", 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] 20170530-06:06: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:Public_READ.15 [org.dataone.client.rest.RestClient] 20170530-06:06:17: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:17: [WARN]: Cookie rejected [JSESSIONID="38DC820B18B7BD36216AA476473E6902", 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] 20170530-06:06:17: [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] 20170530-06:06:18: [WARN]: Cookie rejected [JSESSIONID="368F30D4919FA4CDF52DFF835CCC2D31", 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] 20170530-06:06:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:06:18: [WARN]: Cookie rejected [JSESSIONID="49A8F38D0AFB0B0D777E79BE8531207F", 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] 20170530-06:06:18: [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] 20170530-06:06:19: [WARN]: Cookie rejected [JSESSIONID="D0BA17411B8DF5DF439052BC664F6245", 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] 20170530-06:06:19: [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] 20170530-06:06:19: [WARN]: Cookie rejected [JSESSIONID="8C45F3204AC387B3E5CF2044E8B0E95B", 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] 20170530-06:06:19: [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] 20170530-06:06:20: [WARN]: Cookie rejected [JSESSIONID="8E8854008B4D53E00D4A51907CEF2238", 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] 20170530-06:06:20: [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] 20170530-06:06:21: [WARN]: Cookie rejected [JSESSIONID="AB031865390F6B31F3740FBDE698E72C", 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] 20170530-06:06:21: [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] 20170530-06:06:21: [WARN]: Cookie rejected [JSESSIONID="FD6153185C645F873AFA29FB88A5D7FA", 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] 20170530-06:06:21: [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] 20170530-06:06:22: [WARN]: Cookie rejected [JSESSIONID="AE6760A6DFA0E9D5C842FDD80D6727F4", 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] 20170530-06:06:22: [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] 20170530-06:06:23: [WARN]: Cookie rejected [JSESSIONID="4F292C7F0FD05FBCE3765D6B90630B2A", 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] 20170530-06:06:23: [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] 20170530-06:06:23: [WARN]: Cookie rejected [JSESSIONID="8D7DBADF59086794FBD6232A78A9D633", 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] 20170530-06:06:23: [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] 20170530-06:06:24: [WARN]: Cookie rejected [JSESSIONID="788101FB3335E0F7C2BA67D3C6CF9886", 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] 20170530-06:06:24: [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] 20170530-06:06:24: [WARN]: Cookie rejected [JSESSIONID="DFA7F19EAD83C37AA791A5F8161786DE", 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] 20170530-06:06:24: [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] 20170530-06:06:25: [WARN]: Cookie rejected [JSESSIONID="CA6BF031D670044E81A4AEAFD33FBD32", 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] 20170530-06:06:25: [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] 20170530-06:06:26: [WARN]: Cookie rejected [JSESSIONID="A7F9BFD2F72F2BED0340B7AE04D5F532", 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] 20170530-06:06:26: [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] 20170530-06:06:26: [WARN]: Cookie rejected [JSESSIONID="6FC5494EC11D730F7D44552EEFC2DF3E", 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] 20170530-06:06:26: [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] 20170530-06:06:27: [WARN]: Cookie rejected [JSESSIONID="2724EE55DFF5572E155C8EACEEBBB282", 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] 20170530-06:06:27: [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] 20170530-06:06:28: [WARN]: Cookie rejected [JSESSIONID="1630942B44EF8A5B7F1FA46C957BCD38", 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] 20170530-06:06:28: [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] 20170530-06:06:28: [WARN]: Cookie rejected [JSESSIONID="6D2D10A40CB22FA283FF09326DAD3E57", 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] 20170530-06:06:28: [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] 20170530-06:06:29: [WARN]: Cookie rejected [JSESSIONID="98DE6665DD142B38ACABE26013AC1A30", 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] 20170530-06:06:29: [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] 20170530-06:06:29: [WARN]: Cookie rejected [JSESSIONID="15452B23C23130C7AEE0C0C6EC164CBD", 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] 20170530-06:06:29: [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] 20170530-06:06:30: [WARN]: Cookie rejected [JSESSIONID="E43579475E292DEDB3B9FF444EAEB929", 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] 20170530-06:06:30: [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] 20170530-06:06:31: [WARN]: Cookie rejected [JSESSIONID="02762C5F528E31AC5643367AE1B6DB9A", 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] 20170530-06:06:31: [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] 20170530-06:06:31: [WARN]: Cookie rejected [JSESSIONID="2D2D3265C07FB2B1E54000A3692DB30E", 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] 20170530-06:06:31: [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] 20170530-06:06:32: [WARN]: Cookie rejected [JSESSIONID="AD879AA480ED89FA59E971576DE77E57", 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] 20170530-06:06:32: [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] 20170530-06:06:32: [WARN]: Cookie rejected [JSESSIONID="EC47E40110360C09E7B8062EA5862AAD", 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] 20170530-06:06:32: [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] 20170530-06:06:33: [WARN]: Cookie rejected [JSESSIONID="51029C7F56D9585241AB1F497046195A", 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] 20170530-06:06:33: [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] 20170530-06:06:34: [WARN]: Cookie rejected [JSESSIONID="E35015EF05A31362348D7D378E8D8935", 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] 20170530-06:06:34: [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] 20170530-06:06:34: [WARN]: Cookie rejected [JSESSIONID="F6BDE7E35D87A4CF73D65E291CCC1A3D", 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] 20170530-06:06:34: [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] 20170530-06:06:35: [WARN]: Cookie rejected [JSESSIONID="70C71783397723B7242B11AF4EAACE78", 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] 20170530-06:06:35: [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] 20170530-06:06:35: [WARN]: Cookie rejected [JSESSIONID="AC66B83F952D98954E6CF2115DAE6CC2", 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] 20170530-06:06:35: [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] 20170530-06:06:36: [WARN]: Cookie rejected [JSESSIONID="FFD2D573971A70079896D709096B79A9", 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] 20170530-06:06:36: [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] 20170530-06:06:37: [WARN]: Cookie rejected [JSESSIONID="3439F050CBBE1150EA8DFB3D3F9E3D9E", 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] 20170530-06:06:37: [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] 20170530-06:06:37: [WARN]: Cookie rejected [JSESSIONID="A8DB1F97F5BAD1D77088EAE996CAB242", 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] 20170530-06:06:37: [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] 20170530-06:06:38: [WARN]: Cookie rejected [JSESSIONID="BC670B0E1AA0A26EA4463CA270E072AA", 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] 20170530-06:06:38: [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] 20170530-06:06:38: [WARN]: Cookie rejected [JSESSIONID="ADACE5C30A707153EADED3106392F452", 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] 20170530-06:06:38: [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] 20170530-06:06:39: [WARN]: Cookie rejected [JSESSIONID="96374CCD59E8B21DD432DACBA2B3D7A7", 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] 20170530-06:06:39: [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] 20170530-06:06:40: [WARN]: Cookie rejected [JSESSIONID="F2BEE0B1C48EFFEFA8E4EC751283BC9E", 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] 20170530-06:06:40: [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] 20170530-06:06:40: [WARN]: Cookie rejected [JSESSIONID="A4BE8E0D11A6172C4EB25FE0ADEEEB93", 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] 20170530-06:06:40: [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] 20170530-06:06:41: [WARN]: Cookie rejected [JSESSIONID="D32D8253439708CEFBF5C6F808FAC581", 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] 20170530-06:06:41: [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] 20170530-06:06:42: [WARN]: Cookie rejected [JSESSIONID="5D51BDCBF75A12080F6177364713D8BF", 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] 20170530-06:06:42: [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] 20170530-06:06:42: [WARN]: Cookie rejected [JSESSIONID="133C00AC49D7553A8D0516EAD4DE6B3B", 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] 20170530-06:06:42: [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] 20170530-06:06:43: [WARN]: Cookie rejected [JSESSIONID="BCCA1DCB57C78D09D0E0CE0CDDB2855E", 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] 20170530-06:06:43: [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] 20170530-06:06:43: [WARN]: Cookie rejected [JSESSIONID="91C71F96E3F59C9DD94899B99F5E2656", 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] 20170530-06:06:43: [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] 20170530-06:06:44: [WARN]: Cookie rejected [JSESSIONID="237438A1E52A976FB40D952EB4F313F6", 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] 20170530-06:06:44: [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] 20170530-06:06:45: [WARN]: Cookie rejected [JSESSIONID="6618AADEA74228DD1C124CF2CC08B691", 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] 20170530-06:06:45: [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] 20170530-06:06:45: [WARN]: Cookie rejected [JSESSIONID="A4234A9EB0F23D80885CF7CDE3E4870E", 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] 20170530-06:06:45: [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] 20170530-06:06:46: [WARN]: Cookie rejected [JSESSIONID="0A8415A40664FEE0C30AF3F36C6C2141", 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] 20170530-06:06:46: [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] 20170530-06:06:47: [WARN]: Cookie rejected [JSESSIONID="6F3B66700FB1D159D7FED29DF6AD713B", 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] 20170530-06:06:47: [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] 20170530-06:06:47: [WARN]: Cookie rejected [JSESSIONID="93EC78512E41A5E00E086F5483336AC3", 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] 20170530-06:06:47: [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] 20170530-06:06:48: [WARN]: Cookie rejected [JSESSIONID="BCBC570EE896D019A3ABC916C45847A0", 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] 20170530-06:06:48: [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] 20170530-06:06:48: [WARN]: Cookie rejected [JSESSIONID="948D77BB1D946B2F478BBA726180A181", 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] 20170530-06:06:48: [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] 20170530-06:06:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:48: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 2 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 2 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:06:48: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:49: [WARN]: Cookie rejected [JSESSIONID="E62B1CE99C531EB61AECAD114DF9AD6D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:201714923648808" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/TestingNotFound:201714923648808 [org.dataone.client.rest.RestClient] 20170530-06:06:49: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:49: [WARN]: Cookie rejected [JSESSIONID="16C430B019F198716063A4B4DB81075B", 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:201714923649299" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TestingNotFound:201714923649299 [org.dataone.client.rest.RestClient] 20170530-06:06:49: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:50: [WARN]: Cookie rejected [JSESSIONID="900D547BE6DEDE31A34B15762BDB57AF", 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:201714923649798" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TestingNotFound:201714923649798 [org.dataone.client.rest.RestClient] 20170530-06:06:50: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:50: [WARN]: Cookie rejected [JSESSIONID="DA9D40DC68175E06F15A576B8CEB0D5B", 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:201714923650180" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/TestingNotFound:201714923650180 [org.dataone.client.rest.RestClient] 20170530-06:06:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:50: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 2 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 2 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:06:50: [INFO]: ***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:50: [INFO]: ***************** running test for Node:: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:50: [INFO]: 0 common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 1 common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 2 common-unicode-ascii-safe-0123456789 common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 3 common-unicode-ascii-safe-:@$-_.!*()',~ common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 4 common-unicode-ascii-safe-unreserved-._~ common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 5 common-unicode-ascii-safe-sub-delims-$!*()', common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 6 common-unicode-ascii-safe-gen-delims-:@ common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [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] 20170530-06:06:50: [INFO]: 8 common-unicode-ascii-escaped-tomcatBlocked-\ common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 9 common-unicode-ascii-escaped-tomcatBlocked-%5C common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 10 common-unicode-ascii-semi-colon-test-%3B common-unicode-ascii-semi-colon-test-%253B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 11 common-unicode-ascii-escaped-% common-unicode-ascii-escaped-%25 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 12 common-unicode-ascii-escape-anyway-+ common-unicode-ascii-escape-anyway-%2B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 13 path-unicode-ascii-safe-&=&= path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 14 path-unicode-ascii-escaped-; path-unicode-ascii-escaped-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 15 path-unicode-ascii-escaped-? path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 16 path-unicode-ascii-escaped-/ path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 17 path-unicode-ascii-escaped-%3F path-unicode-ascii-escaped-%253F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 18 path-unicode-ascii-escaped-%2F path-unicode-ascii-escaped-%252F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 19 path-unicode-ascii-escaped-double-//case path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 20 path-unicode-ascii-escaped-double-trailing// path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 21 path-unicode-ascii-escaped-double-%2F%2Fcase path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 22 path-unicode-ascii-escaped-double-trailing%2F%2F path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 23 common-unicode-bmp-1byte-escaped-¡¢£ common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 24 common-unicode-bmp-2byte-escaped-䦹䦺 common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [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] 20170530-06:06:50: [INFO]: 26 path-ascii-doc-example-10.1000/182 path-ascii-doc-example-10.1000%2F182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [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] 20170530-06:06:50: [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] 20170530-06:06:50: [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] 20170530-06:06:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [WARN]: Cookie rejected [JSESSIONID="4C32E2639990FB0FAD14D4489FF6CF00", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923650714_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923650714_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:06:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [WARN]: Cookie rejected [JSESSIONID="AAD68E6553F7A45E7743C19C2B7743E3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923650752_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923650752_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:06:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [WARN]: Cookie rejected [JSESSIONID="494297512CA4DF254D79EC6CE6F2650B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923650792_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923650792_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:06:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [WARN]: Cookie rejected [JSESSIONID="DF5F9379B0249DA95FFBA323FF66205E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923650844_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923650844_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:06:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [WARN]: Cookie rejected [JSESSIONID="00F1D2AE2BB90BFB57F066F0C971C028", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923650883_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923650883_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:06:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [WARN]: Cookie rejected [JSESSIONID="6BC3FE65AAEF82C79CD29199569EFCCE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923650919_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923650919_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:06:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [WARN]: Cookie rejected [JSESSIONID="29B884532429B0C7EFE7D2A07D29DD12", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923650955_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923650955_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:06:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:50: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="B97D6EC46C0D5E8A185F55CC4696BC86", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923650993_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923650993_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="23D2B6A9B4362B53F2F41BD9F2FA3281", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365133_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test20171492365133_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="99B98F96261C1D7D28AC6C0DA2C32AEC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365171_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test20171492365171_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="3A0DA492179871BC22D8571615A78305", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651111_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651111_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="4DB443459E0D69DEA1033A2DD57D7BB5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651150_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651150_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="31570F74EB39AC1D5B4E695E3C2A5072", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651188_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651188_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="560189820C08AE40A78C17B0D31400BB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651227_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651227_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="377791046739BB6AEB8320D6A9A37C2A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651266_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651266_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="412837562BA12FA7BF72D444FBA2B08A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651304_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651304_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="2ED65A43AA32F2F7D4734271391D77CA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651342_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651342_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="A9551D12E97E011976C11ED84A0EFBDC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651381_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651381_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="1E07CDFE7823B27C06BFD0FABDAE31BD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651422_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651422_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="5D4D00830D2517E4506091ABFA6F8FC0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651463_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651463_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="01528DF78333B2874780BD0DCEC4B2F2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651501_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651501_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="AFCE8E76BB49E3E36852077B5615E2A4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651537_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651537_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="0D9511EB072C6A2CC8B53046EFC71064", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651574_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651574_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="02C16F4F9F4B616F7C1BC168AED2E1C9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651613_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651613_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="85C51EC95EDF03CCC0F22512E5864D7B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651652_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651652_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="0DB7E252464DF2F2896C5DD43F0501BF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651693_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651693_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="61FD6409909F63AB30301A3EE04DB1BB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651730_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651730_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="9F8671076C2883495C7D45265B387AC9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651766_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651766_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="711686AD3687F4DDEDB5F3CB89AB0972", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651804_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651804_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] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="23AEF2543D8E405F7508D1774A2F297E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651841_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object/Test201714923651841_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: ***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:51: [INFO]: ***************** running test for Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="8F40C39203DA7FA49DBFDFCE0DCEBF1A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651878_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923651878_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="2289F40143120BB42966902134FDC299", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651914_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923651914_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [WARN]: Cookie rejected [JSESSIONID="F574B04B8222610DEE7DD080B94F1044", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651951_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923651951_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:06:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:51: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="6A39EF51517C4C0027655C43ECD9DAE4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923651987_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923651987_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="3BBFEF78A8B7098DE29CD504BC42B476", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365261_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test20171492365261_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="12708746D21A99606419408DF527A285", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652102_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652102_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="49C6CCA67352C828F891073D6EBDF86A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652143_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652143_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="7B6BA7DCDE7C4AD409AAD203CC8FB75C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652183_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652183_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="90FACCBB879F7B040A591A0DFAA228DD", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652219_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652219_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="ED6BD9AFAFA6551F1BF4421E92F7E498", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652261_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652261_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="09DE75904C2FF02347A39CEA1489011C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652302_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652302_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="D4B42AFC39914A17BDC5406A316E38DB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652338_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652338_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="70B0C178C9DCA612B19EC2CE5877CE62", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652374_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652374_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="F518998C87C495A77F51879631BB73CB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652412_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652412_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="5D5B192EA87573846F51094108417C77", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652451_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652451_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="3F0B485AC18FDBDC678286AE75134D2A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652488_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652488_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="5F893086E9208C420B8F34709AD7B8F1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652530_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652530_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="B057D114B760E7AF0B1B6A2AC9F4B577", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652566_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652566_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="EF6A1470506ECAB912A162F33BA66158", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652602_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652602_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="4F3535B0D25A0E80D1D847BC37CD604C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652639_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652639_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="20F98CCE3E61949854C5187400783940", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652675_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652675_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="65DA3D6CEA6C37830E5AB7C39F965251", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652712_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652712_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="E74978BB1B148FA3AFB3E2DF90D61BC0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652754_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652754_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="84B7F3B72AB2DC6D16FBF3B8E6FA5E88", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652792_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652792_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="864CD988447732385133C7EFE05E8D0B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652831_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652831_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="4C226A132B1FAD61C099917B5972C351", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652867_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652867_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="F4DEE023C888A5FE01400325DD99618C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652903_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652903_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [WARN]: Cookie rejected [JSESSIONID="E958BC8B27BD971D22697AA9AF7FB1ED", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652940_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652940_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:06:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:52: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="A3DAB79B758B3B42DD6B2EB835A95225", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923652976_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923652976_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] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="1786081604DE42F743FA28EF226B732E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365312_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test20171492365312_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: ***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:53: [INFO]: ***************** running test for Node:: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="1F716CE85253125CC80C1972BDDFDBE0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365348_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test20171492365348_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="699DC472C631F54E0FC6D11661E273D0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365364_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test20171492365364_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="11173EDE17B0FEAEE941E29F6B8AE0FF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365376_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test20171492365376_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="188BD61A6010FC34864FF292DD0B0E74", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365388_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test20171492365388_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="56AB68BD3E1017B55B794666177DEE9E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365399_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test20171492365399_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="B01534041E2222D7C84065FBAB297184", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653108_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653108_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="6A13052B3F9F5A7E2E25B580D5640116", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653121_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653121_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="18D1F37221E6D32C985CBEE5D052861E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653134_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653134_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="1371D94D85EB22BDCCE2A746A5C0FC75", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653147_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653147_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="B0E2D66E43C40D0EF41A526C64594986", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653157_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653157_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="2941E1CC6A21C64522B284AC564BCB28", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653166_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653166_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="D574F066871E6B9674FA4797D0A4B16A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653175_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653175_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="354326E5AB1235A9A3CFFEA0485F37DA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653186_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653186_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="AEE631607A67484678C18E5A464E8418", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653197_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653197_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="0A4724329550003ECF8DE0887C9328F5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653208_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653208_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="EF016E46A6B675AD04156A3E4E5A49C8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653217_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653217_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="D0C8112E7E10654038E9AC27418062F0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653226_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653226_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="10480BEAA1E52F6839D3F03AA2F92D76", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653235_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653235_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="06EF85F9C6A7A0A9F72843AAF839DC37", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653245_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653245_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="206CADC4006C90A138CDFAF9EB6F5003", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653254_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653254_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="54772499E3C2DB9B33280C0F0A3D7AB1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653268_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653268_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="CABD744D8E735F4BE2A09E4095620B93", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653277_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653277_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="8CBA90D7021051F40699E51AB3DFE7A5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653288_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653288_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="472B0703A6C9E4456DBA0E063628ACFE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653300_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653300_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="E49E1F8323FB7B0D7819C17B6AF27232", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653309_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653309_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="ECB6E94D33ADF140E163DFEA52A66B79", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653318_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653318_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="41E9B29C3372B0EA3E5A811155519B7E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653328_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653328_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="2D181750626A3A839BE1A9FE325877A0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653338_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653338_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="E32FA83BA678FDAE7C8F894B959476C5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653348_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653348_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] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="4F3E88D814EF01E3DA3E895728E61CE0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653358_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923653358_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: ***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:53: [INFO]: ***************** running test for Node:: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="EC28B593B29D5A2E97A26BE1FC59942D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653369_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653369_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="3DA24CE2B659D443CAAC39C751210E06", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653435_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653435_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="FFF7B01EE84B5F5FD4DB3A1AF9607FAC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653500_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653500_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="075AFC2B889331F1BA03805E94765437", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653565_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653565_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="26A61AA029EBF96BE7FB9485B59326E8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653630_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653630_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="83D1139DFE0321EB20581487ADFB6657", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653695_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653695_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="ADC1B2F798B4D3F5B7B107EA0F103303", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653761_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653761_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="57E72D9DA2DF0B2357535F9AF0EDAEDA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653827_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653827_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [WARN]: Cookie rejected [JSESSIONID="599C53FDC887519BCD036F474EA6FA7B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653893_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653893_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:06:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:53: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="0DCE5013EC8CC1D962648C21380E83CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923653962_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923653962_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="296328097A5DE3555C0A1DD94DB304CE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365432_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test20171492365432_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="6A16FA90F7903F6D4CE921C48949FB38", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365498_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test20171492365498_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="E55C18704CFD00318D2B2AA5AB144B11", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654162_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654162_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="AED32FE339B302CE73762B4BEFD43E2F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654228_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654228_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="CE940FF2EC5847C3156C9DD384468366", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654291_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654291_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="63F01063067C15E232D20BB471B20311", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654357_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654357_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="7F8D74277D8067B7F6581520179163CB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654422_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654422_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="2A9E7BA02B7733A7CD48A2038624EF40", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654487_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654487_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="4A70F5FB7BC4841C4EBA08E6DD0EABEB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654551_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654551_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="4B9B0DF4E2A6294C3F6C96FF00020436", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654615_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654615_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="0F7BBA9E2F1A2F3034DD756267EE3FB5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654680_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654680_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="46D7C7B052904BC86C80AE86CC5743F0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654745_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654745_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="06338D3D5BD140D38A62D2B6A0314073", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654810_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654810_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [WARN]: Cookie rejected [JSESSIONID="D7618D3770764331F01658EC240C7DC3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654874_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654874_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:06:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:54: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [WARN]: Cookie rejected [JSESSIONID="B4E91281BD98EBF81F1BDE4B932F781C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923654939_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923654939_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:06:55: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [WARN]: Cookie rejected [JSESSIONID="19764354686FD3F86402ABBC41B35C9F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test2017149236554_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test2017149236554_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:06:55: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [WARN]: Cookie rejected [JSESSIONID="336DD938A0A969D13F81D816949C69D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492365568_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test20171492365568_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:06:55: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [WARN]: Cookie rejected [JSESSIONID="96F02F042A289789226746DFAD4B4E00", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923655132_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923655132_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:06:55: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [WARN]: Cookie rejected [JSESSIONID="0A4AF13E3DACF74C6116E4D9BEF69DA1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923655196_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923655196_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] 20170530-06:06:55: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:06:55: [WARN]: Cookie rejected [JSESSIONID="746AEEF437C226B3F6F98478952423C3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923655261_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:06:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923655261_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:06:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:55: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:55: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 2 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 2 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:06:55: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:55: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:55: [WARN]: Cookie rejected [JSESSIONID="A951E00356760E4EA8C9C8069D768779", 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] 20170530-06:06:55: [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] 20170530-06:06:55: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:55: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:56: [WARN]: Cookie rejected [JSESSIONID="72B07E3090C66E7E503D199E6FB4F4DB", 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] 20170530-06:06:56: [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] 20170530-06:06:56: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:56: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:56: [WARN]: Cookie rejected [JSESSIONID="02B09AE3F9C42054F59CC1EC173223E3", 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] 20170530-06:06:56: [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] 20170530-06:06:56: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:06:57: [WARN]: Cookie rejected [JSESSIONID="7B4D1AA1FF9DC8A06A6C82E77E501AFA", 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] 20170530-06:06:57: [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] 20170530-06:06:58: [WARN]: Cookie rejected [JSESSIONID="F67B24FD01E301A303A4C9A497AF7D46", 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] 20170530-06:06:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:06:58: [WARN]: Cookie rejected [JSESSIONID="520479941C252F3F52E1C4B111483356", 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] 20170530-06:06:58: [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] 20170530-06:06:58: [WARN]: Cookie rejected [JSESSIONID="E8CDE053A91262DAEE71539EA6EF860C", 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] 20170530-06:06:58: [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] 20170530-06:06:59: [WARN]: Cookie rejected [JSESSIONID="52E1665139F9234DB8B5B10AE309340C", 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] 20170530-06:06:59: [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] 20170530-06:07:00: [WARN]: Cookie rejected [JSESSIONID="81486052723C4391327A2031AF89C256", 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] 20170530-06:07:00: [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] 20170530-06:07:00: [WARN]: Cookie rejected [JSESSIONID="F59BB1566B9698A7C2D7DFF2A864FF40", 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] 20170530-06:07:00: [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] 20170530-06:07:01: [WARN]: Cookie rejected [JSESSIONID="B7846BF4ED99C2F27AD022122749A101", 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] 20170530-06:07:01: [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] 20170530-06:07:01: [WARN]: Cookie rejected [JSESSIONID="6CC0D3CF5DC107F9283013C680E9D691", 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] 20170530-06:07:01: [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] 20170530-06:07:02: [WARN]: Cookie rejected [JSESSIONID="B0BD20264335BA9BCA918F4C77D7AD5F", 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] 20170530-06:07:02: [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] 20170530-06:07:03: [WARN]: Cookie rejected [JSESSIONID="E7F9B83276DB15E1FEDBB176D45C32E6", 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] 20170530-06:07:03: [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] 20170530-06:07:03: [WARN]: Cookie rejected [JSESSIONID="70A9CA9CD3F416D2364C8AE026DB607B", 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] 20170530-06:07:03: [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] 20170530-06:07:04: [WARN]: Cookie rejected [JSESSIONID="4985F680227A920CE8A903F501B14CF4", 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] 20170530-06:07:04: [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] 20170530-06:07:04: [WARN]: Cookie rejected [JSESSIONID="756193A2906B4F3E86A74743611CF2D2", 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] 20170530-06:07:04: [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] 20170530-06:07:05: [WARN]: Cookie rejected [JSESSIONID="2636C97E711052BEA2796A3F68B31E30", 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] 20170530-06:07:05: [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] 20170530-06:07:06: [WARN]: Cookie rejected [JSESSIONID="BEEF3181F1A2B44E6A4CDD0B35A1DFEA", 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] 20170530-06:07:06: [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] 20170530-06:07:07: [WARN]: Cookie rejected [JSESSIONID="FE82C1AA5ECA0D5F892971541A1FBD98", 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] 20170530-06:07:07: [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] 20170530-06:07:07: [WARN]: Cookie rejected [JSESSIONID="CA08497096D2241B28BA71AF3CB16958", 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] 20170530-06:07:07: [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] 20170530-06:07:08: [WARN]: Cookie rejected [JSESSIONID="C57EBF1A1E4F18A9263FE79490B17028", 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] 20170530-06:07:08: [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] 20170530-06:07:08: [WARN]: Cookie rejected [JSESSIONID="A80678229B89DA33F2C171AFD838C91E", 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] 20170530-06:07:08: [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] 20170530-06:07:09: [WARN]: Cookie rejected [JSESSIONID="EE30A1A45CB0E27447982337AC1F2C5B", 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] 20170530-06:07:09: [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] 20170530-06:07:10: [WARN]: Cookie rejected [JSESSIONID="B575E5B6E7EF8BECB989B57426AC8474", 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] 20170530-06:07:10: [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] 20170530-06:07:10: [WARN]: Cookie rejected [JSESSIONID="968CC6ADCE41CB764ECA0E610D3BFC9C", 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] 20170530-06:07:10: [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] 20170530-06:07:11: [WARN]: Cookie rejected [JSESSIONID="DE0D027B441DB29CB9DC2FE5C62C68DE", 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] 20170530-06:07:11: [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] 20170530-06:07:12: [WARN]: Cookie rejected [JSESSIONID="D2D2F292A9B88EABDD6F9BA0A30D1C0E", 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] 20170530-06:07:12: [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] 20170530-06:07:12: [WARN]: Cookie rejected [JSESSIONID="AAB493490B6EE22074D2072265DF3F24", 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] 20170530-06:07:12: [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] 20170530-06:07:13: [WARN]: Cookie rejected [JSESSIONID="CB92AF8266F94A7783CC0E99F970ED32", 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] 20170530-06:07:13: [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] 20170530-06:07:14: [WARN]: Cookie rejected [JSESSIONID="72704ADD7EA7D1479286DC0D2EF1D772", 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] 20170530-06:07:14: [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] 20170530-06:07:14: [WARN]: Cookie rejected [JSESSIONID="525EAF8BE91D64603490C65756EFAB7E", 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] 20170530-06:07:14: [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] 20170530-06:07:15: [WARN]: Cookie rejected [JSESSIONID="5CDAF74BE37A1BC716D2ECFEDC5B763B", 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] 20170530-06:07:15: [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] 20170530-06:07:15: [WARN]: Cookie rejected [JSESSIONID="972EAE70F44808B08B01049DF1D11CD8", 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] 20170530-06:07:15: [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] 20170530-06:07:16: [WARN]: Cookie rejected [JSESSIONID="A47C6F0EED71A210C201019958E415AF", 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] 20170530-06:07:16: [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] 20170530-06:07:17: [WARN]: Cookie rejected [JSESSIONID="24BBBA052D30D826513614180917FBAC", 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] 20170530-06:07:17: [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] 20170530-06:07:17: [WARN]: Cookie rejected [JSESSIONID="77AED35A23B1596B53DDAFEE2980936C", 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] 20170530-06:07:17: [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] 20170530-06:07:18: [WARN]: Cookie rejected [JSESSIONID="237E2F6646C820E3847C407C720982F0", 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] 20170530-06:07:18: [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] 20170530-06:07:18: [WARN]: Cookie rejected [JSESSIONID="7AB7FA9585C4B2404EE42A2187875593", 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] 20170530-06:07:18: [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] 20170530-06:07:19: [WARN]: Cookie rejected [JSESSIONID="5EE7A8526FEBEED9F9EA95ABA5BE3D02", 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] 20170530-06:07:19: [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] 20170530-06:07:20: [WARN]: Cookie rejected [JSESSIONID="4047CE3CA7E2BD3F0E21795AC1344D0A", 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] 20170530-06:07:20: [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] 20170530-06:07:20: [WARN]: Cookie rejected [JSESSIONID="357B44A35A741355A9E7AA9EAE2D5461", 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] 20170530-06:07:20: [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] 20170530-06:07:21: [WARN]: Cookie rejected [JSESSIONID="C2CB096CDA14B5AEC68DDDC825822D12", 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] 20170530-06:07:21: [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] 20170530-06:07:21: [WARN]: Cookie rejected [JSESSIONID="BF1FE4D9A4BE141ACFB6332D0999FCAF", 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] 20170530-06:07:21: [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] 20170530-06:07:22: [WARN]: Cookie rejected [JSESSIONID="1E2E8E0C2B5010FA7400079CC7FDBB43", 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] 20170530-06:07:22: [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] 20170530-06:07:23: [WARN]: Cookie rejected [JSESSIONID="179ACCC71812BC3A27DF066F3334705D", 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] 20170530-06:07:23: [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] 20170530-06:07:23: [WARN]: Cookie rejected [JSESSIONID="0118C25DDDD08A02E820F3B3C9FA22F5", 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] 20170530-06:07:23: [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] 20170530-06:07:24: [WARN]: Cookie rejected [JSESSIONID="52739F131925B1C8F6832B0890D38B14", 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] 20170530-06:07:24: [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] 20170530-06:07:25: [WARN]: Cookie rejected [JSESSIONID="FC93E8CECC0605E7E15C4F0CF31E143D", 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] 20170530-06:07:25: [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] 20170530-06:07:25: [WARN]: Cookie rejected [JSESSIONID="87463172C19C44438D659F598945691A", 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] 20170530-06:07:25: [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] 20170530-06:07:26: [WARN]: Cookie rejected [JSESSIONID="063D929C3EF931CFD078BB1BCE01C606", 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] 20170530-06:07:26: [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] 20170530-06:07:26: [WARN]: Cookie rejected [JSESSIONID="5B153AB8E47D6F0054A83831CA72BDA5", 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] 20170530-06:07:26: [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] 20170530-06:07:27: [WARN]: Cookie rejected [JSESSIONID="38D85927908FF2A056E4286C4CBB15A0", 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] 20170530-06:07:27: [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] 20170530-06:07:28: [WARN]: Cookie rejected [JSESSIONID="ADCF1DB7B929ABB9DCF3FB63DC6785E6", 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] 20170530-06:07:28: [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:: Could not get CNode from the underlying context (D1Client.CN_URL) 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: Could not get CNode from the underlying context (D1Client.CN_URL) 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 20170530-06:07:28: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:28: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:28: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:28: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 3 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 3 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:07:28: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:28: [WARN]: Cookie rejected [JSESSIONID="5BB98EE7AF3C4C05857EA05453637DC1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/TestingNotFound:201714923728212" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/TestingNotFound:201714923728212 [org.dataone.client.rest.RestClient] 20170530-06:07:28: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:29: [WARN]: Cookie rejected [JSESSIONID="DDA1EF55A475E437D2D7D3871723EFAE", 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:201714923728761" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/TestingNotFound:201714923728761 [org.dataone.client.rest.RestClient] 20170530-06:07:29: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:29: [WARN]: Cookie rejected [JSESSIONID="607E6F923F3C0058803E7C6C5E723661", 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:201714923729286" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TestingNotFound:201714923729286 [org.dataone.client.rest.RestClient] 20170530-06:07:29: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="B39DB70ED8ADFC500D2C8DC632E29591", 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:201714923729750" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/TestingNotFound:201714923729750 [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:30: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:30: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 3 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 3 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:07:30: [INFO]: ***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:30: [INFO]: ***************** running test for Node:: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="0F2603464F5FA9EC5CF59BD68CA4B5B2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730274_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730274_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="1701909E57579B8BCF9B1849AD25C49A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730321_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730321_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="2A2E71AF05ED4A89D15D0A2BE1235CC2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730360_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730360_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="3A393BB042013E679ABFECF7F6602DC1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730399_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730399_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="F4C0DEF46FD86CDF1890087102FBDD4D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730436_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730436_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="F2BDCCCA4A0247E5EBB85441968DCABE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730477_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730477_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="3CDEF45B93DA7398233D927942E09C4A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730518_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730518_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="5E4CE46F5567FF5363EC26C061E85D72", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730554_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730554_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="4397941F3DDEA8C134BC8F188F79517C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730602_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730602_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="5918B13BF3FE1B62CF5C295932984DE8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730637_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730637_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="00F4CD7104AC46F1641A528C13A072D3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730681_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730681_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="62004AD752681E67B1DF1B6E43E1D010", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730720_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730720_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="52DD03D04BB3F0D7F4ADB941A7078755", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730758_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730758_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="0BB792C1E1D8FD9CCAE18C62CC7178C1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730794_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730794_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="4712EE27271BB94835430A767F255A34", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730830_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730830_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="883238B678A929EEEBB81B94EC6B1BF1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730872_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730872_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="7E8BE2D95ECB1C704A727530156E8AA2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730908_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730908_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [WARN]: Cookie rejected [JSESSIONID="CED7FF2D7E1E97C4C8AAD04E0794B5C0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730946_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730946_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:07:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:30: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="FF2F07CCF3CCB090B5705D755DDE86C1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923730982_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923730982_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="A824AE205FF27EC560B721C051658DBF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test20171492373122_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test20171492373122_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="79E407AD41112168B3F557D41131BD8C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test20171492373158_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test20171492373158_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="690D0CA8629639DB54BD483F3F72309E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test20171492373194_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test20171492373194_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="E4744E00577701A29698D542ABC05171", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731133_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923731133_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="0F97725701DCB2F8EFF5D762BD5FCD1F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731171_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923731171_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="7B15D60BC2229F10E6DFFD88C6747A87", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731207_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923731207_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="5EBA2267DF68E6D4FDA8B5B54EFBFC01", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731244_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923731244_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="88939C5A9A617FF1689CA1985D16B3E8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731283_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923731283_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="DD348012EEB9788797C04F76FA48ECD0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731319_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923731319_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="7B13ECAD6CEB222106671070FFB78932", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731354_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923731354_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] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="1E410C42C59EC173B07A8CDDA9B761A3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731391_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/meta/Test201714923731391_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: ***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:31: [INFO]: ***************** running test for Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="91428759D411AA8994150B227C7FAE2C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731428_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731428_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="D22E1B73A97B82770CF8833CF30D6519", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731464_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731464_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="47BC3F94E5BA4C031871F321B0DDC0CB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731499_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731499_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="CFBD28D9409FBFFD0360051DDD5467D4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731538_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731538_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="469BA642FD8DF68227E3EFD3111DAC7A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731574_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731574_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="70FFA939DE2321CBF9AD2DD73FF44D62", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731610_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731610_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="4EB47FAAB969BF6F4EF0C544820C2111", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731645_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731645_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="78D68AA437D7C1A74FB75BB50310BB1C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731681_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731681_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="4147CF9607D6658EF0CC50290DE70DB8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731717_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731717_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="C781588B1468B04BF2FFFDC1B96FFF98", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731752_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731752_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="D1F6D9CDFDBCE928CD1AF8BC277FABF0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731787_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731787_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="43FF801A59E2C96D2E9B9E3034AC4160", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731822_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731822_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="81DA2B16CE3C366B3F5D24B0D4FA0CA1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731857_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731857_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="F1D94D6F539B7E00EC27902C67EFB8A3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731891_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731891_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [WARN]: Cookie rejected [JSESSIONID="3B79DCE6BC1B712110FA6E5D81FEA9BD", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731930_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731930_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:07:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:31: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="E4BF440A64C39FC6562D58524D62EAF6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923731969_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923731969_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="435834FB3D63DBB3C6901B0D32692B8D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test2017149237326_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test2017149237326_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="637C0F553C2EC81D1E0C5B8E278DA014", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test20171492373245_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test20171492373245_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="DE01DCDE2CD81B5C6523360AFC786C46", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test20171492373281_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test20171492373281_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="D4429CAAABAE10E3DF9601ED3912C833", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732118_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732118_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="D3764EF0896865E68AF73334F6886C21", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732156_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732156_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="A14E70E10F46C10E7C3797ECE1E62AA0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732194_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732194_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="5AD038CB82E3BC7E8D0A5EAB49D716CF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732234_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732234_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="CA677137E9F84D1A6F80AAA99EEC922D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732272_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732272_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="372B401D126EA688C4D3D02D515C7F2B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732310_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732310_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="B60BCD86EE3350F21896A0A52C8A1F30", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732347_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732347_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="360131A93157171C607297CF08DD0F0E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732386_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732386_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="18ECD345D9C1EE7C5B08F0BF15CC8BFA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732425_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732425_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="7EE00D8F20F6509FFDAFEB70A38938BF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732460_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732460_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] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="3E0D6503426444187C9D1728E2FDBDF5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732495_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta/Test201714923732495_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: ***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:32: [INFO]: ***************** running test for Node:: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="111D783BA13618195343E8C91C8CCB42", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732529_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732529_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="D3954C45439BDE1A368B5D85EF7C4EFF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732542_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732542_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="6759E34CFAA192041A6477460BEF339C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732552_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732552_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="126BD973ACEFCD45B03D522F9D84CD2F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732561_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732561_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="8203DC2572DC63B4A9D860638D7950D4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732570_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732570_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="E6809A8E5D2075CB8965DED7EAD18AEF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732579_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732579_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="60F148E8D642D295FEC2387F71E4BD0D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732587_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732587_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="8B1BACD289B6F40EA95685105B33EEBC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732597_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732597_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="3E12CFF9B458C5538CA2F7263B1073B0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732606_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732606_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="715C3F314320493093E01DD3A2616977", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732615_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732615_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="B87D0943119429BCDE4B4A24B3DC5D83", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732624_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732624_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="D57EAC808443A039401252606B25AAB3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732633_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732633_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="2E9737E5B04B6FD34741B76C304B41A4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732641_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732641_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="7910FE0C8B0A776E49F2483F8F2709E8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732650_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732650_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="7D7DD360643D5493653490C0F5AFB399", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732660_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732660_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="EF20FA297E5D78A2AEFBB8EC09EA0F32", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732670_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732670_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="E1672E9458A58EFDF28D0CE4A8F0FED0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732679_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732679_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="0E19CB6DA7C3C56CBF7A1CA4CCE2DBFE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732688_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732688_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="49898F38FC4650224539225E1DA60A43", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732698_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732698_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="1EA1E5DE8DF9CE87AAC8000450202115", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732709_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732709_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="3FEF29AF606D897AE797ED2E73AF16D9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732722_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732722_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="A568A6A5B509C31237CA7EE0FA58A5C5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732732_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732732_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="6E9CDFC9220C23B2E70C08581E1DD700", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732741_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732741_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="5017306E38558E5DBF03C7F4B2BD2870", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732750_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732750_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="B2F8586932902DA972745FFBDF0388DA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732759_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732759_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="DFD3FA756A04EEE680F1EB06144C968C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732768_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732768_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="B780C314A932106FC0925430CA7B3132", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732777_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732777_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="E5639401C1B09BAA6B9183A270B5F66A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732786_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732786_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="902864CF0F35E7278BA3D1E42D661DE0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732794_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732794_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] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="A42C172323BE7122F8CED8258266F62F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732803_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/Test201714923732803_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: ***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:32: [INFO]: ***************** running test for Node:: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="E782C85EEF839878B0153F8D4C9118DF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732813_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923732813_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [WARN]: Cookie rejected [JSESSIONID="F2F858E2DFA8EED454358FA5C519A3A1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732882_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923732882_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:07:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:32: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="0ADE2E502FCF5B174D3E942163005217", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923732948_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923732948_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="E9F255919CF3DFCE1B2FF5156711AF4F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test20171492373312_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test20171492373312_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="E17E17CF67216AB5190CBCA8A8F76B6F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test20171492373376_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test20171492373376_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="6EE3F55C687E98D2FF5EAA90D67B6AEC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733144_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733144_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="2CAFB3605035F31F42670C3D5DCEFA6D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733209_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733209_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="D03057C96B7DCA0308CB136EF0A6D6EF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733275_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733275_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="71B83D9ACD66295BB70F7D77050E0742", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733338_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733338_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="E09D2ED78AD3FC2B2F54493936B5AA0E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733403_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733403_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="56FB4C009AEC81168570E2C433350CC9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733468_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733468_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="EF09B1C082FA3D9650234D4E6BCB5A22", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733531_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733531_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="5F953C65C5DB7553A7543002954FED0F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733596_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733596_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="7103F03578A41D14BDA3065043A98D4B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733660_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733660_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="DDC9297A035DC682FFC7E391CFDED3CD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733724_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733724_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="E56CFBB31FB57438F444927BDD179412", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733786_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733786_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="2E05E5DEDE71D6A846B14E5E0FA0668C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733850_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733850_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [WARN]: Cookie rejected [JSESSIONID="8D0F539DFC6AF3D273B326FF9C4D2D23", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733914_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733914_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:07:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:33: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="F9D08553F4919E08F73865EA2383D35E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923733978_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923733978_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="D47E5B627C24BDBB5117FF630CF988A1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test20171492373441_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test20171492373441_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="90054AD5159B719A9125FDE0D68C0EE7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734106_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734106_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="60E277E7A7C6EC32D7656B28C0C80EEC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734170_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734170_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="5C2789A4A16C429868FB82FDA30DF0BE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734238_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734238_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="39030988585D351D846BA04C67BF7C9D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734302_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734302_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="36E5ADEDD61ACA656E7C727CDDF12EAE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734366_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734366_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="4C2C3470FC3000D0F0067A6482B871DC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734429_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734429_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="9B35FB1B68AD33596C56892A458078D9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734492_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734492_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="2D668B0DCDD57F83E059612E17A13807", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734556_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734556_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="6BDADC32FD9BA80B60BD85AA9B64DFAE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734620_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734620_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] 20170530-06:07:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:07:34: [WARN]: Cookie rejected [JSESSIONID="F2D0AE9B2C72A112E2487E6C2B5361D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/meta/Test201714923734686_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:07:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/Test201714923734686_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:07:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:34: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:34: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 3 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 3 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:07:34: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:34: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:35: [WARN]: Cookie rejected [JSESSIONID="797BF7FCAB769FEA1989409D9B89C730", 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] 20170530-06:07:35: [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] 20170530-06:07:35: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:35: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:35: [WARN]: Cookie rejected [JSESSIONID="6574BA44EAF3F9649B60DA2EF615FB40", 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] 20170530-06:07:35: [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] 20170530-06:07:35: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:35: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:36: [WARN]: Cookie rejected [JSESSIONID="C35BF5FC53F0761A77E73EF22D1E0229", 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] 20170530-06:07:36: [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] 20170530-06:07:36: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:07:36: [WARN]: Cookie rejected [JSESSIONID="42010AB9A0C809AF0C14BBCE945A8AC6", 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] 20170530-06:07: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:Public_READ.15 [org.dataone.client.rest.RestClient] 20170530-06:07:37: [WARN]: Cookie rejected [JSESSIONID="5068A9C90CF89ACB9AE47F5F4197B035", 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] 20170530-06:07:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:07:37: [WARN]: Cookie rejected [JSESSIONID="03E99637D3B61FF41D9F4C58D5984938", 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] 20170530-06:07:37: [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] 20170530-06:07:38: [WARN]: Cookie rejected [JSESSIONID="CD7284EED988B8D6C9076195771408B5", 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] 20170530-06:07:38: [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] 20170530-06:07:38: [WARN]: Cookie rejected [JSESSIONID="B8A05B17068E282C224698FA76C18EDC", 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] 20170530-06:07:38: [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] 20170530-06:07:39: [WARN]: Cookie rejected [JSESSIONID="83A2DCAEAC7DD1E89A1B656A12D0F377", 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] 20170530-06:07:39: [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] 20170530-06:07:39: [WARN]: Cookie rejected [JSESSIONID="B681EC72DEFC8A5744BF88E6CE9278EB", 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] 20170530-06:07:39: [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] 20170530-06:07:40: [WARN]: Cookie rejected [JSESSIONID="A5A333DB6E119130B3ED6E158547A250", 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] 20170530-06:07:40: [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] 20170530-06:07:41: [WARN]: Cookie rejected [JSESSIONID="43A65C1B08606C8D328FE4320473CF90", 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] 20170530-06:07:41: [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] 20170530-06:07:41: [WARN]: Cookie rejected [JSESSIONID="68443C35CD1EC788348451857F10F88C", 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] 20170530-06:07:41: [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] 20170530-06:07:42: [WARN]: Cookie rejected [JSESSIONID="5E644A63C62086243237CB39CA8760D9", 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] 20170530-06:07:42: [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] 20170530-06:07:43: [WARN]: Cookie rejected [JSESSIONID="CA3AB9E54D1DB5DDF0433A38A892FEC6", 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] 20170530-06:07:43: [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] 20170530-06:07:43: [WARN]: Cookie rejected [JSESSIONID="4CAA5B8E9EC7F2AA2FC2A2D9944B9599", 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] 20170530-06:07:43: [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] 20170530-06:07:44: [WARN]: Cookie rejected [JSESSIONID="4E5BF809992AB8EA339FF4F64AF38482", 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] 20170530-06:07:44: [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] 20170530-06:07:44: [WARN]: Cookie rejected [JSESSIONID="2A0837790B5826A572F41C03EE224D7D", 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] 20170530-06:07:44: [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] 20170530-06:07:45: [WARN]: Cookie rejected [JSESSIONID="1E2175455A3CEDD9E217C8E6A0922639", 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] 20170530-06:07:45: [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] 20170530-06:07:46: [WARN]: Cookie rejected [JSESSIONID="9C93805867642E1A8F20AF323A668A9C", 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] 20170530-06:07:46: [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] 20170530-06:07:46: [WARN]: Cookie rejected [JSESSIONID="AE58E9E1F9ACB860B907787FD91E1CDC", 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] 20170530-06:07:46: [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] 20170530-06:07:47: [WARN]: Cookie rejected [JSESSIONID="1BE03BDD7C71C325D38203C307A378E9", 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] 20170530-06:07:47: [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] 20170530-06:07:47: [WARN]: Cookie rejected [JSESSIONID="61EAF119A8D451D7B65122C5011E2AA4", 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] 20170530-06:07:47: [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] 20170530-06:07:48: [WARN]: Cookie rejected [JSESSIONID="C690F8801D2383FCD7E0D04A8308C9AC", 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] 20170530-06:07:48: [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] 20170530-06:07:49: [WARN]: Cookie rejected [JSESSIONID="9028741BEDEDFB5F456A9AD058CC956D", 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] 20170530-06:07:49: [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] 20170530-06:07:49: [WARN]: Cookie rejected [JSESSIONID="7046B81601BB6D1CB0B3FD0B70302C60", 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] 20170530-06:07:49: [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] 20170530-06:07:50: [WARN]: Cookie rejected [JSESSIONID="004046A9350DD81D49A57176B27EDA4B", 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] 20170530-06:07:50: [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] 20170530-06:07:50: [WARN]: Cookie rejected [JSESSIONID="3D064C00C25EBA90305116409A00F66D", 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] 20170530-06:07:50: [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] 20170530-06:07:51: [WARN]: Cookie rejected [JSESSIONID="FFE1B191919645B9641EE127F71F3BE0", 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] 20170530-06:07:51: [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] 20170530-06:07:52: [WARN]: Cookie rejected [JSESSIONID="1634BDE75126585BE2139348320C1C1A", 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] 20170530-06:07:52: [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] 20170530-06:07:52: [WARN]: Cookie rejected [JSESSIONID="AFDBC02ADEC52E861F2F3AF0B9895032", 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] 20170530-06:07:52: [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] 20170530-06:07:53: [WARN]: Cookie rejected [JSESSIONID="62969A473CFCF263617F907BEA1CCA20", 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] 20170530-06:07:53: [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] 20170530-06:07:53: [WARN]: Cookie rejected [JSESSIONID="D1860239FCA07A177BA15DAABA8BA16D", 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] 20170530-06:07:53: [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] 20170530-06:07:54: [WARN]: Cookie rejected [JSESSIONID="1C67527B1627AAAF4D7E541BFD3E2D91", 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] 20170530-06:07:54: [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] 20170530-06:07:55: [WARN]: Cookie rejected [JSESSIONID="15B027F20026F684D01A75FC7007DEE9", 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] 20170530-06:07:55: [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] 20170530-06:07:55: [WARN]: Cookie rejected [JSESSIONID="1A5BFB4FB5AD243F7B12B99811825815", 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] 20170530-06:07:55: [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] 20170530-06:07:56: [WARN]: Cookie rejected [JSESSIONID="827F47D8596A96DE3C2A97AF83D15D24", 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] 20170530-06:07:56: [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] 20170530-06:07:57: [WARN]: Cookie rejected [JSESSIONID="3500AF4F921935AC740AF15565084CC3", 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] 20170530-06:07:57: [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] 20170530-06:07:57: [WARN]: Cookie rejected [JSESSIONID="91FD018BB64385127AED337CE172B715", 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] 20170530-06:07:57: [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] 20170530-06:07:58: [WARN]: Cookie rejected [JSESSIONID="012712B1F09FB75C8A86C49C7DE5F46A", 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] 20170530-06:07:58: [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] 20170530-06:07:58: [WARN]: Cookie rejected [JSESSIONID="56C2DDCFBA2221F38A687D791B36AA0C", 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] 20170530-06:07:58: [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] 20170530-06:07:59: [WARN]: Cookie rejected [JSESSIONID="6BCF803B60248B27E1A8DBA0ED75C012", 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] 20170530-06:07:59: [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] 20170530-06:08:00: [WARN]: Cookie rejected [JSESSIONID="3F868F17780DEA0218E0A84CAEC225F3", 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] 20170530-06:08:00: [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] 20170530-06:08:00: [WARN]: Cookie rejected [JSESSIONID="9BC0D06B2A0EFD11470B06EC8E499BE6", 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] 20170530-06:08:00: [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] 20170530-06:08:01: [WARN]: Cookie rejected [JSESSIONID="D067D8C75901C8002D15E432C3CAFF82", 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] 20170530-06:08:01: [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] 20170530-06:08:02: [WARN]: Cookie rejected [JSESSIONID="1DF73FAD5E6F2088C0E58077328BB46C", 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] 20170530-06:08:02: [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] 20170530-06:08:02: [WARN]: Cookie rejected [JSESSIONID="904C897D285E77198C4CE9B8CE798A70", 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] 20170530-06:08:02: [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] 20170530-06:08:03: [WARN]: Cookie rejected [JSESSIONID="187F304CF632E9ACA529137C8BE2E7F0", 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] 20170530-06:08:03: [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] 20170530-06:08:03: [WARN]: Cookie rejected [JSESSIONID="20F1FE7EDA814F2391DBDA6E7DF5F740", 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] 20170530-06:08:03: [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] 20170530-06:08:04: [WARN]: Cookie rejected [JSESSIONID="21F77CDB601F41F6CAF8D08D92E64DEE", 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] 20170530-06:08:04: [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] 20170530-06:08:05: [WARN]: Cookie rejected [JSESSIONID="8ABAA853574E0D61AC5790CC20B002FB", 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] 20170530-06:08:05: [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] 20170530-06:08:05: [WARN]: Cookie rejected [JSESSIONID="F89DA3175D8E0349411C644B6A17BD0D", 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] 20170530-06:08:05: [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] 20170530-06:08:06: [WARN]: Cookie rejected [JSESSIONID="5AE8B47774A554EA6D01DB112B8B4DB0", 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] 20170530-06:08:06: [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] 20170530-06:08:06: [WARN]: Cookie rejected [JSESSIONID="BE98D4391CFD2CE5AA65F116474C19B8", 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] 20170530-06:08:06: [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] 20170530-06:08:07: [WARN]: Cookie rejected [JSESSIONID="632E3492945F6A2A115F34FFE49E1106", 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] 20170530-06:08:07: [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:: Could not get CNode from the underlying context (D1Client.CN_URL) 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: Could not get CNode from the underlying context (D1Client.CN_URL) 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 20170530-06:08:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:07: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:07: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 4 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 4 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:08:07: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:08: [WARN]: Cookie rejected [JSESSIONID="C6618D246C7C19DDCAA3F789D8BDD2FB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/TestingNotFound:20171492387639" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/TestingNotFound:20171492387639 [org.dataone.client.rest.RestClient] 20170530-06:08:08: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:08: [WARN]: Cookie rejected [JSESSIONID="6D0C841EA6CF25AA5F544B299030287B", 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:20171492388160" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/TestingNotFound:20171492388160 [org.dataone.client.rest.RestClient] 20170530-06:08:08: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:09: [WARN]: Cookie rejected [JSESSIONID="132B523E5C44FE66F5C3075B274994E6", 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:20171492388650" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/TestingNotFound:20171492388650 [org.dataone.client.rest.RestClient] 20170530-06:08:09: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:09: [WARN]: Cookie rejected [JSESSIONID="01D404C3949A806674508909B64A6A34", 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:2017149238958" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/TestingNotFound:2017149238958 [org.dataone.client.rest.RestClient] 20170530-06:08:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:09: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:09: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 4 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 4 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:08:09: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:09: [INFO]: ***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:09: [INFO]: ***************** running test for Node:: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:09: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:09: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:09: [WARN]: Cookie rejected [JSESSIONID="B4A4798079381D3EF6936B4D7DDF8346", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492389568_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test20171492389568_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:08:09: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:09: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:10: [WARN]: Cookie rejected [JSESSIONID="AECEC08D9320AFE7413DD3AE108B8A62", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492389900_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test20171492389900_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:08:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:10: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:10: [WARN]: Cookie rejected [JSESSIONID="9D002AFC8EB4CD03C1F61304670FB697", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923810248_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923810248_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:08:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:10: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:10: [WARN]: Cookie rejected [JSESSIONID="99991001AD46D5816BB5B04BB4DCF8E9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923810594_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923810594_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:08:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:10: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:11: [WARN]: Cookie rejected [JSESSIONID="366B43B109A69D7C844F8F6E4A0320AA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923810918_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923810918_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:08:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:11: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:11: [WARN]: Cookie rejected [JSESSIONID="29DB2CD81EF307082D00026B7138AA84", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923811253_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923811253_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:08:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:11: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:11: [WARN]: Cookie rejected [JSESSIONID="25ACD417B12E70205B960015D9BD1425", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923811586_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923811586_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:08:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:11: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:12: [WARN]: Cookie rejected [JSESSIONID="23E36B97BFABBB09231F69A1A5534AB0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923811920_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923811920_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:08:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:12: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:12: [WARN]: Cookie rejected [JSESSIONID="E7BA589D49E0B73387CDB0978EF65ADB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923812259_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923812259_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:08:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:12: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:12: [WARN]: Cookie rejected [JSESSIONID="9265437B1BD239DB225B45B3424D12B6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923812593_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923812593_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:08:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:12: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:13: [WARN]: Cookie rejected [JSESSIONID="54071C27823135F0947B2B36CF553936", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923812928_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923812928_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:08:13: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:13: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:13: [WARN]: Cookie rejected [JSESSIONID="6A7263E19AD61DBF754AFFEDE02A46E1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923813267_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923813267_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:08:13: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:13: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:13: [WARN]: Cookie rejected [JSESSIONID="CC16E4EC8647FDE402F76E5EF05FB99F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923813605_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923813605_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:08:13: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:13: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:14: [WARN]: Cookie rejected [JSESSIONID="EB399CF3B64685A7C3D501A17F546D0C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923813937_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923813937_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:08:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:14: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:14: [WARN]: Cookie rejected [JSESSIONID="C31A1894F770FFC19288FBE4F59ED610", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923814291_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923814291_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:08:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:14: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:14: [WARN]: Cookie rejected [JSESSIONID="23CF9CB4E54F5C86DB557DB865F8B0E5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923814633_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923814633_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:08:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:14: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:15: [WARN]: Cookie rejected [JSESSIONID="1820EB493EB78C8EECE5A7FF21AD3234", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923814988_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923814988_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:08:15: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:15: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:15: [WARN]: Cookie rejected [JSESSIONID="B4337BAB5F9C99088B09F5989521D79D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923815332_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923815332_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:08:15: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:15: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:16: [WARN]: Cookie rejected [JSESSIONID="C1B8C8C5EDB26385077C020285CC069F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923815688_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923815688_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:08:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:16: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:16: [WARN]: Cookie rejected [JSESSIONID="8D8092E5AA63C84616D1C52C8B72D37E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492381642_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test20171492381642_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:08:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:16: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:16: [WARN]: Cookie rejected [JSESSIONID="C45D3055C4C32A06389D0A915CE8A28C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923816381_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923816381_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:08:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:16: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:17: [WARN]: Cookie rejected [JSESSIONID="C1B3FD649CF4F53AFDFC7EA5C7751603", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923816742_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923816742_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:08:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:17: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:17: [WARN]: Cookie rejected [JSESSIONID="51D9AEDEA520D41519E87A8E8D42C9C7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492381777_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test20171492381777_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:08:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:17: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:17: [WARN]: Cookie rejected [JSESSIONID="E7ED5AC2AC7223AD09A023E509F89DB8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923817404_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923817404_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:08:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:17: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:18: [WARN]: Cookie rejected [JSESSIONID="88E252517A245603489CB84D57E8FBB7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923817767_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923817767_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:08:18: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:18: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:18: [WARN]: Cookie rejected [JSESSIONID="5A859EFC5CEDE22E12CB852A8B364CAA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923818119_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923818119_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:08:18: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:18: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:18: [WARN]: Cookie rejected [JSESSIONID="EABE81A5414F7B314C24DD13BCDA2065", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923818456_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923818456_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:08:18: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:18: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:19: [WARN]: Cookie rejected [JSESSIONID="36B54A16223481273235949EAC80134E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923818802_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923818802_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:08:19: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:19: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:19: [WARN]: Cookie rejected [JSESSIONID="69BE3933953D54746B9EE6AA5B2C0446", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923819135_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923819135_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] 20170530-06:08:19: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:19: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:19: [WARN]: Cookie rejected [JSESSIONID="83CCC1FD6A4A651537147AE832C005F1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923819475_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v1/object/Test201714923819475_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:08:19: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:19: [INFO]: ***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:19: [INFO]: ***************** running test for Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:19: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:19: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:20: [WARN]: Cookie rejected [JSESSIONID="73E3979A1D58DA004AC69B4229D07ABC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923819803_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923819803_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:08:20: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:20: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:20: [WARN]: Cookie rejected [JSESSIONID="C66D1115B112614DD1F70A95B2F42B37", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923820147_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923820147_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:08:20: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:20: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:20: [WARN]: Cookie rejected [JSESSIONID="76836CB6EFB747CDE4A443E75F5486D2", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923820481_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923820481_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:08:20: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:20: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:21: [WARN]: Cookie rejected [JSESSIONID="B83A28BC56933FEDB22F395FB12E5118", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923820816_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923820816_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:08:21: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:21: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:21: [WARN]: Cookie rejected [JSESSIONID="B2C6566EDFF328AF4A2A2E7C860DAE54", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923821161_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923821161_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:08:21: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:21: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:21: [WARN]: Cookie rejected [JSESSIONID="91EB4E5CB13A535950C1B5350D6C18A1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923821492_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923821492_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:08:21: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:21: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:22: [WARN]: Cookie rejected [JSESSIONID="D51CDAC39B76A9069924BBDC12301D6A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923821830_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923821830_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:08:22: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:22: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:22: [WARN]: Cookie rejected [JSESSIONID="CCB17BFE46D0738C8EDA8E0533A2E113", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923822166_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923822166_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:08:22: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:22: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:22: [WARN]: Cookie rejected [JSESSIONID="1E0B8A31A83FDECB873817F4872197AE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923822503_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923822503_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:08:22: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:22: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:23: [WARN]: Cookie rejected [JSESSIONID="D0DF38F506076DF7B169463245F56D9A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923822846_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923822846_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:08:23: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:23: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:23: [WARN]: Cookie rejected [JSESSIONID="946D9053E6E520D73285F9A27BD8E778", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923823182_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923823182_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:08:23: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:23: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:23: [WARN]: Cookie rejected [JSESSIONID="AE74C53801C8C1256C261D60D616A13D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923823508_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923823508_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:08:23: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:23: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:24: [WARN]: Cookie rejected [JSESSIONID="14DBFB7B556EFA011B1F41B3AC7C9125", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923823832_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923823832_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:08:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:24: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:24: [WARN]: Cookie rejected [JSESSIONID="A90603571B3E461543B6895B825E687D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923824159_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923824159_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:08:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:24: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:24: [WARN]: Cookie rejected [JSESSIONID="F9B28D137947B343874CA542FC441006", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923824485_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923824485_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:08:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:24: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:25: [WARN]: Cookie rejected [JSESSIONID="A12B9905FEDAD67BE83B636ECDC676AB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923824818_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923824818_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:08:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:25: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:25: [WARN]: Cookie rejected [JSESSIONID="5B557A83ED9C9998F4C5CD1E962DD3EC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923825145_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923825145_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:08:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:25: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:25: [WARN]: Cookie rejected [JSESSIONID="72775A84F5DAA5650F13E83A6BC50B87", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923825472_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923825472_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:08:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:25: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:26: [WARN]: Cookie rejected [JSESSIONID="16E50D6D25CA6085371B060137CA8EAB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923825799_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923825799_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:08:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:26: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:26: [WARN]: Cookie rejected [JSESSIONID="D89DC84680BA13E90B9D2DFC6F36FD82", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923826126_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923826126_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:08:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:26: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:26: [WARN]: Cookie rejected [JSESSIONID="5300427106D979102BF3AC36BCB36AFA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923826464_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923826464_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:08:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:26: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:27: [WARN]: Cookie rejected [JSESSIONID="FD67012A673F361552FC36A4B8CCD167", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923826790_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923826790_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:08:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:27: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:27: [WARN]: Cookie rejected [JSESSIONID="05BACCFDE0810FE001E4344E32C84FD7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923827132_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923827132_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:08:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:27: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:27: [WARN]: Cookie rejected [JSESSIONID="4A4B473A8015BC752DB6F1E980AF341D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923827467_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923827467_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:08:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:27: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:28: [WARN]: Cookie rejected [JSESSIONID="9674A55076CCFCF919758BE728A3A694", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923827815_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923827815_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:08:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:28: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:28: [WARN]: Cookie rejected [JSESSIONID="9937F48B3C655A4D182C6031004589DB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923828153_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923828153_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:08:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:28: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:28: [WARN]: Cookie rejected [JSESSIONID="BF3EB6E64C4332B8C1B91AB2D747D0EF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923828490_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923828490_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:08:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:28: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:29: [WARN]: Cookie rejected [JSESSIONID="2ED756A913E9C0AF5FDF13BD64844F43", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923828831_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923828831_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:08:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:29: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:29: [WARN]: Cookie rejected [JSESSIONID="179B217DFC2B836583BD2DC860BDC77F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923829172_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923829172_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] 20170530-06:08:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:29: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:29: [WARN]: Cookie rejected [JSESSIONID="8D36209224DC2388221208161EF62149", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923829500_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object/Test201714923829500_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:08:29: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:29: [INFO]: ***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:29: [INFO]: ***************** running test for Node:: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:29: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:30: [WARN]: Cookie rejected [JSESSIONID="829BCFE7ACBCC719B7C30CE16169DFDC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923829857_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923829857_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:08:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:30: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:30: [WARN]: Cookie rejected [JSESSIONID="F6A4CEF2A9DE269E856256803D47ABC1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923830239_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923830239_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:08:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:30: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:30: [WARN]: Cookie rejected [JSESSIONID="B3BCCD5D0C8DA30E3CFE67D61B7DCBCE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923830482_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923830482_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:08:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:30: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:30: [WARN]: Cookie rejected [JSESSIONID="725C3F5430A36506333A06B9282F34E8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923830723_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923830723_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:08:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:30: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:31: [WARN]: Cookie rejected [JSESSIONID="55F5067B26E455D1776A82E66417636F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923830966_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923830966_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:08:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:31: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:31: [WARN]: Cookie rejected [JSESSIONID="82F0288C6ABCB9915E39F33A45E08C28", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923831220_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923831220_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:08:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:31: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:31: [WARN]: Cookie rejected [JSESSIONID="9230E7745FB1C68B946034F783C176BC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923831473_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923831473_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:08:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:31: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:31: [WARN]: Cookie rejected [JSESSIONID="D2FD548E7A1A0F335F06E10BE1151CB8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923831715_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923831715_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:08:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:31: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:32: [WARN]: Cookie rejected [JSESSIONID="A53246130F7076F8190669BED84507F8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923831960_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923831960_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:08:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:32: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:32: [WARN]: Cookie rejected [JSESSIONID="5F1FA07155F8A87A8CBE1363C129E1B9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923832206_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923832206_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:08:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:32: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:32: [WARN]: Cookie rejected [JSESSIONID="247614DA8211E847346ED14E342D6E4F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923832454_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923832454_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:08:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:32: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:32: [WARN]: Cookie rejected [JSESSIONID="C0612CF2F226F8D8AC26F0A43D1B2BC3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923832678_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923832678_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:08:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:32: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:33: [WARN]: Cookie rejected [JSESSIONID="23ED846FFDEAD5E37BEF28BD592EDE8C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923832928_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923832928_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:08:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:33: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:33: [WARN]: Cookie rejected [JSESSIONID="A60A9202B76C07FE7123EB33B08A40F3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923833162_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923833162_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:08:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:33: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:33: [WARN]: Cookie rejected [JSESSIONID="A2E7882A6247D9BCEC2D59A32F244383", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923833408_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923833408_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:08:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:33: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:33: [WARN]: Cookie rejected [JSESSIONID="1A5DF8386EF0FDB574B46971F9A4A845", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923833646_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923833646_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:08:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:33: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:34: [WARN]: Cookie rejected [JSESSIONID="2F271241F76627E4405B6935D0081307", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923833899_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923833899_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:08:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:34: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:34: [WARN]: Cookie rejected [JSESSIONID="DDF9ABC15CE9BF7D97841CB75A6C2D87", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923834109_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923834109_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:08:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:34: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:34: [WARN]: Cookie rejected [JSESSIONID="A57ED51860712A912E01F25A1346B70B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923834331_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923834331_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:08:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:34: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:34: [WARN]: Cookie rejected [JSESSIONID="F51CAED83B66B38F79715581543CABB4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923834576_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923834576_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:08:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:34: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [WARN]: Cookie rejected [JSESSIONID="348897E059B63137C3DE29970BDAAF76", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923834824_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923834824_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:08:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [WARN]: Cookie rejected [JSESSIONID="3B7C919FE7DD68B7D07000B5C26BB0ED", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492383545_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test20171492383545_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:08:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [WARN]: Cookie rejected [JSESSIONID="D6079094DFE9BB48E1FBB6D2B2D6A507", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923835265_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923835265_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:08:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [WARN]: Cookie rejected [JSESSIONID="8A7A91DD02E378F7BAC9B356B8397145", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923835514_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923835514_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:08:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [WARN]: Cookie rejected [JSESSIONID="100FCEF672535EF82D870EE9B4096722", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923835736_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923835736_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:08:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:35: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:36: [WARN]: Cookie rejected [JSESSIONID="663F198C3059A700D4A790F0A930155A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923835951_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923835951_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:08:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:36: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:36: [WARN]: Cookie rejected [JSESSIONID="13B4B5F54B37DCE0B1592ED4C3DFF81D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923836204_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923836204_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:08:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:36: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:36: [WARN]: Cookie rejected [JSESSIONID="D5468EF597ED60A75B0E29000A15B026", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923836428_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923836428_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:08:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:36: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:36: [WARN]: Cookie rejected [JSESSIONID="9C70CE415F931816FAB524A8854E4E14", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923836672_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923836672_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] 20170530-06:08:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:36: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:37: [WARN]: Cookie rejected [JSESSIONID="6EA06C397D9A9B133D70864C2224DFBF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923836891_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v1/object/Test201714923836891_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:08:37: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:37: [INFO]: ***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:37: [INFO]: ***************** running test for Node:: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:37: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:37: [WARN]: Cookie rejected [JSESSIONID="5D7124099C6EB4FDEA988FDF02A5591D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923837109_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923837109_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:08:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:37: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:38: [WARN]: Cookie rejected [JSESSIONID="F49E72A93D92230CC9AA10032FABAA17", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923837776_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923837776_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:08:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:38: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:38: [WARN]: Cookie rejected [JSESSIONID="6786268B84E351420F19CBC0A9522DEB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923838296_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923838296_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:08:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:38: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:39: [WARN]: Cookie rejected [JSESSIONID="FCE9404AEEF56706C41C46C7462AB018", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923838800_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923838800_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:08:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:39: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:39: [WARN]: Cookie rejected [JSESSIONID="02E887C6665CD1936676DEF09C707EAB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923839304_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923839304_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:08:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:39: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:40: [WARN]: Cookie rejected [JSESSIONID="EE84A032BB10BC0143C29436789F5348", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923839809_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923839809_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:08:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:40: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:40: [WARN]: Cookie rejected [JSESSIONID="AD10DA67B44D322D7D1333C03864CFE2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923840325_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923840325_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:08:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:40: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:41: [WARN]: Cookie rejected [JSESSIONID="ADD4823B08F824B3D643B29FC7710CFA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923840839_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923840839_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:08:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:41: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:41: [WARN]: Cookie rejected [JSESSIONID="C39A74D68735FE58B1E55B1CFC8B67AE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923841357_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923841357_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:08:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:41: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:42: [WARN]: Cookie rejected [JSESSIONID="3B7302ECD6F8AF41F9FEB67916A6D77D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923841859_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923841859_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:08:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:42: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:42: [WARN]: Cookie rejected [JSESSIONID="93DA320520078FAD67C690324D999781", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923842363_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923842363_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:08:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:42: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:43: [WARN]: Cookie rejected [JSESSIONID="22E42C3E23DB954B9CCD0EED95CB08D0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923842871_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923842871_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:08:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:43: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:43: [WARN]: Cookie rejected [JSESSIONID="A002D17DE0DE0AAFC93807A3A5CF1A30", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923843380_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923843380_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:08:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:43: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:44: [WARN]: Cookie rejected [JSESSIONID="C8C25E9EB77DFFA0260453DBCA1E8A0C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923843888_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923843888_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:08:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:44: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:44: [WARN]: Cookie rejected [JSESSIONID="2A3F0D246E29651441F1ED7527AAB746", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923844401_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923844401_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:08:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:44: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:45: [WARN]: Cookie rejected [JSESSIONID="099E3C6B58D1EDE7BF454D19C6FAFB20", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923844921_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923844921_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:08:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:45: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:45: [WARN]: Cookie rejected [JSESSIONID="0DD77F740B5D2F5ED6AE5996546AB629", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923845433_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923845433_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:08:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:45: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:46: [WARN]: Cookie rejected [JSESSIONID="AC0DED8EE5D177803A7FAE9B949250E9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923845944_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923845944_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:08:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:46: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:46: [WARN]: Cookie rejected [JSESSIONID="8D22A3AECD8EAABB37FEC49A7AE0B36C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923846455_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923846455_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:08:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:46: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:47: [WARN]: Cookie rejected [JSESSIONID="6D63FA3DF67FEE20F51C476B7C93595E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923846968_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923846968_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:08:47: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:47: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:47: [WARN]: Cookie rejected [JSESSIONID="45F72C57BC47AA0DF1958222EE7E859E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923847478_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923847478_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:08:47: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:47: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:48: [WARN]: Cookie rejected [JSESSIONID="CD409D88466012A2F5D99E4DA1DB77A8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923847985_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923847985_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:08:48: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:48: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:49: [WARN]: Cookie rejected [JSESSIONID="D6C1CF8768B491E444F9A2A00E31B80C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923848500_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923848500_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:08:49: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:49: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:49: [WARN]: Cookie rejected [JSESSIONID="2D6E4439A08038FE9FED73A23727D027", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492384916_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test20171492384916_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:08:49: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:49: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:50: [WARN]: Cookie rejected [JSESSIONID="1529CFFABEE9810149FE854C405557C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923849524_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923849524_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:08:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:50: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:50: [WARN]: Cookie rejected [JSESSIONID="5766222CF35AE2C7537E2E24C48F84BB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492385032_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test20171492385032_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:08:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:50: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:51: [WARN]: Cookie rejected [JSESSIONID="E7BEAC68C4FB5F1A10C85A2B957DB350", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923850538_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923850538_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:08:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:51: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:51: [WARN]: Cookie rejected [JSESSIONID="8484FEC78F840FB8027B39C33E6FC212", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492385146_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test20171492385146_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:08:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:51: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:52: [WARN]: Cookie rejected [JSESSIONID="F22BB4B5F0A7D81FD72F8C890D48A471", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test201714923851555_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test201714923851555_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] 20170530-06:08:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:52: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:08:52: [WARN]: Cookie rejected [JSESSIONID="FE421F6CB7C371BA06EFDC19CF49E76A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/object/Test20171492385266_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:08:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v1/object/Test20171492385266_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:08:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:52: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 4 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 4 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:08:52: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:52: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:53: [WARN]: Cookie rejected [JSESSIONID="0A5F8F4318F56FE84758069E5D65B42A", 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] 20170530-06:08:53: [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] 20170530-06:08:53: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:53: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:54: [WARN]: Cookie rejected [JSESSIONID="A7CC3440DCEF44B204AFCDFA5BC19933", 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] 20170530-06:08:54: [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] 20170530-06:08:54: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:54: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:55: [WARN]: Cookie rejected [JSESSIONID="A8C786BFC6192AC84A3F483023960277", 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] 20170530-06:08:55: [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] 20170530-06:08:55: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:08:55: [WARN]: Cookie rejected [JSESSIONID="D95E53648761C7BB2E7F06D3138BB80C", 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] 20170530-06:08: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:Public_READ.15 [org.dataone.client.rest.RestClient] 20170530-06:08:56: [WARN]: Cookie rejected [JSESSIONID="6DEAAC11B31BC743C08C713045F06851", 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] 20170530-06:08:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:08:56: [WARN]: Cookie rejected [JSESSIONID="3075EDBD43795DCFA3CED465BA450238", 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] 20170530-06:08:56: [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] 20170530-06:08:57: [WARN]: Cookie rejected [JSESSIONID="EF7CBCBB5040CC5FBABB0D86217B1D74", 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] 20170530-06:08:57: [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] 20170530-06:08:57: [WARN]: Cookie rejected [JSESSIONID="A9288652B5FDA99A176B70074F332894", 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] 20170530-06:08:57: [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] 20170530-06:08:58: [WARN]: Cookie rejected [JSESSIONID="1B04CF70D750BFB1FD8BCE46363BAD0B", 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] 20170530-06:08:58: [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] 20170530-06:08:59: [WARN]: Cookie rejected [JSESSIONID="62F05663A8A2F310DC337B7091C885ED", 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] 20170530-06:08:59: [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] 20170530-06:08:59: [WARN]: Cookie rejected [JSESSIONID="168411C2589DE28F2F1AAED439CA0AB1", 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] 20170530-06:08:59: [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] 20170530-06:09:00: [WARN]: Cookie rejected [JSESSIONID="4E7F69BD7A1C9CF613EE6D2FA654A147", 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] 20170530-06:09:00: [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] 20170530-06:09:00: [WARN]: Cookie rejected [JSESSIONID="9D2DE6E17F60FD482FD80B11A55C7CD7", 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] 20170530-06:09:00: [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] 20170530-06:09:01: [WARN]: Cookie rejected [JSESSIONID="6559FFBA1CFC6551E444208A9EB001CB", 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] 20170530-06:09:01: [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] 20170530-06:09:02: [WARN]: Cookie rejected [JSESSIONID="DF0FA57F42AB1D1A6FA6C551011BEC4D", 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] 20170530-06:09:02: [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] 20170530-06:09:02: [WARN]: Cookie rejected [JSESSIONID="EF2F61526ED16B0374717DAD21BD851D", 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] 20170530-06:09:02: [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] 20170530-06:09:03: [WARN]: Cookie rejected [JSESSIONID="BEF7A628F7618984177C269D1CBEB73B", 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] 20170530-06:09:03: [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] 20170530-06:09:04: [WARN]: Cookie rejected [JSESSIONID="438D18C4E7DBDC488CA8D9972A985E48", 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] 20170530-06:09:04: [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] 20170530-06:09:04: [WARN]: Cookie rejected [JSESSIONID="3F1FAC4D7E674C678F7A3AE4B4936DBC", 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] 20170530-06:09:04: [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] 20170530-06:09:05: [WARN]: Cookie rejected [JSESSIONID="A2385F574905D9F1F53D77760F713D18", 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] 20170530-06:09:05: [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] 20170530-06:09:05: [WARN]: Cookie rejected [JSESSIONID="5F74DCF3912F8302D0A33C2A2FFDCD8C", 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] 20170530-06:09:05: [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] 20170530-06:09:06: [WARN]: Cookie rejected [JSESSIONID="7638EB82186C68317963B29E1E06F661", 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] 20170530-06:09:06: [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] 20170530-06:09:07: [WARN]: Cookie rejected [JSESSIONID="CBCAE0769D1E4209BCAC9431A9D5434D", 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] 20170530-06:09:07: [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] 20170530-06:09:07: [WARN]: Cookie rejected [JSESSIONID="D80070A964999139194D8CF87B6A347A", 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] 20170530-06:09:07: [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] 20170530-06:09:08: [WARN]: Cookie rejected [JSESSIONID="1BD078E74A402E6D519BC5E70D4BBFF0", 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] 20170530-06:09:08: [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] 20170530-06:09:09: [WARN]: Cookie rejected [JSESSIONID="36F517A90865CDA3B1872CF52FEEF6A8", 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] 20170530-06:09:09: [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] 20170530-06:09:09: [WARN]: Cookie rejected [JSESSIONID="D053A4F8E51F4D42B3C09E79D7328845", 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] 20170530-06:09:09: [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] 20170530-06:09:10: [WARN]: Cookie rejected [JSESSIONID="E7C9BABF51932D7363E9FF1E6ED794F0", 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] 20170530-06:09:10: [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] 20170530-06:09:11: [WARN]: Cookie rejected [JSESSIONID="281BB339DE2AFE864CE2450313383AB8", 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] 20170530-06:09:11: [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] 20170530-06:09:11: [WARN]: Cookie rejected [JSESSIONID="317197D398E482E555D0D2CF48D865B9", 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] 20170530-06:09:11: [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] 20170530-06:09:12: [WARN]: Cookie rejected [JSESSIONID="C32B62193071DD534A5FFC93FF390B7F", 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] 20170530-06:09:12: [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] 20170530-06:09:13: [WARN]: Cookie rejected [JSESSIONID="6CE0F6F1CDC04C4FC5FB510CF1CAA86F", 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] 20170530-06:09:13: [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] 20170530-06:09:13: [WARN]: Cookie rejected [JSESSIONID="1507E43D70B0A49F6B5FB9AC1E9B1E8E", 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] 20170530-06:09:13: [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] 20170530-06:09:14: [WARN]: Cookie rejected [JSESSIONID="6F5E024831A73067A8F19A3A9D2ABDA9", 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] 20170530-06:09:14: [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] 20170530-06:09:14: [WARN]: Cookie rejected [JSESSIONID="8BE18DE5FC4FF13375299D38180872B8", 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] 20170530-06:09:14: [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] 20170530-06:09:15: [WARN]: Cookie rejected [JSESSIONID="A803A2A9C0C613666E2C0D0942B8F78B", 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] 20170530-06:09:15: [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] 20170530-06:09:16: [WARN]: Cookie rejected [JSESSIONID="FF6F1426C9ABAA7402A15E80B6B4275F", 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] 20170530-06:09:16: [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] 20170530-06:09:16: [WARN]: Cookie rejected [JSESSIONID="73BCC325C2AD897748013EF9AF2680A5", 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] 20170530-06:09:16: [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] 20170530-06:09:17: [WARN]: Cookie rejected [JSESSIONID="1AC7E6EC14AE816A1883BA6FA5ADBD95", 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] 20170530-06:09:17: [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] 20170530-06:09:17: [WARN]: Cookie rejected [JSESSIONID="F990908BD57DD7C9824F6D93F61AD1F5", 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] 20170530-06:09:17: [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] 20170530-06:09:18: [WARN]: Cookie rejected [JSESSIONID="662D7BEE4B217875545A2280267B6338", 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] 20170530-06:09:18: [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] 20170530-06:09:19: [WARN]: Cookie rejected [JSESSIONID="EAFBA3CFFC30EA88E79B4B1622B75964", 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] 20170530-06:09:19: [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] 20170530-06:09:19: [WARN]: Cookie rejected [JSESSIONID="12013D72946FFD82AB1E33835BCB5088", 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] 20170530-06:09:19: [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] 20170530-06:09:20: [WARN]: Cookie rejected [JSESSIONID="BEC38486C8DCF7A23DBD6B1C497F437B", 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] 20170530-06:09:20: [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] 20170530-06:09:21: [WARN]: Cookie rejected [JSESSIONID="7FC6BED4B973512B359A5AB062A656B9", 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] 20170530-06:09:21: [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] 20170530-06:09:21: [WARN]: Cookie rejected [JSESSIONID="5296CAC0B01CBAEE7C6CCBDDAE5B831D", 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] 20170530-06:09:21: [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] 20170530-06:09:22: [WARN]: Cookie rejected [JSESSIONID="AF042212528F4BF99588EA7A9E3828E5", 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] 20170530-06:09:22: [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] 20170530-06:09:22: [WARN]: Cookie rejected [JSESSIONID="E3C6E14AF94FF6BF09FAC2E98F6E62AC", 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] 20170530-06:09:22: [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] 20170530-06:09:23: [WARN]: Cookie rejected [JSESSIONID="111BD93C2E10CC8D4A26F17D2F3D88A4", 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] 20170530-06:09:23: [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] 20170530-06:09:24: [WARN]: Cookie rejected [JSESSIONID="040B29AB1108EAB9716E0371B990670D", 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] 20170530-06:09:24: [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] 20170530-06:09:24: [WARN]: Cookie rejected [JSESSIONID="728B87EC1D00EFE727F9141173DCCFAC", 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] 20170530-06:09:24: [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] 20170530-06:09:25: [WARN]: Cookie rejected [JSESSIONID="5F35AEF585C42984D5FED9ABA7EA0869", 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] 20170530-06:09:25: [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] 20170530-06:09:25: [WARN]: Cookie rejected [JSESSIONID="62C4EE41F9C559F423D5DA3EFF05C1A5", 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] 20170530-06:09:25: [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] 20170530-06:09:26: [WARN]: Cookie rejected [JSESSIONID="AB1C13C33E3A744054939F7C05CC996A", 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] 20170530-06:09:26: [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:: Could not get CNode from the underlying context (D1Client.CN_URL) 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: Could not get CNode from the underlying context (D1Client.CN_URL) 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 20170530-06:09:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:26: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 5 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 5 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:09:26: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:27: [WARN]: Cookie rejected [JSESSIONID="DE6454AF6573B86CEF3B1C1B56665F7F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/TestingNotFound:201714923926549" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/TestingNotFound:201714923926549 [org.dataone.client.rest.RestClient] 20170530-06:09:27: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:27: [WARN]: Cookie rejected [JSESSIONID="76B3F2034B6A46D0EE585914280E1816", 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:201714923927130" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/TestingNotFound:201714923927130 [org.dataone.client.rest.RestClient] 20170530-06:09:27: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:28: [WARN]: Cookie rejected [JSESSIONID="9F0839FB450C16DC51E42BCA257F6CCB", 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:201714923927779" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/TestingNotFound:201714923927779 [org.dataone.client.rest.RestClient] 20170530-06:09:28: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:28: [WARN]: Cookie rejected [JSESSIONID="E3BCF1AA10E0E8098CCBDF57862B2FCD", 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:201714923928253" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/TestingNotFound:201714923928253 [org.dataone.client.rest.RestClient] 20170530-06:09:28: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:28: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:28: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:28: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 5 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 5 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:09:28: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:28: [INFO]: ***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:28: [INFO]: ***************** running test for Node:: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:28: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:28: [WARN]: Cookie rejected [JSESSIONID="6C1414AFCEF554F67FA170A5E56913C2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923928801_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923928801_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:09:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:28: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:28: [WARN]: Cookie rejected [JSESSIONID="FE1F378161F946A05C9DDFEE0329284E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923928879_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923928879_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:09:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:28: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [WARN]: Cookie rejected [JSESSIONID="21477691A0AA5ED370729036C00D85F6", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923928992_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923928992_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:09:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [WARN]: Cookie rejected [JSESSIONID="BD4F3DA869605A693DF15123B382FB02", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492392981_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test20171492392981_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:09:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [WARN]: Cookie rejected [JSESSIONID="228FAB77A535BC957760F4B86FB17D38", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923929269_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923929269_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:09:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [WARN]: Cookie rejected [JSESSIONID="064FCAE92C34AB255F030DA8C908B6E7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923929424_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923929424_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:09:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [WARN]: Cookie rejected [JSESSIONID="24BE0572772BA30B09E67FB00D12D22E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923929636_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923929636_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:09:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [WARN]: Cookie rejected [JSESSIONID="77A220D03E5CCEA1CE270346F19C5728", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923929716_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923929716_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:09:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:29: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [WARN]: Cookie rejected [JSESSIONID="71A98AF79C7FFA8DF286F90DF0684343", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923929954_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923929954_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:09:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [WARN]: Cookie rejected [JSESSIONID="153265EFCBC07279DCB93FB9F109F147", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492393057_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test20171492393057_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:09:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [WARN]: Cookie rejected [JSESSIONID="722DC4B84D46AFF2191DED35850B902E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923930177_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923930177_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:09:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [WARN]: Cookie rejected [JSESSIONID="DDB090D6E0E6876A0E6E98E646B73F69", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923930358_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923930358_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:09:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [WARN]: Cookie rejected [JSESSIONID="77E9E18C8C5D36214D94A5F87C58509F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923930513_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923930513_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:09:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [WARN]: Cookie rejected [JSESSIONID="DA6A0A3BE642E3FA1FD6E18DDC8E1C02", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923930600_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923930600_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:09:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [WARN]: Cookie rejected [JSESSIONID="8820E2789041D2BB245FC060DCF2AC43", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923930706_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923930706_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:09:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [WARN]: Cookie rejected [JSESSIONID="39DBA5EB1F9D8A3583D9C87B47979831", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923930888_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923930888_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:09:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:30: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [WARN]: Cookie rejected [JSESSIONID="308A119B3BB0B9503D6E3B51ACEAA633", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923930999_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923930999_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:09:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [WARN]: Cookie rejected [JSESSIONID="79F89BC89BD981E991F66A7667191684", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492393185_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test20171492393185_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:09:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [WARN]: Cookie rejected [JSESSIONID="90E3B16A7F2F297644E520F336249D5A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923931193_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923931193_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:09:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [WARN]: Cookie rejected [JSESSIONID="11D8EEB35580860AA676737B6A89963C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923931274_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923931274_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:09:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [WARN]: Cookie rejected [JSESSIONID="7983D161D2C9D64A153831E8983F719B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923931389_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923931389_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:09:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [WARN]: Cookie rejected [JSESSIONID="0B8F1D9111D9645696ABFF4128545336", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923931556_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923931556_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:09:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [WARN]: Cookie rejected [JSESSIONID="0BAA570C779335DA1CE7204BA64FA622", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923931725_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923931725_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:09:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [WARN]: Cookie rejected [JSESSIONID="777451C554E7F36F0F6D8C69566831A1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923931806_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923931806_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:09:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:31: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [WARN]: Cookie rejected [JSESSIONID="A7F41DB70AD36A167BAE1D528177D648", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923931981_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923931981_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:09:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [WARN]: Cookie rejected [JSESSIONID="AB2401A877313B6DEC3424E6F86AA8AE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492393270_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test20171492393270_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:09:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [WARN]: Cookie rejected [JSESSIONID="DB61CDF07E4AD1EF6EB3C54DE3DED574", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923932260_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923932260_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:09:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [WARN]: Cookie rejected [JSESSIONID="6FE78D19866C91D2FC1E6C514A3909EC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923932437_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923932437_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:09:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [WARN]: Cookie rejected [JSESSIONID="E8EF3A4BF59A1C0ADBC70D157897630C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923932606_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923932606_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] 20170530-06:09:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [WARN]: Cookie rejected [JSESSIONID="F66EE446BB0BF07EECC5A9058DF18DF5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923932703_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum/Test201714923932703_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:09:32: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:32: [INFO]: ***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:32: [INFO]: ***************** running test for Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:32: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [WARN]: Cookie rejected [JSESSIONID="685054B1C47374E44D5B48E007873922", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923932862_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923932862_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:09:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [WARN]: Cookie rejected [JSESSIONID="E5C614B8932E6078483E9493F7202DF6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923933260_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923933260_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:09:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [WARN]: Cookie rejected [JSESSIONID="D8BFB374037C8AE10F67DF0C3D303272", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923933408_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923933408_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:09:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [WARN]: Cookie rejected [JSESSIONID="BCD6D04F1941DA3633B9298CAA82F3DF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923933572_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923933572_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:09:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [WARN]: Cookie rejected [JSESSIONID="9F7E49197E5563B8BEA7CA8C6D5AE6AA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923933662_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923933662_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:09:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [WARN]: Cookie rejected [JSESSIONID="E31084201B0B28E5C6A0E471274EC3EC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923933754_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923933754_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:09:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:33: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [WARN]: Cookie rejected [JSESSIONID="97245EDE61B2B80A5F694801394731D9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923933926_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923933926_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:09:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [WARN]: Cookie rejected [JSESSIONID="3341141A1FB5337C7CDC539C17B920C7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test2017149239346_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test2017149239346_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:09:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [WARN]: Cookie rejected [JSESSIONID="2BA24B6315E57E2F4F5B165F893DC90F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923934164_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923934164_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:09:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [WARN]: Cookie rejected [JSESSIONID="916250CC3C1AD456A67C2136FAFEAFAC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923934249_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923934249_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:09:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [WARN]: Cookie rejected [JSESSIONID="218F1B924EA4EE4676284C619DDCD945", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923934434_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923934434_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:09:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [WARN]: Cookie rejected [JSESSIONID="C513499731C17A1FBCB79F0BE7C25F49", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923934514_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923934514_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:09:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [WARN]: Cookie rejected [JSESSIONID="E4FA96E38E8C9090807E4527DD2E2DD8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923934608_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923934608_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:09:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [WARN]: Cookie rejected [JSESSIONID="4B206412D257EC732196EB28ACCB530F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923934696_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923934696_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:09:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:34: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [WARN]: Cookie rejected [JSESSIONID="3E49B3F252B360279B1F498DE9A1334A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923934873_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923934873_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:09:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [WARN]: Cookie rejected [JSESSIONID="373346789F97310E08335B47E7B815CE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492393591_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test20171492393591_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:09:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [WARN]: Cookie rejected [JSESSIONID="B1F8EB4038BA1A965499B4200196AD01", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923935213_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923935213_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:09:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [WARN]: Cookie rejected [JSESSIONID="73A15EC94F200FA8F31459E3EEEDABD3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923935354_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923935354_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:09:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [WARN]: Cookie rejected [JSESSIONID="14A463ED212CC564AA1434F69B174B1A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923935458_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923935458_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:09:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [WARN]: Cookie rejected [JSESSIONID="846C7236EFEA03B5D1AE1BA0392D1E7C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923935553_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923935553_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:09:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [WARN]: Cookie rejected [JSESSIONID="9F801AAABECA7D7AE6F623BDAF735E87", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923935644_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923935644_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:09:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [WARN]: Cookie rejected [JSESSIONID="AF03758AD5E24B6273A5B3CBE5ED06B0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923935738_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923935738_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:09:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:35: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [WARN]: Cookie rejected [JSESSIONID="84E4421E3D59202C8D54BB26A3A7F0A9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923935849_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923935849_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:09:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [WARN]: Cookie rejected [JSESSIONID="D00D6FDBEB4F66F1591DBCA47F013612", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492393622_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test20171492393622_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:09:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [WARN]: Cookie rejected [JSESSIONID="A2E378F78E17D83BA25772CD55040DE4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923936108_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923936108_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:09:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [WARN]: Cookie rejected [JSESSIONID="1CA413FF7E5B42255B3072565C719634", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923936195_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923936195_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:09:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [WARN]: Cookie rejected [JSESSIONID="0A8D8E2E90953597BC026506103FB61B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923936384_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923936384_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:09:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [WARN]: Cookie rejected [JSESSIONID="D7EF1B3A8CE1A06BCA0A5EACFEEE5378", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923936469_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923936469_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:09:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [WARN]: Cookie rejected [JSESSIONID="B3A8B4380A71A81B538845F4C664FAE0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923936660_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923936660_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] 20170530-06:09:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [WARN]: Cookie rejected [JSESSIONID="ADB3283E903B5A98680043BBB60F0A02", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923936776_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum/Test201714923936776_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:09:36: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:36: [INFO]: ***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:36: [INFO]: ***************** running test for Node:: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:36: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="7E99B0D54285107BB30F0217AD911014", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923936889_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923936889_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="0FF969494C6A45F55F070D31E0616AB6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937179_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937179_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="BBAFCF31519836FAF7A9E7C5279B0936", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937269_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937269_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="39644BDE84DF1BFFA028E970351DDD23", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937358_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937358_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="4B072E5F85AD292FF74938356530C0E7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937449_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937449_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="F16F13609D4314E434ACA5D872602AE3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937536_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937536_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="66748AA529C24BF80058A6D6FED41D4F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937625_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937625_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="E2C06A34B0C6CA60D603F426B1120238", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937714_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937714_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="91ED44A16FA7F66FC301E7AA6F1DD0F3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937782_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937782_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [WARN]: Cookie rejected [JSESSIONID="2E41D9FB60C5EB6900957F017DF5758B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937878_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937878_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:09:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:37: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="A34A9E67F64660BC28BCB358329DB319", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923937973_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923937973_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="901364CE63BB564B72D770AA5DD91D98", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492393838_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test20171492393838_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="6F3D11FE8820CE69E02B7A3C6AED053F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938108_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938108_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="32B9BC3345660A1A0EE32109E0B57410", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938200_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938200_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="575258B46A9AB75B626CEB48C2ADA343", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938294_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938294_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="2EE6CC26490AE7557902E078EAA5300A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938390_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938390_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="B242CE76EB70BA7A90C83B1B3D6AFDBE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938477_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938477_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="0DE77C428371CF45D9A37321B6135133", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938564_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938564_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="BAFA22A37730469B4E2CCDA984643E7A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938643_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938643_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="D26B171BC64F65D1F916C175DF8432D3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938751_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938751_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="C6444F2C39979C8749F1177DB228517A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938845_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938845_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [WARN]: Cookie rejected [JSESSIONID="9977F73370D9EC8C5B6E6653373A8B0A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938909_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938909_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:09:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:38: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [WARN]: Cookie rejected [JSESSIONID="30661DB8489F1BDA98A3AC28BD780386", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923938983_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923938983_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:09:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [WARN]: Cookie rejected [JSESSIONID="8140820B1A9DF10D93B8D7F57D6F1374", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492393978_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test20171492393978_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:09:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [WARN]: Cookie rejected [JSESSIONID="F6232BB8F3B96B50AB0A1B6B6DDA2A95", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923939169_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923939169_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:09:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [WARN]: Cookie rejected [JSESSIONID="E654C5F35FF427BBC0E5905A716BDC17", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923939235_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923939235_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:09:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [WARN]: Cookie rejected [JSESSIONID="8B7F0F766936439355ACA5BAE2A7DD49", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923939303_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923939303_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:09:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [WARN]: Cookie rejected [JSESSIONID="52235926BA1187BF34E6AED045734473", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923939399_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923939399_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:09:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [WARN]: Cookie rejected [JSESSIONID="DCD3888DC5ED4F4D40F11DB7B5552CC7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923939488_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923939488_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] 20170530-06:09:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [WARN]: Cookie rejected [JSESSIONID="2E923C68264E208EF1A9C5DECBB4EDE7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923939555_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum/Test201714923939555_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:09:39: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:39: [INFO]: ***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:39: [INFO]: ***************** running test for Node:: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:39: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [WARN]: Cookie rejected [JSESSIONID="D9EBA8E03521CF18825EE8A96B760995", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923939638_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923939638_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:09:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [WARN]: Cookie rejected [JSESSIONID="017C7F63260F1A6456359BCC763E31AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923940437_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923940437_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:09:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [WARN]: Cookie rejected [JSESSIONID="C00BE96CB645C27A0404A791EB44CAD3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923940554_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923940554_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:09:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [WARN]: Cookie rejected [JSESSIONID="11EE63800CAFC19FCFA2F6D344DF109C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923940665_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923940665_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:09:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [WARN]: Cookie rejected [JSESSIONID="8DC83E5F78D9F9AAD866ECA8CA03F578", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923940795_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923940795_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:09:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:40: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [WARN]: Cookie rejected [JSESSIONID="43DA5134627A0AA67C97ED5BE2840001", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923940918_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923940918_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:09:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [WARN]: Cookie rejected [JSESSIONID="48B2480491AC22482F8BF9ED8A0953AF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492394141_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test20171492394141_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:09:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [WARN]: Cookie rejected [JSESSIONID="952A7F960B3D8715CEC6DA5A41E6A841", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923941218_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923941218_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:09:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [WARN]: Cookie rejected [JSESSIONID="857A749A9F272DF67D0EEC1C63CF9B28", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923941391_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923941391_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:09:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [WARN]: Cookie rejected [JSESSIONID="D41FA21041F032EA9DA6BBE3208E54C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923941561_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923941561_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:09:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [WARN]: Cookie rejected [JSESSIONID="983CBFBEA4A164B0815DAD56D1A79CF4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923941694_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923941694_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:09:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:41: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [WARN]: Cookie rejected [JSESSIONID="CA4EF303A45D5E28BC89F2492ED274DE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923941889_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923941889_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:09:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [WARN]: Cookie rejected [JSESSIONID="4EF67B3F8313D8046F4C5E5ADD200292", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492394285_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test20171492394285_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:09:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [WARN]: Cookie rejected [JSESSIONID="6746E6D9F00666B216F88D6AF06D75CC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923942203_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923942203_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:09:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [WARN]: Cookie rejected [JSESSIONID="3F95DED697781012EEB0865D3E56C43E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923942309_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923942309_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:09:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [WARN]: Cookie rejected [JSESSIONID="66C2EE3286478B4AF56BE3E547C5076A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923942431_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923942431_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:09:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [WARN]: Cookie rejected [JSESSIONID="A52E2025D4A30F1E26D22128A26622C7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923942621_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923942621_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:09:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [WARN]: Cookie rejected [JSESSIONID="CB991F4DC32362B8EB9429B3273DC4DF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923942738_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923942738_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:09:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:42: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [WARN]: Cookie rejected [JSESSIONID="1E18130D7F566936650B021010FEC242", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923942918_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923942918_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:09:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [WARN]: Cookie rejected [JSESSIONID="528608F0D33EE82D0574A244AAFE1DEC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492394335_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test20171492394335_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:09:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [WARN]: Cookie rejected [JSESSIONID="857DD610018C148D6C61BF03769CE35E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923943152_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923943152_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:09:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [WARN]: Cookie rejected [JSESSIONID="6AFD5F38E0C08896648AE7294FE373F3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923943352_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923943352_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:09:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [WARN]: Cookie rejected [JSESSIONID="EE03CEFE7C983A9DF71C1E04A115E148", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923943530_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923943530_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:09:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [WARN]: Cookie rejected [JSESSIONID="D3B06B056EF761AFCE158EB946992F7C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923943648_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923943648_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:09:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:43: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [WARN]: Cookie rejected [JSESSIONID="DB7F675EF61363081A294821E08E0657", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923943824_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923943824_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:09:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [WARN]: Cookie rejected [JSESSIONID="A8C9165E8211B337EA0B248CAC5E01DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test20171492394415_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test20171492394415_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:09:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [WARN]: Cookie rejected [JSESSIONID="D5895BD1BB466DE351E963E277842C1C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923944112_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923944112_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:09:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [WARN]: Cookie rejected [JSESSIONID="C7E3CDD7C319F6F16791A1D403A914C8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923944213_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923944213_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:09:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [WARN]: Cookie rejected [JSESSIONID="3886FC153CB8C1AE1C542782FFC25CBD", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923944312_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923944312_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] 20170530-06:09:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:09:44: [WARN]: Cookie rejected [JSESSIONID="F0BC0A1C73E3D182D1DE65845ABA188A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v1/checksum/Test201714923944420_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:09:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum/Test201714923944420_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:09:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:44: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:44: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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 May 30 05:37:56 UTC 2017 urn:node:cnDev publicObject_hits 5 urn:node:cnDev publicObject TierTesting:cn-dev:Public_READ.15 ============================================================================================================= urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 UTC 2017 urn:node:cnDevUCSB1 publicObject_hits 5 urn:node:cnDevUCSB1 publicObject TierTesting:cn-dev-ucsb-1:Public_READ.15 ============================================================================================================= 20170530-06:09:44: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:45: [WARN]: Cookie rejected [JSESSIONID="239295B2B31D3EE00A1507699462FC6F", 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] 20170530-06:09:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:09:45: [INFO]: Caching objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:45: [WARN]: Cookie rejected [JSESSIONID="7891D30721BA5283C3EA971D8615F9E0", 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] 20170530-06:09:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?fromDate=2017-05-30T05:59:45.143%2B00:00&toDate=2017-05-30T06:08:45.143%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:09:45: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:45: [WARN]: Cookie rejected [JSESSIONID="307315A80A5AABCCBBDEB76D93BB734D", 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] 20170530-06:09:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:09:45: [INFO]: Caching objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:46: [WARN]: Cookie rejected [JSESSIONID="A0A10FA001EC10E1BB7D28335C59BA80", 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] 20170530-06:09:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?fromDate=2017-05-30T05:59:45.944%2B00:00&toDate=2017-05-30T06:08:45.944%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:09:46: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:46: [WARN]: Cookie rejected [JSESSIONID="B81E11F62AE986EC9812DECF2712B2C7", 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] 20170530-06:09:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:09:46: [INFO]: Caching objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:46: [WARN]: Cookie rejected [JSESSIONID="7CE402DC4334497FE63AB6AB82D09B39", 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] 20170530-06:09:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?fromDate=2017-05-30T05:59:46.634%2B00:00&toDate=2017-05-30T06:08:46.634%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:09:46: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:47: [WARN]: Cookie rejected [JSESSIONID="78DDBD7825B176B4BCC965CD12986292", 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] 20170530-06:09:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:09:47: [INFO]: Caching objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:47: [WARN]: Cookie rejected [JSESSIONID="A7AF526A128EF6F0EB51E360D86A358F", 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] 20170530-06:09:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?fromDate=2017-05-30T05:59:47.222%2B00:00&toDate=2017-05-30T06:08:47.222%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:09:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 1 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:09:47: [INFO]: ***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:47: [WARN]: Cookie rejected [JSESSIONID="2D7E81C0E643FAF9C7E653BABB5B5DD6", 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] 20170530-06:09:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:09:47: [WARN]: Cookie rejected [JSESSIONID="C8B5C0A9B08CA804274DDFEFFE5998D0", 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] 20170530-06:09:47: [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] 20170530-06:09:47: [INFO]: ***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:48: [WARN]: Cookie rejected [JSESSIONID="9E44B727849BE3736CDF94C575718CA5", 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] 20170530-06:09:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:09:48: [WARN]: Cookie rejected [JSESSIONID="6B00F04723596BCA997C1F22927B460E", 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] 20170530-06:09:48: [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] 20170530-06:09:48: [INFO]: ***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:48: [WARN]: Cookie rejected [JSESSIONID="3AA918962790F5EB3C9881496CE454E6", 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] 20170530-06:09:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:09:48: [WARN]: Cookie rejected [JSESSIONID="2B87969FCBE7643DBD48010A5F78611F", 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] 20170530-06:09:48: [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] 20170530-06:09:48: [INFO]: ***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:48: [WARN]: Cookie rejected [JSESSIONID="91741C749B5F8153AD837B2140B0E425", 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] 20170530-06:09:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object [org.dataone.client.rest.RestClient] 20170530-06:09:49: [WARN]: Cookie rejected [JSESSIONID="B9BB39B0EB82407620E99E9191FBB35A", 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] 20170530-06:09:49: [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] 20170530-06:09:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:49: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 1 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:09:49: [INFO]: ***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:49: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:49: [WARN]: Cookie rejected [JSESSIONID="F872919547E74CBD3D1BDBB4AABDD9A5", 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] 20170530-06:09:49: [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] 20170530-06:09:49: [INFO]: ***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:49: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:49: [WARN]: Cookie rejected [JSESSIONID="5629F65EF5106893C6C7DEF3794D82B4", 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] 20170530-06:09:49: [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] 20170530-06:09:49: [INFO]: ***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:49: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [WARN]: Cookie rejected [JSESSIONID="C323A71FC517EB65D9BB1A8D622164F4", 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] 20170530-06:09:50: [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] 20170530-06:09:50: [INFO]: ***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [WARN]: Cookie rejected [JSESSIONID="B303247C1E744BE95044FACE38DDD3CF", 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] 20170530-06:09:50: [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] 20170530-06:09:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 2 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:09:50: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [WARN]: Cookie rejected [JSESSIONID="DFC1EE65ECD39CF2BA04EEA96C784332", 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] 20170530-06:09:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/object?fromDate=2017-05-30T05:59:50.347%2B00:00&toDate=2017-05-30T06:08:50.347%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:09:50: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [WARN]: Cookie rejected [JSESSIONID="6C3FCEC712D3881877B788B33632FD8B", 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] 20170530-06:09:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/object?fromDate=2017-05-30T05:59:50.573%2B00:00&toDate=2017-05-30T06:08:50.573%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:09:50: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:50: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:51: [WARN]: Cookie rejected [JSESSIONID="8822A735CEDED3EAE6ED6EE799ED5C85", 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] 20170530-06:09:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/object?fromDate=2017-05-30T05:59:50.797%2B00:00&toDate=2017-05-30T06:08:50.797%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:09:51: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:51: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:51: [WARN]: Cookie rejected [JSESSIONID="8FB4DE8C588CC42DF33BF6F550E75D87", 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] 20170530-06:09:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/object?fromDate=2017-05-30T05:59:51.082%2B00:00&toDate=2017-05-30T06:08:51.082%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:09:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:51: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 3 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:09:51: [INFO]: ***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:51: [WARN]: Cookie rejected [JSESSIONID="BEDED581244E5EDE45E6256F053DB3A4", 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] 20170530-06:09:51: [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] 20170530-06:09:51: [INFO]: ***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:51: [WARN]: Cookie rejected [JSESSIONID="47287CA9B7F85C2112190F2E603F538B", 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] 20170530-06:09:51: [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] 20170530-06:09:51: [INFO]: ***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:52: [WARN]: Cookie rejected [JSESSIONID="09FC321B5BF8D29339E0B4CF2DD6ADD1", 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] 20170530-06:09:52: [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] 20170530-06:09:52: [INFO]: ***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:52: [WARN]: Cookie rejected [JSESSIONID="819199FB103D990A24558DF5A22872A2", 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] 20170530-06:09:52: [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] 20170530-06:09:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:52: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:52: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 3 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:09:52: [INFO]: ***************** running test for testResolve(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:09:52: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:53: [WARN]: Cookie rejected [JSESSIONID="467ED36434268ABE8CC3AA3CDF6266AF", 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] 20170530-06:09:53: [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] 20170530-06:09:53: [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] 20170530-06:09:53: [INFO]: ***************** running test for testResolve(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:09:53: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:53: [WARN]: Cookie rejected [JSESSIONID="0C0A86D8E5906DB1DFD56A757F8F3D4E", 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] 20170530-06:09:53: [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] 20170530-06:09:54: [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] 20170530-06:09:54: [INFO]: ***************** running test for testResolve(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:09:54: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:54: [WARN]: Cookie rejected [JSESSIONID="1992192AA651EEA4BA35476F6236A9D6", 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] 20170530-06:09:54: [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] 20170530-06:09:55: [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] 20170530-06:09:55: [INFO]: ***************** running test for testResolve(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:09:55: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:09:55: [WARN]: Cookie rejected [JSESSIONID="9B1BF20038D957EEC44A429860A075E5", 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] 20170530-06:09:55: [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] 20170530-06:09:56: [WARN]: Cookie rejected [JSESSIONID="B1151696E821D3F5627F946C3B102D8A", 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] 20170530-06:09:56: [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] 20170530-06:09:56: [WARN]: Cookie rejected [JSESSIONID="B9EACDD43EAD9E77569C9316B7799A8B", 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] 20170530-06:09:56: [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] 20170530-06:09:57: [WARN]: Cookie rejected [JSESSIONID="E8B2037B23AA3BD343B7C1FF78FF0C8A", 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] 20170530-06:09:57: [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] 20170530-06:09:58: [WARN]: Cookie rejected [JSESSIONID="EA6BD8E1D7D8D41A8AD830B9BDF5BF7D", 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] 20170530-06:09:58: [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] 20170530-06:09:58: [WARN]: Cookie rejected [JSESSIONID="318753B3E8DD09E50A40887C3F933B23", 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] 20170530-06:09:58: [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] 20170530-06:09:59: [WARN]: Cookie rejected [JSESSIONID="77D6C65FF7D945AB07CC256AE51082E0", 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] 20170530-06:09:59: [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] 20170530-06:09:59: [WARN]: Cookie rejected [JSESSIONID="E37AA738D28C379CD752F4BA9B5AD964", 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] 20170530-06:09:59: [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] 20170530-06:10:00: [WARN]: Cookie rejected [JSESSIONID="08F67B3078546033D3FF6929251523A0", 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] 20170530-06:10:00: [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] 20170530-06:10:01: [WARN]: Cookie rejected [JSESSIONID="0641430CBDC004A8B1DE9BC5A65542D4", 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] 20170530-06:10:01: [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] 20170530-06:10:01: [WARN]: Cookie rejected [JSESSIONID="45B85464B97C3593534DCFA26ED1B9AB", 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] 20170530-06:10:01: [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] 20170530-06:10:02: [WARN]: Cookie rejected [JSESSIONID="913D10A2FBB9BC47CFFB8172F10AAF49", 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] 20170530-06:10:02: [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] 20170530-06:10:03: [WARN]: Cookie rejected [JSESSIONID="5798494DE791B4129B840B6CD45FBCE3", 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] 20170530-06:10:03: [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] 20170530-06:10:03: [WARN]: Cookie rejected [JSESSIONID="3DFB179112E48229C8BCB625310AE1DA", 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] 20170530-06:10:03: [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] 20170530-06:10:04: [WARN]: Cookie rejected [JSESSIONID="6869FBC378CAFBA5F898E3E596DBA921", 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] 20170530-06:10:04: [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] 20170530-06:10:04: [WARN]: Cookie rejected [JSESSIONID="B72DBF54B90A9F8B6632F52F863CD174", 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] 20170530-06:10:04: [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] 20170530-06:10:05: [WARN]: Cookie rejected [JSESSIONID="B2BFBAC3BABE8D70973E382781F57198", 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] 20170530-06:10:05: [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] 20170530-06:10:06: [WARN]: Cookie rejected [JSESSIONID="5A72C0041FBCCBE8142B6E733B32E396", 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] 20170530-06:10:06: [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] 20170530-06:10:06: [WARN]: Cookie rejected [JSESSIONID="E2F07E9ED77A2486F117DBD8ACA38A9E", 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] 20170530-06:10:06: [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] 20170530-06:10:07: [WARN]: Cookie rejected [JSESSIONID="869327E1141E49131FB170D806741DE2", 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] 20170530-06:10:07: [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] 20170530-06:10:07: [WARN]: Cookie rejected [JSESSIONID="5EC9B7929F5AA79D5CBAC0D7B85733FD", 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] 20170530-06:10:07: [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] 20170530-06:10:08: [WARN]: Cookie rejected [JSESSIONID="3B58611B8BC0C38294C8A3DCD43A6CF6", 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] 20170530-06:10:08: [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] 20170530-06:10:09: [WARN]: Cookie rejected [JSESSIONID="288F5511D8B9D59949A852E386DAADA3", 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] 20170530-06:10:09: [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] 20170530-06:10:09: [WARN]: Cookie rejected [JSESSIONID="1E731545AF7599ADD21486342F15425E", 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] 20170530-06:10:09: [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] 20170530-06:10:10: [WARN]: Cookie rejected [JSESSIONID="A64B2E8BFD7FDD73E1CF0333F9E8AA67", 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] 20170530-06:10:10: [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] 20170530-06:10:11: [WARN]: Cookie rejected [JSESSIONID="39D9A69CA884CCD386D10261E7B71D23", 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] 20170530-06:10:11: [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] 20170530-06:10:11: [WARN]: Cookie rejected [JSESSIONID="CA0729DB39D9759BAD314B694A500EEC", 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] 20170530-06:10:11: [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] 20170530-06:10:12: [WARN]: Cookie rejected [JSESSIONID="645C9E8CAAB7DCABEE18C88282D02F3A", 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] 20170530-06:10:12: [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] 20170530-06:10:12: [WARN]: Cookie rejected [JSESSIONID="1E78AACA594D9F5E0CFA7EDC1D5FC83D", 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] 20170530-06:10:12: [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] 20170530-06:10:13: [WARN]: Cookie rejected [JSESSIONID="E261B4052DA01027EB968709390B2938", 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] 20170530-06:10:13: [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] 20170530-06:10:14: [WARN]: Cookie rejected [JSESSIONID="7E1A2DD7C269B3F3AB2ACB6795D58760", 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] 20170530-06:10:14: [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] 20170530-06:10:14: [WARN]: Cookie rejected [JSESSIONID="EF85E70B736771E183276D94F5D36837", 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] 20170530-06:10:14: [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] 20170530-06:10:15: [WARN]: Cookie rejected [JSESSIONID="F786193F97D6131737B9091DAE4E00B9", 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] 20170530-06:10:15: [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] 20170530-06:10:15: [WARN]: Cookie rejected [JSESSIONID="8C5C3DF4C22D49AB3328360288B4F469", 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] 20170530-06:10:15: [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] 20170530-06:10:16: [WARN]: Cookie rejected [JSESSIONID="A95C2762AF36AC86680C2D9FF0B4B350", 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] 20170530-06:10:16: [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] 20170530-06:10:17: [WARN]: Cookie rejected [JSESSIONID="9A87C06483E1873AB40E0AC1967AA9FE", 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] 20170530-06:10:17: [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] 20170530-06:10:17: [WARN]: Cookie rejected [JSESSIONID="124812E63B17B111B584677B1DBCF395", 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] 20170530-06:10:17: [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] 20170530-06:10:18: [WARN]: Cookie rejected [JSESSIONID="E408003F2BFF5AB2D632E6D04A926107", 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] 20170530-06:10:18: [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] 20170530-06:10:18: [WARN]: Cookie rejected [JSESSIONID="0561BD790D3717F3C51AAE46BF69CF8D", 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] 20170530-06:10:18: [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] 20170530-06:10:19: [WARN]: Cookie rejected [JSESSIONID="2A728A3D1584D0EAA3735C28347DE004", 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] 20170530-06:10:19: [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] 20170530-06:10:20: [WARN]: Cookie rejected [JSESSIONID="01E5F96A17C181EA27374BFF67C5487F", 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] 20170530-06:10:20: [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] 20170530-06:10:20: [WARN]: Cookie rejected [JSESSIONID="72626C73F53E096E347A63F53CC04939", 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] 20170530-06:10:20: [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] 20170530-06:10:21: [WARN]: Cookie rejected [JSESSIONID="4A1E518958D01F7419912FD9D9E103C0", 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] 20170530-06:10:21: [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] 20170530-06:10:21: [WARN]: Cookie rejected [JSESSIONID="5E8B9DC7958330CADF1F1C6D447C006A", 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] 20170530-06:10:21: [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] 20170530-06:10:22: [WARN]: Cookie rejected [JSESSIONID="CA44B8399F65ACA2DD8BA0724333449D", 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] 20170530-06:10:22: [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] 20170530-06:10:23: [WARN]: Cookie rejected [JSESSIONID="B9B5F2D0C4F97FC23177604FEB4CD1BD", 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] 20170530-06:10:23: [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] 20170530-06:10:23: [WARN]: Cookie rejected [JSESSIONID="BE3DC711AFD3FB2D051C2CA254971F24", 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] 20170530-06:10:23: [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] 20170530-06:10:24: [WARN]: Cookie rejected [JSESSIONID="6E16E7B7C0BD3CCAF3DB9EFFFDF4ACEF", 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] 20170530-06:10:24: [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] 20170530-06:10:25: [WARN]: Cookie rejected [JSESSIONID="8B92CAE2920B551DEA182F2B08E76FB1", 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] 20170530-06:10:25: [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] 20170530-06:10:25: [WARN]: Cookie rejected [JSESSIONID="F7373E5ACF28DC8DD9CC405AB5A3F61C", 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] 20170530-06:10:25: [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] 20170530-06:10:26: [WARN]: Cookie rejected [JSESSIONID="5886210E8FB894BB4CCA11F4A4CDB28F", 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] 20170530-06:10:26: [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] 20170530-06:10:26: [WARN]: Cookie rejected [JSESSIONID="632339C5B8CB36DE25DB2B71519CC34F", 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] 20170530-06:10:26: [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] 20170530-06:10:27: [WARN]: Cookie rejected [JSESSIONID="E8FEDA1C4F71A8DCA759F8F26258D853", 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] 20170530-06:10:27: [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] 20170530-06:10:28: [WARN]: Cookie rejected [JSESSIONID="15C523B570CC0C2E84C4E8B30D25D9FD", 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] 20170530-06:10:28: [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] 20170530-06:10:28: [WARN]: Cookie rejected [JSESSIONID="E5735AF793030A3160BA287AEEF3A69E", 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] 20170530-06:10:28: [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] 20170530-06:10:29: [WARN]: Cookie rejected [JSESSIONID="38129B6211539CDF6335E25699B73AF5", 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] 20170530-06:10:29: [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] 20170530-06:10:29: [WARN]: Cookie rejected [JSESSIONID="3FAB1442B4D75FED5ECA4028676C59AF", 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] 20170530-06:10:29: [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] 20170530-06:10:30: [WARN]: Cookie rejected [JSESSIONID="E48123008D3C6B39E90A76968F362A3B", 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] 20170530-06:10:30: [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] 20170530-06:10:31: [WARN]: Cookie rejected [JSESSIONID="F0B7B17A1036B3450963FDCB7E44D306", 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] 20170530-06:10:31: [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] 20170530-06:10:31: [WARN]: Cookie rejected [JSESSIONID="584CE3FB1268C967700B5108AB920FB2", 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] 20170530-06:10:31: [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] 20170530-06:10:32: [WARN]: Cookie rejected [JSESSIONID="DACF7F6E542F763271E07E750B98B54A", 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] 20170530-06:10:32: [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] 20170530-06:10:33: [WARN]: Cookie rejected [JSESSIONID="910989E6B68487163C37474C0EE87A53", 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] 20170530-06:10:33: [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] 20170530-06:10:33: [WARN]: Cookie rejected [JSESSIONID="69A606F285BA16AEB5EB34A9F75B0A4B", 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] 20170530-06:10:33: [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] 20170530-06:10:34: [WARN]: Cookie rejected [JSESSIONID="60F121081A5A1FC1B3751190E791F5AE", 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] 20170530-06:10:34: [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] 20170530-06:10:34: [WARN]: Cookie rejected [JSESSIONID="9025C0D8BD5C0382148D21619B2E22C9", 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] 20170530-06:10:34: [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] 20170530-06:10:35: [WARN]: Cookie rejected [JSESSIONID="3E205972CB92D981FBEB4D3C756700AA", 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] 20170530-06:10:35: [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] 20170530-06:10:36: [WARN]: Cookie rejected [JSESSIONID="33370D862DB02515D49E431222D40570", 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] 20170530-06:10:36: [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] 20170530-06:10:36: [WARN]: Cookie rejected [JSESSIONID="AEE60B0E0A7D76BFBD82A86140E824A0", 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] 20170530-06:10:36: [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] 20170530-06:10:37: [WARN]: Cookie rejected [JSESSIONID="DDDD50128911311B236967F91368926F", 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] 20170530-06:10:37: [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] 20170530-06:10:37: [WARN]: Cookie rejected [JSESSIONID="E13B38234DE0EABBCB22A151FF064E7A", 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] 20170530-06:10:37: [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] 20170530-06:10:38: [WARN]: Cookie rejected [JSESSIONID="92095F6C6437D46EE5D2A7252AD059FE", 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] 20170530-06:10:38: [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] 20170530-06:10:39: [WARN]: Cookie rejected [JSESSIONID="1D192EBEC38BD88029D04167612ED15D", 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] 20170530-06:10:39: [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] 20170530-06:10:39: [WARN]: Cookie rejected [JSESSIONID="817A379BE855172BF073F423D91F3882", 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] 20170530-06:10:39: [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] 20170530-06:10:40: [WARN]: Cookie rejected [JSESSIONID="7FCB8E13DDA39FC283BAB6C23263BD62", 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] 20170530-06:10:40: [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] 20170530-06:10:40: [WARN]: Cookie rejected [JSESSIONID="B2279A397B1BF270133003EF2CAE5F73", 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] 20170530-06:10:40: [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] 20170530-06:10:41: [WARN]: Cookie rejected [JSESSIONID="EC34442586A3A370E8BE6A10398E5D80", 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] 20170530-06:10:41: [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] 20170530-06:10:42: [WARN]: Cookie rejected [JSESSIONID="568CB1B767498B730E9DC8113DCF9A36", 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] 20170530-06:10:42: [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] 20170530-06:10:42: [WARN]: Cookie rejected [JSESSIONID="3E360EF8176172D5593F8B42464CFFB6", 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] 20170530-06:10:42: [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] 20170530-06:10:43: [WARN]: Cookie rejected [JSESSIONID="914A304122D3529C89C0C1D3B21DF53D", 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] 20170530-06:10:43: [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] 20170530-06:10:44: [WARN]: Cookie rejected [JSESSIONID="48108B6EE443F4BABCE0F45E29BE1E92", 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] 20170530-06:10:44: [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] 20170530-06:10:44: [WARN]: Cookie rejected [JSESSIONID="B0AE798DB2CB8EA41BB5360281148664", 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] 20170530-06:10:44: [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] 20170530-06:10:45: [WARN]: Cookie rejected [JSESSIONID="DBAF23A572440B3CEEA400143F98552A", 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] 20170530-06:10:45: [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] 20170530-06:10:45: [WARN]: Cookie rejected [JSESSIONID="475AB1C311CFEC4F684132B7A15BB3BB", 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] 20170530-06:10:45: [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] 20170530-06:10:46: [WARN]: Cookie rejected [JSESSIONID="8C5D1BC09D4A61702A74AD2934D503B1", 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] 20170530-06:10:46: [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] 20170530-06:10:47: [WARN]: Cookie rejected [JSESSIONID="37A51637586DDE123B53659F557D1835", 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] 20170530-06:10:47: [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] 20170530-06:10:47: [WARN]: Cookie rejected [JSESSIONID="EDBE8A785EE4D2D7C8624124A70B2AC9", 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] 20170530-06:10:47: [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] 20170530-06:10:48: [WARN]: Cookie rejected [JSESSIONID="97353565906A0C1131E61A09926841A7", 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] 20170530-06:10:48: [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] 20170530-06:10:48: [WARN]: Cookie rejected [JSESSIONID="9B8956202D13539CBBD73C61B51CD219", 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] 20170530-06:10:48: [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] 20170530-06:10:49: [WARN]: Cookie rejected [JSESSIONID="469D18ECBCBF41C5E63518BBFD956B4C", 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] 20170530-06:10:49: [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] 20170530-06:10:50: [WARN]: Cookie rejected [JSESSIONID="11884CF75AAA06A2FCC66F9288DF5767", 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] 20170530-06:10:50: [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] 20170530-06:10:50: [WARN]: Cookie rejected [JSESSIONID="41FB2F963574F7F225BB95535B345B3E", 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] 20170530-06:10:50: [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] 20170530-06:10:51: [WARN]: Cookie rejected [JSESSIONID="F56B88030C43985FBEF78476D3AA156B", 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] 20170530-06:10:51: [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] 20170530-06:10:51: [WARN]: Cookie rejected [JSESSIONID="34F0745D3F9A0011A7E7AAC98DC97E1A", 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] 20170530-06:10:51: [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] 20170530-06:10:52: [WARN]: Cookie rejected [JSESSIONID="D21FFB0704BAA2C2EBFDAF9F47E6D19E", 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] 20170530-06:10:52: [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] 20170530-06:10:52: [WARN]: Cookie rejected [JSESSIONID="15940F8BECEE8E7FE2B8482B5906D329", 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] 20170530-06:10:52: [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] 20170530-06:10:53: [WARN]: Cookie rejected [JSESSIONID="160140F2136A88404B03A10153E5ED0A", 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] 20170530-06:10:53: [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] 20170530-06:10:54: [WARN]: Cookie rejected [JSESSIONID="09A78A83635E87960A139EF9A1833D02", 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] 20170530-06:10:54: [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] 20170530-06:10:54: [WARN]: Cookie rejected [JSESSIONID="77C3A3DADBFDC9DBF069870AEEDA251D", 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] 20170530-06:10:54: [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] 20170530-06:10:55: [WARN]: Cookie rejected [JSESSIONID="69D42C6D34AF7DE228B55A9CF8118D5E", 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] 20170530-06:10:55: [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] 20170530-06:10:55: [WARN]: Cookie rejected [JSESSIONID="123AAA21BAA838330D5D4BA119DFB4A1", 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] 20170530-06:10:55: [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] 20170530-06:10:56: [WARN]: Cookie rejected [JSESSIONID="E2E9BA8300FD7481FE646078D46B19B6", 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] 20170530-06:10:56: [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] 20170530-06:10:57: [WARN]: Cookie rejected [JSESSIONID="163F997B4EE13810D64627737560D5F5", 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] 20170530-06:10:57: [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] 20170530-06:10:57: [WARN]: Cookie rejected [JSESSIONID="8AD74CFC5823B8283B995D3248367F5A", 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] 20170530-06:10:57: [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] 20170530-06:10:58: [WARN]: Cookie rejected [JSESSIONID="368CCBB9C638A7ACA5202E52F08EF6C3", 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] 20170530-06:10:58: [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] 20170530-06:10:58: [WARN]: Cookie rejected [JSESSIONID="B38823121AC44158CBFB5F884DF51A42", 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] 20170530-06:10:58: [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] 20170530-06:10:59: [WARN]: Cookie rejected [JSESSIONID="17E54812A2CA970401E80339DC25460E", 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] 20170530-06:10:59: [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] 20170530-06:11:00: [WARN]: Cookie rejected [JSESSIONID="CE5887820875CCDD07236FE7B0D7C1EB", 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] 20170530-06:11:00: [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] 20170530-06:11:00: [WARN]: Cookie rejected [JSESSIONID="34E9CE8C35A90D97593E4C4735F3E129", 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] 20170530-06:11:00: [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] 20170530-06:11:01: [WARN]: Cookie rejected [JSESSIONID="15AA6C023CD6B46804F8E72F30A3A747", 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] 20170530-06:11:01: [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] 20170530-06:11:01: [WARN]: Cookie rejected [JSESSIONID="235C1434B9D6CEA37168EC61074A8291", 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] 20170530-06:11:01: [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] 20170530-06:11:02: [WARN]: Cookie rejected [JSESSIONID="5176B77FEDB00D9192E0E24F8FD078D7", 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] 20170530-06:11:02: [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] 20170530-06:11:03: [WARN]: Cookie rejected [JSESSIONID="EDD04CDA97894390E1B9D67BDAE72667", 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] 20170530-06:11:03: [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] 20170530-06:11:03: [WARN]: Cookie rejected [JSESSIONID="07E3DF14E517378BA0AB671C4FD5B995", 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] 20170530-06:11:03: [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] 20170530-06:11:04: [WARN]: Cookie rejected [JSESSIONID="F83D9A86404E9D4436BA55FFC53C15B7", 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] 20170530-06:11:04: [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] 20170530-06:11:05: [WARN]: Cookie rejected [JSESSIONID="A2B62CD2D9E481D327B5C4A001B21450", 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] 20170530-06:11:05: [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] 20170530-06:11:05: [WARN]: Cookie rejected [JSESSIONID="79C7B21EA8331779E84F732B73ED4551", 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] 20170530-06:11:05: [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] 20170530-06:11:06: [WARN]: Cookie rejected [JSESSIONID="B6AE13F07FEF60A5A59CBDDE6C9F9F31", 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] 20170530-06:11:06: [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] 20170530-06:11:06: [WARN]: Cookie rejected [JSESSIONID="A44A20E84180784CDD6F6820F161A4ED", 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] 20170530-06:11:06: [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] 20170530-06:11:07: [WARN]: Cookie rejected [JSESSIONID="1181356EE258708B59212D609564EEDE", 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] 20170530-06:11:07: [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] 20170530-06:11:08: [WARN]: Cookie rejected [JSESSIONID="4884288B45FED4139ED4BF17F4E65E95", 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] 20170530-06:11:08: [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] 20170530-06:11:08: [WARN]: Cookie rejected [JSESSIONID="BB8017194453F808A504D9A79F26689F", 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] 20170530-06:11:08: [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] 20170530-06:11:09: [WARN]: Cookie rejected [JSESSIONID="3C98675E42FB12D07595B1927D0CDEEC", 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] 20170530-06:11:09: [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] 20170530-06:11:09: [WARN]: Cookie rejected [JSESSIONID="4FB82A9F1E82F2BB19A2D70EF10E7E37", 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] 20170530-06:11:09: [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] 20170530-06:11:10: [WARN]: Cookie rejected [JSESSIONID="B1EBF5135428CB326A1EA90ABB17E9C0", 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] 20170530-06:11:10: [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] 20170530-06:11:11: [WARN]: Cookie rejected [JSESSIONID="59D4640654645A12622ADF7C539CFEEF", 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] 20170530-06:11:11: [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] 20170530-06:11:11: [WARN]: Cookie rejected [JSESSIONID="2E502BFA034F018A8F3B0D543B8BCB15", 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] 20170530-06:11:11: [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] 20170530-06:11:12: [WARN]: Cookie rejected [JSESSIONID="899B0103C40FC9930F150424AED9D0AA", 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] 20170530-06:11:12: [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] 20170530-06:11:13: [WARN]: Cookie rejected [JSESSIONID="AEB61D45B60A310801421F34910AD519", 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] 20170530-06:11:13: [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] 20170530-06:11:13: [WARN]: Cookie rejected [JSESSIONID="0E6428099ED7F77009A68AB9064DA23A", 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] 20170530-06:11:13: [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] 20170530-06:11:14: [WARN]: Cookie rejected [JSESSIONID="66D9E19AD64600FECEAE00545B93261F", 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] 20170530-06:11:14: [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] 20170530-06:11:14: [WARN]: Cookie rejected [JSESSIONID="6F0FB983AE74F977DFA5039121AF4ACF", 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] 20170530-06:11:14: [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] 20170530-06:11:15: [WARN]: Cookie rejected [JSESSIONID="9E08A70B3464A5535400DF462FA42F8A", 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] 20170530-06:11:15: [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] 20170530-06:11:16: [WARN]: Cookie rejected [JSESSIONID="C184296D72371984CE4055AAADBED092", 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] 20170530-06:11:16: [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] 20170530-06:11:16: [WARN]: Cookie rejected [JSESSIONID="FD6A305796DCF4D3DB6FC4E71039F1DE", 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] 20170530-06:11:16: [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] 20170530-06:11:17: [WARN]: Cookie rejected [JSESSIONID="FB855D35D3D0DF0B5BA9C6551264ABE8", 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] 20170530-06:11:17: [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] 20170530-06:11:17: [WARN]: Cookie rejected [JSESSIONID="45DD459775AFA1957CA7821DD3E67DA7", 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] 20170530-06:11:17: [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] 20170530-06:11:18: [WARN]: Cookie rejected [JSESSIONID="D8F71EAEE2B83E223474A1A0113DAED0", 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] 20170530-06:11:18: [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] 20170530-06:11:19: [WARN]: Cookie rejected [JSESSIONID="E3AAE454D2DD0EBD91A8F3E7AE6C40A1", 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] 20170530-06:11:19: [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] 20170530-06:11:19: [WARN]: Cookie rejected [JSESSIONID="09C2955EC1F1629AA1556EC51C851558", 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] 20170530-06:11:19: [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] 20170530-06:11:20: [WARN]: Cookie rejected [JSESSIONID="01997A1B4B2989DD709714795501D6AF", 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] 20170530-06:11:20: [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] 20170530-06:11:21: [WARN]: Cookie rejected [JSESSIONID="A2018B02ACEC01104D0D1910C2C3891B", 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] 20170530-06:11:21: [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] 20170530-06:11:21: [WARN]: Cookie rejected [JSESSIONID="BD64D7A1826B1C014319878B2D3E3A8B", 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] 20170530-06:11:21: [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] 20170530-06:11:22: [WARN]: Cookie rejected [JSESSIONID="37F446A1F63497546BC3E6485106DB76", 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] 20170530-06:11:22: [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] 20170530-06:11:22: [WARN]: Cookie rejected [JSESSIONID="81B819404F6ED8583DF0D156BDC511CB", 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] 20170530-06:11:22: [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] 20170530-06:11:23: [WARN]: Cookie rejected [JSESSIONID="040426DF4C9B5BA84E099C6B41F0A664", 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] 20170530-06:11:23: [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] 20170530-06:11:24: [WARN]: Cookie rejected [JSESSIONID="5DC3DCFB294D13C12C43A38E5CE55B30", 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] 20170530-06:11:24: [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] 20170530-06:11:24: [WARN]: Cookie rejected [JSESSIONID="B170598681C72C6979378D0262149BE4", 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] 20170530-06:11:24: [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] 20170530-06:11:25: [WARN]: Cookie rejected [JSESSIONID="4F49C363992C9203AC98647BA700AF75", 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] 20170530-06:11:25: [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] 20170530-06:11:26: [WARN]: Cookie rejected [JSESSIONID="D1FD5D1A037C3AA275079417536FB96D", 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] 20170530-06:11:26: [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] 20170530-06:11:26: [WARN]: Cookie rejected [JSESSIONID="63A1D76C8B796BAA0A2630EC6CF35DCB", 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] 20170530-06:11:26: [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] 20170530-06:11:27: [WARN]: Cookie rejected [JSESSIONID="73D8707818F8CEAF6945D9CF809A9F38", 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] 20170530-06:11:27: [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] 20170530-06:11:27: [WARN]: Cookie rejected [JSESSIONID="5DFC4E0F615B7B3D5FB640BAE1D6397C", 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] 20170530-06:11:27: [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] 20170530-06:11:28: [WARN]: Cookie rejected [JSESSIONID="9AD3E6CDF29CF1F9DC3984F78A02F83E", 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] 20170530-06:11:28: [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] 20170530-06:11:29: [WARN]: Cookie rejected [JSESSIONID="388DF4FD10FF3A34DCCC0CA129E004BD", 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] 20170530-06:11:29: [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] 20170530-06:11:29: [WARN]: Cookie rejected [JSESSIONID="CED5C9FE05CC78C1F1CCB919CB1B4938", 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] 20170530-06:11:29: [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] 20170530-06:11:30: [WARN]: Cookie rejected [JSESSIONID="CF1D8040F632E8CF75B426D6DAE69C7F", 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] 20170530-06:11:30: [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] 20170530-06:11:30: [WARN]: Cookie rejected [JSESSIONID="45A17FABEC5BF01A7D8D06C4C11F6AB0", 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] 20170530-06:11:30: [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] 20170530-06:11:31: [WARN]: Cookie rejected [JSESSIONID="6BED0AF38FD765408486FA32F19A18A7", 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] 20170530-06:11:31: [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] 20170530-06:11:32: [WARN]: Cookie rejected [JSESSIONID="1DA584EC17602173036BB29A5D08B0CC", 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] 20170530-06:11:32: [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] 20170530-06:11:32: [WARN]: Cookie rejected [JSESSIONID="CE2DF10DE343BEB6555E4C4513C6CDB8", 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] 20170530-06:11:32: [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] 20170530-06:11:33: [WARN]: Cookie rejected [JSESSIONID="87066ABD078A129638ECC67AFC288A10", 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] 20170530-06:11:33: [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] 20170530-06:11:33: [WARN]: Cookie rejected [JSESSIONID="464573CBF2A5CB8CA7D323DC94F5C4CA", 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] 20170530-06:11:33: [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] 20170530-06:11:34: [WARN]: Cookie rejected [JSESSIONID="BCC3EC6243848A7C28082B88C3AE0F0D", 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] 20170530-06:11:34: [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] 20170530-06:11:35: [WARN]: Cookie rejected [JSESSIONID="B4274D5E1425959CDF1B656781625A97", 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] 20170530-06:11:35: [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] 20170530-06:11:35: [WARN]: Cookie rejected [JSESSIONID="1831B1F0DADB4532F4DBB3EDC95E33B4", 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] 20170530-06:11:35: [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] 20170530-06:11:36: [WARN]: Cookie rejected [JSESSIONID="CBF9F38BED4B3EF720840EB5C7103BE3", 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] 20170530-06:11:36: [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] 20170530-06:11:36: [WARN]: Cookie rejected [JSESSIONID="7688F0FBB1F076385B936E89F273D02E", 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] 20170530-06:11:36: [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] 20170530-06:11:37: [WARN]: Cookie rejected [JSESSIONID="C0BF5CCB975DE340A5F82B6030E1CF06", 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] 20170530-06:11:37: [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] 20170530-06:11:38: [WARN]: Cookie rejected [JSESSIONID="2D769611032B289546DC7A75297292AF", 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] 20170530-06:11:38: [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] 20170530-06:11:38: [WARN]: Cookie rejected [JSESSIONID="37DCC988A4321B4664C8F7584080D7DD", 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] 20170530-06:11:38: [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] 20170530-06:11:39: [WARN]: Cookie rejected [JSESSIONID="4413701B7AAD5628DB848749D9297310", 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] 20170530-06:11:39: [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] 20170530-06:11:40: [WARN]: Cookie rejected [JSESSIONID="035316C4FBB193BD5D69325EDFC5FA5D", 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] 20170530-06:11:40: [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] 20170530-06:11:40: [WARN]: Cookie rejected [JSESSIONID="516EAA0B56C4464FF1E4A77EEAC69BF9", 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] 20170530-06:11:40: [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] 20170530-06:11:41: [WARN]: Cookie rejected [JSESSIONID="3F613A9042208149F785F23135DFFF37", 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] 20170530-06:11:41: [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] 20170530-06:11:42: [WARN]: Cookie rejected [JSESSIONID="1994BB5886E92AE4EB7A4A96896BCB65", 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] 20170530-06:11:42: [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] 20170530-06:11:42: [WARN]: Cookie rejected [JSESSIONID="A67EA122331BFD36575E488D37899E00", 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] 20170530-06:11:42: [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] 20170530-06:11:43: [WARN]: Cookie rejected [JSESSIONID="E9BF79BBD8A65E6BEA8621E03A854E4F", 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] 20170530-06:11:43: [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] 20170530-06:11:44: [WARN]: Cookie rejected [JSESSIONID="AFF22968584144CD144BB259D3608FAF", 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] 20170530-06:11:44: [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] 20170530-06:11:44: [WARN]: Cookie rejected [JSESSIONID="E0A48610A380D4ACA150717679862E12", 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] 20170530-06:11:44: [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] 20170530-06:11:45: [WARN]: Cookie rejected [JSESSIONID="D52DF4D2A1305479C5AC6E3CBFE6B074", 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] 20170530-06:11:45: [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] 20170530-06:11:46: [WARN]: Cookie rejected [JSESSIONID="016A96F59E2BDD42F25EA097C11133E6", 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] 20170530-06:11:46: [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] 20170530-06:11:46: [WARN]: Cookie rejected [JSESSIONID="BFB3E271057AB1B9C2B8BBF2367A046B", 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] 20170530-06:11:46: [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] 20170530-06:11:47: [WARN]: Cookie rejected [JSESSIONID="5B270822206A16EE72DBBEC83AC74396", 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] 20170530-06:11:47: [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] 20170530-06:11:47: [WARN]: Cookie rejected [JSESSIONID="DC130A0C78DCCAAE919FBD7A91DFAA34", 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] 20170530-06:11:47: [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] 20170530-06:11:48: [WARN]: Cookie rejected [JSESSIONID="6A4205EC43B49D784FDA8B191C7F6C01", 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] 20170530-06:11:48: [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] 20170530-06:11:49: [WARN]: Cookie rejected [JSESSIONID="F9054AEF6DDEB4AFC591666839A4CE1C", 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] 20170530-06:11:49: [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] 20170530-06:11:50: [WARN]: Cookie rejected [JSESSIONID="09FD7ED2A31F2BE9CCC57C823B5BD42B", 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] 20170530-06:11:50: [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] 20170530-06:11:50: [WARN]: Cookie rejected [JSESSIONID="4CB41E7D73C9B43E261F7406FFCF324A", 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] 20170530-06:11:50: [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] 20170530-06:11:51: [WARN]: Cookie rejected [JSESSIONID="149E411E4765D5201C1D80EF504AFA6B", 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] 20170530-06:11:51: [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] 20170530-06:11:52: [WARN]: Cookie rejected [JSESSIONID="DC5FD3E607B551A0AEBE6B2727D548E7", 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] 20170530-06:11:52: [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] 20170530-06:11:52: [WARN]: Cookie rejected [JSESSIONID="647A2AAC7FFBECF36529C5EBD8D84438", 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] 20170530-06:11:52: [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] 20170530-06:11:53: [WARN]: Cookie rejected [JSESSIONID="73226405765DDCB1DD21A2D93ED68261", 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] 20170530-06:11:53: [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] 20170530-06:11:53: [WARN]: Cookie rejected [JSESSIONID="0B8A45706FE03EC227812D773B0689BB", 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] 20170530-06:11:53: [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] 20170530-06:11:54: [WARN]: Cookie rejected [JSESSIONID="1B3113443A7FDEEB81D87DA206DB2001", 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] 20170530-06:11:54: [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] 20170530-06:11:55: [WARN]: Cookie rejected [JSESSIONID="498C6EB9DA3A971D2BCCD9A08F9BA2CE", 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] 20170530-06:11:55: [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] 20170530-06:11:55: [WARN]: Cookie rejected [JSESSIONID="EF31B1BBF208589452ADCC2E221E2751", 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] 20170530-06:11:55: [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] 20170530-06:11:56: [WARN]: Cookie rejected [JSESSIONID="7762CB85F51C2274DB211A32518E5201", 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] 20170530-06:11:56: [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] 20170530-06:11:56: [WARN]: Cookie rejected [JSESSIONID="0056162C8EA4DC8FE4EDF9D70C473EF9", 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] 20170530-06:11:56: [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] 20170530-06:11:57: [WARN]: Cookie rejected [JSESSIONID="C006E025842DFDA56F9118271BE233F4", 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] 20170530-06:11:57: [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] 20170530-06:11:58: [WARN]: Cookie rejected [JSESSIONID="C07C979E6A0A9923716F548C9640FD3C", 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] 20170530-06:11:58: [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] 20170530-06:11:58: [WARN]: Cookie rejected [JSESSIONID="AB24DD917FA619DF769E72CEF9D1DCD9", 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] 20170530-06:11:58: [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] 20170530-06:11:59: [WARN]: Cookie rejected [JSESSIONID="53505472E8D0AE795671D2987476DF07", 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] 20170530-06:11:59: [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] 20170530-06:12:00: [WARN]: Cookie rejected [JSESSIONID="A7917ABEC85F9459489A309F49468E9D", 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] 20170530-06:12:00: [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] 20170530-06:12:00: [WARN]: Cookie rejected [JSESSIONID="C5D3946B49E79B613446085A73624D6E", 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] 20170530-06:12:00: [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] 20170530-06:12:01: [WARN]: Cookie rejected [JSESSIONID="4DCAD541ECD350683845A19EE23F01AC", 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] 20170530-06:12:01: [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] 20170530-06:12:01: [WARN]: Cookie rejected [JSESSIONID="BDDF11D1D735B7B940CACE06D5E2D127", 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] 20170530-06:12:01: [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] 20170530-06:12:02: [WARN]: Cookie rejected [JSESSIONID="DE70C9422B154A72E4EBC85418521580", 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] 20170530-06:12:02: [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] 20170530-06:12:03: [WARN]: Cookie rejected [JSESSIONID="81D0B6E256BE8C2C3E5C3D42001DD9AC", 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] 20170530-06:12:03: [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] 20170530-06:12:03: [WARN]: Cookie rejected [JSESSIONID="4C155A3F6B22DC85BF6C8D1437A83E4A", 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] 20170530-06:12:03: [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] 20170530-06:12:04: [WARN]: Cookie rejected [JSESSIONID="81971F6A9F2171F73C7A8EC6ECEDF72A", 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] 20170530-06:12:04: [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] 20170530-06:12:04: [WARN]: Cookie rejected [JSESSIONID="0871A8AB60D76C8AB718C433B49EC419", 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] 20170530-06:12:04: [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] 20170530-06:12:05: [WARN]: Cookie rejected [JSESSIONID="8C4BC06EBDC6B202FE4C1CF229ECC157", 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] 20170530-06:12:05: [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] 20170530-06:12:06: [WARN]: Cookie rejected [JSESSIONID="DF243691F760BF467520179DC007E334", 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] 20170530-06:12:06: [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] 20170530-06:12:06: [WARN]: Cookie rejected [JSESSIONID="1E1D25835AE3D669F5E6FAF2A9FEFCC9", 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] 20170530-06:12:06: [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] 20170530-06:12:07: [WARN]: Cookie rejected [JSESSIONID="FCCCE8EC3DFAEA1BEFACAE2539A8ADDE", 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] 20170530-06:12:07: [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] 20170530-06:12:08: [WARN]: Cookie rejected [JSESSIONID="958C835F5BFD5A0DEC3D164797C5017E", 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] 20170530-06:12:08: [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] 20170530-06:12:08: [WARN]: Cookie rejected [JSESSIONID="CC69EF4D628A5FB9569706460A648BC7", 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] 20170530-06:12:08: [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] 20170530-06:12:09: [WARN]: Cookie rejected [JSESSIONID="309477479B67B8D2085855F258A89B20", 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] 20170530-06:12:09: [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] 20170530-06:12:10: [WARN]: Cookie rejected [JSESSIONID="DF72AC69E4326ED03F3C3930E1D4020B", 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] 20170530-06:12:10: [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] 20170530-06:12:10: [WARN]: Cookie rejected [JSESSIONID="76CA5A251C484AF5FCF0C579083CCE7C", 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] 20170530-06:12:10: [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] 20170530-06:12:11: [WARN]: Cookie rejected [JSESSIONID="279B43ECE9B0F969B1EEA80BD4EE7389", 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] 20170530-06:12:11: [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] 20170530-06:12:11: [WARN]: Cookie rejected [JSESSIONID="6564392EED4B188A2CDED1030B9E53EE", 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] 20170530-06:12:11: [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] 20170530-06:12:12: [WARN]: Cookie rejected [JSESSIONID="9828946730BCA96C02B19EFEFBE36348", 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] 20170530-06:12:12: [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] 20170530-06:12:13: [WARN]: Cookie rejected [JSESSIONID="B8BBC605F9177DDC5FC6D14BD9855B5A", 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] 20170530-06:12:13: [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] 20170530-06:12:13: [WARN]: Cookie rejected [JSESSIONID="62F22DCF7C9EA1BED132EB17CE41F24C", 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] 20170530-06:12:13: [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] 20170530-06:12:14: [WARN]: Cookie rejected [JSESSIONID="9121F0234DB870EAD2E3239E7D66360C", 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] 20170530-06:12:14: [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] 20170530-06:12:15: [WARN]: Cookie rejected [JSESSIONID="CF790E8319F4B435DF6F4AD1C0B7AC22", 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] 20170530-06:12:15: [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] 20170530-06:12:15: [WARN]: Cookie rejected [JSESSIONID="1AE5DD1B028EDF1F01521C8BC34BF053", 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] 20170530-06:12:15: [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] 20170530-06:12:16: [WARN]: Cookie rejected [JSESSIONID="E217302515614E755A639C055F4C9AD5", 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] 20170530-06:12:16: [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] 20170530-06:12:17: [WARN]: Cookie rejected [JSESSIONID="5CC3667D1ED1434C05CD52745E2A344F", 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] 20170530-06:12:17: [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] 20170530-06:12:17: [WARN]: Cookie rejected [JSESSIONID="C47EF99CC2BEF443C00BCF9D820C42C2", 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] 20170530-06:12:17: [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] 20170530-06:12:18: [WARN]: Cookie rejected [JSESSIONID="E0164A0405A22BE43014600A59D6830C", 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] 20170530-06:12:18: [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] 20170530-06:12:18: [WARN]: Cookie rejected [JSESSIONID="C57A7D0A2D71A7BEFE6AFA89C7C8C9A2", 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] 20170530-06:12:18: [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] 20170530-06:12:19: [WARN]: Cookie rejected [JSESSIONID="31A9E30A1CAD22680540E3210E1CC071", 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] 20170530-06:12:19: [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] 20170530-06:12:20: [WARN]: Cookie rejected [JSESSIONID="2E8B57CE61F2A9DBC494E7CD030449D2", 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] 20170530-06:12:20: [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] 20170530-06:12:20: [WARN]: Cookie rejected [JSESSIONID="B80862EED9467A9DB7EDFF83CD3BE399", 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] 20170530-06:12:20: [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] 20170530-06:12:21: [WARN]: Cookie rejected [JSESSIONID="4A0D80A481EE5E761CBA3E34B3B5E627", 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] 20170530-06:12:21: [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] 20170530-06:12:21: [WARN]: Cookie rejected [JSESSIONID="852E9C0BDD7FF83017C06385125F9392", 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] 20170530-06:12:21: [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] 20170530-06:12:22: [WARN]: Cookie rejected [JSESSIONID="7ADCA65D11BCAE924432F2476F1F2738", 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] 20170530-06:12:22: [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] 20170530-06:12:23: [WARN]: Cookie rejected [JSESSIONID="469BB37316C0EFCDEF08404C84ECC948", 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] 20170530-06:12:23: [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] 20170530-06:12:23: [WARN]: Cookie rejected [JSESSIONID="FF618B541B865F7C1B8C38C53FCC942C", 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] 20170530-06:12:23: [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] 20170530-06:12:24: [WARN]: Cookie rejected [JSESSIONID="73D3B03C616462BA3F3AF03840CEA3B3", 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] 20170530-06:12:24: [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] 20170530-06:12:25: [WARN]: Cookie rejected [JSESSIONID="F8C23FF45E93DAAF7927EFB12F768B5B", 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] 20170530-06:12:25: [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] 20170530-06:12:25: [WARN]: Cookie rejected [JSESSIONID="2D53BD5263DB4C0180793ADE30C73C2C", 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] 20170530-06:12:25: [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] 20170530-06:12:26: [WARN]: Cookie rejected [JSESSIONID="34EC797DCE6F169606B0497C6F3DB7CF", 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] 20170530-06:12:26: [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] 20170530-06:12:26: [WARN]: Cookie rejected [JSESSIONID="68E008D5A5B06A91DFFF56E49013F704", 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] 20170530-06:12:26: [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] 20170530-06:12:27: [WARN]: Cookie rejected [JSESSIONID="32AD319DA9CDB442F2F18AF78C1FBBF1", 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] 20170530-06:12:27: [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] 20170530-06:12:28: [WARN]: Cookie rejected [JSESSIONID="DFA98D1481A6E7820DFD40ACB62677F5", 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] 20170530-06:12:28: [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] 20170530-06:12:28: [WARN]: Cookie rejected [JSESSIONID="5D7049F17D03C14C554012B3B5CF5545", 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] 20170530-06:12:28: [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] 20170530-06:12:29: [WARN]: Cookie rejected [JSESSIONID="3B87702B604DDCD781DF659F2716A56A", 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] 20170530-06:12:29: [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] 20170530-06:12:29: [WARN]: Cookie rejected [JSESSIONID="9B7CB2D0AAA2D2A824B6A26A35596FA2", 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] 20170530-06:12:29: [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] 20170530-06:12:30: [WARN]: Cookie rejected [JSESSIONID="AD7AE15BA88315291683B626D859D2D2", 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] 20170530-06:12:30: [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] 20170530-06:12:31: [WARN]: Cookie rejected [JSESSIONID="8DA493A0A41F051085BA0A2FBC0D90B4", 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] 20170530-06:12:31: [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] 20170530-06:12:31: [WARN]: Cookie rejected [JSESSIONID="057CF01AA7A949338A04F5158C6FDA92", 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] 20170530-06:12:31: [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] 20170530-06:12:32: [WARN]: Cookie rejected [JSESSIONID="A2E8377A03028C77F9A5F3CC6E354F4F", 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] 20170530-06:12:32: [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] 20170530-06:12:32: [WARN]: Cookie rejected [JSESSIONID="3F976F02BCAB3E714F0FD763D88BC691", 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] 20170530-06:12:32: [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] 20170530-06:12:33: [WARN]: Cookie rejected [JSESSIONID="DDD05DDF5506A29321E237C88C9A10D7", 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] 20170530-06:12:33: [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] 20170530-06:12:34: [WARN]: Cookie rejected [JSESSIONID="2CB75F1E03B96A54680159553392074D", 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] 20170530-06:12:34: [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] 20170530-06:12:34: [WARN]: Cookie rejected [JSESSIONID="32EE15F2528DAD112B9CE5A80885B594", 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] 20170530-06:12:34: [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] 20170530-06:12:35: [WARN]: Cookie rejected [JSESSIONID="BCA933C22141E5B65BAADFF9FF0E7120", 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] 20170530-06:12:35: [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] 20170530-06:12:35: [WARN]: Cookie rejected [JSESSIONID="6F73B19AE91FBCD1851979F3B6CE36F2", 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] 20170530-06:12:35: [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] 20170530-06:12:36: [WARN]: Cookie rejected [JSESSIONID="61E7D14AFB94016601DBFD5D05750B68", 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] 20170530-06:12:36: [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] 20170530-06:12:37: [WARN]: Cookie rejected [JSESSIONID="48444C388A8C5B593C26FE443CC11C17", 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] 20170530-06:12:37: [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] 20170530-06:12:37: [WARN]: Cookie rejected [JSESSIONID="96E58072ECAF0048E945E10BFE4DCA21", 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] 20170530-06:12:37: [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] 20170530-06:12:38: [WARN]: Cookie rejected [JSESSIONID="915CF1B9A3F002426CC1FA6E39806946", 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] 20170530-06:12:38: [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] 20170530-06:12:38: [WARN]: Cookie rejected [JSESSIONID="49DCA65B9868F072479ADDBB67C51756", 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] 20170530-06:12:38: [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] 20170530-06:12:39: [WARN]: Cookie rejected [JSESSIONID="57825D4DD5DF327480F434D4D397ACB0", 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] 20170530-06:12:39: [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] 20170530-06:12:40: [WARN]: Cookie rejected [JSESSIONID="B27C57A95BA036A618FF62DEF97A7308", 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] 20170530-06:12:40: [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] 20170530-06:12:40: [WARN]: Cookie rejected [JSESSIONID="C8C4BF21FED5B24D274F036999E6B057", 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] 20170530-06:12:40: [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] 20170530-06:12:41: [WARN]: Cookie rejected [JSESSIONID="77E391B246DA4E2E7B3A5227EBB38379", 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] 20170530-06:12:41: [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] 20170530-06:12:41: [WARN]: Cookie rejected [JSESSIONID="BFFDE7F0069C2540FE68B1A36F0FF219", 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] 20170530-06:12:41: [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] 20170530-06:12:42: [WARN]: Cookie rejected [JSESSIONID="227B83584BBA6DFE0BE620631A2D97F6", 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] 20170530-06:12:42: [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] 20170530-06:12:43: [WARN]: Cookie rejected [JSESSIONID="7D3A8A4FC51D8E03DAF84A047675BDB9", 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] 20170530-06:12:43: [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] 20170530-06:12:44: [WARN]: Cookie rejected [JSESSIONID="5EDC894D428154C94D5AD58B61B38EFC", 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] 20170530-06:12:44: [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] 20170530-06:12:44: [WARN]: Cookie rejected [JSESSIONID="694DABE7F13D2522B3CEC6E4594B6820", 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] 20170530-06:12:44: [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] 20170530-06:12:45: [WARN]: Cookie rejected [JSESSIONID="073209DDBFB91267E5EBA9507B048577", 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] 20170530-06:12:45: [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] 20170530-06:12:45: [WARN]: Cookie rejected [JSESSIONID="45EF59CD8EB9775BAE913F52844DAC09", 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] 20170530-06:12:45: [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] 20170530-06:12:46: [WARN]: Cookie rejected [JSESSIONID="C3AD5BDBA1A20A267959C7DC842FB2C4", 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] 20170530-06:12:46: [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] 20170530-06:12:47: [WARN]: Cookie rejected [JSESSIONID="A5B3B01F82663A97DC1DA2519B1FC7EE", 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] 20170530-06:12:47: [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] 20170530-06:12:47: [WARN]: Cookie rejected [JSESSIONID="7E5F2F01A6ACFA35CF019214D6F4F78B", 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] 20170530-06:12:47: [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] 20170530-06:12:48: [WARN]: Cookie rejected [JSESSIONID="4DC95B36D09A968FFC570F8FD0B4BFCA", 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] 20170530-06:12:48: [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] 20170530-06:12:48: [WARN]: Cookie rejected [JSESSIONID="9936CD8D226EC6F424DC953EAC56E797", 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] 20170530-06:12:48: [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] 20170530-06:12:49: [WARN]: Cookie rejected [JSESSIONID="B835F0974650B5A9854F8A1A1829B537", 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] 20170530-06:12:49: [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] 20170530-06:12:50: [WARN]: Cookie rejected [JSESSIONID="7258FF51AB5C8F7F557B068EEF8FEE19", 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] 20170530-06:12:50: [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] 20170530-06:12:50: [WARN]: Cookie rejected [JSESSIONID="8E92B0D64C50C54259388F0BB384E4B2", 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] 20170530-06:12:50: [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] 20170530-06:12:51: [WARN]: Cookie rejected [JSESSIONID="A935537F98F2337A3992148D2ADF58A8", 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] 20170530-06:12:51: [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] 20170530-06:12:51: [WARN]: Cookie rejected [JSESSIONID="4AE866F85BF4F003318F7ECC8A8D4488", 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] 20170530-06:12:51: [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] 20170530-06:12:52: [WARN]: Cookie rejected [JSESSIONID="CC0750A46D1617B190F3EA6920BB1876", 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] 20170530-06:12:52: [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] 20170530-06:12:53: [WARN]: Cookie rejected [JSESSIONID="416DF7448A044B2CF19C2091BB0D18D9", 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] 20170530-06:12:53: [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] 20170530-06:12:53: [WARN]: Cookie rejected [JSESSIONID="5FBFA8EB87ECC8AC747B7039C0983BB6", 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] 20170530-06:12:53: [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] 20170530-06:12:54: [WARN]: Cookie rejected [JSESSIONID="B02C528C2E825FC361199D49A38BD0BE", 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] 20170530-06:12:54: [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] 20170530-06:12:54: [WARN]: Cookie rejected [JSESSIONID="BA33861ED2FE41CA0C07365D745BB404", 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] 20170530-06:12:54: [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] 20170530-06:12:55: [WARN]: Cookie rejected [JSESSIONID="4DBCE7FE9C2E4535B614250195F526BA", 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] 20170530-06:12:55: [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] 20170530-06:12:56: [WARN]: Cookie rejected [JSESSIONID="7E8B3AC363B1A657DD5D4DE0C19C272A", 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] 20170530-06:12:56: [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] 20170530-06:12:56: [WARN]: Cookie rejected [JSESSIONID="C78C696287FF46FBEC840F0BA1F76F78", 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] 20170530-06:12:56: [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] 20170530-06:12:57: [WARN]: Cookie rejected [JSESSIONID="D9FFAF3FFB201606AF20121669958161", 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] 20170530-06:12:57: [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] 20170530-06:12:57: [WARN]: Cookie rejected [JSESSIONID="A41AD6CE3E118411B2F468512AEFF25D", 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] 20170530-06:12:57: [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] 20170530-06:12:58: [WARN]: Cookie rejected [JSESSIONID="5FA7BBA8B7700F04EB4921D3F913DDDF", 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] 20170530-06:12:58: [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] 20170530-06:12:58: [WARN]: Cookie rejected [JSESSIONID="ED1669C7B6787A4B841FEAE4600426D1", 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] 20170530-06:12:58: [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] 20170530-06:12:59: [WARN]: Cookie rejected [JSESSIONID="EE1129715208BEB0BEF2A30C9D5547F8", 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] 20170530-06:12:59: [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] 20170530-06:13:00: [WARN]: Cookie rejected [JSESSIONID="E85D8F0D363C9FB9B8176F2EF62EDF85", 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] 20170530-06:13:00: [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] 20170530-06:13:00: [WARN]: Cookie rejected [JSESSIONID="F79434769E9FE3C13ECCCD9ADE66E5B5", 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] 20170530-06:13:00: [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] 20170530-06:13:01: [WARN]: Cookie rejected [JSESSIONID="C7099F52CC7938C38E178F782105927A", 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] 20170530-06:13:01: [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] 20170530-06:13:02: [WARN]: Cookie rejected [JSESSIONID="4AC4F0458B8AB6696F49C88427544EF7", 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] 20170530-06:13:02: [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] 20170530-06:13:02: [WARN]: Cookie rejected [JSESSIONID="F1ED679DB2D36BBF5534DC33AFF04014", 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] 20170530-06:13:02: [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] 20170530-06:13:03: [WARN]: Cookie rejected [JSESSIONID="734BAA3F72102A53E4ED1A60191E8809", 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] 20170530-06:13:03: [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] 20170530-06:13:03: [WARN]: Cookie rejected [JSESSIONID="8CC3C501B64143B97F01BA087E2E7727", 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] 20170530-06:13:03: [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] 20170530-06:13:04: [WARN]: Cookie rejected [JSESSIONID="75F1D180E4D41C9121981C4F8F1474E6", 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] 20170530-06:13:04: [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] 20170530-06:13:05: [WARN]: Cookie rejected [JSESSIONID="28297E03B4AA70686AED7372834A1703", 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] 20170530-06:13:05: [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] 20170530-06:13:05: [WARN]: Cookie rejected [JSESSIONID="79ACE449B2884C772AA3AEC19D52ED50", 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] 20170530-06:13:05: [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] 20170530-06:13:06: [WARN]: Cookie rejected [JSESSIONID="BCA3352E676C3518364FF92DBA0CDA8B", 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] 20170530-06:13:06: [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] 20170530-06:13:06: [WARN]: Cookie rejected [JSESSIONID="65ED0B07CE110DA8DC52F5C4FD8170B8", 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] 20170530-06:13:06: [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] 20170530-06:13:07: [WARN]: Cookie rejected [JSESSIONID="F9DD9D06DBA79F4DD3173981D22B0F48", 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] 20170530-06:13:07: [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] 20170530-06:13:08: [WARN]: Cookie rejected [JSESSIONID="8C7E2345AF80B00F7A96C4FD712974DE", 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] 20170530-06:13:08: [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] 20170530-06:13:08: [WARN]: Cookie rejected [JSESSIONID="1DAD3CC199C439FD7C7794ED58AB6012", 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] 20170530-06:13:08: [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] 20170530-06:13:09: [WARN]: Cookie rejected [JSESSIONID="4D10B269035D57106A1B3A1F475FA1F3", 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] 20170530-06:13:09: [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] 20170530-06:13:10: [WARN]: Cookie rejected [JSESSIONID="77B0E576A8B5F66A48B6E6B73DC8B608", 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] 20170530-06:13:10: [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] 20170530-06:13:10: [WARN]: Cookie rejected [JSESSIONID="A97A819D661C28A31558AB0A8B73302B", 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] 20170530-06:13:10: [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] 20170530-06:13:11: [WARN]: Cookie rejected [JSESSIONID="73AFCFFF172DC524ECD96BCFE0DCB464", 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] 20170530-06:13:11: [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] 20170530-06:13:11: [WARN]: Cookie rejected [JSESSIONID="26BA812E25C2D39841F6BD6A408A4742", 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] 20170530-06:13:11: [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] 20170530-06:13:12: [WARN]: Cookie rejected [JSESSIONID="BB40378C2F6F14882D369829F7AA81E9", 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] 20170530-06:13:12: [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] 20170530-06:13:13: [WARN]: Cookie rejected [JSESSIONID="95BD6B7C22FAE43BE9E2E4BEBD97A616", 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] 20170530-06:13:13: [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] 20170530-06:13:13: [WARN]: Cookie rejected [JSESSIONID="FC716A98D71DDC2C2D4F9DE83C1E4DDA", 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] 20170530-06:13:13: [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] 20170530-06:13:14: [WARN]: Cookie rejected [JSESSIONID="1ADB8F7C2BBF9585316FE6021183FAA4", 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] 20170530-06:13:14: [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] 20170530-06:13:15: [WARN]: Cookie rejected [JSESSIONID="C2E188F502B722EEBF8004B3D285F1A0", 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] 20170530-06:13:15: [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] 20170530-06:13:15: [WARN]: Cookie rejected [JSESSIONID="4107C0DC9DC3FC38D0C0CC47F860260A", 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] 20170530-06:13:15: [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] 20170530-06:13:16: [WARN]: Cookie rejected [JSESSIONID="CD73A8DDDC774C51B28910374F266875", 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] 20170530-06:13:16: [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] 20170530-06:13:16: [WARN]: Cookie rejected [JSESSIONID="EEB4ADB5FD07243F966D46706F30AA86", 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] 20170530-06:13:16: [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] 20170530-06:13:17: [WARN]: Cookie rejected [JSESSIONID="457FB9CD91FE5D24856ABEDF187366A8", 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] 20170530-06:13:17: [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] 20170530-06:13:18: [WARN]: Cookie rejected [JSESSIONID="30F7912078A7723E275E6074FEC5E497", 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] 20170530-06:13:18: [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] 20170530-06:13:18: [WARN]: Cookie rejected [JSESSIONID="F00B6FEEE66BF062100C4E4E394F7CCD", 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] 20170530-06:13:18: [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] 20170530-06:13:19: [WARN]: Cookie rejected [JSESSIONID="0CB83B114CF4801BA3CF6A9D9FC374F1", 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] 20170530-06:13:19: [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] 20170530-06:13:19: [WARN]: Cookie rejected [JSESSIONID="1DE145D56A031ABF22A0733AB7C41F40", 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] 20170530-06:13:19: [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] 20170530-06:13:20: [WARN]: Cookie rejected [JSESSIONID="74D3CCA0612A3AC2D80851242DD5C160", 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] 20170530-06:13:20: [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] 20170530-06:13:21: [WARN]: Cookie rejected [JSESSIONID="B074CCB7685F3FEE07E10704FC30EF73", 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] 20170530-06:13:21: [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] 20170530-06:13:21: [WARN]: Cookie rejected [JSESSIONID="3873C905BAF7D4BBFDA883CF4961AE7E", 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] 20170530-06:13:21: [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] 20170530-06:13:22: [WARN]: Cookie rejected [JSESSIONID="C6BAA214DB15FD8F76EF5EBD31111C52", 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] 20170530-06:13:22: [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] 20170530-06:13:22: [WARN]: Cookie rejected [JSESSIONID="C791287191DC49BD5C03995D4D64C21E", 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] 20170530-06:13:22: [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] 20170530-06:13:23: [WARN]: Cookie rejected [JSESSIONID="DF3AA372B367C489265247237A529F02", 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] 20170530-06:13:23: [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] 20170530-06:13:24: [WARN]: Cookie rejected [JSESSIONID="1D8F20CE2FBAC9A7DE21EDF78361D235", 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] 20170530-06:13:24: [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] 20170530-06:13:24: [WARN]: Cookie rejected [JSESSIONID="C382B3D1298BF9804BEAD0E1AC4E8691", 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] 20170530-06:13:24: [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] 20170530-06:13:25: [WARN]: Cookie rejected [JSESSIONID="001BA647E6FCF5AD4AB2087DA92DB3CF", 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] 20170530-06:13:25: [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] 20170530-06:13:26: [WARN]: Cookie rejected [JSESSIONID="B259719B2CCB7F18F8049536568C0601", 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] 20170530-06:13:26: [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] 20170530-06:13:26: [WARN]: Cookie rejected [JSESSIONID="B818058FB3AA21505264C688E65AA8E3", 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] 20170530-06:13:26: [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] 20170530-06:13:27: [WARN]: Cookie rejected [JSESSIONID="ED538C6AE2816EEF420DAC49358729E7", 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] 20170530-06:13:27: [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] 20170530-06:13:27: [WARN]: Cookie rejected [JSESSIONID="481D60A9BCE00C8133D8B390583A8158", 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] 20170530-06:13:27: [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] 20170530-06:13:28: [WARN]: Cookie rejected [JSESSIONID="5AD6CCB6F017AA08C687A2DDE1305538", 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] 20170530-06:13:28: [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] 20170530-06:13:29: [WARN]: Cookie rejected [JSESSIONID="10727214BE21839D79ADA8500B4F315F", 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] 20170530-06:13:29: [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] 20170530-06:13:30: [WARN]: Cookie rejected [JSESSIONID="670F8C3C4EE78829B3E7F2EBBBEFDC5D", 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] 20170530-06:13:30: [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] 20170530-06:13:30: [WARN]: Cookie rejected [JSESSIONID="32131842C033A852E084A44D102A57E0", 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] 20170530-06:13:30: [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] 20170530-06:13:31: [WARN]: Cookie rejected [JSESSIONID="58B9CAB6CD54C8B899522E3B6ECC2860", 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] 20170530-06:13:31: [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] 20170530-06:13:31: [WARN]: Cookie rejected [JSESSIONID="390C928D0AA9ACAEB1D1FDC012C61001", 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] 20170530-06:13:31: [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] 20170530-06:13:32: [WARN]: Cookie rejected [JSESSIONID="847F5551F965FF1356F753FABDCE768E", 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] 20170530-06:13:32: [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] 20170530-06:13:32: [WARN]: Cookie rejected [JSESSIONID="1FEF37975EE4B5D2BC2C57FC6A95D062", 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] 20170530-06:13:32: [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] 20170530-06:13:33: [WARN]: Cookie rejected [JSESSIONID="D96479081A2CB214A522221DB9BEF7AD", 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] 20170530-06:13:33: [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] 20170530-06:13:34: [WARN]: Cookie rejected [JSESSIONID="175ECE8DEDE0DC9F4C42505EBD433C66", 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] 20170530-06:13:34: [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] 20170530-06:13:34: [WARN]: Cookie rejected [JSESSIONID="1A9B136CDCD869931052FAA1D1DD4999", 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] 20170530-06:13:34: [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] 20170530-06:13:35: [WARN]: Cookie rejected [JSESSIONID="C4B43B11AC345CC7DC1B5771767CC729", 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] 20170530-06:13:35: [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] 20170530-06:13:36: [WARN]: Cookie rejected [JSESSIONID="22882B194E6DC61EA9F35B6795B2C616", 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] 20170530-06:13:36: [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] 20170530-06:13:36: [WARN]: Cookie rejected [JSESSIONID="8F2F99216D47B6B0A0E57E28F25F3C9C", 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] 20170530-06:13:36: [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] 20170530-06:13:37: [WARN]: Cookie rejected [JSESSIONID="ED84B5D2FD486B23376FDD0C6723FFF1", 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] 20170530-06:13:37: [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] 20170530-06:13:38: [WARN]: Cookie rejected [JSESSIONID="0917039761EB2C7A9329624AC01DD0FE", 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] 20170530-06:13:38: [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] 20170530-06:13:38: [WARN]: Cookie rejected [JSESSIONID="EBF13CB29538CBF163895169AFD5BF63", 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] 20170530-06:13:38: [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] 20170530-06:13:39: [WARN]: Cookie rejected [JSESSIONID="BF20AF9DD19392C1896C28C734B73FFD", 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] 20170530-06:13:39: [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] 20170530-06:13:39: [WARN]: Cookie rejected [JSESSIONID="524A2535C0737B8CC69FC3D788AAE773", 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] 20170530-06:13:39: [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] 20170530-06:13:40: [WARN]: Cookie rejected [JSESSIONID="020DA12190B44666AC95F2B3E296B804", 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] 20170530-06:13:40: [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] 20170530-06:13:41: [WARN]: Cookie rejected [JSESSIONID="D869CE50DD9E551EDDC2CB60E4D3D3A2", 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] 20170530-06:13:41: [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] 20170530-06:13:41: [WARN]: Cookie rejected [JSESSIONID="EF1EBC15B7BC739BBB64E4082E3965EC", 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] 20170530-06:13:41: [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] 20170530-06:13:42: [WARN]: Cookie rejected [JSESSIONID="A7647F054CEAC26172661543C01B4977", 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] 20170530-06:13:42: [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] 20170530-06:13:43: [WARN]: Cookie rejected [JSESSIONID="F3596A31B38343AA107D548CCFF302B9", 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] 20170530-06:13:43: [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] 20170530-06:13:43: [WARN]: Cookie rejected [JSESSIONID="4DE59EBD6CB5F567028B3424CF16DB7F", 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] 20170530-06:13:43: [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] 20170530-06:13:44: [WARN]: Cookie rejected [JSESSIONID="C85E91DD6BF5E170F2E03F99631D3C10", 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] 20170530-06:13:44: [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] 20170530-06:13:45: [WARN]: Cookie rejected [JSESSIONID="1D086FFADEFAC87807C8FD1C3DF5B1D0", 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] 20170530-06:13:45: [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] 20170530-06:13:45: [WARN]: Cookie rejected [JSESSIONID="A26CEA24A29595CFFBB747A672D10CF6", 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] 20170530-06:13:45: [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] 20170530-06:13:46: [WARN]: Cookie rejected [JSESSIONID="1EB0CCD1395E09405F943A4F70613BAF", 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] 20170530-06:13:46: [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] 20170530-06:13:46: [WARN]: Cookie rejected [JSESSIONID="F57E6CA2099C87CF2302970123E9F249", 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] 20170530-06:13:46: [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] 20170530-06:13:47: [WARN]: Cookie rejected [JSESSIONID="B98C923682E0C343742C0DF3E4403E5E", 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] 20170530-06:13:47: [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] 20170530-06:13:48: [WARN]: Cookie rejected [JSESSIONID="4EDAE7D98A1E039229E58EAE80CBB781", 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] 20170530-06:13:48: [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] 20170530-06:13:48: [WARN]: Cookie rejected [JSESSIONID="9397ACD28D435DA997684B2E090EEB8D", 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] 20170530-06:13:48: [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] 20170530-06:13:49: [WARN]: Cookie rejected [JSESSIONID="7145F29A36555287C96583233E55EDA0", 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] 20170530-06:13:49: [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] 20170530-06:13:50: [WARN]: Cookie rejected [JSESSIONID="51237B2A37DFB5275D9BDEDF9049D48E", 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] 20170530-06:13:50: [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] 20170530-06:13:50: [WARN]: Cookie rejected [JSESSIONID="02CB6DBD68BAC17D8584640D6CAF3598", 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] 20170530-06:13:50: [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] 20170530-06:13:51: [WARN]: Cookie rejected [JSESSIONID="3003FA6D60B91ADA2B05C3DFACD09260", 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] 20170530-06:13:51: [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] 20170530-06:13:51: [WARN]: Cookie rejected [JSESSIONID="214A2E4DFBA6C78C0FA264B14718812C", 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] 20170530-06:13:51: [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] 20170530-06:13:52: [WARN]: Cookie rejected [JSESSIONID="E736AFF7D8C19A26BDDBC7926B0F1559", 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] 20170530-06:13:52: [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] 20170530-06:13:53: [WARN]: Cookie rejected [JSESSIONID="EB66D2AAF541445A667E37F54C1493B8", 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] 20170530-06:13:53: [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] 20170530-06:13:53: [WARN]: Cookie rejected [JSESSIONID="60FB838D635B2E3EBFD8FED46E970ED7", 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] 20170530-06:13:53: [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] 20170530-06:13:54: [WARN]: Cookie rejected [JSESSIONID="CF4592644188C3D4E168DFC17FE19F11", 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] 20170530-06:13:54: [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] 20170530-06:13:55: [WARN]: Cookie rejected [JSESSIONID="411B65C098C88C4E141FCC467A66BE29", 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] 20170530-06:13:55: [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] 20170530-06:13:55: [WARN]: Cookie rejected [JSESSIONID="DF6DC8313F5D2819669ABF8AC03C73E1", 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] 20170530-06:13:55: [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] 20170530-06:13:56: [WARN]: Cookie rejected [JSESSIONID="673EB9D703D612E6F3A3799F2B10811B", 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] 20170530-06:13:56: [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] 20170530-06:13:56: [WARN]: Cookie rejected [JSESSIONID="09ACCDAB131DEEF1775DCAD905BD1ED3", 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] 20170530-06:13:56: [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] 20170530-06:13:57: [WARN]: Cookie rejected [JSESSIONID="53C4E567839BC5B3241CD425AEA295B1", 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] 20170530-06:13:57: [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] 20170530-06:13:58: [WARN]: Cookie rejected [JSESSIONID="A36426E11B2399BB840F4F7453E22942", 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] 20170530-06:13:58: [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] 20170530-06:13:58: [WARN]: Cookie rejected [JSESSIONID="74EC3422149BAD0CB464949D7B8B301C", 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] 20170530-06:13:58: [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] 20170530-06:13:59: [WARN]: Cookie rejected [JSESSIONID="0809894C2BCF5FCEAFCCD5E0E460CA22", 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] 20170530-06:13:59: [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] 20170530-06:14:00: [WARN]: Cookie rejected [JSESSIONID="CD44AC44887C60A22170E94F3F043F15", 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] 20170530-06:14:00: [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] 20170530-06:14:00: [WARN]: Cookie rejected [JSESSIONID="DFE1D7E1643CCB898B3406FD964D69DC", 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] 20170530-06:14:00: [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] 20170530-06:14:01: [WARN]: Cookie rejected [JSESSIONID="109E319209C92ACEC668A85D62F817C6", 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] 20170530-06:14:01: [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] 20170530-06:14:01: [WARN]: Cookie rejected [JSESSIONID="E17C103C05719949FC0331756D98EBC4", 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] 20170530-06:14:01: [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] 20170530-06:14:02: [WARN]: Cookie rejected [JSESSIONID="3A52ACDC37D4F3D5C54235ADFB974586", 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] 20170530-06:14:02: [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] 20170530-06:14:03: [WARN]: Cookie rejected [JSESSIONID="826FF98AA9A3E4D9807B46D6AD9F0488", 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] 20170530-06:14:03: [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] 20170530-06:14:03: [WARN]: Cookie rejected [JSESSIONID="2BB0D9D81F26B01F79DA3C34E5EA3136", 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] 20170530-06:14:03: [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] 20170530-06:14:04: [WARN]: Cookie rejected [JSESSIONID="509A611948D0E546BC56A8B8131D170C", 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] 20170530-06:14:04: [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] 20170530-06:14:04: [WARN]: Cookie rejected [JSESSIONID="89D15A4B0E79DDCDEA869AB8413C7C4A", 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] 20170530-06:14:04: [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] 20170530-06:14:05: [WARN]: Cookie rejected [JSESSIONID="A300E3C938039C4EBBCFB5BD679C76F6", 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] 20170530-06:14:05: [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] 20170530-06:14:06: [WARN]: Cookie rejected [JSESSIONID="D79B8E4BF4E7F69A2072B02619AD3A2F", 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] 20170530-06:14:06: [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] 20170530-06:14:06: [WARN]: Cookie rejected [JSESSIONID="F2F8A76528B38163E35DE087320FE4A1", 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] 20170530-06:14:06: [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] 20170530-06:14:07: [WARN]: Cookie rejected [JSESSIONID="177D75ED8C55F1F364F7C3E43CF0ED3E", 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] 20170530-06:14:07: [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] 20170530-06:14:08: [WARN]: Cookie rejected [JSESSIONID="A8F7DA3F523C5F2DA8D9A42860090918", 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] 20170530-06:14:08: [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] 20170530-06:14:08: [WARN]: Cookie rejected [JSESSIONID="065D1DDD7220964EA2D3ED4B08BBB944", 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] 20170530-06:14:08: [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] 20170530-06:14:09: [WARN]: Cookie rejected [JSESSIONID="EBB24569EE83F0BAEB2780B81AC13136", 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] 20170530-06:14:09: [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] 20170530-06:14:10: [WARN]: Cookie rejected [JSESSIONID="7CD9645614EF8848EBFD67144D37B064", 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] 20170530-06:14:10: [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] 20170530-06:14:10: [WARN]: Cookie rejected [JSESSIONID="823F9F842C261B792B9D5CEBC08B8412", 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] 20170530-06:14:10: [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] 20170530-06:14:11: [WARN]: Cookie rejected [JSESSIONID="827C66B47AB507A62BD95742AD018AD3", 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] 20170530-06:14:11: [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] 20170530-06:14:11: [WARN]: Cookie rejected [JSESSIONID="90FA13FCF5807F6B9E63799251419E57", 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] 20170530-06:14:11: [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] 20170530-06:14:12: [WARN]: Cookie rejected [JSESSIONID="07D06CF5BE7FAC7684465B6547E1F079", 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] 20170530-06:14:12: [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] 20170530-06:14:13: [WARN]: Cookie rejected [JSESSIONID="82D714728D906CFEE869110E299967DD", 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] 20170530-06:14:13: [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] 20170530-06:14:13: [WARN]: Cookie rejected [JSESSIONID="3CFD711C419CD0ECFF09C726D356CEC8", 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] 20170530-06:14:13: [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] 20170530-06:14:14: [WARN]: Cookie rejected [JSESSIONID="FB173383426D6DD1537AF15B5B59F122", 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] 20170530-06:14:14: [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] 20170530-06:14:15: [WARN]: Cookie rejected [JSESSIONID="C1147C6B2D7334B0915DADB8071B18D8", 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] 20170530-06:14:15: [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] 20170530-06:14:15: [WARN]: Cookie rejected [JSESSIONID="A8C2FAEF9D32639BA27F6AC48FA1A971", 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] 20170530-06:14:15: [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] 20170530-06:14:16: [WARN]: Cookie rejected [JSESSIONID="7273F7B0B253B854469A4007D1548E06", 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] 20170530-06:14:16: [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] 20170530-06:14:16: [WARN]: Cookie rejected [JSESSIONID="5F616D984A6DBB2CA2AF8C970344BA65", 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] 20170530-06:14: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] 20170530-06:14:17: [WARN]: Cookie rejected [JSESSIONID="2E9556405F8AE61E51F0D7A293979ECB", 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] 20170530-06:14: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] 20170530-06:14:18: [WARN]: Cookie rejected [JSESSIONID="623427C3FB52D57D8932ABAF39FCAC8B", 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] 20170530-06:14:18: [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] 20170530-06:14:18: [WARN]: Cookie rejected [JSESSIONID="A89A3C2FDCB9964D37F3AF767E0606D5", 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] 20170530-06:14: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] 20170530-06:14:19: [WARN]: Cookie rejected [JSESSIONID="C3E0DBA2BDCFB96A81D2E7DE6ED2F94F", 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] 20170530-06:14: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] 20170530-06:14:20: [WARN]: Cookie rejected [JSESSIONID="0A4AE01EF542DD1C913C40954A0AE455", 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] 20170530-06:14: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] 20170530-06:14:20: [WARN]: Cookie rejected [JSESSIONID="5601ECC173FC48ADD96D0C76BDD36FC0", 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] 20170530-06:14:20: [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] 20170530-06:14:21: [WARN]: Cookie rejected [JSESSIONID="8FA06F939C6F59F0413E59C6E867C1FD", 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] 20170530-06:14: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] 20170530-06:14:21: [WARN]: Cookie rejected [JSESSIONID="271C8A9029D2146E30B99F15862A9B25", 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] 20170530-06:14:21: [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] 20170530-06:14:22: [WARN]: Cookie rejected [JSESSIONID="5854A12EC932DEE131C6B878EDC011A6", 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] 20170530-06:14:22: [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] 20170530-06:14:23: [WARN]: Cookie rejected [JSESSIONID="88B8375BE4579631C3E0E3921663800C", 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] 20170530-06:14:23: [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] 20170530-06:14:23: [WARN]: Cookie rejected [JSESSIONID="492ACE098474F181469BC17700F159AA", 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] 20170530-06:14:23: [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] 20170530-06:14:24: [WARN]: Cookie rejected [JSESSIONID="F4FBB4D1D3E331AD4D76F7661A7A441B", 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] 20170530-06:14:24: [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] 20170530-06:14:25: [WARN]: Cookie rejected [JSESSIONID="F1FB7DF756EA0B11181977609333B186", 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] 20170530-06:14:25: [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] 20170530-06:14:25: [WARN]: Cookie rejected [JSESSIONID="048334C2781B944C22EFD8A3C4C224ED", 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] 20170530-06:14:25: [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] 20170530-06:14:26: [WARN]: Cookie rejected [JSESSIONID="FE3EDCBD5ED516898E573D2275BE99D6", 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] 20170530-06:14:26: [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] 20170530-06:14:26: [WARN]: Cookie rejected [JSESSIONID="8B05EF20F14B3206EEC4E84D1908976C", 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] 20170530-06:14:26: [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] 20170530-06:14:27: [WARN]: Cookie rejected [JSESSIONID="EFA590BAD10BA83EF902E5420F569059", 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] 20170530-06:14:27: [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] 20170530-06:14:28: [WARN]: Cookie rejected [JSESSIONID="131BF16C622DF23073F4FCD01EF3CF68", 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] 20170530-06:14:28: [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] 20170530-06:14:28: [WARN]: Cookie rejected [JSESSIONID="5FCA556E6F82E2C8DC6945FFAF689483", 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] 20170530-06:14:28: [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] 20170530-06:14:29: [WARN]: Cookie rejected [JSESSIONID="289C6032507C468B3E43CAF7D4EDC472", 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] 20170530-06:14:29: [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] 20170530-06:14:29: [WARN]: Cookie rejected [JSESSIONID="C52072EBDABC096451D183F18A1890B3", 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] 20170530-06:14:29: [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] 20170530-06:14:30: [WARN]: Cookie rejected [JSESSIONID="3E2DC04CD1E812009840E4F479195C9E", 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] 20170530-06:14:30: [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] 20170530-06:14:31: [WARN]: Cookie rejected [JSESSIONID="738E81C0DEC6D7D8E49C71188A5E65FA", 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] 20170530-06:14:31: [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] 20170530-06:14:31: [WARN]: Cookie rejected [JSESSIONID="2E0294FDACE92020EAA6843FD1CFE6C6", 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] 20170530-06:14:31: [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] 20170530-06:14:32: [WARN]: Cookie rejected [JSESSIONID="E0B060755BFD9174349A141BB3E8DC95", 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] 20170530-06:14:32: [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] 20170530-06:14:33: [WARN]: Cookie rejected [JSESSIONID="941E6DE7041D88254936FF9EC3EAFC82", 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] 20170530-06:14:33: [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] 20170530-06:14:33: [WARN]: Cookie rejected [JSESSIONID="472559F5CFC63CD4BEBB0BFDBDD80975", 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] 20170530-06:14:33: [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] 20170530-06:14:34: [WARN]: Cookie rejected [JSESSIONID="3B33B84D83AE0FA013983155F252D2A7", 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] 20170530-06:14:34: [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] 20170530-06:14:34: [WARN]: Cookie rejected [JSESSIONID="19624598DFFBD7704ACF68113EF95E6C", 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] 20170530-06:14:34: [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] 20170530-06:14:35: [WARN]: Cookie rejected [JSESSIONID="F758D9F576B8FAD20659BFAB2255142D", 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] 20170530-06:14:35: [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] 20170530-06:14:36: [WARN]: Cookie rejected [JSESSIONID="FD3D9AF14B57A0AAD346FF686AC3A0AC", 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] 20170530-06:14:36: [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] 20170530-06:14:36: [WARN]: Cookie rejected [JSESSIONID="A47499BA615E8046E42B7CC940AF668A", 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] 20170530-06:14:36: [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] 20170530-06:14:37: [WARN]: Cookie rejected [JSESSIONID="CD96F083A9BABAD21AADD13B5971D681", 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] 20170530-06:14:37: [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] 20170530-06:14:38: [WARN]: Cookie rejected [JSESSIONID="BC673169E21D294489B4ED269EF17C85", 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] 20170530-06:14:38: [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] 20170530-06:14:38: [WARN]: Cookie rejected [JSESSIONID="82DFBA85802E5DAB5D808A7D674BFD58", 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] 20170530-06:14:38: [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] 20170530-06:14:39: [WARN]: Cookie rejected [JSESSIONID="C34B3EEB05A917D19EA7F3D381D08BA2", 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] 20170530-06:14:39: [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] 20170530-06:14:39: [WARN]: Cookie rejected [JSESSIONID="FF904F651ACB99A16FF27827FE7D3F26", 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] 20170530-06:14:39: [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] 20170530-06:14:40: [WARN]: Cookie rejected [JSESSIONID="E3B2E746157681749F85F1D09F545406", 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] 20170530-06:14:40: [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] 20170530-06:14:41: [WARN]: Cookie rejected [JSESSIONID="23445D3AE0CB7659B27E3EBADFF34FA8", 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] 20170530-06:14:41: [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] 20170530-06:14:41: [WARN]: Cookie rejected [JSESSIONID="A271CC48632A621DE09ED88D9178260A", 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] 20170530-06:14:41: [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] 20170530-06:14:42: [WARN]: Cookie rejected [JSESSIONID="9384544C5EE8D754176CFA01F26E9A9A", 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] 20170530-06:14:42: [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] 20170530-06:14:43: [WARN]: Cookie rejected [JSESSIONID="CF3CD525C08A1190061C064E62947663", 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] 20170530-06:14:43: [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] 20170530-06:14:43: [WARN]: Cookie rejected [JSESSIONID="BDAC42404EC790623283401F92730E64", 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] 20170530-06:14:43: [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] 20170530-06:14:44: [WARN]: Cookie rejected [JSESSIONID="B901B4E98054E7498959AD8730CB5CEB", 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] 20170530-06:14:44: [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] 20170530-06:14:44: [WARN]: Cookie rejected [JSESSIONID="EA75FDC7FA5E2CCD13550C2926C0EC41", 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] 20170530-06:14:44: [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] 20170530-06:14:45: [WARN]: Cookie rejected [JSESSIONID="7742C2AC81DC4336481597EC1694DF98", 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] 20170530-06:14:45: [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] 20170530-06:14:46: [WARN]: Cookie rejected [JSESSIONID="84087BCC6F70CECADEC772F401C7F61D", 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] 20170530-06:14:46: [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] 20170530-06:14:46: [WARN]: Cookie rejected [JSESSIONID="E8B122ACA3F07DD1A4E11397A7993BAB", 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] 20170530-06:14:46: [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] 20170530-06:14:47: [WARN]: Cookie rejected [JSESSIONID="A8415A1A51ABEC6C7617EC47999844D9", 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] 20170530-06:14:47: [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] 20170530-06:14:48: [WARN]: Cookie rejected [JSESSIONID="B02068241C7E614FCEA268C1B49DC8A4", 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] 20170530-06:14:48: [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] 20170530-06:14:48: [WARN]: Cookie rejected [JSESSIONID="EEE7E500CB5A228D386C184E39B877DA", 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] 20170530-06:14:48: [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] 20170530-06:14:49: [WARN]: Cookie rejected [JSESSIONID="26D8113E5962F1F9A342E4CC2A2023BA", 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] 20170530-06:14:49: [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] 20170530-06:14:49: [WARN]: Cookie rejected [JSESSIONID="90E1A86B8A50EE79E6ED6FC3CB3BD814", 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] 20170530-06:14:49: [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] 20170530-06:14:50: [WARN]: Cookie rejected [JSESSIONID="48B59BCDC9991E8D82D992CC0A5B0FE1", 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] 20170530-06:14:50: [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] 20170530-06:14:51: [WARN]: Cookie rejected [JSESSIONID="6D30204E12D6EA6582CC69CCFBCD0F55", 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] 20170530-06:14:51: [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] 20170530-06:14:51: [WARN]: Cookie rejected [JSESSIONID="982ACAF1FCBA62493970D51316846903", 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] 20170530-06:14:51: [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] 20170530-06:14:52: [WARN]: Cookie rejected [JSESSIONID="0AF6B094B139EF53E15FB4863D273F9F", 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] 20170530-06:14:52: [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] 20170530-06:14:53: [WARN]: Cookie rejected [JSESSIONID="E080963BD6234818CC487AC561F8E320", 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] 20170530-06:14:53: [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] 20170530-06:14:53: [WARN]: Cookie rejected [JSESSIONID="B4B2795023FB2613CD1BC1C63D91AA72", 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] 20170530-06:14:53: [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] 20170530-06:14:54: [WARN]: Cookie rejected [JSESSIONID="54C6D0840A6D716CE0F4B088C77FAF5E", 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] 20170530-06:14:54: [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] 20170530-06:14:54: [WARN]: Cookie rejected [JSESSIONID="6DC9B808F3B0C9740092A199B7348B0B", 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] 20170530-06:14:54: [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] 20170530-06:14:55: [WARN]: Cookie rejected [JSESSIONID="2C8B672A1BB17FAC9B4C20316F44DBE1", 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] 20170530-06:14:55: [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] 20170530-06:14:56: [WARN]: Cookie rejected [JSESSIONID="4F05BEDEB7900835ECDBECD7AA0CE629", 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] 20170530-06:14:56: [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] 20170530-06:14:56: [WARN]: Cookie rejected [JSESSIONID="B594BCF27EF582E09EC1242AFCD43B1B", 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] 20170530-06:14:56: [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] 20170530-06:14:57: [WARN]: Cookie rejected [JSESSIONID="389A34AF20B1E13FF47029058E4CA98F", 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] 20170530-06:14:57: [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] 20170530-06:14:58: [WARN]: Cookie rejected [JSESSIONID="76C48E16C4C918B8D6B35C01716292FD", 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] 20170530-06:14:58: [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] 20170530-06:14:58: [WARN]: Cookie rejected [JSESSIONID="B17A28E1F9450D181AAD766661909401", 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] 20170530-06:14:58: [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] 20170530-06:14:59: [WARN]: Cookie rejected [JSESSIONID="D76DB928E65CAAA8E04128F04A6FE3F9", 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] 20170530-06:14:59: [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] 20170530-06:14:59: [WARN]: Cookie rejected [JSESSIONID="CBB9247F0D000310B0462B858349A481", 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] 20170530-06:14:59: [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] 20170530-06:15:00: [WARN]: Cookie rejected [JSESSIONID="D8089FCC7743CCAD8450188526D60733", 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] 20170530-06:15:00: [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] 20170530-06:15:01: [WARN]: Cookie rejected [JSESSIONID="CD70CCDD6F32882BD3E911B18F1309F5", 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] 20170530-06:15:01: [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] 20170530-06:15:01: [WARN]: Cookie rejected [JSESSIONID="7DC530264BA782BB6ED77532E06ECA21", 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] 20170530-06:15:01: [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] 20170530-06:15:02: [WARN]: Cookie rejected [JSESSIONID="8090DFD5E3B2812C6D16CBBD7D2D8B97", 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] 20170530-06:15:02: [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] 20170530-06:15:02: [WARN]: Cookie rejected [JSESSIONID="69C8309469525611205D4CF7480B59F1", 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] 20170530-06:15:02: [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] 20170530-06:15:03: [WARN]: Cookie rejected [JSESSIONID="39403BA0988931D634E198B1ABDF094E", 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] 20170530-06:15:03: [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] 20170530-06:15:04: [WARN]: Cookie rejected [JSESSIONID="3B007444AEC7AD60FCDEEF5ED0A23272", 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] 20170530-06:15:04: [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] 20170530-06:15:04: [WARN]: Cookie rejected [JSESSIONID="7D5D1435D07E3AEA2A074656AC5E3D4F", 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] 20170530-06:15:04: [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] 20170530-06:15:05: [WARN]: Cookie rejected [JSESSIONID="505F2097E045067F444199CC58633ACE", 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] 20170530-06:15:05: [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] 20170530-06:15:05: [WARN]: Cookie rejected [JSESSIONID="247778FF68DD4506AF30EE0C81173699", 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] 20170530-06:15:05: [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] 20170530-06:15:06: [WARN]: Cookie rejected [JSESSIONID="FE477956B066346A1CD515455D54B289", 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] 20170530-06:15:06: [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] 20170530-06:15:07: [WARN]: Cookie rejected [JSESSIONID="0BBE38948CF7D5F0DE71B911D1F727B6", 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] 20170530-06:15:07: [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] 20170530-06:15:07: [WARN]: Cookie rejected [JSESSIONID="73BD717701D5F386ACF0F7BB62506493", 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] 20170530-06:15:07: [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] 20170530-06:15:08: [WARN]: Cookie rejected [JSESSIONID="3C9E1B86AA817F3EA52FF6A1AB5EE233", 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] 20170530-06:15:08: [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] 20170530-06:15:09: [WARN]: Cookie rejected [JSESSIONID="32C94A7EDF69382CA0D90AE24AF1AB7B", 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] 20170530-06:15:09: [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] 20170530-06:15:09: [WARN]: Cookie rejected [JSESSIONID="07D3141DAC3704F306CAD23D07839559", 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] 20170530-06:15:09: [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] 20170530-06:15:10: [WARN]: Cookie rejected [JSESSIONID="7EB7F1D8139E9D990D5E84A538DB8BA3", 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] 20170530-06:15:10: [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] 20170530-06:15:10: [WARN]: Cookie rejected [JSESSIONID="1C1559916945B7F99965A4594ED34B51", 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] 20170530-06:15:10: [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] 20170530-06:15:11: [WARN]: Cookie rejected [JSESSIONID="B9F7B7C8F2DDE047E3489E66E17AE099", 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] 20170530-06:15:11: [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] 20170530-06:15:12: [WARN]: Cookie rejected [JSESSIONID="0C58BAE074E03588911B15A7A665813B", 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] 20170530-06:15:12: [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] 20170530-06:15:12: [WARN]: Cookie rejected [JSESSIONID="9A047230A3CBB2B9A44F370492FF8008", 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] 20170530-06:15:12: [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] 20170530-06:15:13: [WARN]: Cookie rejected [JSESSIONID="61907712CFB151C3010A7D7D2556E2EC", 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] 20170530-06:15:13: [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] 20170530-06:15:14: [WARN]: Cookie rejected [JSESSIONID="F633F1A48A7AA0F64B7494C544AA9198", 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] 20170530-06:15:14: [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] 20170530-06:15:14: [WARN]: Cookie rejected [JSESSIONID="53247C6F7350F1527866E39A0EF06CA3", 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] 20170530-06:15:14: [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] 20170530-06:15:15: [WARN]: Cookie rejected [JSESSIONID="68B76D1C1A8947ACAE0B8847BBBFA5B4", 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] 20170530-06:15:15: [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] 20170530-06:15:16: [WARN]: Cookie rejected [JSESSIONID="031DC4E0A65EFD2A8ED8CD3A44CF6563", 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] 20170530-06:15:16: [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] 20170530-06:15:16: [WARN]: Cookie rejected [JSESSIONID="C8E2C7B282CE43B766EFE3120B155030", 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] 20170530-06:15:16: [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] 20170530-06:15:17: [WARN]: Cookie rejected [JSESSIONID="EC0DAD72EB412953812E2467DD5A3208", 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] 20170530-06:15:17: [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] 20170530-06:15:17: [WARN]: Cookie rejected [JSESSIONID="DC60038B2883553829EEC7BB5E20186A", 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] 20170530-06:15:17: [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] 20170530-06:15:18: [WARN]: Cookie rejected [JSESSIONID="45A2460E1A45F871F1AA5DAC6666BA8E", 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] 20170530-06:15:18: [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] 20170530-06:15:19: [WARN]: Cookie rejected [JSESSIONID="BF6712A53DB43C4B1C55690C36FE753A", 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] 20170530-06:15:19: [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] 20170530-06:15:19: [WARN]: Cookie rejected [JSESSIONID="FF8A11EB74E1B9808DE7B1AB6BAE47DD", 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] 20170530-06:15:19: [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] 20170530-06:15:20: [WARN]: Cookie rejected [JSESSIONID="A903615B47AD94F100914304E8C748E7", 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] 20170530-06:15:20: [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] 20170530-06:15:20: [WARN]: Cookie rejected [JSESSIONID="9D42FF5EDAF5187AC76D666593A9838B", 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] 20170530-06:15:20: [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] 20170530-06:15:21: [WARN]: Cookie rejected [JSESSIONID="E71869E494A2731CCA9A808C8CB0CBB9", 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] 20170530-06:15:21: [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] 20170530-06:15:22: [WARN]: Cookie rejected [JSESSIONID="86F4BCEF77EA839A0B7D0B7404617FC0", 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] 20170530-06:15:22: [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] 20170530-06:15:22: [WARN]: Cookie rejected [JSESSIONID="B9792AB8C651134622DE12730C14EAF2", 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] 20170530-06:15:22: [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] 20170530-06:15:23: [WARN]: Cookie rejected [JSESSIONID="8DDD5F83894EAEF76B2E58FFE9B1F5D7", 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] 20170530-06:15:23: [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] 20170530-06:15:23: [WARN]: Cookie rejected [JSESSIONID="7592A4FB1332D5E6BBBA8B217AE57789", 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] 20170530-06:15:23: [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] 20170530-06:15:24: [WARN]: Cookie rejected [JSESSIONID="57019E87B95EF546E0271F13307149F7", 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] 20170530-06:15:24: [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] 20170530-06:15:25: [WARN]: Cookie rejected [JSESSIONID="7CA7EBF5C8A8A2418D1E8B3F6DFDE4AE", 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] 20170530-06:15:25: [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] 20170530-06:15:25: [WARN]: Cookie rejected [JSESSIONID="530D5C9C8C87661B026FDCE5FBA5EBFD", 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] 20170530-06:15:25: [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] 20170530-06:15:26: [WARN]: Cookie rejected [JSESSIONID="A6458822C0BA1274802109595020A436", 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] 20170530-06:15:26: [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] 20170530-06:15:26: [WARN]: Cookie rejected [JSESSIONID="6FEF5C132FA4ABFA0FB4612D11BD43C3", 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] 20170530-06:15:26: [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] 20170530-06:15:27: [WARN]: Cookie rejected [JSESSIONID="C334DFB719007AFB3AF43873F4323202", 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] 20170530-06:15:27: [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] 20170530-06:15:28: [WARN]: Cookie rejected [JSESSIONID="D5A58ECA3C6FD918AE8F6208351E9C2E", 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] 20170530-06:15:28: [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] 20170530-06:15:28: [WARN]: Cookie rejected [JSESSIONID="33F7E412B8BA11EE23E84FA37FC4B3DE", 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] 20170530-06:15:28: [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] 20170530-06:15:29: [WARN]: Cookie rejected [JSESSIONID="76E64E4F5C6108EA9F21C29F93F78EB2", 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] 20170530-06:15:29: [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] 20170530-06:15:29: [WARN]: Cookie rejected [JSESSIONID="C678409E8641BFEA70CB404FDA0B3842", 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] 20170530-06:15:29: [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] 20170530-06:15:30: [WARN]: Cookie rejected [JSESSIONID="FA86BEDFD3787381FF76BC1824A924A4", 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] 20170530-06:15:30: [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] 20170530-06:15:30: [WARN]: Cookie rejected [JSESSIONID="381E30816F3036393D6C0B6CD7023FFE", 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] 20170530-06:15:30: [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] 20170530-06:15:31: [WARN]: Cookie rejected [JSESSIONID="9790933EE04F8AE38A8244BD1AE19926", 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] 20170530-06:15:31: [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] 20170530-06:15:32: [WARN]: Cookie rejected [JSESSIONID="0C32269468D43D4A3C5CAB97C90304F0", 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] 20170530-06:15:32: [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] 20170530-06:15:32: [WARN]: Cookie rejected [JSESSIONID="61ACFBCDFFE9BA256D367F01FE57FD2D", 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] 20170530-06:15:32: [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] 20170530-06:15:33: [WARN]: Cookie rejected [JSESSIONID="E684C4F1C19AEF48FA43D0B02B53F27B", 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] 20170530-06:15:33: [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] 20170530-06:15:33: [WARN]: Cookie rejected [JSESSIONID="C15731296564E6A6E41ADDB5C9E1AD93", 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] 20170530-06:15:33: [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] 20170530-06:15:34: [WARN]: Cookie rejected [JSESSIONID="25C055D6EAA369767B2ADDCFD8F2551C", 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] 20170530-06:15:34: [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] 20170530-06:15:35: [WARN]: Cookie rejected [JSESSIONID="24F7DE35D1FE957ED8C44D53ED97836E", 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] 20170530-06:15:35: [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] 20170530-06:15:35: [WARN]: Cookie rejected [JSESSIONID="377D970A8DC19FE78FF1063CBD8B6320", 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] 20170530-06:15:35: [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] 20170530-06:15:36: [WARN]: Cookie rejected [JSESSIONID="41473F494C3F15231C4A9534C01BB2E5", 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] 20170530-06:15:36: [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] 20170530-06:15:36: [WARN]: Cookie rejected [JSESSIONID="05C09D96E1F1165BBECC34024FB932E0", 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] 20170530-06:15:36: [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] 20170530-06:15:37: [WARN]: Cookie rejected [JSESSIONID="164BF5DFAB527CCF87DCFBB18A84E60E", 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] 20170530-06:15:37: [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] 20170530-06:15:38: [WARN]: Cookie rejected [JSESSIONID="94B93D8CF7C8CFC86BE09586DAD4C37E", 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] 20170530-06:15:38: [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] 20170530-06:15:38: [WARN]: Cookie rejected [JSESSIONID="2145F237D04AA5F1971D38C0A9FD528F", 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] 20170530-06:15:38: [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] 20170530-06:15:39: [WARN]: Cookie rejected [JSESSIONID="89FE0C150EAD1FD7CE7C98EF6F87DA9B", 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] 20170530-06:15:39: [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] 20170530-06:15:40: [WARN]: Cookie rejected [JSESSIONID="C7B76C0A4CDDFFC5292F187A10FF917E", 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] 20170530-06:15:40: [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] 20170530-06:15:40: [WARN]: Cookie rejected [JSESSIONID="A60112B06264BB5AE8EF121F70A58200", 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] 20170530-06:15:40: [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] 20170530-06:15:41: [WARN]: Cookie rejected [JSESSIONID="AEB8EB7112486E4FA17DCB56D59B6962", 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] 20170530-06:15:41: [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] 20170530-06:15:42: [WARN]: Cookie rejected [JSESSIONID="DA4482E2C4F74477DF98A1E51F128624", 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] 20170530-06:15:42: [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] 20170530-06:15:42: [WARN]: Cookie rejected [JSESSIONID="BDF258E0443F2EE068E466B60C04B8D9", 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] 20170530-06:15:42: [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] 20170530-06:15:43: [WARN]: Cookie rejected [JSESSIONID="A8A8303BB8B5DDF8D6C3B1F43AED056F", 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] 20170530-06:15:43: [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] 20170530-06:15:44: [WARN]: Cookie rejected [JSESSIONID="21555B30C0AC90FFB021A81BF7A5A569", 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] 20170530-06:15:44: [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] 20170530-06:15:44: [WARN]: Cookie rejected [JSESSIONID="54E2761822AD9D64A6A2AED775C702C8", 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] 20170530-06:15:44: [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] 20170530-06:15:45: [WARN]: Cookie rejected [JSESSIONID="660C600AC43C7497631D66BB2F82BF94", 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] 20170530-06:15:45: [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] 20170530-06:15:46: [WARN]: Cookie rejected [JSESSIONID="255AC65514B35B69E0F9155376EA6CE2", 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] 20170530-06:15:46: [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] 20170530-06:15:46: [WARN]: Cookie rejected [JSESSIONID="1075BF409404BD06360505D12FB09954", 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] 20170530-06:15:46: [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] 20170530-06:15:47: [WARN]: Cookie rejected [JSESSIONID="9913F89CE353ADBB9281BF8E0D8DE1B6", 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] 20170530-06:15:47: [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] 20170530-06:15:48: [WARN]: Cookie rejected [JSESSIONID="83EB4922FAF09F7AD7717D158D1D1901", 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] 20170530-06:15:48: [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] 20170530-06:15:48: [WARN]: Cookie rejected [JSESSIONID="A99351EB041467EAB9420DA9FB0D0237", 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] 20170530-06:15:48: [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] 20170530-06:15:49: [WARN]: Cookie rejected [JSESSIONID="E602AB7461C7A02A3E06EE828833B3D7", 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] 20170530-06:15:49: [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] 20170530-06:15:50: [WARN]: Cookie rejected [JSESSIONID="9EBF84F6C3F57C7DC32662AED684DA92", 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] 20170530-06:15:50: [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] 20170530-06:15:50: [WARN]: Cookie rejected [JSESSIONID="4E14E5606881290FC34774B701EDE824", 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] 20170530-06:15:50: [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] 20170530-06:15:51: [WARN]: Cookie rejected [JSESSIONID="FD4F8EE92BFBDA7C11DB7190D099FFB1", 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] 20170530-06:15:51: [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] 20170530-06:15:52: [WARN]: Cookie rejected [JSESSIONID="10C526575DB2F7FEEA2E5AC55EAC884B", 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] 20170530-06:15:52: [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] 20170530-06:15:52: [WARN]: Cookie rejected [JSESSIONID="6E26F8B1530E8BAA38D674E3BFE7AFC4", 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] 20170530-06:15:52: [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] 20170530-06:15:53: [WARN]: Cookie rejected [JSESSIONID="8724AE3F268792852C38A25D49B673FB", 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] 20170530-06:15:53: [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] 20170530-06:15:54: [WARN]: Cookie rejected [JSESSIONID="8137ABE7A51B07E006805A6D93013B57", 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] 20170530-06:15:54: [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] 20170530-06:15:54: [WARN]: Cookie rejected [JSESSIONID="3859F8F2C4B8284E74F6A179BBBECB55", 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] 20170530-06:15:54: [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] 20170530-06:15:55: [WARN]: Cookie rejected [JSESSIONID="5FF96607723B1227D6B5CB41495216D3", 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] 20170530-06:15:55: [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] 20170530-06:15:55: [WARN]: Cookie rejected [JSESSIONID="01E9F8BB71AE28CCF25218CB1CC3106A", 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] 20170530-06:15:55: [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] 20170530-06:15:56: [WARN]: Cookie rejected [JSESSIONID="7F482AE6FB6EA232458D88F2E68FEC2E", 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] 20170530-06:15:56: [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] 20170530-06:15:57: [WARN]: Cookie rejected [JSESSIONID="8CFF88A585CED36DA397F6DBECBA3ADC", 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] 20170530-06:15:57: [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] 20170530-06:15:57: [WARN]: Cookie rejected [JSESSIONID="5DC6D63F92B12FA2D7ED13FD078E0431", 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] 20170530-06:15:57: [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] 20170530-06:15:58: [WARN]: Cookie rejected [JSESSIONID="B2FF5FD56CF155F390A1AA91F9B6EAF0", 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] 20170530-06:15:58: [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] 20170530-06:15:59: [WARN]: Cookie rejected [JSESSIONID="003842D11433E5FF28691C6FD2B5E89A", 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] 20170530-06:15:59: [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] 20170530-06:15:59: [WARN]: Cookie rejected [JSESSIONID="F5E62B208E76C3E8DF220E2514FB21A9", 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] 20170530-06:15:59: [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] 20170530-06:16:00: [WARN]: Cookie rejected [JSESSIONID="9ED5132BE60A84AE80B8CBD91E85067A", 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] 20170530-06:16:00: [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] 20170530-06:16:01: [WARN]: Cookie rejected [JSESSIONID="1C7110BF5F3A5A9FD757E5DB29AAB7E8", 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] 20170530-06:16:01: [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] 20170530-06:16:01: [WARN]: Cookie rejected [JSESSIONID="073F1773535B0E77E6CAF172368C3A7E", 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] 20170530-06:16:01: [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] 20170530-06:16:02: [WARN]: Cookie rejected [JSESSIONID="48259384580DDE8762D7CACCDA8D815F", 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] 20170530-06:16:02: [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] 20170530-06:16:02: [WARN]: Cookie rejected [JSESSIONID="881F75D8A59AD6F7BCC6CA9982020EFC", 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] 20170530-06:16:02: [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] 20170530-06:16:03: [WARN]: Cookie rejected [JSESSIONID="CCCD5550C4D64805D9F0D8E8B8F122B9", 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] 20170530-06:16:03: [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] 20170530-06:16:04: [WARN]: Cookie rejected [JSESSIONID="C6B8C8CE45D6DD095AC8568F35BC3867", 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] 20170530-06:16:04: [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] 20170530-06:16:04: [WARN]: Cookie rejected [JSESSIONID="AAAB4E1F470BFC5A218661F55D6A7BE9", 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] 20170530-06:16:04: [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] 20170530-06:16:05: [WARN]: Cookie rejected [JSESSIONID="A50C30F8B39F6B8291FA8E72EFC83932", 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] 20170530-06:16:05: [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] 20170530-06:16:06: [WARN]: Cookie rejected [JSESSIONID="3EC97E0181F94964966260EDB481E72F", 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] 20170530-06:16:06: [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] 20170530-06:16:06: [WARN]: Cookie rejected [JSESSIONID="0EFDD49440C0642C5005B18244958475", 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] 20170530-06:16:06: [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] 20170530-06:16:07: [WARN]: Cookie rejected [JSESSIONID="2C65E1D9F3CA71FBA26B5D6F7DE30EC0", 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] 20170530-06:16:07: [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] 20170530-06:16:07: [WARN]: Cookie rejected [JSESSIONID="78ABB00F45940A2228C0CAC961B18541", 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] 20170530-06:16:07: [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] 20170530-06:16:08: [WARN]: Cookie rejected [JSESSIONID="401796EE407CD3B56B44E7381790E8DA", 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] 20170530-06:16:08: [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] 20170530-06:16:09: [WARN]: Cookie rejected [JSESSIONID="F82E27816BC633FF233C26B5496D41CF", 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] 20170530-06:16:09: [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] 20170530-06:16:09: [WARN]: Cookie rejected [JSESSIONID="750BB77A854DE46D959FA37F7E238403", 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] 20170530-06:16:09: [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] 20170530-06:16:10: [WARN]: Cookie rejected [JSESSIONID="3A78294AF6B4A268DFECDEEA2B9BB9F8", 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] 20170530-06:16:10: [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] 20170530-06:16:11: [WARN]: Cookie rejected [JSESSIONID="B69580A0F8B4B5EB22C4A6AE5B1EB5A0", 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] 20170530-06:16:11: [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] 20170530-06:16:11: [WARN]: Cookie rejected [JSESSIONID="257635A61B55924B9F9D1FFC756615C9", 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] 20170530-06:16:11: [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] 20170530-06:16:12: [WARN]: Cookie rejected [JSESSIONID="CFAA0B5E5C9F58644138644DF32BF3AE", 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] 20170530-06:16:12: [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] 20170530-06:16:12: [WARN]: Cookie rejected [JSESSIONID="ED68E1BA509B1B40290B6CD520A72C2A", 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] 20170530-06:16:12: [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] 20170530-06:16:13: [WARN]: Cookie rejected [JSESSIONID="F48E449DC67B8F3908F230B65EEC1E94", 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] 20170530-06:16:13: [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] 20170530-06:16:14: [WARN]: Cookie rejected [JSESSIONID="2682272215F0F07A0EC19449B190F10B", 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] 20170530-06:16:14: [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] 20170530-06:16:14: [WARN]: Cookie rejected [JSESSIONID="1C457CE2FB1EC6727F77165AD5B0F355", 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] 20170530-06:16:14: [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] 20170530-06:16:15: [WARN]: Cookie rejected [JSESSIONID="DF0CEE3F454AE623513DC0ADBB6555A2", 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] 20170530-06:16:15: [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] 20170530-06:16:16: [WARN]: Cookie rejected [JSESSIONID="6C2373115098A882CA7424621487915E", 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] 20170530-06:16:16: [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] 20170530-06:16:16: [WARN]: Cookie rejected [JSESSIONID="418664629AF57E0D320E6CC9A4CA76A6", 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] 20170530-06:16:16: [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] 20170530-06:16:17: [WARN]: Cookie rejected [JSESSIONID="345FD233A98A8CE4433277DC7D10D5F9", 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] 20170530-06:16:17: [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] 20170530-06:16:18: [WARN]: Cookie rejected [JSESSIONID="F1603B9D35BDE1AD8723EDD87ACC100F", 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] 20170530-06:16:18: [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] 20170530-06:16:18: [WARN]: Cookie rejected [JSESSIONID="1FD5CFA0DBCEB23ACEC051C8C4874255", 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] 20170530-06:16:18: [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] 20170530-06:16:19: [WARN]: Cookie rejected [JSESSIONID="B8DF9909B728EAF2D562A4CFEDCE9B1F", 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] 20170530-06:16:19: [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] 20170530-06:16:19: [WARN]: Cookie rejected [JSESSIONID="543614BE4D0EC269670D42DE4BA57F96", 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] 20170530-06:16:19: [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] 20170530-06:16:20: [WARN]: Cookie rejected [JSESSIONID="EC73D405AFF153D50B695641413C608E", 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] 20170530-06:16:20: [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] 20170530-06:16:21: [WARN]: Cookie rejected [JSESSIONID="99A1386F192C339569B0313CC897BF00", 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] 20170530-06:16:21: [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] 20170530-06:16:21: [WARN]: Cookie rejected [JSESSIONID="D6AD268F28A9A9515F8A0BACF3FDFEF5", 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] 20170530-06:16:21: [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] 20170530-06:16:22: [WARN]: Cookie rejected [JSESSIONID="F7F38ADFA7DC15D57BFB2235DE349C2D", 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] 20170530-06:16:22: [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] 20170530-06:16:23: [WARN]: Cookie rejected [JSESSIONID="248721E34C7D3A5130799CBB1D741EA4", 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] 20170530-06:16:23: [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] 20170530-06:16:23: [WARN]: Cookie rejected [JSESSIONID="956B84E6E173477AFCD295FBF05A8C26", 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] 20170530-06:16:23: [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] 20170530-06:16:24: [WARN]: Cookie rejected [JSESSIONID="4F3C56AC911242BEB3ACAD6AEE467F3C", 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] 20170530-06:16:24: [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] 20170530-06:16:24: [WARN]: Cookie rejected [JSESSIONID="7DD53BE05AA995222F0B6890C72259C1", 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] 20170530-06:16:24: [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] 20170530-06:16:25: [WARN]: Cookie rejected [JSESSIONID="06BA2BA668FDEAA933D1DC897299DF74", 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] 20170530-06:16:25: [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] 20170530-06:16:26: [WARN]: Cookie rejected [JSESSIONID="B68D93C1DD2A0BEF2BB9EB5787644366", 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] 20170530-06:16:26: [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] 20170530-06:16:26: [WARN]: Cookie rejected [JSESSIONID="79A605F5CD6D6ED7A975853C903B9974", 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] 20170530-06:16:26: [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] 20170530-06:16:27: [WARN]: Cookie rejected [JSESSIONID="626030C64E3BF3058D92FC38FB52F64C", 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] 20170530-06:16:27: [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] 20170530-06:16:27: [WARN]: Cookie rejected [JSESSIONID="5861E05E7A17BC23947DCC6D6D033A30", 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] 20170530-06:16:27: [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] 20170530-06:16:28: [WARN]: Cookie rejected [JSESSIONID="BB08C43A7991E0D133CA40495DFDD278", 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] 20170530-06:16:28: [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] 20170530-06:16:29: [WARN]: Cookie rejected [JSESSIONID="4C17EA8C3862D0EE6AD8A24F97D2CBB5", 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] 20170530-06:16:29: [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] 20170530-06:16:29: [WARN]: Cookie rejected [JSESSIONID="F38ABC1A8D531DF67A3310E85F8146D4", 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] 20170530-06:16:29: [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] 20170530-06:16:30: [WARN]: Cookie rejected [JSESSIONID="C88E773E3CD3824694B0EF2F09FDEB73", 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] 20170530-06:16:30: [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] 20170530-06:16:30: [WARN]: Cookie rejected [JSESSIONID="CC82AADE7B57E8C1A29D42F8633A1381", 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] 20170530-06:16:30: [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] 20170530-06:16:31: [WARN]: Cookie rejected [JSESSIONID="7F2FB9FC33DCB3861A00D9E7583D9BEE", 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] 20170530-06:16:31: [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] 20170530-06:16:32: [WARN]: Cookie rejected [JSESSIONID="D6F06C2F3BB907A59F2885FEB9AA4AE9", 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] 20170530-06:16:32: [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] 20170530-06:16:32: [WARN]: Cookie rejected [JSESSIONID="D36DC55C80A7AE099C5296F00B196E21", 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] 20170530-06:16:32: [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] 20170530-06:16:33: [WARN]: Cookie rejected [JSESSIONID="4DB4ADD1F081F5EBE01D9C01BB14B9D2", 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] 20170530-06:16:33: [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] 20170530-06:16:34: [WARN]: Cookie rejected [JSESSIONID="E8723603B08AFBFB8A957722E739E45C", 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] 20170530-06:16:34: [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] 20170530-06:16:34: [WARN]: Cookie rejected [JSESSIONID="43583B8239B0FAF6B4AE2C9FC68FE1B4", 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] 20170530-06:16:34: [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] 20170530-06:16:35: [WARN]: Cookie rejected [JSESSIONID="1AC93072FE927D9E08040325D44B1C10", 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] 20170530-06:16:35: [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] 20170530-06:16:35: [WARN]: Cookie rejected [JSESSIONID="6D9A7413DBA62EFFCDE2B06FF9C4072E", 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] 20170530-06:16:35: [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] 20170530-06:16:36: [WARN]: Cookie rejected [JSESSIONID="39EC80074E21528CDE4302ACA68298F7", 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] 20170530-06:16:36: [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] 20170530-06:16:37: [WARN]: Cookie rejected [JSESSIONID="C872B6140693E91E0DE7479F4D58F9A7", 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] 20170530-06:16:37: [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] 20170530-06:16:37: [WARN]: Cookie rejected [JSESSIONID="AAF8AE34FD864D392F31C25215B815F1", 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] 20170530-06:16:37: [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] 20170530-06:16:38: [WARN]: Cookie rejected [JSESSIONID="B9A96D69FE23BDCAB9BC6C9D0AC5D21E", 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] 20170530-06:16:38: [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] 20170530-06:16:38: [WARN]: Cookie rejected [JSESSIONID="2C9E73B3D1108592C12ED5E4318B4904", 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] 20170530-06:16:38: [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] 20170530-06:16:39: [WARN]: Cookie rejected [JSESSIONID="B776EFCCC715397EF4E705E7E79D15CB", 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] 20170530-06:16:39: [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] 20170530-06:16:40: [WARN]: Cookie rejected [JSESSIONID="8321F5CE0379744BEAC5F8BE70E042DE", 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] 20170530-06:16:40: [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] 20170530-06:16:40: [WARN]: Cookie rejected [JSESSIONID="A77A2176CDFC372A1B94D4163B6936A4", 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] 20170530-06:16:40: [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] 20170530-06:16:41: [WARN]: Cookie rejected [JSESSIONID="B0286B0C9353064901B1A418DEDD92D0", 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] 20170530-06:16:41: [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] 20170530-06:16:42: [WARN]: Cookie rejected [JSESSIONID="5267F38B3E589A64DB69C51B041EAFB2", 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] 20170530-06:16:42: [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] 20170530-06:16:42: [WARN]: Cookie rejected [JSESSIONID="20DC897E05AA8376C99C9CDE60F509E3", 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] 20170530-06:16:42: [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] 20170530-06:16:43: [WARN]: Cookie rejected [JSESSIONID="FEEB57D5F89B7D852997B12997134E5D", 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] 20170530-06:16:43: [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] 20170530-06:16:43: [WARN]: Cookie rejected [JSESSIONID="53065079E82A41A167718975A162A9B3", 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] 20170530-06:16:43: [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] 20170530-06:16:44: [WARN]: Cookie rejected [JSESSIONID="AF8834FAA59AFB15C38D04613D413541", 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] 20170530-06:16:44: [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] 20170530-06:16:45: [WARN]: Cookie rejected [JSESSIONID="460FD15E90E01FD53EBF10A83251E91E", 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] 20170530-06:16:45: [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] 20170530-06:16:45: [WARN]: Cookie rejected [JSESSIONID="C10DA62ED92A92D641C7F43C0D7921FF", 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] 20170530-06:16:45: [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] 20170530-06:16:46: [WARN]: Cookie rejected [JSESSIONID="9D0DB1160EF6EDBA872EB25223137D63", 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] 20170530-06:16:46: [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] 20170530-06:16:46: [WARN]: Cookie rejected [JSESSIONID="3F8A08821CF2F722394FB76959225F24", 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] 20170530-06:16:46: [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] 20170530-06:16:47: [WARN]: Cookie rejected [JSESSIONID="6134385AB265D6296BFBE8AC306D901A", 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] 20170530-06:16:47: [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] 20170530-06:16:48: [WARN]: Cookie rejected [JSESSIONID="13B9D11C63C4728014000FCCDC8F5845", 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] 20170530-06:16:48: [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] 20170530-06:16:48: [WARN]: Cookie rejected [JSESSIONID="CEEF5528DFD0ED40823A8D7637C7E9AC", 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] 20170530-06:16:48: [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] 20170530-06:16:49: [WARN]: Cookie rejected [JSESSIONID="EF607B352301D1ABAC975628154109A6", 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] 20170530-06:16:49: [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] 20170530-06:16:50: [WARN]: Cookie rejected [JSESSIONID="49DB863A76181A0A56FA345051FC9512", 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] 20170530-06:16:50: [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] 20170530-06:16:50: [WARN]: Cookie rejected [JSESSIONID="2BF37FBEBB97EF755D0C4765F95E5C7B", 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] 20170530-06:16:50: [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] 20170530-06:16:51: [WARN]: Cookie rejected [JSESSIONID="8C7E2AD2152FC6295BE8D8F1E826196F", 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] 20170530-06:16:51: [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] 20170530-06:16:51: [WARN]: Cookie rejected [JSESSIONID="03F33BF8F4A5D5631BDEAF38FF281F3B", 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] 20170530-06:16:51: [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] 20170530-06:16:52: [WARN]: Cookie rejected [JSESSIONID="26F410C2D3CE358EBE501CE3765B5CD6", 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] 20170530-06:16:52: [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] 20170530-06:16:53: [WARN]: Cookie rejected [JSESSIONID="0DAA8F199E56D74DBD77887236183A25", 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] 20170530-06:16:53: [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] 20170530-06:16:53: [WARN]: Cookie rejected [JSESSIONID="18D3117CB208D837D4DC2E20C7CA151B", 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] 20170530-06:16:53: [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] 20170530-06:16:54: [WARN]: Cookie rejected [JSESSIONID="AD1F31A0680F1AD9A01156F9E1D168A7", 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] 20170530-06:16:54: [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] 20170530-06:16:55: [WARN]: Cookie rejected [JSESSIONID="4DA8F958A81FF5B69B90EE5A08F85DFD", 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] 20170530-06:16:55: [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] 20170530-06:16:55: [WARN]: Cookie rejected [JSESSIONID="3B12CC521A2D8D8AACE5925EF3877536", 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] 20170530-06:16:55: [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] 20170530-06:16:56: [WARN]: Cookie rejected [JSESSIONID="3F92E61BDA35E9F3962487AE81B11670", 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] 20170530-06:16:56: [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] 20170530-06:16:56: [WARN]: Cookie rejected [JSESSIONID="8893CC06F6FD79905C9A6EE33821B908", 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] 20170530-06:16:56: [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] 20170530-06:16:57: [WARN]: Cookie rejected [JSESSIONID="3D6AB395F42ECADD7400AFA9E4C94881", 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] 20170530-06:16:57: [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] 20170530-06:16:57: [WARN]: Cookie rejected [JSESSIONID="76ABCE16B7C94C76F3F765FBDF04BAC6", 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] 20170530-06:16:57: [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] 20170530-06:16:58: [WARN]: Cookie rejected [JSESSIONID="558ABEDC6993B4017D30A328D48F5869", 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] 20170530-06:16:58: [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] 20170530-06:16:59: [WARN]: Cookie rejected [JSESSIONID="BA630E31217CEA4236AD022D1BB26CCE", 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] 20170530-06:16:59: [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] 20170530-06:16:59: [WARN]: Cookie rejected [JSESSIONID="5817F1AC06A468DB2FFA8115C61E4B26", 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] 20170530-06:16:59: [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] 20170530-06:17:00: [WARN]: Cookie rejected [JSESSIONID="82E98C18DFF899239CAEF03C5F866D36", 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] 20170530-06:17:00: [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] 20170530-06:17:00: [WARN]: Cookie rejected [JSESSIONID="E28A42547C567BA06638F0B0B91F571B", 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] 20170530-06:17:00: [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] 20170530-06:17:01: [WARN]: Cookie rejected [JSESSIONID="3BB36CD48A5E1D9CDD12CFF5B2494267", 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] 20170530-06:17:01: [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] 20170530-06:17:02: [WARN]: Cookie rejected [JSESSIONID="212AEC3242193228D912B84C8B0C113C", 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] 20170530-06:17:02: [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] 20170530-06:17:02: [WARN]: Cookie rejected [JSESSIONID="377667E05C78EC1EE768C29D52E4FCD0", 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] 20170530-06:17:02: [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] 20170530-06:17:03: [WARN]: Cookie rejected [JSESSIONID="B6B0AC76D77A433D5D5377B094C930C3", 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] 20170530-06:17:03: [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] 20170530-06:17:03: [WARN]: Cookie rejected [JSESSIONID="81CFE300659057B6DEFC94B8CEB7634D", 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] 20170530-06:17:03: [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] 20170530-06:17:04: [WARN]: Cookie rejected [JSESSIONID="9F8CF237A3C1289392E17B0614B7BCFD", 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] 20170530-06:17:04: [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] 20170530-06:17:05: [WARN]: Cookie rejected [JSESSIONID="BD1E839486B342441A229D63A13816AB", 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] 20170530-06:17:05: [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] 20170530-06:17:05: [WARN]: Cookie rejected [JSESSIONID="4659ADC3F594A38609BA84607B4842A6", 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] 20170530-06:17:05: [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] 20170530-06:17:06: [WARN]: Cookie rejected [JSESSIONID="F2A1A12BDD6752DF773F24515D3B3824", 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] 20170530-06:17:06: [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] 20170530-06:17:07: [WARN]: Cookie rejected [JSESSIONID="93965A4E512F75EAADA53DE52DD77F25", 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] 20170530-06:17:07: [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] 20170530-06:17:07: [WARN]: Cookie rejected [JSESSIONID="A48CFE8FB0AF4DA642B2807C97DF512A", 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] 20170530-06:17:07: [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] 20170530-06:17:08: [WARN]: Cookie rejected [JSESSIONID="D4CE72CAE6B5DEC5B0B9B715EA7A921C", 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] 20170530-06:17:08: [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] 20170530-06:17:08: [WARN]: Cookie rejected [JSESSIONID="7120867F1B0044F7461BDA00462007F0", 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] 20170530-06:17:08: [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] 20170530-06:17:09: [WARN]: Cookie rejected [JSESSIONID="B13EA184F48023FE24A38CD3119ED4BA", 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] 20170530-06:17:09: [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] 20170530-06:17:10: [WARN]: Cookie rejected [JSESSIONID="68298786BEF3D9345CEF4571C72791DE", 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] 20170530-06:17:10: [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] 20170530-06:17:10: [WARN]: Cookie rejected [JSESSIONID="26F0B89BB7EBA71D4208B72484EF9299", 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] 20170530-06:17:10: [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] 20170530-06:17:11: [WARN]: Cookie rejected [JSESSIONID="19C13A882CF94EDE8AE992822E4E88CB", 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] 20170530-06:17:11: [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] 20170530-06:17:11: [WARN]: Cookie rejected [JSESSIONID="DBED6734C8418F956518127D04F84D61", 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] 20170530-06:17:11: [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] 20170530-06:17:12: [WARN]: Cookie rejected [JSESSIONID="9586773E415FC2E28EE31DA6879A2B5D", 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] 20170530-06:17:12: [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] 20170530-06:17:13: [WARN]: Cookie rejected [JSESSIONID="ACEF72D24BDDEE638A24B67CFC6F2C8E", 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] 20170530-06:17:13: [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] 20170530-06:17:13: [WARN]: Cookie rejected [JSESSIONID="76CC2D86211BCA167C073DD08303E7BB", 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] 20170530-06:17:13: [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] 20170530-06:17:14: [WARN]: Cookie rejected [JSESSIONID="3A019017338E2DF7BBFA4CFDCD5AAB34", 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] 20170530-06:17:14: [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] 20170530-06:17:14: [WARN]: Cookie rejected [JSESSIONID="227631735A7784413E7149CB5ED05ABB", 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] 20170530-06:17:14: [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] 20170530-06:17:15: [WARN]: Cookie rejected [JSESSIONID="959C70CA2A751ED3864B2944FA05E796", 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] 20170530-06:17:15: [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] 20170530-06:17:15: [WARN]: Cookie rejected [JSESSIONID="B66A01FDFA04BB2E2926ABCF146653B3", 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] 20170530-06:17:15: [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] 20170530-06:17:16: [WARN]: Cookie rejected [JSESSIONID="658ED256360B69B4454BB5FE5A09B4E9", 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] 20170530-06:17:16: [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] 20170530-06:17:17: [WARN]: Cookie rejected [JSESSIONID="FBBB33F95C859AA652D36F2CFEA32C36", 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] 20170530-06:17:17: [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] 20170530-06:17:17: [WARN]: Cookie rejected [JSESSIONID="33F5D588311A70168974FCEECB9B65C4", 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] 20170530-06:17:17: [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] 20170530-06:17:18: [WARN]: Cookie rejected [JSESSIONID="178A88AA57A69D4B52738B1B7BE884B6", 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] 20170530-06:17:18: [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] 20170530-06:17:19: [WARN]: Cookie rejected [JSESSIONID="14360B6AFEE5F6E9962893ADEE5C578E", 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] 20170530-06:17:19: [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] 20170530-06:17:19: [WARN]: Cookie rejected [JSESSIONID="6413257A5649CF98D6549E6025C6193F", 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] 20170530-06:17:19: [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] 20170530-06:17:20: [WARN]: Cookie rejected [JSESSIONID="12528028DD14A0C0B5C1976AACFC1A98", 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] 20170530-06:17:20: [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] 20170530-06:17:21: [WARN]: Cookie rejected [JSESSIONID="EF61297FF47B2C73C8F7E561D6626C8E", 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] 20170530-06:17:21: [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] 20170530-06:17:21: [WARN]: Cookie rejected [JSESSIONID="249F24C862C15DF3DC977511D40521BF", 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] 20170530-06:17:21: [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] 20170530-06:17:22: [WARN]: Cookie rejected [JSESSIONID="3B62ACF985FCA281FEA7F6705EA7ACAF", 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] 20170530-06:17:22: [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] 20170530-06:17:22: [WARN]: Cookie rejected [JSESSIONID="2704D7F643FE2829072C4C954E5F3949", 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] 20170530-06:17:22: [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] 20170530-06:17:23: [WARN]: Cookie rejected [JSESSIONID="372ABCEB70EC14D4774B9EBF59920784", 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] 20170530-06:17:23: [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] 20170530-06:17:24: [WARN]: Cookie rejected [JSESSIONID="A4E191CDE4A6422C911A33D6C63D7E37", 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] 20170530-06:17:24: [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] 20170530-06:17:24: [WARN]: Cookie rejected [JSESSIONID="661077A98BC67DE16875144DFEAC3BCA", 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] 20170530-06:17:24: [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] 20170530-06:17:25: [WARN]: Cookie rejected [JSESSIONID="FC3C3F0152FE443A30157FD03D55CE3F", 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] 20170530-06:17:25: [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] 20170530-06:17:26: [WARN]: Cookie rejected [JSESSIONID="C137F52A4EEC8ED9252B379646F94F6E", 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] 20170530-06:17:26: [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] 20170530-06:17:26: [WARN]: Cookie rejected [JSESSIONID="8FB3E036FDB4D3ABA0285155032E1C9E", 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] 20170530-06:17:26: [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] 20170530-06:17:27: [WARN]: Cookie rejected [JSESSIONID="DA724D93E147C9458A1DEC00250A2D3C", 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] 20170530-06:17:27: [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] 20170530-06:17:27: [WARN]: Cookie rejected [JSESSIONID="BB77B75FA2C9F079F688D663F1609F5C", 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] 20170530-06:17:27: [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] 20170530-06:17:28: [WARN]: Cookie rejected [JSESSIONID="E248CC474BBD22DB80593C663BC5D701", 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] 20170530-06:17:28: [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] 20170530-06:17:29: [WARN]: Cookie rejected [JSESSIONID="A115EC056633E396DACBC9B7FD8947A1", 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] 20170530-06:17:29: [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] 20170530-06:17:29: [WARN]: Cookie rejected [JSESSIONID="2D17DE38442379F94178F05D864D2AA8", 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] 20170530-06:17:29: [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] 20170530-06:17:30: [WARN]: Cookie rejected [JSESSIONID="C71E190AE1E73B067DC7555A5C85E44E", 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] 20170530-06:17:30: [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] 20170530-06:17:30: [WARN]: Cookie rejected [JSESSIONID="36DF855B6580CD9E6FBB409992104B7D", 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] 20170530-06:17:30: [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] 20170530-06:17:31: [WARN]: Cookie rejected [JSESSIONID="423A853675397FFF31F9F375C71653D8", 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] 20170530-06:17:31: [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] 20170530-06:17:32: [WARN]: Cookie rejected [JSESSIONID="60F2C7A7382008CE38DC051BFC996BD1", 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] 20170530-06:17:32: [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] 20170530-06:17:32: [WARN]: Cookie rejected [JSESSIONID="D036A6D88DD6F2F744FEC62D7914D0D3", 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] 20170530-06:17:32: [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] 20170530-06:17:33: [WARN]: Cookie rejected [JSESSIONID="C7BF6CCA116BF755B7647D3A605FC1A8", 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] 20170530-06:17:33: [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] 20170530-06:17:34: [WARN]: Cookie rejected [JSESSIONID="518410C049A5FB10C59F815EDA42B8D1", 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] 20170530-06:17:34: [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] 20170530-06:17:34: [WARN]: Cookie rejected [JSESSIONID="5CC9BFD14E556BA5D6E4A90A43A4FFA8", 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] 20170530-06:17:34: [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] 20170530-06:17:35: [WARN]: Cookie rejected [JSESSIONID="A80F24961B00800DA5F4755E10CED31A", 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] 20170530-06:17:35: [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] 20170530-06:17:35: [WARN]: Cookie rejected [JSESSIONID="884F962267BF03DBA32CAA343F7ACC9F", 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] 20170530-06:17:35: [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] 20170530-06:17:36: [WARN]: Cookie rejected [JSESSIONID="1D7ECFB56887CFF9EACB7FE23E9774E9", 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] 20170530-06:17:36: [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] 20170530-06:17:37: [WARN]: Cookie rejected [JSESSIONID="759C478CAD0D14B3AA59BD39D25EDE5A", 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] 20170530-06:17:37: [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] 20170530-06:17:37: [WARN]: Cookie rejected [JSESSIONID="85E253B5D558EB0D517376D4A973C50A", 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] 20170530-06:17:37: [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] 20170530-06:17:38: [WARN]: Cookie rejected [JSESSIONID="3D3352CCA3E2C98CD0E9824F09888F4D", 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] 20170530-06:17:38: [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] 20170530-06:17:38: [WARN]: Cookie rejected [JSESSIONID="F7253184B7C1264D1CD5A4B6D97F3C59", 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] 20170530-06:17:38: [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] 20170530-06:17:39: [WARN]: Cookie rejected [JSESSIONID="BEBA3F4B07F4C82C727985AAFF701B49", 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] 20170530-06:17:39: [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] 20170530-06:17:40: [WARN]: Cookie rejected [JSESSIONID="01399F3B1185306279FF025D18B1F55E", 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] 20170530-06:17:40: [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] 20170530-06:17:40: [WARN]: Cookie rejected [JSESSIONID="A7D076EFB0CA61FDC18759245FDF1E9E", 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] 20170530-06:17:40: [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] 20170530-06:17:41: [WARN]: Cookie rejected [JSESSIONID="F0ABEA19E807DAE7446A1B58B2C0D235", 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] 20170530-06:17:41: [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] 20170530-06:17:42: [WARN]: Cookie rejected [JSESSIONID="79BE04EFF6E4BE24E5923E7101507C00", 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] 20170530-06:17:42: [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] 20170530-06:17:42: [WARN]: Cookie rejected [JSESSIONID="ED2AD1ABB3CB114FB02337117AAAC190", 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] 20170530-06:17:42: [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] 20170530-06:17:43: [WARN]: Cookie rejected [JSESSIONID="3DF19354BBF4AF8767AD13DCEF0D3708", 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] 20170530-06:17:43: [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] 20170530-06:17:43: [WARN]: Cookie rejected [JSESSIONID="138AD4678F738C281B60F963A51AA9BC", 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] 20170530-06:17:43: [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] 20170530-06:17:44: [WARN]: Cookie rejected [JSESSIONID="A2CAB8611E09CDEBC46B733B0513B86D", 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] 20170530-06:17:44: [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] 20170530-06:17:45: [WARN]: Cookie rejected [JSESSIONID="CEFA0E162A216C4CEF5ED8028AE07DEC", 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] 20170530-06:17:45: [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] 20170530-06:17:45: [WARN]: Cookie rejected [JSESSIONID="82DF61E1F13C6AFA5B9C41178624E15D", 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] 20170530-06:17:45: [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] 20170530-06:17:46: [WARN]: Cookie rejected [JSESSIONID="9EF6C9F075559177AE905FA934D9569A", 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] 20170530-06:17:46: [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] 20170530-06:17:46: [WARN]: Cookie rejected [JSESSIONID="B0CF544AE78CB54AB301432A5F4AD650", 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] 20170530-06:17:46: [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] 20170530-06:17:47: [WARN]: Cookie rejected [JSESSIONID="9DF6265840646350FBF73F4578A73951", 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] 20170530-06:17:47: [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] 20170530-06:17:48: [WARN]: Cookie rejected [JSESSIONID="3D03A8F57BB7C7BBEF96243C8E45A589", 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] 20170530-06:17:48: [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] 20170530-06:17:49: [WARN]: Cookie rejected [JSESSIONID="D556D32B74777BF26569E28D2103D9B0", 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] 20170530-06:17:49: [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] 20170530-06:17:49: [WARN]: Cookie rejected [JSESSIONID="57A28069D03DAA6BAF79C4C1260579AC", 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] 20170530-06:17:49: [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] 20170530-06:17:50: [WARN]: Cookie rejected [JSESSIONID="7179B89A1C3849AA13D336254324F444", 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] 20170530-06:17:50: [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] 20170530-06:17:50: [WARN]: Cookie rejected [JSESSIONID="00E0AC71CC8D05A3E61912D215E86452", 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] 20170530-06:17:50: [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] 20170530-06:17:51: [WARN]: Cookie rejected [JSESSIONID="E3C42FEB320BEA1F7E79B636635B2290", 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] 20170530-06:17:51: [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] 20170530-06:17:52: [WARN]: Cookie rejected [JSESSIONID="8F734DC9FBD9F1BEE22B08110202773D", 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] 20170530-06:17:52: [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] 20170530-06:17:52: [WARN]: Cookie rejected [JSESSIONID="B6F8DAB6FD11C359C3B8BF311687B079", 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] 20170530-06:17:52: [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] 20170530-06:17:53: [WARN]: Cookie rejected [JSESSIONID="91BA366B525A3E3B2B534251E440C4AD", 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] 20170530-06:17:53: [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] 20170530-06:17:53: [WARN]: Cookie rejected [JSESSIONID="ACB6742197A7B54BE569D53B24AE9E28", 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] 20170530-06:17:53: [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] 20170530-06:17:54: [WARN]: Cookie rejected [JSESSIONID="F9EBA85C45BA86C2A8AD6371A719D14B", 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] 20170530-06:17:54: [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] 20170530-06:17:55: [WARN]: Cookie rejected [JSESSIONID="3E5988577E4E476E2A7D6EFD30ACF96D", 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] 20170530-06:17:55: [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] 20170530-06:17:55: [WARN]: Cookie rejected [JSESSIONID="622806E5693E928846D40337E3122AF3", 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] 20170530-06:17:55: [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] 20170530-06:17:56: [WARN]: Cookie rejected [JSESSIONID="50262391BBBF5E76CC752C52C9BD2A4C", 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] 20170530-06:17:56: [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] 20170530-06:17:57: [WARN]: Cookie rejected [JSESSIONID="834D46AC655E8C8366E7C013FC3A591F", 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] 20170530-06:17:57: [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] 20170530-06:17:57: [WARN]: Cookie rejected [JSESSIONID="65771122CBC97224453DAB07A5F1C518", 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] 20170530-06:17:57: [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] 20170530-06:17:58: [WARN]: Cookie rejected [JSESSIONID="D87D6AD11AF98B1D0DD8919D23A2239F", 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] 20170530-06:17:58: [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] 20170530-06:17:58: [WARN]: Cookie rejected [JSESSIONID="B1375481B3DE925CA0B22F67070CC3E8", 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] 20170530-06:17:58: [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] 20170530-06:17:59: [WARN]: Cookie rejected [JSESSIONID="2AF88C1CFE559AC36795D2165025C895", 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] 20170530-06:17:59: [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] 20170530-06:18:00: [WARN]: Cookie rejected [JSESSIONID="6ECB66BCB9980632605D013BE8A6E9CF", 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] 20170530-06:18: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] 20170530-06:18:00: [WARN]: Cookie rejected [JSESSIONID="D0D7A3F309EA25F5AB064AA0785DE493", 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] 20170530-06:18: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] 20170530-06:18:01: [WARN]: Cookie rejected [JSESSIONID="3FE6F36949A554725D1BA4AFBEC626AC", 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] 20170530-06:18:01: [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] 20170530-06:18:02: [WARN]: Cookie rejected [JSESSIONID="33AC0C3CD8ECDF23A84E10F62FD95E56", 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] 20170530-06:18:02: [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] 20170530-06:18:02: [WARN]: Cookie rejected [JSESSIONID="121101FB5207AF6D70E5137C60AE6A1A", 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] 20170530-06:18:02: [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] 20170530-06:18:03: [WARN]: Cookie rejected [JSESSIONID="178D6D9FED8AEE19BEE295B4BAB54DF7", 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] 20170530-06:18:03: [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] 20170530-06:18:03: [WARN]: Cookie rejected [JSESSIONID="CCDC2E136CABC1667841215A2D20D5E5", 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] 20170530-06:18:03: [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] 20170530-06:18:04: [WARN]: Cookie rejected [JSESSIONID="9B53D2F32042D970A1D01F5806DA50F6", 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] 20170530-06:18:04: [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] 20170530-06:18:05: [WARN]: Cookie rejected [JSESSIONID="8BE988AD4EB9E93D69CF01402060CB83", 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] 20170530-06:18:05: [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] 20170530-06:18:05: [WARN]: Cookie rejected [JSESSIONID="87B2DBF39757B62C974BA8FB923C8F6F", 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] 20170530-06:18:05: [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] 20170530-06:18:06: [WARN]: Cookie rejected [JSESSIONID="899BACC9EBB8966819951E6F6F0330F3", 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] 20170530-06:18:06: [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] 20170530-06:18:06: [WARN]: Cookie rejected [JSESSIONID="5BC9F1C414A7D6EF4079BF5F6AF6558E", 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] 20170530-06:18:06: [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] 20170530-06:18:07: [WARN]: Cookie rejected [JSESSIONID="4C73CCB506B2D0B3AE426B8FC92196A8", 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] 20170530-06:18:07: [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] 20170530-06:18:08: [WARN]: Cookie rejected [JSESSIONID="229D356A65484EA7A31FEBB3AB02656B", 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] 20170530-06:18:08: [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] 20170530-06:18:08: [WARN]: Cookie rejected [JSESSIONID="C7DE8209DD3EE3038FE3AA6148B39157", 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] 20170530-06:18:08: [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] 20170530-06:18:09: [WARN]: Cookie rejected [JSESSIONID="0EA594B35174332987245B332C58EA5B", 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] 20170530-06:18:09: [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] 20170530-06:18:10: [WARN]: Cookie rejected [JSESSIONID="C2771F8826E00F28A0B8C12A0DE21262", 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] 20170530-06:18:10: [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] 20170530-06:18:10: [WARN]: Cookie rejected [JSESSIONID="5FBF8D0717ACE15F972DF70016ACE2D5", 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] 20170530-06:18:10: [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] 20170530-06:18:11: [WARN]: Cookie rejected [JSESSIONID="058362036D6D8CC7FFE7F7E16B348D71", 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] 20170530-06:18:11: [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] 20170530-06:18:11: [WARN]: Cookie rejected [JSESSIONID="EF07A09CE74AD083DFE6F196E5D41502", 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] 20170530-06:18:11: [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] 20170530-06:18:12: [WARN]: Cookie rejected [JSESSIONID="70A3F431718A48C5079F6444ADB81DDF", 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] 20170530-06:18:12: [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] 20170530-06:18:13: [WARN]: Cookie rejected [JSESSIONID="14A41BB932706F35A346CECF9950D37F", 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] 20170530-06:18:13: [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] 20170530-06:18:13: [WARN]: Cookie rejected [JSESSIONID="FAC871FC4B0AB991BCDCAE92A67CC30F", 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] 20170530-06:18:13: [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] 20170530-06:18:14: [WARN]: Cookie rejected [JSESSIONID="04382532F346C14F72A369F76278D843", 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] 20170530-06:18:14: [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] 20170530-06:18:14: [WARN]: Cookie rejected [JSESSIONID="5B5811FBCE410DE8E64D30C613BB3D72", 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] 20170530-06:18:14: [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] 20170530-06:18:15: [WARN]: Cookie rejected [JSESSIONID="EBE436F1B58FC943C284227FBBC85155", 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] 20170530-06:18:15: [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] 20170530-06:18:16: [WARN]: Cookie rejected [JSESSIONID="82CC6DCBA15DBE5FCFF520D35BE3E233", 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] 20170530-06:18:16: [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] 20170530-06:18:16: [WARN]: Cookie rejected [JSESSIONID="83F01582E3C9E71DC96DC82D2573E17F", 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] 20170530-06:18:16: [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] 20170530-06:18:17: [WARN]: Cookie rejected [JSESSIONID="0F0928D5D6767C690D69244A6F2C0FDE", 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] 20170530-06:18:17: [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] 20170530-06:18:18: [WARN]: Cookie rejected [JSESSIONID="465E423A2F5E9F2B8271DFC26E886A8A", 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] 20170530-06:18:18: [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] 20170530-06:18:18: [WARN]: Cookie rejected [JSESSIONID="8443A29C6EC68836EB7C49F5EBAD6DB4", 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] 20170530-06:18:18: [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] 20170530-06:18:19: [WARN]: Cookie rejected [JSESSIONID="DB48CAC7E4BD485F000BA7270739ACC0", 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] 20170530-06:18:19: [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] 20170530-06:18:20: [WARN]: Cookie rejected [JSESSIONID="5B32DB59715C586A3FECFBCCD519B776", 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] 20170530-06:18:20: [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] 20170530-06:18:20: [WARN]: Cookie rejected [JSESSIONID="1B09915B985D8102519769A868A972AC", 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] 20170530-06:18:20: [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] 20170530-06:18:21: [WARN]: Cookie rejected [JSESSIONID="BD453320A8EF3A4E19F04D96FF35CB57", 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] 20170530-06:18:21: [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] 20170530-06:18:21: [WARN]: Cookie rejected [JSESSIONID="F210C9D49D09947433F901511CF3449A", 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] 20170530-06:18:21: [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] 20170530-06:18:22: [WARN]: Cookie rejected [JSESSIONID="E1D37EE4BB0BBD95C8C4D7993DC81B4C", 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] 20170530-06:18:22: [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] 20170530-06:18:23: [WARN]: Cookie rejected [JSESSIONID="7EAECF8FE2CFEE06BCD2CCF0982CB9D2", 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] 20170530-06:18:23: [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] 20170530-06:18:23: [WARN]: Cookie rejected [JSESSIONID="2C59907756740DD0073F2897109CD2C2", 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] 20170530-06:18:23: [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] 20170530-06:18:24: [WARN]: Cookie rejected [JSESSIONID="0B02E657081DE51406D90D34262C4F9A", 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] 20170530-06:18:24: [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] 20170530-06:18:25: [WARN]: Cookie rejected [JSESSIONID="AC84FB01805BEE23C71E504BF8F033C8", 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] 20170530-06:18:25: [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] 20170530-06:18:25: [WARN]: Cookie rejected [JSESSIONID="EBE51D58383B48837F7283A0475A9D2A", 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] 20170530-06:18:25: [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] 20170530-06:18:26: [WARN]: Cookie rejected [JSESSIONID="64520DDB9D6EA9BC017F9B95105F539E", 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] 20170530-06:18:26: [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] 20170530-06:18:26: [WARN]: Cookie rejected [JSESSIONID="9DDF31FC773295225719D631533C45F7", 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] 20170530-06:18:26: [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] 20170530-06:18:27: [WARN]: Cookie rejected [JSESSIONID="D406996E779D12CD5D7C2E0CDC685A41", 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] 20170530-06:18:27: [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] 20170530-06:18:28: [WARN]: Cookie rejected [JSESSIONID="E5B9D7664FB9CB11C1598E81E3BCD6A3", 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] 20170530-06:18:28: [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] 20170530-06:18:28: [WARN]: Cookie rejected [JSESSIONID="A45547135A523680846E70B561724D4C", 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] 20170530-06:18:28: [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] 20170530-06:18:29: [WARN]: Cookie rejected [JSESSIONID="E8D0386C753E0D5A6C198D3DC0E647A5", 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] 20170530-06:18:29: [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] 20170530-06:18:29: [WARN]: Cookie rejected [JSESSIONID="F9AA9404A2F66CF2B6F59D53AF74CCCC", 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] 20170530-06:18:29: [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] 20170530-06:18:30: [WARN]: Cookie rejected [JSESSIONID="C0AAA7BB254042634449CCF21DA95737", 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] 20170530-06:18:30: [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] 20170530-06:18:31: [WARN]: Cookie rejected [JSESSIONID="7A686667745595345444A8E99DDE8BC2", 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] 20170530-06:18:31: [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] 20170530-06:18:31: [WARN]: Cookie rejected [JSESSIONID="C34ABC1830FFD21F8C4983D25B3553A1", 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] 20170530-06:18:31: [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] 20170530-06:18:32: [WARN]: Cookie rejected [JSESSIONID="08B4F00E9E5EFF80C946EC9BC53DD7DD", 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] 20170530-06:18:32: [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] 20170530-06:18:33: [WARN]: Cookie rejected [JSESSIONID="62BB09A0BF1DBB37477E59F548547CA3", 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] 20170530-06:18:33: [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] 20170530-06:18:33: [WARN]: Cookie rejected [JSESSIONID="5AA7460499BC31BBB12065B5A24F71B9", 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] 20170530-06:18:33: [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] 20170530-06:18:34: [WARN]: Cookie rejected [JSESSIONID="FD6E2A6219F202F8E61267F85DFA895C", 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] 20170530-06:18:34: [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] 20170530-06:18:35: [WARN]: Cookie rejected [JSESSIONID="2D4E3AFE4BDCA92EB4074D445E18C826", 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] 20170530-06:18:35: [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] 20170530-06:18:35: [WARN]: Cookie rejected [JSESSIONID="9A6CA55D1DF9745449230A6251CE00C2", 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] 20170530-06:18:35: [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] 20170530-06:18:36: [WARN]: Cookie rejected [JSESSIONID="BFFEFA6930A1DF66B588AFDE9C3D3B93", 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] 20170530-06:18:36: [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] 20170530-06:18:36: [WARN]: Cookie rejected [JSESSIONID="207C1FDA3FA283482DDFA5965D4BA8B1", 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] 20170530-06:18:36: [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] 20170530-06:18:37: [WARN]: Cookie rejected [JSESSIONID="0DAFE2EC36DFF97D1046ED3DE7055CE4", 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] 20170530-06:18:37: [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] 20170530-06:18:38: [WARN]: Cookie rejected [JSESSIONID="71F861EEABD565EE471227FDFFFBC0EC", 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] 20170530-06:18:38: [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] 20170530-06:18:38: [WARN]: Cookie rejected [JSESSIONID="55C22C162157127176DBF56EB4001C5E", 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] 20170530-06:18:38: [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] 20170530-06:18:39: [WARN]: Cookie rejected [JSESSIONID="F172F07B0FD3E70D9CC72569CE3EAC9E", 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] 20170530-06:18:39: [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] 20170530-06:18:39: [WARN]: Cookie rejected [JSESSIONID="C177169F5A1A6066A08AF90E021D8CF0", 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] 20170530-06:18:39: [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] 20170530-06:18:40: [WARN]: Cookie rejected [JSESSIONID="1636D5A0479C747128383E3F2D71837C", 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] 20170530-06:18:40: [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] 20170530-06:18:41: [WARN]: Cookie rejected [JSESSIONID="93C2AD82FA049E12AF854BC71AA8351E", 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] 20170530-06:18:41: [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] 20170530-06:18:41: [WARN]: Cookie rejected [JSESSIONID="A1FFD4690A110D10244B890A86079EE6", 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] 20170530-06:18:41: [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] 20170530-06:18:42: [WARN]: Cookie rejected [JSESSIONID="9597891F4C02FA86384A9A918FB91CA7", 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] 20170530-06:18:42: [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] 20170530-06:18:43: [WARN]: Cookie rejected [JSESSIONID="0F812A4B7739064EC3B36739040FD4D7", 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] 20170530-06:18:43: [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] 20170530-06:18:43: [WARN]: Cookie rejected [JSESSIONID="709A50002A8ADCB7ECB98E7D9EFB9127", 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] 20170530-06:18:43: [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] 20170530-06:18:44: [WARN]: Cookie rejected [JSESSIONID="6D7CB8CE3FA3A46430B43C2A3D410DFA", 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] 20170530-06:18:44: [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] 20170530-06:18:44: [WARN]: Cookie rejected [JSESSIONID="602BCF29C121B3C18F0C3E600A20B800", 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] 20170530-06:18:44: [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] 20170530-06:18:45: [WARN]: Cookie rejected [JSESSIONID="069BAE735A96B39ECBBD4318FD2F99B7", 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] 20170530-06:18:45: [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] 20170530-06:18:46: [WARN]: Cookie rejected [JSESSIONID="FFDB90BAA9DC09F068AB4F002B19A83E", 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] 20170530-06:18:46: [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] 20170530-06:18:46: [WARN]: Cookie rejected [JSESSIONID="EF884718B84DF533B777EEB7771784F4", 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] 20170530-06:18:46: [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] 20170530-06:18:47: [WARN]: Cookie rejected [JSESSIONID="1A3E94F18113FDA53D070DBB6908BD17", 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] 20170530-06:18:47: [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] 20170530-06:18:48: [WARN]: Cookie rejected [JSESSIONID="4CD65E2DB2E04232531CD5D730F56DD1", 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] 20170530-06:18:48: [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] 20170530-06:18:48: [WARN]: Cookie rejected [JSESSIONID="26AF6621BE6D1FCEA5C682EA889E4FAB", 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] 20170530-06:18:48: [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] 20170530-06:18:49: [WARN]: Cookie rejected [JSESSIONID="05CB2EAC7579C2E5FEF79116698C015C", 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] 20170530-06:18:49: [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] 20170530-06:18:49: [WARN]: Cookie rejected [JSESSIONID="64A16C2F4FECF2847EE22CA6E9C1CF44", 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] 20170530-06:18:49: [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] 20170530-06:18:50: [WARN]: Cookie rejected [JSESSIONID="0A3658EE3D0EF8D9390171EEB65E857C", 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] 20170530-06:18:50: [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] 20170530-06:18:51: [WARN]: Cookie rejected [JSESSIONID="DF314F94EFF597938413E96ADFE1C4A1", 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] 20170530-06:18:51: [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] 20170530-06:18:51: [WARN]: Cookie rejected [JSESSIONID="A6BBF0D54A3AC164156303F0AE34F6AA", 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] 20170530-06:18:51: [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] 20170530-06:18:52: [WARN]: Cookie rejected [JSESSIONID="96AF92EFB2B2FE7B87C80428B62AF4BC", 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] 20170530-06:18:52: [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] 20170530-06:18:53: [WARN]: Cookie rejected [JSESSIONID="F06E2AE4B54FC6378479CCAD7119AD9A", 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] 20170530-06:18:53: [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] 20170530-06:18:53: [WARN]: Cookie rejected [JSESSIONID="956A4EBB77FE090DDEAE91611CF93D6A", 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] 20170530-06:18:53: [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] 20170530-06:18:54: [WARN]: Cookie rejected [JSESSIONID="C181AB8FE0E0AB33F474C758D031BAC6", 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] 20170530-06:18:54: [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] 20170530-06:18:54: [WARN]: Cookie rejected [JSESSIONID="D70CBAD9D3635D58C92FEA022A352B7D", 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] 20170530-06:18:54: [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] 20170530-06:18:55: [WARN]: Cookie rejected [JSESSIONID="A6C57A304577FB884836172FF6D134D2", 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] 20170530-06:18:55: [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] 20170530-06:18:56: [WARN]: Cookie rejected [JSESSIONID="661D4A9F32DAF66C4D905DCDD2FCD15F", 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] 20170530-06:18:56: [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] 20170530-06:18:56: [WARN]: Cookie rejected [JSESSIONID="CCA8F20A536C477AAE4B94011D02F042", 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] 20170530-06:18:56: [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] 20170530-06:18:57: [WARN]: Cookie rejected [JSESSIONID="C93A846C897C93678A89425A4D922890", 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] 20170530-06:18:57: [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] 20170530-06:18:58: [WARN]: Cookie rejected [JSESSIONID="F7728D237E1A8DDA020BE3D00EAC2E5E", 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] 20170530-06:18:58: [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] 20170530-06:18:58: [WARN]: Cookie rejected [JSESSIONID="B064D36DD192A16F9AF2FDEE17F3C7EC", 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] 20170530-06:18:58: [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] 20170530-06:18:59: [WARN]: Cookie rejected [JSESSIONID="A61BC5C5279430FC6E9D281A75E95217", 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] 20170530-06:18:59: [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] 20170530-06:18:59: [WARN]: Cookie rejected [JSESSIONID="3E6A2EB0BCE7928844825A62870714BB", 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] 20170530-06:18:59: [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] 20170530-06:19:00: [WARN]: Cookie rejected [JSESSIONID="3F91A6BCEEF7C8B4ED0D4B4D911A867E", 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] 20170530-06:19:00: [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] 20170530-06:19:01: [WARN]: Cookie rejected [JSESSIONID="7E27964BA6E5026A5D6840231DE3056A", 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] 20170530-06:19:01: [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] 20170530-06:19:01: [WARN]: Cookie rejected [JSESSIONID="0AF5B388306DB57943DEE0821ECE1365", 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] 20170530-06:19:01: [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] 20170530-06:19:02: [WARN]: Cookie rejected [JSESSIONID="E21E4DA3BC1B7913B31920D8A07BE4F0", 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] 20170530-06:19:02: [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] 20170530-06:19:03: [WARN]: Cookie rejected [JSESSIONID="4BCFB7A248D5032EE18D507FD50F967E", 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] 20170530-06:19:03: [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] 20170530-06:19:03: [WARN]: Cookie rejected [JSESSIONID="BF8979C9A2E421CBD56E1FBEA533F198", 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] 20170530-06:19:03: [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] 20170530-06:19:04: [WARN]: Cookie rejected [JSESSIONID="1B814F79DBF891396C2F1156BDA622B1", 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] 20170530-06:19:04: [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] 20170530-06:19:04: [WARN]: Cookie rejected [JSESSIONID="6FFA88FBDF4F462AAD2C4A59BCAB8332", 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] 20170530-06:19:04: [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] 20170530-06:19:05: [WARN]: Cookie rejected [JSESSIONID="AE36C023CE05892E7D14D3296501FC8D", 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] 20170530-06:19:05: [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] 20170530-06:19:06: [WARN]: Cookie rejected [JSESSIONID="3CAB663F7E58AFAAFF4D085E45074503", 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] 20170530-06:19:06: [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] 20170530-06:19:06: [WARN]: Cookie rejected [JSESSIONID="1EA1B97C47D185F7908D4EA3B3357235", 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] 20170530-06:19:06: [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] 20170530-06:19:07: [WARN]: Cookie rejected [JSESSIONID="E2A45E3E08DD4C1E2A62ACAA6B480633", 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] 20170530-06:19:07: [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] 20170530-06:19:07: [WARN]: Cookie rejected [JSESSIONID="C5819590ED66B1F21CF236E80A7B9D8C", 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] 20170530-06:19:07: [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] 20170530-06:19:08: [WARN]: Cookie rejected [JSESSIONID="F42C3B8595443C6D741302A1B6233E2B", 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] 20170530-06:19:08: [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] 20170530-06:19:09: [WARN]: Cookie rejected [JSESSIONID="B50E0A7F929835A7F5D187929D20D50B", 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] 20170530-06:19:09: [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] 20170530-06:19:09: [WARN]: Cookie rejected [JSESSIONID="C51BA9FEAAEDDE7E1E813F879967F727", 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] 20170530-06:19:09: [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] 20170530-06:19:10: [WARN]: Cookie rejected [JSESSIONID="6FE5AB4A342BA72CD9391B67E50B5B07", 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] 20170530-06:19:10: [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] 20170530-06:19:10: [WARN]: Cookie rejected [JSESSIONID="D772D8FE0D10E57A4003CD444E048CDC", 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] 20170530-06:19:10: [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] 20170530-06:19:11: [WARN]: Cookie rejected [JSESSIONID="24ABA6612FECC695A664D57AA06C78E3", 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] 20170530-06:19:11: [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] 20170530-06:19:12: [WARN]: Cookie rejected [JSESSIONID="62A60A5E0304F2B1235BACD29515197A", 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] 20170530-06:19:12: [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] 20170530-06:19:12: [WARN]: Cookie rejected [JSESSIONID="0F644B8FC0D39D2611263FA2CB0292A1", 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] 20170530-06:19:12: [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] 20170530-06:19:13: [WARN]: Cookie rejected [JSESSIONID="F095AFC0A0A620C8201EF38C70F7E7CB", 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] 20170530-06:19:13: [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] 20170530-06:19:13: [WARN]: Cookie rejected [JSESSIONID="D6D7937E0E788F31C4C254E7B98888F3", 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] 20170530-06:19:13: [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] 20170530-06:19:14: [WARN]: Cookie rejected [JSESSIONID="E1C2EAABF66DEF8435418955CAAFC1BA", 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] 20170530-06:19:14: [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] 20170530-06:19:15: [WARN]: Cookie rejected [JSESSIONID="009EA7EA2C95030E811E27B4604E3E3C", 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] 20170530-06:19:15: [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] 20170530-06:19:15: [WARN]: Cookie rejected [JSESSIONID="B1A3AE01D6DBCBD855C77EBF1A7D647B", 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] 20170530-06:19:15: [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] 20170530-06:19:16: [WARN]: Cookie rejected [JSESSIONID="D0F39E699B6A1E794EBE1707A97F1985", 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] 20170530-06:19:16: [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] 20170530-06:19:16: [WARN]: Cookie rejected [JSESSIONID="53B10D4A918F4C3A143E14464A8E5F9E", 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] 20170530-06:19:16: [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] 20170530-06:19:17: [WARN]: Cookie rejected [JSESSIONID="7B733115B89289A617276704732E19E5", 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] 20170530-06:19:17: [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] 20170530-06:19:18: [WARN]: Cookie rejected [JSESSIONID="6BE7DE99FC0041EDF5C47C428C6C8612", 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] 20170530-06:19:18: [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] 20170530-06:19:18: [WARN]: Cookie rejected [JSESSIONID="CD823B18CA0B81FBAD82DBA1D74DB5B3", 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] 20170530-06:19:18: [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] 20170530-06:19:19: [WARN]: Cookie rejected [JSESSIONID="3A7E4EC86596791396404450BC7D4466", 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] 20170530-06:19:19: [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] 20170530-06:19:20: [WARN]: Cookie rejected [JSESSIONID="30E3ACAA35409B83986C8F81B8DA99A0", 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] 20170530-06:19:20: [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] 20170530-06:19:20: [WARN]: Cookie rejected [JSESSIONID="94D3591F3C937047F4FC021BB189560B", 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] 20170530-06:19:20: [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] 20170530-06:19:21: [WARN]: Cookie rejected [JSESSIONID="F02A5C66B873F03DAE1817F889274E90", 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] 20170530-06:19:21: [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] 20170530-06:19:22: [WARN]: Cookie rejected [JSESSIONID="DED72465E1FD0AA0C1681C2D9CA2BF1B", 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] 20170530-06:19:22: [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] 20170530-06:19:22: [WARN]: Cookie rejected [JSESSIONID="EE784A981219F8BB72B1E47F03DFE8E4", 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] 20170530-06:19:22: [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] 20170530-06:19:23: [WARN]: Cookie rejected [JSESSIONID="CB1C34CB3BC4E667B62EE80D7471067B", 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] 20170530-06:19:23: [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] 20170530-06:19:24: [WARN]: Cookie rejected [JSESSIONID="9E23183E575257A7335167BA766B7FC2", 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] 20170530-06:19:24: [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] 20170530-06:19:24: [WARN]: Cookie rejected [JSESSIONID="40379E87B93E5494AB4D71E46EE2343E", 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] 20170530-06:19:24: [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] 20170530-06:19:25: [WARN]: Cookie rejected [JSESSIONID="37595A69731FFDB9DD67BEACB44583EB", 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] 20170530-06:19:25: [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] 20170530-06:19:25: [WARN]: Cookie rejected [JSESSIONID="E4A2D911252E681F7EC9DCAF674C1D37", 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] 20170530-06:19:25: [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] 20170530-06:19:26: [WARN]: Cookie rejected [JSESSIONID="B8AD1DBC76ED94AC29E40190D49DCC2B", 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] 20170530-06:19:26: [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] 20170530-06:19:27: [WARN]: Cookie rejected [JSESSIONID="7634DDFB762A08E81D4E6F22A9111EF0", 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] 20170530-06:19:27: [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] 20170530-06:19:27: [WARN]: Cookie rejected [JSESSIONID="DA8296A761AFCF14588FC8CF64DC7794", 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] 20170530-06:19:27: [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] 20170530-06:19:28: [WARN]: Cookie rejected [JSESSIONID="6BB447A3CF17F261F2730BBEF7285C66", 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] 20170530-06:19:28: [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] 20170530-06:19:29: [WARN]: Cookie rejected [JSESSIONID="9D82B933B4827D9F931A31BAAF4D18AD", 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] 20170530-06:19:29: [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] 20170530-06:19:29: [WARN]: Cookie rejected [JSESSIONID="023B5C6934406879CF3DD33DBB1C7733", 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] 20170530-06:19:29: [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] 20170530-06:19:30: [WARN]: Cookie rejected [JSESSIONID="61602CF355E1EF9B9D3CADF08B35A74A", 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] 20170530-06:19:30: [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] 20170530-06:19:30: [WARN]: Cookie rejected [JSESSIONID="6A2CE42F98EABD21713D7284911D471E", 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] 20170530-06:19:30: [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] 20170530-06:19:31: [WARN]: Cookie rejected [JSESSIONID="A2B7947C6B5A7A04A1B36FA5E6A405E4", 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] 20170530-06:19:31: [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] 20170530-06:19:32: [WARN]: Cookie rejected [JSESSIONID="6D45EF0756F10CC6ABA91F690011AB6A", 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] 20170530-06:19:32: [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] 20170530-06:19:32: [WARN]: Cookie rejected [JSESSIONID="44E2D468D563FC45A7319222EA6586B6", 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] 20170530-06:19:32: [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] 20170530-06:19:33: [WARN]: Cookie rejected [JSESSIONID="E21CD2E508B0E5C2C46E5AD815B3F7D4", 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] 20170530-06:19:33: [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] 20170530-06:19:33: [WARN]: Cookie rejected [JSESSIONID="CDF2211539C454C122DF58221DA6052D", 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] 20170530-06:19:33: [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] 20170530-06:19:34: [WARN]: Cookie rejected [JSESSIONID="1C341FDE10EC772DAF4032090C51BF8E", 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] 20170530-06:19:34: [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] 20170530-06:19:35: [WARN]: Cookie rejected [JSESSIONID="B65AF5F0D9E04AC41ACBB605D0FA96EC", 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] 20170530-06:19:35: [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] 20170530-06:19:35: [WARN]: Cookie rejected [JSESSIONID="A314E58A2BA6226282807BFEEF5576F9", 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] 20170530-06:19:35: [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] 20170530-06:19:36: [WARN]: Cookie rejected [JSESSIONID="52239415103DA235B2EE754CA1094665", 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] 20170530-06:19:36: [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] 20170530-06:19:37: [WARN]: Cookie rejected [JSESSIONID="5DA9C2E43163F7D93A3EA524DED76A3A", 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] 20170530-06:19:37: [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] 20170530-06:19:37: [WARN]: Cookie rejected [JSESSIONID="191AEF087E4694B1E9BDCF17A9BAC462", 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] 20170530-06:19:37: [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] 20170530-06:19:38: [WARN]: Cookie rejected [JSESSIONID="DD5D51474F2580DA7ED2F2A2633D8B54", 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] 20170530-06:19:38: [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] 20170530-06:19:38: [WARN]: Cookie rejected [JSESSIONID="22756307C2E0C6BBAC6904E68D2F7081", 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] 20170530-06:19:38: [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] 20170530-06:19:39: [WARN]: Cookie rejected [JSESSIONID="0552D6E80449749B9ADABF5A717C6C8C", 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] 20170530-06:19:39: [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] 20170530-06:19:40: [WARN]: Cookie rejected [JSESSIONID="5C1BB225197C61BC002F0D983C5EAE38", 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] 20170530-06:19:40: [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] 20170530-06:19:40: [WARN]: Cookie rejected [JSESSIONID="77F2C1552D11FFFF748ED5258213454C", 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] 20170530-06:19:40: [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] 20170530-06:19:41: [WARN]: Cookie rejected [JSESSIONID="7FCDEB289BB04F52455496CDDD2D1EE7", 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] 20170530-06:19:41: [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] 20170530-06:19:41: [WARN]: Cookie rejected [JSESSIONID="6F02DCA22A00406DDCDDA5AB420FD6FF", 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] 20170530-06:19:41: [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] 20170530-06:19:42: [WARN]: Cookie rejected [JSESSIONID="C67EEC5949AF0722E3CC22D35FC5AA3B", 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] 20170530-06:19:42: [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] 20170530-06:19:43: [WARN]: Cookie rejected [JSESSIONID="C14E6A0A9B3527367C69D0D1E94B40A3", 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] 20170530-06:19:43: [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] 20170530-06:19:43: [WARN]: Cookie rejected [JSESSIONID="A6F5FC19179065A72995B1328185B466", 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] 20170530-06:19:43: [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] 20170530-06:19:44: [WARN]: Cookie rejected [JSESSIONID="0D68872180461BA94483630BF5CD7647", 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] 20170530-06:19:44: [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] 20170530-06:19:45: [WARN]: Cookie rejected [JSESSIONID="B7DE226C278F0A5D12FDBD6523C11AAB", 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] 20170530-06:19:45: [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] 20170530-06:19:45: [WARN]: Cookie rejected [JSESSIONID="B92858221FF5060A75FC2BEF53E81763", 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] 20170530-06:19:45: [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] 20170530-06:19:46: [WARN]: Cookie rejected [JSESSIONID="77D50CCDFA67499A0D1F03307608CD2D", 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] 20170530-06:19:46: [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] 20170530-06:19:46: [WARN]: Cookie rejected [JSESSIONID="132F110CC34169B6319CC385DB69B98F", 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] 20170530-06:19:46: [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] 20170530-06:19:47: [WARN]: Cookie rejected [JSESSIONID="1F7FB4025FE1DB0AF94190E70F4032B6", 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] 20170530-06:19:47: [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] 20170530-06:19:48: [WARN]: Cookie rejected [JSESSIONID="D6A60DCDAE8A30B6B9A4C20BD3C01870", 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] 20170530-06:19:48: [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] 20170530-06:19:48: [WARN]: Cookie rejected [JSESSIONID="5D8D561DAE6EA88CB3C5FBD0C3AE8C78", 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] 20170530-06:19:48: [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] 20170530-06:19:49: [WARN]: Cookie rejected [JSESSIONID="D9D540008E8468A468375AD79A325143", 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] 20170530-06:19:49: [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] 20170530-06:19:50: [WARN]: Cookie rejected [JSESSIONID="B6AC9C307F981CEB702220A04F17C354", 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] 20170530-06:19:50: [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] 20170530-06:19:50: [WARN]: Cookie rejected [JSESSIONID="3833F1FF5CE2E3069CCDC85C2D61BFE4", 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] 20170530-06:19:50: [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] 20170530-06:19:51: [WARN]: Cookie rejected [JSESSIONID="230831BD1AA6F952F14E015738EA0467", 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] 20170530-06:19:51: [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] 20170530-06:19:52: [WARN]: Cookie rejected [JSESSIONID="BEF73BB341C60AE1ADB39B2A039787C6", 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] 20170530-06:19:52: [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] 20170530-06:19:52: [WARN]: Cookie rejected [JSESSIONID="7EACD8A7B1A015F28C1D46D7B96C4A73", 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] 20170530-06:19:52: [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] 20170530-06:19:53: [WARN]: Cookie rejected [JSESSIONID="F6AA4D2450731687B6DC2322F5254B4E", 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] 20170530-06:19:53: [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] 20170530-06:19:54: [WARN]: Cookie rejected [JSESSIONID="B10C9A529B60D0988FB151E28D652FA5", 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] 20170530-06:19:54: [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] 20170530-06:19:54: [WARN]: Cookie rejected [JSESSIONID="53BABD79FDB00121D63AB06F2F407617", 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] 20170530-06:19:54: [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] 20170530-06:19:55: [WARN]: Cookie rejected [JSESSIONID="FA4AC4BEFE48BE50AAA1C9FB6C98F277", 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] 20170530-06:19:55: [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] 20170530-06:19:55: [WARN]: Cookie rejected [JSESSIONID="0936E70E25FAE21F299E218346F80277", 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] 20170530-06:19:55: [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] 20170530-06:19:56: [WARN]: Cookie rejected [JSESSIONID="F82BA88BD7A66EA4DF9DE878F8C01934", 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] 20170530-06:19:56: [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] 20170530-06:19:57: [WARN]: Cookie rejected [JSESSIONID="A1685BCC2A8A4ED2D65617ECF85F926A", 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] 20170530-06:19:57: [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] 20170530-06:19:57: [WARN]: Cookie rejected [JSESSIONID="D60D1403917EB7DB5163861EA527432E", 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] 20170530-06:19:57: [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] 20170530-06:19:58: [WARN]: Cookie rejected [JSESSIONID="8D20A8E8D303DE7554E47D92254DD70E", 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] 20170530-06:19:58: [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] 20170530-06:19:58: [WARN]: Cookie rejected [JSESSIONID="AAF9BB1CCBE3DEB38FE2A5CC074D67F2", 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] 20170530-06:19:58: [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] 20170530-06:19:59: [WARN]: Cookie rejected [JSESSIONID="C350B2C3EDE33700601E5EEBF0386056", 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] 20170530-06:19:59: [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] 20170530-06:20:00: [WARN]: Cookie rejected [JSESSIONID="52B53E0470A87371928A963A31C05F6D", 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] 20170530-06:20:00: [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] 20170530-06:20:00: [WARN]: Cookie rejected [JSESSIONID="9EBDC0DECD03646B22EFB879699A679E", 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] 20170530-06:20:00: [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] 20170530-06:20:01: [WARN]: Cookie rejected [JSESSIONID="13FEAD7DA06CEF2B1986D35B258A7598", 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] 20170530-06:20:01: [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] 20170530-06:20:02: [WARN]: Cookie rejected [JSESSIONID="F3CB364BAD33903BF767635930946DDB", 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] 20170530-06:20:02: [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] 20170530-06:20:02: [WARN]: Cookie rejected [JSESSIONID="D588AF90FFB8512F4D6F8E59BCC4D051", 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] 20170530-06:20:02: [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] 20170530-06:20:03: [WARN]: Cookie rejected [JSESSIONID="AD7E2049B16DD3D5351F984DB02CE0DE", 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] 20170530-06:20:03: [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] 20170530-06:20:03: [WARN]: Cookie rejected [JSESSIONID="8C34EA363F81AB8E7FD008EA6BEFC484", 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] 20170530-06:20:03: [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] 20170530-06:20:04: [WARN]: Cookie rejected [JSESSIONID="622A0A392A557E79BE6AFAD1571C58B9", 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] 20170530-06:20:04: [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] 20170530-06:20:05: [WARN]: Cookie rejected [JSESSIONID="9B33B5E31A9C250D2B1DED6E4F106068", 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] 20170530-06:20:05: [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] 20170530-06:20:05: [WARN]: Cookie rejected [JSESSIONID="DA0EC6EDFEB35D807778A037CF462489", 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] 20170530-06:20:05: [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] 20170530-06:20:06: [WARN]: Cookie rejected [JSESSIONID="FB8292484F9E0BA34F080773F156907D", 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] 20170530-06:20:06: [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] 20170530-06:20:06: [WARN]: Cookie rejected [JSESSIONID="18D4CF49D91C13D4037F4E6ED0C5191D", 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] 20170530-06:20:06: [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] 20170530-06:20:07: [WARN]: Cookie rejected [JSESSIONID="E21926720641C913B4DFB4EC53DC3CE3", 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] 20170530-06:20:07: [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] 20170530-06:20:08: [WARN]: Cookie rejected [JSESSIONID="12F5FD875130BC655311ECD5D849EB25", 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] 20170530-06:20:08: [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] 20170530-06:20:08: [WARN]: Cookie rejected [JSESSIONID="65D7CF5AE150015C3EE6E893A5C46703", 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] 20170530-06:20:08: [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] 20170530-06:20:09: [WARN]: Cookie rejected [JSESSIONID="8B40B016B5E0EB1F79ACDC5FF9AE1707", 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] 20170530-06:20:09: [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] 20170530-06:20:10: [WARN]: Cookie rejected [JSESSIONID="3A10A1C79106F8771140913A2E91DBAF", 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] 20170530-06:20:10: [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] 20170530-06:20:10: [WARN]: Cookie rejected [JSESSIONID="6F5FAE3C78385A577C61C0134D7A33AA", 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] 20170530-06:20:10: [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] 20170530-06:20:11: [WARN]: Cookie rejected [JSESSIONID="0407EE564FBD8D4EBAAF62573CB09B15", 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] 20170530-06:20:11: [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] 20170530-06:20:11: [WARN]: Cookie rejected [JSESSIONID="4F14A5F9B951650C57B33250780055E2", 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] 20170530-06:20:11: [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] 20170530-06:20:12: [WARN]: Cookie rejected [JSESSIONID="25EB7B25FD236118526378723C63E4F9", 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] 20170530-06:20:12: [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] 20170530-06:20:13: [WARN]: Cookie rejected [JSESSIONID="08E4A8289333B43A3CAB0160B72A6ABE", 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] 20170530-06:20:13: [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] 20170530-06:20:13: [WARN]: Cookie rejected [JSESSIONID="E0EEBB11E026C02F9296935AEEC8322B", 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] 20170530-06:20:13: [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] 20170530-06:20:14: [WARN]: Cookie rejected [JSESSIONID="63963198EDC8D36F2614B5CBA31B9B31", 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] 20170530-06:20:14: [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] 20170530-06:20:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:20:14: [INFO]: ***************** running test for testSearch(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/search/solr/?q=*:* [org.dataone.client.rest.RestClient] 20170530-06:20:15: [INFO]: ***************** running test for testSearch(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:15: [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] 20170530-06:20:15: [INFO]: ***************** running test for testSearch(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:16: [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] 20170530-06:20:16: [INFO]: ***************** running test for testSearch(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:16: [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] 20170530-06:20:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:16: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 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 20170530-06:20:16: [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 20170530-06:20:16: [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 20170530-06:20:16: [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 20170530-06:20:16: [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-:@$-_.!*()',~ 20170530-06:20:16: [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-._~ 20170530-06:20:16: [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-$!*()', 20170530-06:20:16: [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-:@ 20170530-06:20:17: [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-"#<>[]^`{}| 20170530-06:20:17: [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-\ 20170530-06:20:17: [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 20170530-06:20:17: [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 20170530-06:20:17: [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-% 20170530-06:20:17: [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 20170530-06:20:17: [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-+ 20170530-06:20:17: [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+ 20170530-06:20:17: [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-; 20170530-06:20:17: [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-/? 20170530-06:20:17: [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-&=&= 20170530-06:20:17: [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-¡¢£ 20170530-06:20:17: [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-䦹䦺 20170530-06:20:17: [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-𐌔𐌕𐌖𐌗 20170530-06:20:17: [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 20170530-06:20:17: [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 20170530-06:20:17: [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 20170530-06:20:17: [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 20170530-06:20:17: [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) 20170530-06:20:17: [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-ฉันกินกระจกได้ 20170530-06:20:17: [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 20170530-06:20:17: [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 20170530-06:20:17: [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 20170530-06:20:17: [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 20170530-06:20:17: [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 20170530-06:20:17: [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-:@$-_.!*()',~ 20170530-06:20:18: [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-._~ 20170530-06:20:18: [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-$!*()', 20170530-06:20:18: [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-:@ 20170530-06:20:18: [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-"#<>[]^`{}| 20170530-06:20:18: [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-\ 20170530-06:20:18: [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 20170530-06:20:18: [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 20170530-06:20:18: [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-% 20170530-06:20:18: [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 20170530-06:20:18: [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-+ 20170530-06:20:18: [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+ 20170530-06:20:18: [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-; 20170530-06:20:18: [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-/? 20170530-06:20:18: [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-&=&= 20170530-06:20:18: [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-¡¢£ 20170530-06:20:18: [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-䦹䦺 20170530-06:20:18: [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-𐌔𐌕𐌖𐌗 20170530-06:20:18: [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 20170530-06:20:18: [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 20170530-06:20:18: [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 20170530-06:20:18: [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 20170530-06:20:18: [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) 20170530-06:20:18: [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-ฉันกินกระจกได้ 20170530-06:20:18: [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 20170530-06:20:18: [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 20170530-06:20:18: [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 20170530-06:20:18: [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 20170530-06:20:19: [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 20170530-06:20:19: [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-:@$-_.!*()',~ 20170530-06:20:19: [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-._~ 20170530-06:20:19: [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-$!*()', 20170530-06:20:19: [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-:@ 20170530-06:20:19: [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-"#<>[]^`{}| 20170530-06:20:19: [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-\ 20170530-06:20:19: [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 20170530-06:20:19: [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 20170530-06:20:19: [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-% 20170530-06:20:19: [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 20170530-06:20:19: [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-+ 20170530-06:20:19: [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+ 20170530-06:20:19: [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-; 20170530-06:20:19: [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-/? 20170530-06:20:19: [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-&=&= 20170530-06:20:19: [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-¡¢£ 20170530-06:20:19: [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-䦹䦺 20170530-06:20:19: [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-𐌔𐌕𐌖𐌗 20170530-06:20:19: [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 20170530-06:20:19: [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 20170530-06:20:19: [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 20170530-06:20:19: [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 20170530-06:20:19: [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) 20170530-06:20:19: [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-ฉันกินกระจกได้ 20170530-06:20:19: [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 20170530-06:20:19: [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 20170530-06:20:19: [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 20170530-06:20:19: [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 20170530-06:20:19: [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 20170530-06:20:19: [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-:@$-_.!*()',~ 20170530-06:20:19: [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-._~ 20170530-06:20:19: [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-$!*()', 20170530-06:20:19: [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-:@ 20170530-06:20:19: [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-"#<>[]^`{}| 20170530-06:20:19: [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-\ 20170530-06:20:19: [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 20170530-06:20:20: [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 20170530-06:20:20: [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-% 20170530-06:20:20: [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 20170530-06:20:20: [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-+ 20170530-06:20:20: [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+ 20170530-06:20:20: [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-; 20170530-06:20:20: [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-/? 20170530-06:20:20: [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-&=&= 20170530-06:20:20: [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-¡¢£ 20170530-06:20:20: [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-䦹䦺 20170530-06:20:20: [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-𐌔𐌕𐌖𐌗 20170530-06:20:20: [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 20170530-06:20:20: [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 20170530-06:20:20: [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 20170530-06:20:20: [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 20170530-06:20:21: [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) 20170530-06:20:21: [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-ฉันกินกระจกได้ 20170530-06:20:21: [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 20170530-06:20:21: [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 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:20:21: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient] 20170530-06:20:21: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [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] 20170530-06:20:21: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [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] 20170530-06:20:21: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [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] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:20:21: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query/solr/?q=*:* [org.dataone.client.rest.RestClient] 20170530-06:20:21: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [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] 20170530-06:20:21: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [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] 20170530-06:20:21: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [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] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:20:21: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-06:20:21: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-06:20:21: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-06:20:21: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:20:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:20:21: [INFO]: ***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient] 20170530-06:20:21: [INFO]: ***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-06:20:21: [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] 20170530-06:20:21: [INFO]: ***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-06:20:21: [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] 20170530-06:20:21: [INFO]: ***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-06:20:22: [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: 5, Errors: 0, Skipped: 0, Time elapsed: 848.503 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNReplicationV1IT Tests run: 18, Failures: 0, Errors: 0, Skipped: 18, Time elapsed: 0.009 sec Running org.dataone.integration.it.apiTests.CNReplicationV2IT Tests run: 18, Failures: 0, Errors: 0, Skipped: 18, Time elapsed: 0.007 sec Running org.dataone.integration.it.apiTests.CNAuthorizationV2IT 20170530-06:20:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:22: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:20:22: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:22: [INFO]: ***************** running test for testIsAuthorized() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:22: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:24: [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] 20170530-06:20:24: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:24: [INFO]: ***************** running test for testIsAuthorized() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:24: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:20:25: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:25: [INFO]: ***************** running test for testIsAuthorized() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:25: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20: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] 20170530-06:20:29: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:29: [INFO]: ***************** running test for testIsAuthorized() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:20:30: [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] 20170530-06:20:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient] 20170530-06:20:31: [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] 20170530-06:20:32: [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] 20170530-06:20:33: [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] 20170530-06:20:33: [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] 20170530-06:20:34: [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] 20170530-06:20:35: [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] 20170530-06:20:35: [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] 20170530-06:20:36: [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] 20170530-06:20:37: [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] 20170530-06:20:37: [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] 20170530-06:20:38: [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] 20170530-06:20:39: [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] 20170530-06:20:39: [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] 20170530-06:20:40: [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] 20170530-06:20:41: [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] 20170530-06:20:41: [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] 20170530-06:20:42: [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] 20170530-06:20:43: [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] 20170530-06:20:43: [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] 20170530-06:20:44: [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] 20170530-06:20:44: [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] 20170530-06:20:45: [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] 20170530-06:20:46: [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] 20170530-06:20:46: [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] 20170530-06:20:47: [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] 20170530-06:20:48: [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] 20170530-06:20:48: [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] 20170530-06:20:49: [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] 20170530-06:20:50: [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] 20170530-06:20:50: [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] 20170530-06:20:51: [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] 20170530-06:20:52: [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] 20170530-06:20:52: [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] 20170530-06:20:53: [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] 20170530-06:20:53: [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] 20170530-06:20:54: [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] 20170530-06:20:55: [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] 20170530-06:20:55: [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] 20170530-06:20:56: [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] 20170530-06:20:57: [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] 20170530-06:20:58: [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] 20170530-06:20:58: [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] 20170530-06:20:59: [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] 20170530-06:21:00: [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] 20170530-06:21:00: [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] 20170530-06:21:01: [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] 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:: Could not get CNode from the underlying context (D1Client.CN_URL) 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: Could not get CNode from the underlying context (D1Client.CN_URL) 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 20170530-06:21:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:01: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:21:01: [INFO]: ***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-06:21:02: [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) 20170530-06:21:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:02: [INFO]: ***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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] 20170530-06:21:02: [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) 20170530-06:21:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:02: [INFO]: ***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-06:21: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.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) 20170530-06:21:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:03: [INFO]: ***************** running test for testSetRightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:03: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:03: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:03: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:03: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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] 20170530-06:21: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: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) 20170530-06:21:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:21:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: ***************** running test for testSetAccessPolicy() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-06:21: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: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) 20170530-06:21:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-06:21:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: ***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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] 20170530-06:21: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: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) 20170530-06:21:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-06:21:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: ***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-06:21: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: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) 20170530-06:21:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-06:21:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: ***************** running test for testSetAccessPolicy() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-06:21: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: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) 20170530-06:21:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-06:21:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta [org.dataone.client.rest.RestClient] 20170530-06:21:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:21:05: [INFO]: Testing isAuthorized() method ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: Testing isAuthorized(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:21:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:06: [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] 20170530-06:21:06: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:06: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:06: [INFO]: Running isAuthorized() on GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B00939317-3F0D-4526-BBEB-B3DB57C80836%7D with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21:07: [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] 20170530-06:21:08: [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] 20170530-06:21:08: [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] 20170530-06:21:08: [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] 20170530-06:21:08: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:09: [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] 20170530-06:21: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] 20170530-06:21:10: [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] 20170530-06:21: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] 20170530-06:21: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] 20170530-06:21:11: [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] 20170530-06:21:11: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:12: [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] 20170530-06:21: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21:13: [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] 20170530-06:21:13: [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] 20170530-06:21:13: [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] 20170530-06:21: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=read [org.dataone.client.rest.RestClient] 20170530-06:21:14: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:14: [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] 20170530-06:21: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21:16: [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] 20170530-06:21:16: [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] 20170530-06:21:17: [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] 20170530-06:21: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] 20170530-06:21:17: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:18: [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] 20170530-06:21: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21:19: [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) 20170530-06:21: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] 20170530-06:21: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=write [org.dataone.client.rest.RestClient] 20170530-06:21:20: [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) 20170530-06:21:21: [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] 20170530-06:21: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=read [org.dataone.client.rest.RestClient] 20170530-06:21:22: [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) 20170530-06:21:22: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:22: [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] 20170530-06:21: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21:23: [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) 20170530-06:21:24: [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] 20170530-06:21:25: [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] 20170530-06:21:25: [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) 20170530-06:21:25: [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] 20170530-06:21:26: [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] 20170530-06:21:26: [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) 20170530-06:21:26: [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] 20170530-06:21:27: [WARN]: Cookie rejected [JSESSIONID="E6CD914C42C6C76D9F771CEC53C449AE", 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] 20170530-06:21:27: [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] 20170530-06:21:27: [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) 20170530-06:21:27: [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] 20170530-06:21:28: [WARN]: Cookie rejected [JSESSIONID="D787CA6FD1C692A47471CC603F655EC2", 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] 20170530-06:21:28: [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] 20170530-06:21:28: [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) 20170530-06:21:28: [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] 20170530-06:21:28: [WARN]: Cookie rejected [JSESSIONID="20B448DA5179051467626E246B6555F7", 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] 20170530-06:21:28: [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] 20170530-06:21:28: [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) 20170530-06:21:28: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:29: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:29: [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) 20170530-06:21:29: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:29: [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) 20170530-06:21:30: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:30: [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) 20170530-06:21: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] 20170530-06:21: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:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:31: [WARN]: Cookie rejected [JSESSIONID="359C4A999598FA0388B952B122D26275", 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] 20170530-06:21:31: [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] 20170530-06:21:31: [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) 20170530-06:21:32: [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] 20170530-06:21:32: [WARN]: Cookie rejected [JSESSIONID="2939F48B7B721E81881AA6AF6FB7C7A6", 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] 20170530-06:21:32: [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] 20170530-06:21:32: [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) 20170530-06:21:32: [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] 20170530-06:21:32: [WARN]: Cookie rejected [JSESSIONID="AEA774141CCCED1A540AAD4C457BE958", 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] 20170530-06:21:32: [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] 20170530-06:21:32: [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) 20170530-06:21:32: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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:RightsHolder_testPerson.15 [org.dataone.client.rest.RestClient] 20170530-06:21:33: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:33: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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] 20170530-06:21: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21:35: [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] 20170530-06:21: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=write [org.dataone.client.rest.RestClient] 20170530-06:21: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=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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=read [org.dataone.client.rest.RestClient] 20170530-06:21:36: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:37: [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] 20170530-06:21: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21: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=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:21:38: [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] 20170530-06:21: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=read [org.dataone.client.rest.RestClient] 20170530-06:21:39: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:39: [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] 20170530-06:21: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21: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=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:21:42: [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] 20170530-06:21: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] 20170530-06:21:42: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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] 20170530-06:21: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21: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] 20170530-06:21: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] 20170530-06:21:46: [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] 20170530-06:21: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] 20170530-06:21:46: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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] 20170530-06:21: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] 20170530-06:21:48: [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) 20170530-06:21: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] 20170530-06:21: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:21:50: [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) 20170530-06:21:50: [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] 20170530-06:21: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=read [org.dataone.client.rest.RestClient] 20170530-06:21:52: [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) 20170530-06:21:52: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:52: [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] 20170530-06:21: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21:53: [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) 20170530-06:21: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=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:21:54: [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) 20170530-06:21: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=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:21:56: [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) 20170530-06:21:56: [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] 20170530-06:21:57: [WARN]: Cookie rejected [JSESSIONID="34921491CEB8A7C1B27DC10DCF6FB6E4", 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] 20170530-06:21: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:21: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:409) at org.dataone.integration.it.testImplementations.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) 20170530-06:21:57: [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] 20170530-06:21:57: [WARN]: Cookie rejected [JSESSIONID="C67F59FE81926876819927DE0457DB1C", 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] 20170530-06:21: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:21:57: [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) 20170530-06:21:58: [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] 20170530-06:21:58: [WARN]: Cookie rejected [JSESSIONID="0D4B826DED14A75C0545B4D3D5689EDF", 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] 20170530-06:21: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:21:58: [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) 20170530-06:21:58: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:59: [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] 20170530-06:21:59: [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) 20170530-06:21:59: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:21:59: [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) 20170530-06:22:00: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:00: [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) 20170530-06:22: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] 20170530-06:22:00: [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] 20170530-06:22:01: [WARN]: Cookie rejected [JSESSIONID="E6062797E339D0244B9D3954456C64D9", 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] 20170530-06:22: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:01: [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) 20170530-06:22:01: [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] 20170530-06:22:01: [WARN]: Cookie rejected [JSESSIONID="422DE996D1BB93C7D25477075F2E8885", 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] 20170530-06:22: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:22:01: [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) 20170530-06:22: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=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:02: [WARN]: Cookie rejected [JSESSIONID="C779A0B6C963C22FEF028426DED8C87C", 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] 20170530-06:22: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:22:02: [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) 20170530-06:22:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:03: [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] 20170530-06:22:03: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:03: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:03: [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] 20170530-06:22: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:04: [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] 20170530-06:22: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:22: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] 20170530-06:22: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:22:05: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22: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] 20170530-06:22: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:07: [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] 20170530-06:22: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=write [org.dataone.client.rest.RestClient] 20170530-06:22:07: [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] 20170530-06:22: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:RightsHolder_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:22:08: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:08: [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] 20170530-06:22: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:09: [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] 20170530-06:22: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] 20170530-06:22: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] 20170530-06:22: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_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:22:10: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22: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] 20170530-06:22: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:12: [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] 20170530-06:22: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_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:22:13: [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] 20170530-06:22: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=read [org.dataone.client.rest.RestClient] 20170530-06:22:14: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:14: [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] 20170530-06:22: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:17: [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) 20170530-06:22:17: [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] 20170530-06:22: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:22:19: [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) 20170530-06:22:19: [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] 20170530-06:22: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_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:22:21: [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) 20170530-06:22:21: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:22: [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] 20170530-06:22: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] 20170530-06:22: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) 20170530-06:22:23: [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] 20170530-06:22: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_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:22:25: [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) 20170530-06:22:26: [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] 20170530-06:22: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_testPerson.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:22:27: [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) 20170530-06:22:28: [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] 20170530-06:22:28: [WARN]: Cookie rejected [JSESSIONID="F87E6B1C17AE66A563DB214424E30B40", 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] 20170530-06:22: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:28: [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) 20170530-06:22:29: [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] 20170530-06:22:29: [WARN]: Cookie rejected [JSESSIONID="5942A9AE628B380313D9DA3983BC017F", 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] 20170530-06:22: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=write [org.dataone.client.rest.RestClient] 20170530-06:22:29: [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) 20170530-06:22:30: [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] 20170530-06:22:30: [WARN]: Cookie rejected [JSESSIONID="D151C2CA81C93B088BFC6CB0BDF1F2E3", 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] 20170530-06:22: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=read [org.dataone.client.rest.RestClient] 20170530-06:22:30: [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) 20170530-06:22:30: [INFO]: created client for certificate file: testPerson_Expired with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:31: [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] 20170530-06:22:31: [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) 20170530-06:22:31: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:31: [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) 20170530-06:22:32: [INFO]: Running isAuthorized() on null with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:32: [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) 20170530-06:22:32: [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] 20170530-06:22: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=read with pid TierTesting:cn-dev-unm-1:RightsHolder_testPerson.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:33: [WARN]: Cookie rejected [JSESSIONID="0B8D5B54077572FDC1CAF0E7BF973F62", 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] 20170530-06:22: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:RightsHolder_testPerson.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:33: [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) 20170530-06:22:33: [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] 20170530-06:22:34: [WARN]: Cookie rejected [JSESSIONID="0C3BC29E9B9CD4442E374774F52B4096", 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] 20170530-06:22: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:RightsHolder_testPerson.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:22:34: [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) 20170530-06:22:34: [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] 20170530-06:22:35: [WARN]: Cookie rejected [JSESSIONID="5077A0CE497CFD6DF215C81F55B25B6B", 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] 20170530-06:22: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=read [org.dataone.client.rest.RestClient] 20170530-06:22:35: [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) 20170530-06:22:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:36: [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] 20170530-06:22:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:36: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:22:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:36: [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] 20170530-06:22:36: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:36: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22: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=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:38: [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] 20170530-06:22:38: [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] 20170530-06:22:39: [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] 20170530-06:22:39: [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] 20170530-06:22:40: [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] 20170530-06:22:40: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:41: [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] 20170530-06:22: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] 20170530-06:22:41: [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) 20170530-06:22: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] 20170530-06:22:43: [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] 20170530-06:22:43: [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) 20170530-06:22: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] 20170530-06:22: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] 20170530-06:22:44: [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) 20170530-06:22:44: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22: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] 20170530-06:22: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] 20170530-06:22: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] 20170530-06:22:46: [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] 20170530-06:22: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] 20170530-06:22: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=read [org.dataone.client.rest.RestClient] 20170530-06:22:47: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:48: [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] 20170530-06:22:49: [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] 20170530-06:22:49: [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] 20170530-06:22: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=write [org.dataone.client.rest.RestClient] 20170530-06:22:50: [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] 20170530-06:22: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=read [org.dataone.client.rest.RestClient] 20170530-06:22:51: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:51: [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] 20170530-06:22: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:52: [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] 20170530-06:22:53: [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] 20170530-06:22:53: [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] 20170530-06:22: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=read [org.dataone.client.rest.RestClient] 20170530-06:22:54: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:22:54: [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] 20170530-06:22: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:55: [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) 20170530-06:22:56: [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] 20170530-06:22:56: [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] 20170530-06:22:56: [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) 20170530-06:22:57: [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] 20170530-06:22: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=read [org.dataone.client.rest.RestClient] 20170530-06:22:58: [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) 20170530-06:22:58: [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] 20170530-06:22:59: [WARN]: Cookie rejected [JSESSIONID="0621B1D82865F04D2272DF09FC7F8536", 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] 20170530-06:22: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:22:59: [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) 20170530-06:22:59: [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] 20170530-06:22:59: [WARN]: Cookie rejected [JSESSIONID="41EF7BF80E1273FD3CC81EEEA3C4D77D", 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] 20170530-06:22: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] 20170530-06:22:59: [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) 20170530-06:23:00: [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] 20170530-06:23:00: [WARN]: Cookie rejected [JSESSIONID="EB1200AFB32BC6B0FCFECA968B7E5675", 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] 20170530-06:23: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] 20170530-06:23:00: [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) 20170530-06:23: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] 20170530-06:23: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=read with pid TierTesting:cn-dev:RightsHolder_testGroup.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:01: [WARN]: Cookie rejected [JSESSIONID="9BFBE8C771FB139787640C651BDFF879", 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] 20170530-06:23: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] 20170530-06:23:01: [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) 20170530-06:23: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] 20170530-06:23:02: [WARN]: Cookie rejected [JSESSIONID="B97BAD26526338F22531ED1AABC13740", 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] 20170530-06:23:02: [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] 20170530-06:23:02: [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) 20170530-06:23:02: [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] 20170530-06:23:03: [WARN]: Cookie rejected [JSESSIONID="EB196C121672C2F37560022D43AD1B03", 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] 20170530-06:23: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=read [org.dataone.client.rest.RestClient] 20170530-06:23:03: [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) 20170530-06:23:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:03: [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] 20170530-06:23:03: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:03: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:04: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:05: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:23:06: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:23:07: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:07: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:08: [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) 20170530-06:23: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=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:23:10: [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) 20170530-06:23:10: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:23:11: [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) 20170530-06:23:11: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23: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] 20170530-06:23: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] 20170530-06:23: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] 20170530-06:23: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] 20170530-06:23: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] 20170530-06:23: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:23:14: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23: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] 20170530-06:23: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] 20170530-06:23:16: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:23: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=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23: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=read [org.dataone.client.rest.RestClient] 20170530-06:23:18: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:18: [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] 20170530-06:23: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:19: [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] 20170530-06:23: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=write [org.dataone.client.rest.RestClient] 20170530-06:23:20: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:23:21: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:21: [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] 20170530-06:23: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:22: [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) 20170530-06:23: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=changePermission with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23: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=write [org.dataone.client.rest.RestClient] 20170530-06:23:23: [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) 20170530-06:23: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=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:23:24: [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) 20170530-06:23:25: [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] 20170530-06:23:26: [WARN]: Cookie rejected [JSESSIONID="C75CEF10CD551BEDD748FA4535CA2FE6", 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] 20170530-06:23: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:26: [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) 20170530-06:23:26: [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] 20170530-06:23:26: [WARN]: Cookie rejected [JSESSIONID="779270D042DE21AD2B001B7214134A7D", 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] 20170530-06:23: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] 20170530-06:23:26: [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) 20170530-06:23: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] 20170530-06:23:27: [WARN]: Cookie rejected [JSESSIONID="E6C8734A96E3A89842D65D1EE0A1C4C2", 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] 20170530-06:23: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] 20170530-06:23:27: [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) 20170530-06:23:27: [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] 20170530-06:23:27: [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] 20170530-06:23:28: [WARN]: Cookie rejected [JSESSIONID="4310578D90D20438EE715478F4538DB4", 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] 20170530-06:23: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] 20170530-06:23:28: [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) 20170530-06:23:28: [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] 20170530-06:23:29: [WARN]: Cookie rejected [JSESSIONID="6D90E3CC482A91219CBFE28F37D9D0F4", 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] 20170530-06:23: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_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:23:29: [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) 20170530-06:23: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=write with pid TierTesting:cn-dev-ucsb-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:29: [WARN]: Cookie rejected [JSESSIONID="83F5E10CE0B8E43ABC358F74A6C6346A", 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] 20170530-06:23: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_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:23:29: [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) 20170530-06:23:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:30: [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] 20170530-06:23:30: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:30: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:31: [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] 20170530-06:23: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_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:33: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:23: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=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23: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_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:23:35: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:36: [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] 20170530-06:23: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_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:37: [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) 20170530-06:23:37: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:23:39: [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) 20170530-06:23:39: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:23:41: [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) 20170530-06:23:41: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:41: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:43: [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] 20170530-06:23: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=write [org.dataone.client.rest.RestClient] 20170530-06:23: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=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:23:45: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:46: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:48: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:23:49: [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] 20170530-06:23: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=read [org.dataone.client.rest.RestClient] 20170530-06:23:50: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:51: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23: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] 20170530-06:23: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:RightsHolder_testGroup.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:23:52: [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] 20170530-06:23: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=read [org.dataone.client.rest.RestClient] 20170530-06:23:53: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:23:53: [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] 20170530-06:23: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:RightsHolder_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:54: [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) 20170530-06:23:55: [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] 20170530-06:23: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=write [org.dataone.client.rest.RestClient] 20170530-06:23:56: [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) 20170530-06:23:57: [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] 20170530-06:23: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=read [org.dataone.client.rest.RestClient] 20170530-06:23:58: [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) 20170530-06:23:59: [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] 20170530-06:23:59: [WARN]: Cookie rejected [JSESSIONID="AE8BDE3818B0EE6F24B5B34EC5346C86", 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] 20170530-06:23: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_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:23:59: [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) 20170530-06:24: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=changePermission with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:00: [WARN]: Cookie rejected [JSESSIONID="0AD1BDD6EC499124E68895CFC42BCA9F", 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] 20170530-06:24: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] 20170530-06:24:00: [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) 20170530-06:24:01: [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] 20170530-06:24:01: [WARN]: Cookie rejected [JSESSIONID="AF535D518282A2516BC91DE85DEDF3AF", 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] 20170530-06:24: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_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:24:01: [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) 20170530-06:24:01: [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] 20170530-06:24: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] 20170530-06:24:03: [WARN]: Cookie rejected [JSESSIONID="C6336738A0E3C8B5B76661A9D665A0E7", 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] 20170530-06:24: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_testGroup.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:24:03: [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) 20170530-06:24:03: [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] 20170530-06:24:04: [WARN]: Cookie rejected [JSESSIONID="20BAB607A78E4D9C4EAA7B7AF820703D", 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] 20170530-06:24: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=write [org.dataone.client.rest.RestClient] 20170530-06:24:04: [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) 20170530-06:24: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=write with pid TierTesting:cn-dev-unm-1:RightsHolder_testGroup.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:05: [WARN]: Cookie rejected [JSESSIONID="48B1945E8D59AD2A87255E73276A4F6F", 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] 20170530-06:24: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:RightsHolder_testGroup.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:24:05: [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) 20170530-06:24:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24: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:RightsHolder_testGroup.15 [org.dataone.client.rest.RestClient] 20170530-06:24:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:05: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:05: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:24:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:06: [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] 20170530-06:24:06: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:07: [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] 20170530-06:24: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] 20170530-06:24:08: [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] 20170530-06:24: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] 20170530-06:24: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] 20170530-06:24: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] 20170530-06:24:10: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24: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=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:24:12: [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) 20170530-06:24:13: [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] 20170530-06:24: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=write [org.dataone.client.rest.RestClient] 20170530-06:24:14: [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) 20170530-06:24:15: [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] 20170530-06:24: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] 20170530-06:24:16: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:17: [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] 20170530-06:24:18: [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] 20170530-06:24:18: [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) 20170530-06:24:18: [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] 20170530-06:24:19: [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] 20170530-06:24:19: [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) 20170530-06:24:20: [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] 20170530-06:24:21: [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] 20170530-06:24:21: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:21: [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] 20170530-06:24:23: [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] 20170530-06:24:23: [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) 20170530-06:24:24: [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] 20170530-06:24:25: [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] 20170530-06:24:25: [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) 20170530-06:24:26: [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] 20170530-06:24:27: [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] 20170530-06:24:27: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:28: [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] 20170530-06:24:30: [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] 20170530-06:24:30: [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) 20170530-06:24:30: [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] 20170530-06:24: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] 20170530-06:24:32: [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) 20170530-06:24:32: [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] 20170530-06:24: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] 20170530-06:24:34: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:35: [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] 20170530-06:24: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] 20170530-06:24:36: [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) 20170530-06:24:36: [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] 20170530-06:24:38: [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] 20170530-06:24:38: [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) 20170530-06:24:38: [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] 20170530-06:24: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=read [org.dataone.client.rest.RestClient] 20170530-06:24:39: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:40: [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] 20170530-06:24: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:24:41: [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) 20170530-06:24:41: [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] 20170530-06:24:42: [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] 20170530-06:24:42: [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) 20170530-06:24:43: [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] 20170530-06:24: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=read [org.dataone.client.rest.RestClient] 20170530-06:24: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=read with pid TierTesting:cn-dev:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:45: [WARN]: Cookie rejected [JSESSIONID="8C7C64904069124C36BB9EC15BE291D8", 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] 20170530-06:24:45: [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] 20170530-06:24:45: [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) 20170530-06:24:45: [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] 20170530-06:24:46: [WARN]: Cookie rejected [JSESSIONID="897C3E27F7D8EEDB54C2BAE0D48C78EE", 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] 20170530-06:24: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=write [org.dataone.client.rest.RestClient] 20170530-06:24:46: [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) 20170530-06:24:46: [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] 20170530-06:24:46: [WARN]: Cookie rejected [JSESSIONID="590EDC8BFA4F63357204F9BC06DE0B74", 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] 20170530-06:24: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] 20170530-06:24:46: [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] 20170530-06:24:47: [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] 20170530-06:24:47: [WARN]: Cookie rejected [JSESSIONID="D4D62199DFF9317FDA2B3155024956E1", 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] 20170530-06:24:47: [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] 20170530-06:24:47: [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) 20170530-06:24:48: [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] 20170530-06:24:48: [WARN]: Cookie rejected [JSESSIONID="C3BAE829BC1924873E7FB3382F9EC52F", 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] 20170530-06:24: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=write [org.dataone.client.rest.RestClient] 20170530-06:24:48: [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) 20170530-06:24:49: [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] 20170530-06:24:49: [WARN]: Cookie rejected [JSESSIONID="AED93D96E46B067AE7625B86ACA9EE50", 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] 20170530-06:24:49: [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] 20170530-06:24:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:50: [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] 20170530-06:24:50: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:50: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:50: [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] 20170530-06:24: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:24:52: [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] 20170530-06:24: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:24:53: [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] 20170530-06:24: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=read [org.dataone.client.rest.RestClient] 20170530-06:24:54: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:24:54: [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] 20170530-06:24: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:24:56: [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) 20170530-06:24:57: [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] 20170530-06:24: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=write [org.dataone.client.rest.RestClient] 20170530-06:24:58: [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) 20170530-06:24: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=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25: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] 20170530-06:25:00: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25: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] 20170530-06:25: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:25:02: [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) 20170530-06:25: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] 20170530-06:25: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=write [org.dataone.client.rest.RestClient] 20170530-06:25:03: [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) 20170530-06:25:04: [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] 20170530-06:25: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:25:05: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:05: [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] 20170530-06:25: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:25:07: [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) 20170530-06:25:07: [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] 20170530-06:25: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:25:09: [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) 20170530-06:25:10: [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] 20170530-06:25: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:25:11: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:12: [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] 20170530-06:25: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:25:14: [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) 20170530-06:25:14: [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] 20170530-06:25: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:25:16: [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) 20170530-06:25:16: [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] 20170530-06:25: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=read [org.dataone.client.rest.RestClient] 20170530-06:25:18: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:18: [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] 20170530-06:25: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:25:20: [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) 20170530-06:25:21: [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] 20170530-06:25: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:25:22: [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) 20170530-06:25: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=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:25:24: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:24: [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] 20170530-06:25: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:25:25: [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) 20170530-06:25: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:25:27: [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) 20170530-06:25:27: [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] 20170530-06:25: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] 20170530-06:25: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] 20170530-06:25:29: [WARN]: Cookie rejected [JSESSIONID="5DF4A89D027D97C8F2812295F9B51DE6", 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] 20170530-06:25: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:25:29: [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) 20170530-06:25: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] 20170530-06:25:30: [WARN]: Cookie rejected [JSESSIONID="4208B270F6790DA5FFC935681208B2C9", 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] 20170530-06:25: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=write [org.dataone.client.rest.RestClient] 20170530-06:25:30: [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) 20170530-06:25: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=write with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:31: [WARN]: Cookie rejected [JSESSIONID="A0E9FA2298919E3ECAFCAB36ECB0256A", 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] 20170530-06:25: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=read [org.dataone.client.rest.RestClient] 20170530-06:25: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] 20170530-06:25:31: [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] 20170530-06:25:32: [WARN]: Cookie rejected [JSESSIONID="0D3546D127487A6A1556E75DEB59C168", 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] 20170530-06:25: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:25:32: [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) 20170530-06:25: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:33: [WARN]: Cookie rejected [JSESSIONID="207F18F8C28DA170A2C80DB6E165CE44", 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] 20170530-06:25: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=write [org.dataone.client.rest.RestClient] 20170530-06:25:33: [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) 20170530-06:25:33: [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] 20170530-06:25:33: [WARN]: Cookie rejected [JSESSIONID="4C6EA9C35382301D9C674DDC4EC8841A", 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] 20170530-06:25: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] 20170530-06:25:33: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:35: [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] 20170530-06:25:35: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Public_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:35: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25: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] 20170530-06:25: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] 20170530-06:25: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=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25: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=write [org.dataone.client.rest.RestClient] 20170530-06:25:38: [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] 20170530-06:25: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:25:39: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:40: [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] 20170530-06:25: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:25:44: [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) 20170530-06:25: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] 20170530-06:25: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] 20170530-06:25: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: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) 20170530-06:25: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] 20170530-06:25: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] 20170530-06:25:54: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25:54: [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] 20170530-06:25: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:25:57: [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) 20170530-06:25: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=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:25: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:25:59: [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) 20170530-06:25:59: [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] 20170530-06:26: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:26:01: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:01: [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] 20170530-06:26: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:26:05: [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) 20170530-06:26: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=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:26:09: [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) 20170530-06:26:10: [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] 20170530-06:26: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:26:13: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:14: [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] 20170530-06:26: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] 20170530-06:26:17: [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) 20170530-06:26:18: [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] 20170530-06:26: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:26:21: [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) 20170530-06:26:22: [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] 20170530-06:26: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=read [org.dataone.client.rest.RestClient] 20170530-06:26:25: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26: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=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:26:27: [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) 20170530-06:26: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=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:26:30: [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) 20170530-06:26:30: [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] 20170530-06:26: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=read [org.dataone.client.rest.RestClient] 20170530-06:26:32: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26: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=read with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:26:34: [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) 20170530-06:26: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=changePermission with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26: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=write [org.dataone.client.rest.RestClient] 20170530-06:26: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:26: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] 20170530-06:26: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] 20170530-06:26:39: [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] 20170530-06:26:39: [WARN]: Cookie rejected [JSESSIONID="9C109869EDE1AF274B3D7E4D768FE2D2", 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] 20170530-06:26: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:26:39: [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) 20170530-06:26:40: [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] 20170530-06:26:40: [WARN]: Cookie rejected [JSESSIONID="C41B1A9E2E91A5724CC24E18992E9D83", 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] 20170530-06:26: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:Public_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:26:40: [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) 20170530-06:26:41: [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] 20170530-06:26:41: [WARN]: Cookie rejected [JSESSIONID="93B04F27B242A9E1B91EFAF8E7B650D0", 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] 20170530-06:26: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:26:41: [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] 20170530-06:26:42: [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] 20170530-06:26:42: [WARN]: Cookie rejected [JSESSIONID="8C03F0F9056838D3C6FBAC77C1C48921", 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] 20170530-06:26: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:Public_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:26:42: [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) 20170530-06:26:43: [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] 20170530-06:26:43: [WARN]: Cookie rejected [JSESSIONID="86522FA9AF2D1502757E04B868D6B18F", 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] 20170530-06:26: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=write [org.dataone.client.rest.RestClient] 20170530-06:26:43: [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) 20170530-06:26: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=write with pid TierTesting:cn-dev-unm-1:Public_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:44: [WARN]: Cookie rejected [JSESSIONID="F251FA7AD448B9FA154C21F74C620262", 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] 20170530-06:26: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:Public_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:26:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:45: [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] 20170530-06:26:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:45: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:26:45: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:46: [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] 20170530-06:26:46: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:46: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26: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] 20170530-06:26:47: [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] 20170530-06:26: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] 20170530-06:26: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=write [org.dataone.client.rest.RestClient] 20170530-06:26:49: [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] 20170530-06:26:49: [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] 20170530-06:26:49: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:50: [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] 20170530-06:26:51: [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] 20170530-06:26:51: [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) 20170530-06:26:52: [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] 20170530-06:26: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=write [org.dataone.client.rest.RestClient] 20170530-06:26:53: [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) 20170530-06:26:54: [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] 20170530-06:26:55: [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] 20170530-06:26:55: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:26:56: [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] 20170530-06:26: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:26:57: [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) 20170530-06:26:57: [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] 20170530-06:26:58: [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] 20170530-06:26:58: [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) 20170530-06:26:59: [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] 20170530-06:26:59: [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] 20170530-06:26:59: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27: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=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:27:02: [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) 20170530-06:27:02: [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] 20170530-06:27: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=write [org.dataone.client.rest.RestClient] 20170530-06:27:04: [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) 20170530-06:27:04: [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] 20170530-06:27: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=read [org.dataone.client.rest.RestClient] 20170530-06:27:06: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:06: [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] 20170530-06:27:08: [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] 20170530-06:27:08: [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) 20170530-06:27:08: [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] 20170530-06:27:10: [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] 20170530-06:27:10: [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) 20170530-06:27:10: [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] 20170530-06:27:12: [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] 20170530-06:27:12: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:12: [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] 20170530-06:27: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] 20170530-06:27: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) 20170530-06:27:14: [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] 20170530-06:27:14: [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] 20170530-06:27:14: [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) 20170530-06:27: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] 20170530-06:27: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] 20170530-06:27:16: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:16: [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] 20170530-06:27:17: [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] 20170530-06:27:17: [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) 20170530-06:27: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] 20170530-06:27: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] 20170530-06:27: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) 20170530-06:27:19: [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] 20170530-06:27:20: [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] 20170530-06:27: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=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:21: [WARN]: Cookie rejected [JSESSIONID="9EEB3085A16CF9E5C6FC92D14549CA51", 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] 20170530-06:27: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:27:21: [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) 20170530-06:27:21: [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] 20170530-06:27:22: [WARN]: Cookie rejected [JSESSIONID="40569904CB71476236F32773D5884BE8", 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] 20170530-06:27: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=write [org.dataone.client.rest.RestClient] 20170530-06:27:22: [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) 20170530-06:27:22: [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] 20170530-06:27:22: [WARN]: Cookie rejected [JSESSIONID="D85E8DE0BBD98EDC1DDD70CEAC00257D", 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] 20170530-06:27: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=read [org.dataone.client.rest.RestClient] 20170530-06:27:22: [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) 20170530-06:27:22: [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] 20170530-06:27: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=read with pid TierTesting:cn-dev:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:23: [WARN]: Cookie rejected [JSESSIONID="9C49019C0B81282FB960238B72346C9A", 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] 20170530-06:27: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:27:23: [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) 20170530-06:27:24: [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] 20170530-06:27:24: [WARN]: Cookie rejected [JSESSIONID="3F2848EC4D69DFCF7454051A6D8A7D97", 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] 20170530-06:27:24: [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] 20170530-06:27:24: [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) 20170530-06:27:25: [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] 20170530-06:27:25: [WARN]: Cookie rejected [JSESSIONID="FD2B33ABA3D1749B0061A4D2CD4DED79", 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] 20170530-06:27: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=read [org.dataone.client.rest.RestClient] 20170530-06:27:25: [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) 20170530-06:27:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27: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:Authenticated_READ.15 [org.dataone.client.rest.RestClient] 20170530-06:27:25: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:25: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:26: [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] 20170530-06:27: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:27:27: [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] 20170530-06:27: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=write [org.dataone.client.rest.RestClient] 20170530-06:27:28: [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] 20170530-06:27: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:27:29: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:30: [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] 20170530-06:27: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:27:31: [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) 20170530-06:27:32: [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] 20170530-06:27: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=write [org.dataone.client.rest.RestClient] 20170530-06:27:33: [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) 20170530-06:27: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=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:27:35: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:36: [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] 20170530-06:27: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:27:37: [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) 20170530-06:27:37: [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] 20170530-06:27: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=write [org.dataone.client.rest.RestClient] 20170530-06:27:38: [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) 20170530-06:27: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=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27: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=read [org.dataone.client.rest.RestClient] 20170530-06:27:39: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:40: [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] 20170530-06:27: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:27:41: [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) 20170530-06:27:42: [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] 20170530-06:27: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:27: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:27:44: [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] 20170530-06:27: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=read [org.dataone.client.rest.RestClient] 20170530-06:27:45: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:46: [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] 20170530-06:27: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:27:48: [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) 20170530-06:27: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:27:50: [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) 20170530-06:27:50: [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] 20170530-06:27: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=read [org.dataone.client.rest.RestClient] 20170530-06:27:52: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27:52: [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] 20170530-06:27: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:27:53: [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) 20170530-06:27: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:27:55: [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) 20170530-06:27:55: [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] 20170530-06:27: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] 20170530-06:27:56: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:27: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] 20170530-06:27: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] 20170530-06:27:58: [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) 20170530-06:27: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] 20170530-06:27: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] 20170530-06:27:59: [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) 20170530-06:28: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] 20170530-06:28: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:28:01: [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] 20170530-06:28:02: [WARN]: Cookie rejected [JSESSIONID="48789E30BF7E8D9BF8DFE4AF4C91E850", 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] 20170530-06:28: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:28:02: [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) 20170530-06:28:02: [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] 20170530-06:28:03: [WARN]: Cookie rejected [JSESSIONID="D4200E4DE9D384F5B0F619AD9756A9F7", 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] 20170530-06:28: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=write [org.dataone.client.rest.RestClient] 20170530-06:28:03: [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) 20170530-06:28: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=write with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28:03: [WARN]: Cookie rejected [JSESSIONID="DFB743AD6D052AFAE2A3A2D49035015C", 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] 20170530-06:28: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=read [org.dataone.client.rest.RestClient] 20170530-06:28:03: [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) 20170530-06:28:03: [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] 20170530-06:28:04: [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] 20170530-06:28:04: [WARN]: Cookie rejected [JSESSIONID="ACB1680517C02E5BB73503A1192E5D10", 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] 20170530-06:28: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:28:04: [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) 20170530-06:28: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28:05: [WARN]: Cookie rejected [JSESSIONID="D0F71091BC912184971F7B7C09D78604", 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] 20170530-06:28: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:28:05: [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) 20170530-06:28:06: [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] 20170530-06:28:06: [WARN]: Cookie rejected [JSESSIONID="02BB7F1407AD6289C37BA18596BEB0F8", 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] 20170530-06:28: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] 20170530-06:28:06: [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) 20170530-06:28:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28:07: [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] 20170530-06:28:07: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Authenticated_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28: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=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28: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] 20170530-06:28:08: [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] 20170530-06:28: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:28: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=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:28:11: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28:12: [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] 20170530-06:28: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:28:17: [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) 20170530-06:28: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=changePermission with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:28:22: [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) 20170530-06:28:23: [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] 20170530-06:28: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:28:28: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28:28: [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] 20170530-06:28: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:28:30: [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) 20170530-06:28:31: [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] 20170530-06:28: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:28:32: [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) 20170530-06:28: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=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:28:34: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28: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=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:28:38: [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) 20170530-06:28:38: [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] 20170530-06:28: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] 20170530-06:28: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; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=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) 20170530-06:28: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] 20170530-06:28: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:28:47: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28:47: [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] 20170530-06:28: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:28:50: [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) 20170530-06:28:51: [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] 20170530-06:28: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:28:54: [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) 20170530-06:28:55: [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] 20170530-06:28: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:28:58: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:28:59: [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] 20170530-06:29: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:29:00: [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) 20170530-06:29:01: [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] 20170530-06:29: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=write [org.dataone.client.rest.RestClient] 20170530-06:29: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:29: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=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:29:05: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29: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=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:29:07: [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) 20170530-06:29:07: [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] 20170530-06:29: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:29:09: [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) 20170530-06:29: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=write with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29: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:Authenticated_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:29: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=read with pid TierTesting:cn-dev-unm-1:Authenticated_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:12: [WARN]: Cookie rejected [JSESSIONID="AB58ABF543096BFC2CE58E6F3FCCF797", 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] 20170530-06:29: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:Authenticated_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:29:12: [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) 20170530-06:29:12: [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] 20170530-06:29:13: [WARN]: Cookie rejected [JSESSIONID="D11F00B92C2ACBBCBBCC138E43D28581", 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] 20170530-06:29: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:29:13: [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) 20170530-06:29:13: [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] 20170530-06:29:14: [WARN]: Cookie rejected [JSESSIONID="EF9F62BB6713F557D19BC6BAFA009568", 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] 20170530-06:29: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=read [org.dataone.client.rest.RestClient] 20170530-06:29:14: [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) 20170530-06:29: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] 20170530-06:29:14: [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] 20170530-06:29:15: [WARN]: Cookie rejected [JSESSIONID="6390A71EF08EFD5A355E329B8B69DE19", 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] 20170530-06:29: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] 20170530-06:29:15: [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) 20170530-06:29: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] 20170530-06:29:16: [WARN]: Cookie rejected [JSESSIONID="6C8559D60F5E9E990484843CFE5C98A2", 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] 20170530-06:29: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:Authenticated_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:29:16: [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) 20170530-06:29:16: [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] 20170530-06:29:17: [WARN]: Cookie rejected [JSESSIONID="1D7843B22BA70B0DEB20CB70BF20D985", 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] 20170530-06:29: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=read [org.dataone.client.rest.RestClient] 20170530-06:29:17: [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) 20170530-06:29:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:17: [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] 20170530-06:29:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:17: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:29:17: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:18: [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] 20170530-06:29:18: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:18: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:19: [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] 20170530-06:29: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:29:20: [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] 20170530-06:29:20: [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] 20170530-06:29:21: [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] 20170530-06:29: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] 20170530-06:29:21: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:22: [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] 20170530-06:29:23: [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] 20170530-06:29:23: [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) 20170530-06:29:24: [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] 20170530-06:29: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=write [org.dataone.client.rest.RestClient] 20170530-06:29:25: [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) 20170530-06:29:26: [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] 20170530-06:29: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] 20170530-06:29:28: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29: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] 20170530-06:29: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] 20170530-06:29:29: [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) 20170530-06:29: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] 20170530-06:29: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] 20170530-06:29:30: [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) 20170530-06:29:31: [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] 20170530-06:29:31: [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] 20170530-06:29:32: [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) 20170530-06:29:32: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29: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=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:34: [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] 20170530-06:29:34: [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) 20170530-06:29:34: [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] 20170530-06:29:36: [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] 20170530-06:29:36: [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) 20170530-06:29:36: [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] 20170530-06:29:38: [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] 20170530-06:29:38: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:38: [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] 20170530-06:29:40: [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] 20170530-06:29:40: [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) 20170530-06:29:40: [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] 20170530-06:29:42: [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] 20170530-06:29:42: [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) 20170530-06:29:42: [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] 20170530-06:29:44: [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] 20170530-06:29:44: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29: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=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:45: [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] 20170530-06:29:45: [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) 20170530-06:29:46: [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] 20170530-06:29:47: [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] 20170530-06:29:47: [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) 20170530-06:29:47: [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] 20170530-06:29:48: [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] 20170530-06:29:48: [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) 20170530-06:29:48: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29: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] 20170530-06:29: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] 20170530-06:29:49: [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) 20170530-06:29: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] 20170530-06:29: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] 20170530-06:29:51: [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) 20170530-06:29: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] 20170530-06:29: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] 20170530-06:29:52: [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) 20170530-06:29: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=read with pid TierTesting:cn-dev:Verified_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:53: [WARN]: Cookie rejected [JSESSIONID="D31B4E98908820F1B028280CC7F58E87", 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] 20170530-06:29:53: [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] 20170530-06:29:53: [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) 20170530-06:29:53: [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] 20170530-06:29:54: [WARN]: Cookie rejected [JSESSIONID="C420495481E1260A04D1EE0ADD5D9081", 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] 20170530-06:29: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=write [org.dataone.client.rest.RestClient] 20170530-06:29:54: [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) 20170530-06:29:54: [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] 20170530-06:29:54: [WARN]: Cookie rejected [JSESSIONID="77CA6A509670CCC31C98B2F96BC3D84E", 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] 20170530-06:29: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=read [org.dataone.client.rest.RestClient] 20170530-06:29:54: [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) 20170530-06:29: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] 20170530-06:29:55: [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] 20170530-06:29:55: [WARN]: Cookie rejected [JSESSIONID="815AE800C217EEA9CE7961BE2DF2D19E", 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] 20170530-06:29:55: [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] 20170530-06:29:55: [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) 20170530-06:29:56: [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] 20170530-06:29:56: [WARN]: Cookie rejected [JSESSIONID="7D0BDB00A458E5438783F2EFCC4A4002", 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] 20170530-06:29: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] 20170530-06:29:56: [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) 20170530-06:29: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] 20170530-06:29:57: [WARN]: Cookie rejected [JSESSIONID="A99172E920216AA697FCAD6E52CD7054", 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] 20170530-06:29:57: [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] 20170530-06:29:57: [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) 20170530-06:29:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:57: [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] 20170530-06:29:57: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:57: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:29:58: [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] 20170530-06:29: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:29:59: [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] 20170530-06:30: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:30:00: [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] 20170530-06:30: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=read [org.dataone.client.rest.RestClient] 20170530-06:30:01: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:01: [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] 20170530-06:30: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:03: [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) 20170530-06:30: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=changePermission with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:30:05: [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) 20170530-06:30:05: [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] 20170530-06:30: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=read [org.dataone.client.rest.RestClient] 20170530-06:30:07: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:07: [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] 20170530-06:30: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:08: [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) 20170530-06:30:09: [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] 20170530-06:30: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] 20170530-06:30:10: [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) 20170530-06:30: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=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30: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] 20170530-06:30:11: [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) 20170530-06:30:11: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:11: [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] 20170530-06:30: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:13: [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) 20170530-06:30: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] 20170530-06:30: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:30:15: [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) 20170530-06:30:15: [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] 20170530-06:30: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:30:17: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:17: [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] 20170530-06:30: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:19: [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) 20170530-06:30:19: [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] 20170530-06:30: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:30:21: [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) 20170530-06:30: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=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:30:23: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:23: [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] 20170530-06:30: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:24: [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) 20170530-06:30:25: [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] 20170530-06:30: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:30:26: [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) 20170530-06:30:26: [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] 20170530-06:30: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:30:27: [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) 20170530-06:30:27: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:27: [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] 20170530-06:30: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:28: [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) 20170530-06:30:29: [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] 20170530-06:30: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:30:30: [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) 20170530-06:30:30: [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] 20170530-06:30: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:30:31: [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) 20170530-06:30:31: [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] 20170530-06:30:32: [WARN]: Cookie rejected [JSESSIONID="20E01D4B97393AEC1D673D2A6D6BEA6E", 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] 20170530-06:30: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:32: [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) 20170530-06:30: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] 20170530-06:30:33: [WARN]: Cookie rejected [JSESSIONID="0599FDD863FF7415576FCB4A707670D5", 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] 20170530-06:30: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=write [org.dataone.client.rest.RestClient] 20170530-06:30:33: [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) 20170530-06:30: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=write with pid TierTesting:cn-dev-ucsb-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:33: [WARN]: Cookie rejected [JSESSIONID="8DFDA795E5BAD42AD0C05E6F632F1535", 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] 20170530-06:30: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=read [org.dataone.client.rest.RestClient] 20170530-06:30:33: [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) 20170530-06:30: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] 20170530-06:30:34: [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] 20170530-06:30:34: [WARN]: Cookie rejected [JSESSIONID="3076151C6D34205E41A77B8DCBEF5ACF", 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] 20170530-06:30: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:34: [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) 20170530-06:30:35: [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] 20170530-06:30:35: [WARN]: Cookie rejected [JSESSIONID="1E9C13763A81C0EB60DF74CC0FB15EA8", 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] 20170530-06:30: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=write [org.dataone.client.rest.RestClient] 20170530-06:30:35: [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) 20170530-06:30:36: [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] 20170530-06:30:36: [WARN]: Cookie rejected [JSESSIONID="D33B65E36D49C4B8241676573AB128BD", 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] 20170530-06:30: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:30:36: [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) 20170530-06:30:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30: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:Verified_READ.15 [org.dataone.client.rest.RestClient] 20170530-06:30:37: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:Verified_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:37: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:37: [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] 20170530-06:30: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:39: [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] 20170530-06:30: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=write [org.dataone.client.rest.RestClient] 20170530-06:30:40: [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] 20170530-06:30: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=read [org.dataone.client.rest.RestClient] 20170530-06:30:41: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:42: [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] 20170530-06:30: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:46: [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) 20170530-06:30:46: [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] 20170530-06:30: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:30:50: [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) 20170530-06:30:50: [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] 20170530-06:30: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:30:53: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:30:54: [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] 20170530-06:30: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:30:55: [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) 20170530-06:30:56: [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] 20170530-06:30: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:30:57: [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) 20170530-06:30: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] 20170530-06:30: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:30:59: [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) 20170530-06:30:59: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:00: [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] 20170530-06:31: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:31:03: [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) 20170530-06:31: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=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:31:07: [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) 20170530-06:31:08: [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] 20170530-06:31: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:31:11: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:12: [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] 20170530-06:31: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:31:15: [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) 20170530-06:31:16: [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] 20170530-06:31: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] 20170530-06:31:19: [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) 20170530-06:31: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] 20170530-06:31: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:31:23: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:24: [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] 20170530-06:31: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:31:25: [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) 20170530-06:31:26: [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] 20170530-06:31: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:31:28: [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) 20170530-06:31: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=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31: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:Verified_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:31:30: [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) 20170530-06:31:30: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:30: [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] 20170530-06:31: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:31:32: [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) 20170530-06:31:32: [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] 20170530-06:31: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:Verified_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:31:34: [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) 20170530-06:31: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=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31: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=read [org.dataone.client.rest.RestClient] 20170530-06:31:36: [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) 20170530-06:31:36: [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] 20170530-06:31:37: [WARN]: Cookie rejected [JSESSIONID="F22A19057B1FD8C023D4B1D4D3F94CB7", 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] 20170530-06:31: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:Verified_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:31:37: [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) 20170530-06:31: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=changePermission with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:38: [WARN]: Cookie rejected [JSESSIONID="44E07AB4D4B8069151F9C837EDD66417", 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] 20170530-06:31: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=write [org.dataone.client.rest.RestClient] 20170530-06:31:38: [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) 20170530-06:31:38: [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] 20170530-06:31:39: [WARN]: Cookie rejected [JSESSIONID="327EBE4A70DC49C61CD1E1CB781B70BA", 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] 20170530-06:31: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] 20170530-06:31:39: [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) 20170530-06:31: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] 20170530-06:31: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] 20170530-06:31:40: [WARN]: Cookie rejected [JSESSIONID="C75922DBAE6FB8833CEDDDDEB6606A9B", 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] 20170530-06:31: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] 20170530-06:31: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: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) 20170530-06:31: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] 20170530-06:31:41: [WARN]: Cookie rejected [JSESSIONID="229C9864862760B82DAE1A28B05E60B4", 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] 20170530-06:31: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] 20170530-06:31: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: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) 20170530-06:31: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=write with pid TierTesting:cn-dev-unm-1:Verified_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:42: [WARN]: Cookie rejected [JSESSIONID="7E6F0AA628CB75DFADC9C2E10AF4D94E", 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] 20170530-06:31: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] 20170530-06:31: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: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) 20170530-06:31:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:43: [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] 20170530-06:31:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:43: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:43: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:31:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:44: [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] 20170530-06:31:44: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:44: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31: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=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:45: [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] 20170530-06:31:45: [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] 20170530-06:31:46: [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] 20170530-06:31:47: [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] 20170530-06:31:47: [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] 20170530-06:31:47: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:48: [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] 20170530-06:31:49: [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] 20170530-06:31:49: [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) 20170530-06:31: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] 20170530-06:31: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] 20170530-06:31: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; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=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) 20170530-06:31: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] 20170530-06:31:53: [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] 20170530-06:31:53: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31:54: [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] 20170530-06:31: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] 20170530-06:31: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; 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) 20170530-06:31: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] 20170530-06:31:56: [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] 20170530-06:31:56: [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) 20170530-06:31:56: [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] 20170530-06:31: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=read [org.dataone.client.rest.RestClient] 20170530-06:31:57: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31: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=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:31: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:31:59: [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) 20170530-06:32:00: [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] 20170530-06:32: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=write [org.dataone.client.rest.RestClient] 20170530-06:32:01: [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) 20170530-06:32:02: [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] 20170530-06:32:03: [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] 20170530-06:32:03: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32: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] 20170530-06:32:05: [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] 20170530-06:32:05: [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) 20170530-06:32:06: [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] 20170530-06:32:07: [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] 20170530-06:32:07: [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) 20170530-06:32:08: [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] 20170530-06:32:09: [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] 20170530-06:32:09: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32: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=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:32:11: [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) 20170530-06:32:11: [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] 20170530-06:32:12: [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] 20170530-06:32:12: [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) 20170530-06:32:13: [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] 20170530-06:32:14: [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] 20170530-06:32:14: [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) 20170530-06:32:14: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32:14: [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] 20170530-06:32: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:32:15: [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) 20170530-06:32:15: [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] 20170530-06:32:16: [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] 20170530-06:32:16: [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) 20170530-06:32:17: [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] 20170530-06:32:18: [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] 20170530-06:32:18: [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) 20170530-06:32: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] 20170530-06:32:19: [WARN]: Cookie rejected [JSESSIONID="D90131AD9C3606D22E319358A6F0CB14", 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] 20170530-06:32: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] 20170530-06:32:19: [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) 20170530-06:32:19: [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] 20170530-06:32:19: [WARN]: Cookie rejected [JSESSIONID="49538EDB07FDDDD653A8C004CB7B0786", 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] 20170530-06:32: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=write [org.dataone.client.rest.RestClient] 20170530-06:32: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:32:20: [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] 20170530-06:32:20: [WARN]: Cookie rejected [JSESSIONID="B35198DD5464CA953E023D0D2A4BD754", 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] 20170530-06:32:20: [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] 20170530-06:32:20: [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) 20170530-06:32: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] 20170530-06:32: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=read with pid TierTesting:cn-dev:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32:21: [WARN]: Cookie rejected [JSESSIONID="1AA736851EAD62B777A1840B0B9419FE", 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] 20170530-06:32: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:32: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:32:22: [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] 20170530-06:32:22: [WARN]: Cookie rejected [JSESSIONID="E92F60D5FF48B393131918D01C178A4B", 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] 20170530-06:32:22: [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] 20170530-06:32:22: [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) 20170530-06:32: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] 20170530-06:32:22: [WARN]: Cookie rejected [JSESSIONID="931E663FB7DCDF64016683E512ED0BCB", 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] 20170530-06:32:22: [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] 20170530-06:32: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:32:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32:23: [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] 20170530-06:32:23: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32:23: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32:24: [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] 20170530-06:32: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:32:25: [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] 20170530-06:32: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:32:26: [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] 20170530-06:32: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:32:27: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32:28: [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] 20170530-06:32: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:32: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:32:30: [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] 20170530-06:32: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:32: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:32:32: [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] 20170530-06:32: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:32:34: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32: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] 20170530-06:32: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] 20170530-06:32: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:32:36: [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] 20170530-06:32: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=write [org.dataone.client.rest.RestClient] 20170530-06:32:37: [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) 20170530-06:32: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] 20170530-06:32: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:32:38: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32:39: [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] 20170530-06:32: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] 20170530-06:32: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: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) 20170530-06:32: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32: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] 20170530-06:32: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: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) 20170530-06:32:43: [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] 20170530-06:32: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=read [org.dataone.client.rest.RestClient] 20170530-06:32:45: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32: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] 20170530-06:32: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:32: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:32:48: [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] 20170530-06:32: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:32: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:32:50: [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] 20170530-06:32: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:32:51: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32:52: [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] 20170530-06:32: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:32:53: [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) 20170530-06:32: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32: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=write [org.dataone.client.rest.RestClient] 20170530-06:32:55: [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) 20170530-06:32:55: [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] 20170530-06:32: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:32: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:32:56: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:32:57: [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] 20170530-06:32: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:32:58: [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) 20170530-06:32:58: [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] 20170530-06:32: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] 20170530-06:32:59: [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) 20170530-06:33:00: [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] 20170530-06:33: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] 20170530-06:33:01: [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) 20170530-06:33: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] 20170530-06:33:02: [WARN]: Cookie rejected [JSESSIONID="79BD12BEBA026237394542E9F369BE8D", 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] 20170530-06:33: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] 20170530-06:33:02: [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) 20170530-06:33:02: [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] 20170530-06:33:03: [WARN]: Cookie rejected [JSESSIONID="F5F590C424BC7A5E461699F28413F2B8", 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] 20170530-06:33: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:33:03: [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) 20170530-06:33: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=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33:04: [WARN]: Cookie rejected [JSESSIONID="AC1330EE9DFBA11DCA9FE2D479DD78BF", 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] 20170530-06:33: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=read [org.dataone.client.rest.RestClient] 20170530-06:33:04: [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) 20170530-06:33:04: [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] 20170530-06:33:04: [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] 20170530-06:33:05: [WARN]: Cookie rejected [JSESSIONID="0F655351F93E341EBD7C6135FF80887A", 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] 20170530-06:33: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:33:05: [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) 20170530-06:33: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33:06: [WARN]: Cookie rejected [JSESSIONID="4FDDFEC80CCF41AF259A4854A41189C1", 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] 20170530-06:33: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=write [org.dataone.client.rest.RestClient] 20170530-06:33:06: [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) 20170530-06:33: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=write with pid TierTesting:cn-dev-ucsb-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33:06: [WARN]: Cookie rejected [JSESSIONID="CD1F3262CD820F4DA563A1B0E91343BD", 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] 20170530-06:33: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] 20170530-06:33:06: [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) 20170530-06:33:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33:07: [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] 20170530-06:33:07: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testPerson_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33: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=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:33:09: [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] 20170530-06:33: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=write [org.dataone.client.rest.RestClient] 20170530-06:33: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=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:33:13: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33:14: [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] 20170530-06:33: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] 20170530-06:33: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:33: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] 20170530-06:33: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=write [org.dataone.client.rest.RestClient] 20170530-06:33:23: [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) 20170530-06:33: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=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:33:27: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33:27: [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] 20170530-06:33: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] 20170530-06:33: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; 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) 20170530-06:33: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] 20170530-06:33: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:33:30: [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) 20170530-06:33:31: [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] 20170530-06:33: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] 20170530-06:33:32: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33: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] 20170530-06:33: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:33:36: [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) 20170530-06:33:37: [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] 20170530-06:33: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=write [org.dataone.client.rest.RestClient] 20170530-06:33:40: [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) 20170530-06:33:41: [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] 20170530-06:33: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] 20170530-06:33:44: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33:45: [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] 20170530-06:33: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:33:48: [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) 20170530-06:33:49: [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] 20170530-06:33: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:33:53: [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) 20170530-06:33:53: [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] 20170530-06:33: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:33:56: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33: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=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:33: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:33:59: [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) 20170530-06:33:59: [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] 20170530-06:34: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:34:01: [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) 20170530-06:34: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=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:34:03: [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) 20170530-06:34:03: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:04: [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] 20170530-06:34: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:34:05: [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) 20170530-06:34:06: [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] 20170530-06:34: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:34:07: [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) 20170530-06:34:07: [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] 20170530-06:34: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:34:09: [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) 20170530-06:34: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=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:10: [WARN]: Cookie rejected [JSESSIONID="74BFBF9AC855BACEC1423581FAE451C6", 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] 20170530-06:34: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:testPerson_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:34:10: [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) 20170530-06:34: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:11: [WARN]: Cookie rejected [JSESSIONID="DF7C15B2512DB94705D201D1D42C7574", 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] 20170530-06:34: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=write [org.dataone.client.rest.RestClient] 20170530-06:34:11: [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) 20170530-06:34: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=write with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:12: [WARN]: Cookie rejected [JSESSIONID="F9774E6C362081DB4030E80129867DD5", 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] 20170530-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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:34:12: [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) 20170530-06:34:12: [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] 20170530-06:34: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=read with pid TierTesting:cn-dev-unm-1:testPerson_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:13: [WARN]: Cookie rejected [JSESSIONID="B91EDFFC3304F64F24B7EE5CE2A1F35F", 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] 20170530-06:34: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_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:34:13: [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) 20170530-06:34:14: [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] 20170530-06:34:14: [WARN]: Cookie rejected [JSESSIONID="78B3E3154714FDAAC3CC4D7764619D6B", 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] 20170530-06:34: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:testPerson_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:34:14: [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) 20170530-06:34:14: [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] 20170530-06:34:15: [WARN]: Cookie rejected [JSESSIONID="02C1EE69B4AD071E7FEB10ADC46C6643", 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] 20170530-06:34: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:testPerson_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:34:15: [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) 20170530-06:34:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34: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:testPerson_READ.15 [org.dataone.client.rest.RestClient] 20170530-06:34:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:16: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:34:16: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:17: [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] 20170530-06:34:17: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:17: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34: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=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:34:18: [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] 20170530-06:34: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=write [org.dataone.client.rest.RestClient] 20170530-06:34:20: [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] 20170530-06:34: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=read [org.dataone.client.rest.RestClient] 20170530-06:34:21: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:21: [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] 20170530-06:34:23: [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] 20170530-06:34:23: [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) 20170530-06:34:23: [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] 20170530-06:34: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] 20170530-06:34: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] 20170530-06:34: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] 20170530-06:34:27: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:28: [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] 20170530-06:34: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:34:29: [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) 20170530-06:34:29: [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] 20170530-06:34:30: [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] 20170530-06:34:31: [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] 20170530-06:34: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] 20170530-06:34:32: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:32: [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] 20170530-06:34:34: [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] 20170530-06:34:34: [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) 20170530-06:34:34: [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] 20170530-06:34:36: [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] 20170530-06:34:37: [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] 20170530-06:34:38: [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] 20170530-06:34:38: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:39: [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] 20170530-06:34:41: [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] 20170530-06:34:41: [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) 20170530-06:34:41: [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] 20170530-06:34:43: [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] 20170530-06:34:43: [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] 20170530-06:34:45: [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] 20170530-06:34:45: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:45: [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] 20170530-06:34:47: [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] 20170530-06:34:47: [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) 20170530-06:34:47: [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] 20170530-06:34:48: [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] 20170530-06:34:48: [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) 20170530-06:34:49: [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] 20170530-06:34:50: [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] 20170530-06:34:50: [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) 20170530-06:34:50: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:51: [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] 20170530-06:34: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:34:52: [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) 20170530-06:34: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] 20170530-06:34:53: [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] 20170530-06:34:53: [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) 20170530-06:34:54: [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] 20170530-06:34:55: [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] 20170530-06:34:55: [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) 20170530-06:34: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=read with pid TierTesting:cn-dev:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:34:56: [WARN]: Cookie rejected [JSESSIONID="409F6EBE178A8B152028C6FE7F6402CA", 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] 20170530-06:34: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] 20170530-06:34:56: [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) 20170530-06:34: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] 20170530-06:34:57: [WARN]: Cookie rejected [JSESSIONID="CBDFD8F2F2B8D4969D8E1901E898534F", 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] 20170530-06:34:57: [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] 20170530-06:34:57: [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) 20170530-06:34:57: [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] 20170530-06:34:57: [WARN]: Cookie rejected [JSESSIONID="DB47D43641EDFBC9CFB3258F241FD9B1", 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] 20170530-06:34:57: [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] 20170530-06:34:57: [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) 20170530-06:34:57: [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] 20170530-06:34:58: [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] 20170530-06:34:58: [WARN]: Cookie rejected [JSESSIONID="C9C934AFBDF4B8604D857EAA0FC5BBCD", 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] 20170530-06:34: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:34:58: [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) 20170530-06:34:59: [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] 20170530-06:34:59: [WARN]: Cookie rejected [JSESSIONID="C9F0E8A5B7FCDF33FA9E4F6FC3FB6FFD", 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] 20170530-06:34:59: [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] 20170530-06:34:59: [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) 20170530-06:35:00: [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] 20170530-06:35:00: [WARN]: Cookie rejected [JSESSIONID="01B79463E71DB24BC1B86050EF0A9C18", 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] 20170530-06:35: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] 20170530-06:35:00: [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) 20170530-06:35:00: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35: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:testPerson_WRITE.15 [org.dataone.client.rest.RestClient] 20170530-06:35:01: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:01: [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] 20170530-06:35: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:35:02: [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] 20170530-06:35: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:35:03: [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] 20170530-06:35: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=read [org.dataone.client.rest.RestClient] 20170530-06:35:04: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:05: [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] 20170530-06:35: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:35:06: [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) 20170530-06:35:07: [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] 20170530-06:35: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:35: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=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35: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=read [org.dataone.client.rest.RestClient] 20170530-06:35:10: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:11: [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] 20170530-06:35: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:35:12: [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) 20170530-06:35:12: [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] 20170530-06:35: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=write [org.dataone.client.rest.RestClient] 20170530-06:35: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=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35: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=read [org.dataone.client.rest.RestClient] 20170530-06:35:14: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35: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] 20170530-06:35: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] 20170530-06:35:16: [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) 20170530-06:35: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] 20170530-06:35: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=write [org.dataone.client.rest.RestClient] 20170530-06:35:19: [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] 20170530-06:35: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:35:20: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:21: [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] 20170530-06:35: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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:35:22: [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) 20170530-06:35:23: [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] 20170530-06:35: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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:35:25: [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] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:35:27: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:27: [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] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:35:28: [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) 20170530-06:35:28: [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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:35:29: [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) 20170530-06:35: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=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:35:31: [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) 20170530-06:35:31: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:31: [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] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:35:32: [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) 20170530-06:35:33: [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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:35:34: [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) 20170530-06:35:34: [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] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:35:35: [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) 20170530-06:35:35: [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] 20170530-06:35:36: [WARN]: Cookie rejected [JSESSIONID="06A0606465C1A2C5BED945F61A8150AA", 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] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:35:36: [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) 20170530-06:35: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:37: [WARN]: Cookie rejected [JSESSIONID="A4FFF45FA03916DAA8068C8C0E572FFD", 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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:35:37: [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) 20170530-06:35:37: [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] 20170530-06:35:37: [WARN]: Cookie rejected [JSESSIONID="723C211678EC1D872B16EB0F66E6C6C2", 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] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:35:37: [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) 20170530-06:35: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] 20170530-06:35:38: [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] 20170530-06:35:38: [WARN]: Cookie rejected [JSESSIONID="02227181C1B8B6B4BBE003F3882B0773", 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] 20170530-06:35: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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:35:38: [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) 20170530-06:35:39: [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] 20170530-06:35:39: [WARN]: Cookie rejected [JSESSIONID="7C5D371DAA22F615AC24C26A3A1EB28B", 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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:35:39: [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) 20170530-06:35: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=write with pid TierTesting:cn-dev-ucsb-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:40: [WARN]: Cookie rejected [JSESSIONID="C22DCC858BD3AAEF68BE39AB89430D0B", 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] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:35:40: [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) 20170530-06:35:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:41: [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] 20170530-06:35:41: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testPerson_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35:41: [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] 20170530-06:35: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] 20170530-06:35:43: [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] 20170530-06:35: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:35:44: [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] 20170530-06:35: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=read [org.dataone.client.rest.RestClient] 20170530-06:35:45: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35: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=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35: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] 20170530-06:35:49: [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) 20170530-06:35: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] 20170530-06:35: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=write [org.dataone.client.rest.RestClient] 20170530-06:35: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] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:35:57: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:35: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=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:35:59: [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) 20170530-06:36:00: [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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:36: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=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:36:03: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36: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=read with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:36:07: [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) 20170530-06:36: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:36: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=write with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:36:15: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:16: [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] 20170530-06:36: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:36:19: [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) 20170530-06:36:20: [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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:36:24: [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] 20170530-06:36: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:testPerson_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:36:27: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:27: [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] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:36:29: [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) 20170530-06:36: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=changePermission with pid TierTesting:cn-dev-unm-1:testPerson_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:36:32: [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) 20170530-06:36:32: [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] 20170530-06:36: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_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:36:34: [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) 20170530-06:36:34: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:34: [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] 20170530-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:testPerson_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:36:36: [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) 20170530-06:36: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] 20170530-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:testPerson_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:36:37: [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) 20170530-06:36:38: [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] 20170530-06:36: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] 20170530-06:36:39: [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) 20170530-06:36: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] 20170530-06:36:41: [WARN]: Cookie rejected [JSESSIONID="B9CC87BCD47BC6BC00F545A6313BD97C", 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] 20170530-06:36: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:36:41: [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) 20170530-06:36:41: [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] 20170530-06:36:42: [WARN]: Cookie rejected [JSESSIONID="9D8502E36FC3B38D643374F78A777C6A", 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] 20170530-06:36: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] 20170530-06:36:42: [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) 20170530-06:36: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] 20170530-06:36:43: [WARN]: Cookie rejected [JSESSIONID="CBF97B742524415781E64B1189A96C1B", 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] 20170530-06:36: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_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:36:43: [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) 20170530-06:36: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] 20170530-06:36:43: [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] 20170530-06:36:44: [WARN]: Cookie rejected [JSESSIONID="8DE612DEA564BE21BE4173E9ED3983E3", 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] 20170530-06:36: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:36:44: [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) 20170530-06:36:44: [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] 20170530-06:36:45: [WARN]: Cookie rejected [JSESSIONID="A4D78732027EC6BB4E536B6EBA94B610", 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] 20170530-06:36: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] 20170530-06:36:45: [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) 20170530-06:36: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] 20170530-06:36:46: [WARN]: Cookie rejected [JSESSIONID="3F1D5C39C19866E7CF9ABAF2FE9855E7", 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] 20170530-06:36: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_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:36:46: [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) 20170530-06:36:46: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36: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:testPerson_WRITE.15 [org.dataone.client.rest.RestClient] 20170530-06:36:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:36:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:47: [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) 20170530-06:36:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:48: [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) 20170530-06:36:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:48: [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) 20170530-06:36:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36: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_CHANGE.15 [org.dataone.client.rest.RestClient] 20170530-06:36:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:49: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:49: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:36:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:49: [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] 20170530-06:36:49: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:49: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36: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=read with pid TierTesting:cn-dev:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:50: [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] 20170530-06:36:51: [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] 20170530-06:36:52: [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] 20170530-06:36:52: [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] 20170530-06:36:53: [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] 20170530-06:36:53: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:36:53: [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] 20170530-06:36:55: [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] 20170530-06:36:55: [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) 20170530-06:36:55: [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] 20170530-06:36:57: [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] 20170530-06:36:57: [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) 20170530-06:36:58: [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] 20170530-06:36:59: [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] 20170530-06:36:59: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:00: [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] 20170530-06:37:01: [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] 20170530-06:37:01: [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) 20170530-06:37:01: [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] 20170530-06:37: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=write [org.dataone.client.rest.RestClient] 20170530-06:37:02: [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) 20170530-06:37:02: [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] 20170530-06:37:03: [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] 20170530-06:37: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:37:03: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:04: [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] 20170530-06:37: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:37: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:37:06: [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] 20170530-06:37: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=write [org.dataone.client.rest.RestClient] 20170530-06:37: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:409) at org.dataone.integration.it.testImplementations.IsAuthorizedAuthorizationTestImplementations.runAuthTest(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) 20170530-06:37:08: [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] 20170530-06:37: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=read [org.dataone.client.rest.RestClient] 20170530-06:37:09: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:10: [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] 20170530-06:37: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:37:11: [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) 20170530-06:37:12: [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] 20170530-06:37: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] 20170530-06:37:14: [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) 20170530-06:37:14: [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] 20170530-06:37: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] 20170530-06:37:16: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37: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] 20170530-06:37:17: [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] 20170530-06:37:17: [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) 20170530-06:37:18: [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] 20170530-06:37:19: [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] 20170530-06:37:19: [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) 20170530-06:37:19: [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] 20170530-06:37: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=read [org.dataone.client.rest.RestClient] 20170530-06:37:20: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:21: [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] 20170530-06:37:21: [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] 20170530-06:37:21: [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) 20170530-06:37:22: [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] 20170530-06:37: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=write [org.dataone.client.rest.RestClient] 20170530-06:37:23: [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) 20170530-06:37:23: [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] 20170530-06:37:24: [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] 20170530-06:37:24: [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) 20170530-06:37:24: [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] 20170530-06:37:25: [WARN]: Cookie rejected [JSESSIONID="50E575AFED36646B669D8E0267498D99", 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] 20170530-06:37: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] 20170530-06:37:25: [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) 20170530-06:37: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] 20170530-06:37:26: [WARN]: Cookie rejected [JSESSIONID="DB943BDE98D9D48E94F96B59061CAD2A", 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] 20170530-06:37:26: [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] 20170530-06:37:26: [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) 20170530-06:37:26: [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] 20170530-06:37:26: [WARN]: Cookie rejected [JSESSIONID="4DA60C2F403E51694B2556822EEA583B", 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] 20170530-06:37:26: [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] 20170530-06:37:26: [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) 20170530-06:37:26: [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] 20170530-06:37:27: [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] 20170530-06:37:27: [WARN]: Cookie rejected [JSESSIONID="B82E12CAE053B092E70337B8D581A781", 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] 20170530-06:37: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:37:27: [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) 20170530-06:37:28: [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] 20170530-06:37:28: [WARN]: Cookie rejected [JSESSIONID="950E10643B1A50CE79565AC47EACA0EB", 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] 20170530-06:37:28: [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] 20170530-06:37:28: [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) 20170530-06:37:29: [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] 20170530-06:37:29: [WARN]: Cookie rejected [JSESSIONID="7890A1893028F6CFD536F1A54097D4D2", 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] 20170530-06:37:29: [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] 20170530-06:37:29: [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) 20170530-06:37:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:30: [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] 20170530-06:37:30: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:30: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:30: [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] 20170530-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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:37:31: [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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:37:33: [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] 20170530-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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:37:34: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:34: [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] 20170530-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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:37:36: [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) 20170530-06:37:36: [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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:37:38: [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) 20170530-06:37: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=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:37:40: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:41: [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] 20170530-06:37: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:37:42: [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) 20170530-06:37:42: [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] 20170530-06:37: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:37: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; 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) 20170530-06:37:44: [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] 20170530-06:37: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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:37:45: [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) 20170530-06:37:45: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:45: [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] 20170530-06:37: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] 20170530-06:37: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; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=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) 20170530-06:37: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] 20170530-06:37: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:37:49: [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) 20170530-06:37:50: [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] 20170530-06:37: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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:37:51: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:52: [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] 20170530-06:37: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:37:54: [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) 20170530-06:37:54: [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] 20170530-06:37: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=write [org.dataone.client.rest.RestClient] 20170530-06:37:56: [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) 20170530-06:37: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=write with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37: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=read [org.dataone.client.rest.RestClient] 20170530-06:37:58: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:37:59: [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] 20170530-06:38: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:38:00: [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) 20170530-06:38: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:38:02: [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) 20170530-06:38:02: [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] 20170530-06:38: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=read [org.dataone.client.rest.RestClient] 20170530-06:38:03: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38:04: [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] 20170530-06:38: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:38:05: [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) 20170530-06:38:05: [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] 20170530-06:38: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] 20170530-06:38:06: [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) 20170530-06:38: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] 20170530-06:38: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:38:07: [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) 20170530-06:38:08: [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] 20170530-06:38:09: [WARN]: Cookie rejected [JSESSIONID="75F21322F445EA8D6B0B2BD0DEFB60D5", 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] 20170530-06:38: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:38:09: [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) 20170530-06:38:09: [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] 20170530-06:38:09: [WARN]: Cookie rejected [JSESSIONID="556CC435299DB1232D576BD87DD4CAEB", 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] 20170530-06:38: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:38:09: [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) 20170530-06:38:10: [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] 20170530-06:38:10: [WARN]: Cookie rejected [JSESSIONID="C73F1D62B6300DC285061C586B7F982F", 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] 20170530-06:38: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=read [org.dataone.client.rest.RestClient] 20170530-06:38:10: [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) 20170530-06:38: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] 20170530-06:38:11: [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] 20170530-06:38:11: [WARN]: Cookie rejected [JSESSIONID="28CDDFE65BF2E9692AD481C2552EB511", 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] 20170530-06:38: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:38:11: [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) 20170530-06:38:12: [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] 20170530-06:38:12: [WARN]: Cookie rejected [JSESSIONID="F98AD7918B828D3DCFDFC80EB354319D", 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] 20170530-06:38: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:38:12: [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) 20170530-06:38: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] 20170530-06:38:13: [WARN]: Cookie rejected [JSESSIONID="5C6969162FE27667D6A44F55E44F7D57", 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] 20170530-06:38: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=read [org.dataone.client.rest.RestClient] 20170530-06:38:13: [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) 20170530-06:38:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38:14: [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] 20170530-06:38:14: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testGroup_READ.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38:14: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38:14: [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] 20170530-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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:38:16: [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] 20170530-06:38: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:38: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=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:38:18: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38: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=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:38:22: [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) 20170530-06:38:23: [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] 20170530-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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:38:26: [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) 20170530-06:38:27: [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] 20170530-06:38: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:38:30: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38:31: [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] 20170530-06:38: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:38:32: [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) 20170530-06:38:33: [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] 20170530-06:38: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=write [org.dataone.client.rest.RestClient] 20170530-06:38:34: [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) 20170530-06:38:35: [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] 20170530-06:38: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=read [org.dataone.client.rest.RestClient] 20170530-06:38:36: [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) 20170530-06:38:36: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38:37: [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] 20170530-06:38: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:38:40: [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) 20170530-06:38:40: [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] 20170530-06:38: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=write [org.dataone.client.rest.RestClient] 20170530-06:38:44: [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) 20170530-06:38: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=write with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38: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] 20170530-06:38:48: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38: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=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:38: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:38:52: [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) 20170530-06:38:53: [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] 20170530-06:38: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=write [org.dataone.client.rest.RestClient] 20170530-06:38:56: [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) 20170530-06:38:57: [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] 20170530-06:39: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] 20170530-06:39:00: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:01: [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] 20170530-06:39: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:39:03: [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) 20170530-06:39: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=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39: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_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:39:05: [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) 20170530-06:39:05: [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] 20170530-06:39: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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:39:07: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:08: [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] 20170530-06:39: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] 20170530-06:39:09: [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) 20170530-06:39: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=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:39:11: [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) 20170530-06:39:11: [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] 20170530-06:39: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:39:13: [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) 20170530-06:39: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=read with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:14: [WARN]: Cookie rejected [JSESSIONID="EB94CC96C832B89184462A99C31FDA98", 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] 20170530-06:39: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:39:14: [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) 20170530-06:39: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=changePermission with pid TierTesting:cn-dev-unm-1:testGroup_READ.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:15: [WARN]: Cookie rejected [JSESSIONID="76A82008536D9D8C22C32E20EE12B8EC", 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] 20170530-06:39: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:39:15: [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) 20170530-06:39: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] 20170530-06:39:16: [WARN]: Cookie rejected [JSESSIONID="906EAA8EDD2FE469F1C805F2D1FAE2CA", 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] 20170530-06:39: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:testGroup_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:39:16: [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) 20170530-06:39:16: [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] 20170530-06:39:16: [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] 20170530-06:39:17: [WARN]: Cookie rejected [JSESSIONID="715026FB12A6AFC75353A01D3632637D", 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] 20170530-06:39: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:testGroup_READ.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:39:17: [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) 20170530-06:39:18: [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] 20170530-06:39:18: [WARN]: Cookie rejected [JSESSIONID="25690DF86DAB81580B27144705508C2C", 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] 20170530-06:39: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:testGroup_READ.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:39:18: [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) 20170530-06:39:19: [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] 20170530-06:39:19: [WARN]: Cookie rejected [JSESSIONID="76C8347BBF7ADBC820E35A22FB09872C", 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] 20170530-06:39: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_READ.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:39:19: [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) 20170530-06:39:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:20: [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] 20170530-06:39:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:20: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:39:20: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:21: [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] 20170530-06:39:21: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:21: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:21: [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] 20170530-06:39:22: [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] 20170530-06:39:22: [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] 20170530-06:39: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=write [org.dataone.client.rest.RestClient] 20170530-06:39:24: [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] 20170530-06:39:24: [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] 20170530-06:39:24: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:25: [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] 20170530-06:39:27: [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] 20170530-06:39:27: [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) 20170530-06:39:27: [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] 20170530-06:39:29: [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] 20170530-06:39:29: [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] 20170530-06:39:31: [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] 20170530-06:39:31: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:31: [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] 20170530-06:39: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:39:32: [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) 20170530-06:39:32: [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] 20170530-06:39:33: [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] 20170530-06:39:33: [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) 20170530-06:39:34: [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] 20170530-06:39:35: [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] 20170530-06:39:35: [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) 20170530-06:39:35: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:35: [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] 20170530-06:39:37: [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] 20170530-06:39:37: [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) 20170530-06:39:37: [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] 20170530-06:39: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] 20170530-06:39:39: [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] 20170530-06:39: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] 20170530-06:39:41: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39: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] 20170530-06:39:43: [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] 20170530-06:39:43: [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) 20170530-06:39: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] 20170530-06:39: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=write [org.dataone.client.rest.RestClient] 20170530-06:39:45: [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] 20170530-06:39: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=read [org.dataone.client.rest.RestClient] 20170530-06:39:47: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:47: [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] 20170530-06:39: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:39:48: [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) 20170530-06:39:49: [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] 20170530-06:39: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] 20170530-06:39: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] 20170530-06:39: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] 20170530-06:39:51: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:52: [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] 20170530-06:39:53: [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] 20170530-06:39:53: [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) 20170530-06:39:53: [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] 20170530-06:39:54: [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] 20170530-06:39:54: [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) 20170530-06:39:54: [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] 20170530-06:39:55: [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] 20170530-06:39:55: [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) 20170530-06:39:56: [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] 20170530-06:39:56: [WARN]: Cookie rejected [JSESSIONID="B9D5289DB2D7D9967442CA204082AC52", 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] 20170530-06:39:56: [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] 20170530-06:39:56: [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) 20170530-06:39:57: [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] 20170530-06:39:57: [WARN]: Cookie rejected [JSESSIONID="048EC45708CC1D38B501431C3DF8043C", 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] 20170530-06:39:57: [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] 20170530-06:39:57: [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) 20170530-06:39:58: [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] 20170530-06:39:58: [WARN]: Cookie rejected [JSESSIONID="B90B90D5CC44E8A8C496133CA1D0DD46", 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] 20170530-06:39:58: [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] 20170530-06:39:58: [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) 20170530-06:39:58: [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] 20170530-06:39: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=read with pid TierTesting:cn-dev:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:39:59: [WARN]: Cookie rejected [JSESSIONID="C86EF9D04CB5AC8DFD611583FA550E3E", 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] 20170530-06:39:59: [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] 20170530-06:39:59: [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) 20170530-06:39:59: [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] 20170530-06:40:00: [WARN]: Cookie rejected [JSESSIONID="6955F72434A896FB5E4769F019D0A553", 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] 20170530-06:40:00: [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] 20170530-06:40:00: [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) 20170530-06:40:00: [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] 20170530-06:40:00: [WARN]: Cookie rejected [JSESSIONID="4617100F87F85571B9EAC1ACF9146FBB", 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] 20170530-06:40:00: [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] 20170530-06:40:00: [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) 20170530-06:40:00: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40: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:testGroup_WRITE.15 [org.dataone.client.rest.RestClient] 20170530-06:40:01: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:01: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:02: [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] 20170530-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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:40:04: [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] 20170530-06:40: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:40:05: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:05: [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] 20170530-06:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40:07: [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) 20170530-06:40:07: [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] 20170530-06:40: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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:40:09: [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] 20170530-06:40: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:40:11: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:11: [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] 20170530-06:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40:12: [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) 20170530-06:40: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:40:13: [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) 20170530-06:40:14: [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] 20170530-06:40: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_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:40:15: [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) 20170530-06:40:15: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40: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] 20170530-06:40: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40:17: [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) 20170530-06:40: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] 20170530-06:40: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] 20170530-06:40: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] 20170530-06:40: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] 20170530-06:40:21: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40: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] 20170530-06:40: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40:23: [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) 20170530-06:40: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] 20170530-06:40: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_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:40: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=write with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40: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=read [org.dataone.client.rest.RestClient] 20170530-06:40:27: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:28: [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] 20170530-06:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40:29: [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) 20170530-06:40: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40: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=write [org.dataone.client.rest.RestClient] 20170530-06:40:31: [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] 20170530-06:40: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=read [org.dataone.client.rest.RestClient] 20170530-06:40:32: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:32: [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] 20170530-06:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40:33: [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) 20170530-06:40: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40: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=write [org.dataone.client.rest.RestClient] 20170530-06:40:34: [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) 20170530-06:40: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] 20170530-06:40: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=read [org.dataone.client.rest.RestClient] 20170530-06:40:35: [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) 20170530-06:40:36: [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] 20170530-06:40:36: [WARN]: Cookie rejected [JSESSIONID="A9731FEBADEF24119B6DD3D6370557E4", 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] 20170530-06:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40:36: [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) 20170530-06:40: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=changePermission with pid TierTesting:cn-dev-ucsb-1:testGroup_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:37: [WARN]: Cookie rejected [JSESSIONID="4DB5DC0F33FFBF62D73FED70C3DF2A5A", 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] 20170530-06:40: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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:40:37: [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) 20170530-06:40:38: [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] 20170530-06:40:38: [WARN]: Cookie rejected [JSESSIONID="EC57C73E8864B5AF08F568D8AE81E5BC", 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] 20170530-06:40: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:40:38: [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) 20170530-06:40: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] 20170530-06:40:38: [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] 20170530-06:40:39: [WARN]: Cookie rejected [JSESSIONID="A43DB844F94B126810DAA74511C0371B", 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] 20170530-06:40: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40:39: [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) 20170530-06:40:39: [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] 20170530-06:40:40: [WARN]: Cookie rejected [JSESSIONID="69D896225F5AF485D5E48145795C2182", 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] 20170530-06:40: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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:40:40: [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) 20170530-06:40:40: [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] 20170530-06:40:40: [WARN]: Cookie rejected [JSESSIONID="A5F9DD4707805332635495090875CFAC", 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] 20170530-06:40: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:40:40: [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) 20170530-06:40:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:41: [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] 20170530-06:40:41: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:testGroup_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:41: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:42: [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] 20170530-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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40:43: [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] 20170530-06:40: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=write [org.dataone.client.rest.RestClient] 20170530-06:40:45: [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] 20170530-06:40: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:40:46: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:46: [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] 20170530-06:40: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:40: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; CN=testEQPerson2,DC=dataone,DC=org; CN=testGroup,DC=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) 20170530-06:40:50: [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] 20170530-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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:40: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] 20170530-06:40: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_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:40:58: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:40:58: [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] 20170530-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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:41:00: [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) 20170530-06:41: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] 20170530-06:41: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=write [org.dataone.client.rest.RestClient] 20170530-06:41:02: [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) 20170530-06:41:02: [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] 20170530-06:41: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=read [org.dataone.client.rest.RestClient] 20170530-06:41:04: [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) 20170530-06:41:04: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:04: [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] 20170530-06:41: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:41:08: [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) 20170530-06:41:09: [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] 20170530-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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:41:13: [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] 20170530-06:41: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:41:17: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41: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=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:41:21: [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) 20170530-06:41:21: [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] 20170530-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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:41:25: [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] 20170530-06:41: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:testGroup_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:41:29: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41: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=read with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:41:31: [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) 20170530-06:41:31: [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] 20170530-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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:41:34: [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] 20170530-06:41: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=read [org.dataone.client.rest.RestClient] 20170530-06:41:35: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:36: [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] 20170530-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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:41:37: [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) 20170530-06:41:38: [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] 20170530-06:41: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=write [org.dataone.client.rest.RestClient] 20170530-06:41:39: [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) 20170530-06:41:40: [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] 20170530-06:41: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] 20170530-06:41:41: [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) 20170530-06:41:42: [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] 20170530-06:41:42: [WARN]: Cookie rejected [JSESSIONID="B2F530015152E142F0EE0B195E8222B7", 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] 20170530-06:41: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:testGroup_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:41:42: [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) 20170530-06:41:43: [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] 20170530-06:41:43: [WARN]: Cookie rejected [JSESSIONID="27E76B302DDD884CAE43460418A7EB9B", 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] 20170530-06:41: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=write [org.dataone.client.rest.RestClient] 20170530-06:41:43: [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) 20170530-06:41: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=write with pid TierTesting:cn-dev-unm-1:testGroup_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:44: [WARN]: Cookie rejected [JSESSIONID="92C7CC4190D77F9F760F221DB58B0DA4", 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] 20170530-06:41: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=read [org.dataone.client.rest.RestClient] 20170530-06:41:44: [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) 20170530-06:41: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] 20170530-06:41:45: [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] 20170530-06:41:45: [WARN]: Cookie rejected [JSESSIONID="58A17F6E6B272B1B6EC69AF3E4A38334", 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] 20170530-06:41: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_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:41:45: [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) 20170530-06:41:46: [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] 20170530-06:41:46: [WARN]: Cookie rejected [JSESSIONID="143C2C325B8F8280364304A1DFB99B79", 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] 20170530-06:41: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:testGroup_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:41:46: [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) 20170530-06:41: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] 20170530-06:41:47: [WARN]: Cookie rejected [JSESSIONID="A68EEE8B56ACB8540DFD771EE1B78DF6", 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] 20170530-06:41: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=read [org.dataone.client.rest.RestClient] 20170530-06:41:47: [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) 20170530-06:41:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:48: [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] 20170530-06:41:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:48: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:41:48: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:49: [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) 20170530-06:41:49: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:50: [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) 20170530-06:41:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:50: [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) 20170530-06:41:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:51: [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] 20170530-06:41:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:51: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:41:51: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:51: [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] 20170530-06:41:51: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41:51: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41: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] 20170530-06:41: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:41: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] 20170530-06:41: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=write [org.dataone.client.rest.RestClient] 20170530-06:41: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] 20170530-06:41: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=read [org.dataone.client.rest.RestClient] 20170530-06:41:55: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41: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=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:41: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:41:57: [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) 20170530-06:41:58: [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] 20170530-06:42:00: [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] 20170530-06:42:00: [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] 20170530-06:42:02: [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] 20170530-06:42:02: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:02: [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] 20170530-06:42:03: [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] 20170530-06:42:03: [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) 20170530-06:42:04: [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] 20170530-06:42:05: [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] 20170530-06:42:05: [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) 20170530-06:42:05: [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] 20170530-06:42:07: [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] 20170530-06:42:07: [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) 20170530-06:42:07: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:07: [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] 20170530-06:42:09: [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] 20170530-06:42:09: [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) 20170530-06:42:09: [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] 20170530-06:42:11: [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] 20170530-06:42:11: [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] 20170530-06:42: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=read [org.dataone.client.rest.RestClient] 20170530-06:42:13: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42: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=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:15: [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] 20170530-06:42:15: [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) 20170530-06:42:16: [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] 20170530-06:42: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=write [org.dataone.client.rest.RestClient] 20170530-06:42:18: [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] 20170530-06:42: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=read [org.dataone.client.rest.RestClient] 20170530-06:42:20: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:20: [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] 20170530-06:42:21: [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] 20170530-06:42:21: [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) 20170530-06:42:22: [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] 20170530-06:42: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=write [org.dataone.client.rest.RestClient] 20170530-06:42:23: [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) 20170530-06:42:24: [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] 20170530-06:42:25: [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] 20170530-06:42:25: [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) 20170530-06:42:25: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:25: [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] 20170530-06:42: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:42:26: [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) 20170530-06:42:27: [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] 20170530-06:42:28: [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] 20170530-06:42:28: [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) 20170530-06:42:28: [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] 20170530-06:42:29: [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] 20170530-06:42:29: [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) 20170530-06:42: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=read with pid TierTesting:cn-dev:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:30: [WARN]: Cookie rejected [JSESSIONID="AFCB440830B9C31804B9A95BBC94F57D", 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] 20170530-06:42: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] 20170530-06:42:30: [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) 20170530-06:42:31: [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] 20170530-06:42:31: [WARN]: Cookie rejected [JSESSIONID="E007EE383171DDF8F63FB2FA4F3CFC1E", 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] 20170530-06:42:31: [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] 20170530-06:42:31: [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) 20170530-06:42:32: [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] 20170530-06:42:32: [WARN]: Cookie rejected [JSESSIONID="57A6F18755C663C37F52C91794D336B4", 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] 20170530-06:42: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=read [org.dataone.client.rest.RestClient] 20170530-06:42:32: [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) 20170530-06:42:32: [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] 20170530-06:42:32: [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] 20170530-06:42:33: [WARN]: Cookie rejected [JSESSIONID="63A6C0057F0BEB9585969D6A881C436A", 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] 20170530-06:42:33: [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] 20170530-06:42:33: [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) 20170530-06:42:34: [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] 20170530-06:42:34: [WARN]: Cookie rejected [JSESSIONID="224F5CEFBB4ADC777A9DBC388E8F08DE", 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] 20170530-06:42: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=write [org.dataone.client.rest.RestClient] 20170530-06:42:34: [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) 20170530-06:42:34: [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] 20170530-06:42:35: [WARN]: Cookie rejected [JSESSIONID="D4B47568BAF49786A8441EBE619CB387", 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] 20170530-06:42:35: [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] 20170530-06:42:35: [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) 20170530-06:42:35: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:35: [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] 20170530-06:42:35: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:35: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:36: [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] 20170530-06:42: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:42:37: [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] 20170530-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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:42: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=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:42:39: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:39: [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] 20170530-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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:42:41: [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) 20170530-06:42: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] 20170530-06:42: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:42:43: [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] 20170530-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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:42:45: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:45: [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] 20170530-06:42: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:42:46: [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) 20170530-06:42:47: [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] 20170530-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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:42:47: [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) 20170530-06:42:48: [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] 20170530-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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:42:49: [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) 20170530-06:42:49: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:49: [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] 20170530-06:42: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:42:51: [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) 20170530-06:42: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=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:42:53: [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] 20170530-06:42: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:42:55: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:42:55: [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] 20170530-06:42: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:42:57: [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) 20170530-06:42:57: [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] 20170530-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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:42: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=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:43:01: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43:02: [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] 20170530-06:43: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:43:02: [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) 20170530-06:43:03: [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] 20170530-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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:43:04: [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) 20170530-06:43:04: [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] 20170530-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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:43:06: [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) 20170530-06:43:06: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43:06: [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] 20170530-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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:43:07: [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) 20170530-06:43: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=changePermission with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:43:08: [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) 20170530-06:43:09: [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] 20170530-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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:43:10: [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) 20170530-06:43: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] 20170530-06:43:11: [WARN]: Cookie rejected [JSESSIONID="577C70676050BC1725C65AC1D38CAC1B", 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] 20170530-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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:43:11: [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) 20170530-06:43: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] 20170530-06:43:11: [WARN]: Cookie rejected [JSESSIONID="C1CD3EE1DABE91524349A53C6A9B7A76", 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] 20170530-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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:43:11: [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) 20170530-06:43: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=write with pid TierTesting:cn-dev-ucsb-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43:12: [WARN]: Cookie rejected [JSESSIONID="A5C8298E8BA1F6FA08B838188466AD4C", 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] 20170530-06:43: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=read [org.dataone.client.rest.RestClient] 20170530-06:43:12: [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) 20170530-06:43:12: [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] 20170530-06:43:13: [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] 20170530-06:43:13: [WARN]: Cookie rejected [JSESSIONID="8555118E6257B788C90277B00AB60E89", 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] 20170530-06:43: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:43:13: [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) 20170530-06:43:14: [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] 20170530-06:43:14: [WARN]: Cookie rejected [JSESSIONID="CF637AA526E3028286E4AF44E4F63EED", 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] 20170530-06:43: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=write [org.dataone.client.rest.RestClient] 20170530-06:43:14: [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) 20170530-06:43:14: [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] 20170530-06:43:15: [WARN]: Cookie rejected [JSESSIONID="CB2F074419180F32377F52506ACB38BD", 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] 20170530-06:43: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:43:15: [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) 20170530-06:43:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43: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:legacyAcct_WRITE.15 [org.dataone.client.rest.RestClient] 20170530-06:43:15: [INFO]: ====>>>>> pid of procured test Object: TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43:15: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43: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=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:43: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=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:43:19: [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] 20170530-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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:43:20: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43:20: [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] 20170530-06:43: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:43:24: [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) 20170530-06:43:24: [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] 20170530-06:43: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:43: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] 20170530-06:43: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:43:32: [INFO]: created client for certificate file: testPerson_NoSubjectInfo with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43:32: [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] 20170530-06:43: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:43:34: [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) 20170530-06:43:34: [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] 20170530-06:43: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:43:36: [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) 20170530-06:43:36: [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] 20170530-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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:43:37: [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) 20170530-06:43:37: [INFO]: created client for certificate file: testEQPerson1 with subject: CN=testEQPerson1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43: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=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:43:41: [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) 20170530-06:43:42: [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] 20170530-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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:43:47: [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] 20170530-06:43: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] 20170530-06:43:50: [INFO]: created client for certificate file: testEQPerson3 with subject: CN=testEQPerson3,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:43: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] 20170530-06:43: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:43:54: [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) 20170530-06:43:55: [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] 20170530-06:43: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:43:59: [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] 20170530-06:44: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=read [org.dataone.client.rest.RestClient] 20170530-06:44:02: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:03: [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] 20170530-06:44: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:44:04: [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) 20170530-06:44: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=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:44:07: [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) 20170530-06:44:07: [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] 20170530-06:44: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=read [org.dataone.client.rest.RestClient] 20170530-06:44:09: [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) 20170530-06:44:09: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:10: [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] 20170530-06:44: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:44:11: [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) 20170530-06:44:12: [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] 20170530-06:44: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] 20170530-06:44:13: [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) 20170530-06:44: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=write with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: READ ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44: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] 20170530-06:44:15: [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) 20170530-06:44:15: [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] 20170530-06:44:16: [WARN]: Cookie rejected [JSESSIONID="9A4211C2531D3BBA7C4F48F127EF3E5D", 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] 20170530-06:44: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=changePermission [org.dataone.client.rest.RestClient] 20170530-06:44:16: [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) 20170530-06:44: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=changePermission with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: WRITE ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:17: [WARN]: Cookie rejected [JSESSIONID="535EA50BE0CDFB4F71046D14B9CF0A8C", 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] 20170530-06:44: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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:44:17: [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) 20170530-06:44:18: [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] 20170530-06:44:18: [WARN]: Cookie rejected [JSESSIONID="D11603DC3230E23270A172AD0C30262F", 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] 20170530-06:44: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:44:18: [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) 20170530-06:44:18: [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] 20170530-06:44: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=read with pid TierTesting:cn-dev-unm-1:legacyAcct_WRITE.15 to check for permission: CHANGE_PERMISSION ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:19: [WARN]: Cookie rejected [JSESSIONID="44EBA76DE63D2E5C8B1BFDF13EAED297", 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] 20170530-06:44: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:legacyAcct_WRITE.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:44:19: [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) 20170530-06:44:20: [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] 20170530-06:44:20: [WARN]: Cookie rejected [JSESSIONID="F2EBCF638CA8045AD6106B2CD8F6B3A3", 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] 20170530-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:legacyAcct_WRITE.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:44:20: [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) 20170530-06:44:21: [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] 20170530-06:44:21: [WARN]: Cookie rejected [JSESSIONID="AC9755B449C4C3C1EA4F05CF674ED801", 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] 20170530-06:44: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:legacyAcct_WRITE.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:44:21: [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) 20170530-06:44:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:22: [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] 20170530-06:44:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:22: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:44:22: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:23: [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] 20170530-06:44:23: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:23: [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] 20170530-06:44:24: [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] 20170530-06:44:24: [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] 20170530-06:44:26: [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] 20170530-06:44:26: [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] 20170530-06:44:27: [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] 20170530-06:44:27: [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) 20170530-06:44:27: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:27: [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] 20170530-06:44:28: [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] 20170530-06:44:28: [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] 20170530-06:44:29: [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] 20170530-06:44:29: [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) 20170530-06:44:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:30: [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] 20170530-06:44:30: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:30: [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] 20170530-06:44: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=read [org.dataone.client.rest.RestClient] 20170530-06:44:31: [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] 20170530-06:44: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=write [org.dataone.client.rest.RestClient] 20170530-06:44:33: [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] 20170530-06:44: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:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:44:34: [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) 20170530-06:44:34: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:34: [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] 20170530-06:44: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:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:44:35: [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] 20170530-06:44: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:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:44:36: [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) 20170530-06:44:36: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:36: [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] 20170530-06:44:36: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:36: [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] 20170530-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:ComplicatedPolicy.15?action=read [org.dataone.client.rest.RestClient] 20170530-06:44:40: [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] 20170530-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:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:44:43: [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] 20170530-06:44: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:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:44:47: [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) 20170530-06:44:47: [INFO]: created client for certificate file: testGroupie with subject: CN=testGroupie,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:47: [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] 20170530-06:44: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:ComplicatedPolicy.15?action=write [org.dataone.client.rest.RestClient] 20170530-06:44:48: [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] 20170530-06:44: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:ComplicatedPolicy.15?action=changePermission [org.dataone.client.rest.RestClient] 20170530-06:44:50: [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) 20170530-06:44:50: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:51: [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,469.312 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNQueryV2IT 20170530-06:44:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:51: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:51: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:44:51: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-06:44:51: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-06:44:52: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-06:44:52: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-06:44:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:44:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-06:44:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient] 20170530-06:44:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-06:44:53: [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] 20170530-06:44:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-06:44:53: [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] 20170530-06:44:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-06:44:53: [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.205 sec Running org.dataone.integration.it.apiTests.CNCoreV1IT 20170530-06:44:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:44:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/monitor/ping [org.dataone.client.rest.RestClient] 20170530-06:44:53: [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] 20170530-06:44:53: [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] 20170530-06:44:53: [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] 20170530-06:44:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:44:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:53: [INFO]: ***************** running test for testGetLogRecords(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:44:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log?fromDate=2017-05-30T06:44:55.422%2B00:00&toDate=2017-05-30T06:44:56.422%2B00:00&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient] 20170530-06:44:57: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:57: [INFO]: ***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:44:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log?fromDate=2017-05-30T06:44:57.972%2B00:00&toDate=2017-05-30T06:44:58.972%2B00:00&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient] 20170530-06:44:59: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:59: [INFO]: ***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:44:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log?fromDate=2017-05-30T06:45:00.204%2B00:00&toDate=2017-05-30T06:45:01.204%2B00:00&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient] 20170530-06:45:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:01: [INFO]: ***************** running test for testGetLogRecords(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log?fromDate=2017-05-30T06:45:02.633%2B00:00&toDate=2017-05-30T06:45:03.634%2B00:00&start=0&count=10&idFilter=pidFilter [org.dataone.client.rest.RestClient] 20170530-06:45:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:04: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:04: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:04: [INFO]: ***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:05: [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] 20170530-06:45:05: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:05: [INFO]: ***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:07: [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] 20170530-06:45:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:07: [INFO]: ***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:08: [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] 20170530-06:45:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:08: [INFO]: ***************** running test for testGetLogRecords_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:09: [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] 20170530-06:45:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:10: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:10: [INFO]: ***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:11: [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] 20170530-06:45:12: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:12: [INFO]: ***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:13: [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] 20170530-06:45:13: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:13: [INFO]: ***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:14: [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] 20170530-06:45:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:14: [INFO]: ***************** running test for testGetLogRecords_DateFiltering(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/log [org.dataone.client.rest.RestClient] 20170530-06:45:16: [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] 20170530-06:45:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:16: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:16: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:16: [INFO]: ***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/checksum [org.dataone.client.rest.RestClient] 20170530-06:45:16: [INFO]: ***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/checksum [org.dataone.client.rest.RestClient] 20170530-06:45:17: [INFO]: ***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/checksum [org.dataone.client.rest.RestClient] 20170530-06:45:17: [INFO]: ***************** running test for testListChecksumAlgorithms(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/checksum [org.dataone.client.rest.RestClient] 20170530-06:45:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:17: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:17: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:17: [INFO]: ***************** running test for testListFormats(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [WARN]: Cookie rejected [JSESSIONID="8506456174B7190867149A55519A49F4", 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] 20170530-06:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient] 20170530-06:45:18: [INFO]: ***************** running test for testListFormats(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [WARN]: Cookie rejected [JSESSIONID="91601C4894969C369AD8898E1E5AE09A", 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] 20170530-06:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient] 20170530-06:45:18: [INFO]: ***************** running test for testListFormats(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [WARN]: Cookie rejected [JSESSIONID="C66FD67A23AD5D1279D102E96A857E8E", 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] 20170530-06:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient] 20170530-06:45:18: [INFO]: ***************** running test for testListFormats(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [WARN]: Cookie rejected [JSESSIONID="A04F09D951FF4FC3B6BEC1925669B182", 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] 20170530-06:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient] 20170530-06:45:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:18: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [WARN]: Cookie rejected [JSESSIONID="8506456174B7190867149A55519A49F4", 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] 20170530-06:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient] 20170530-06:45:18: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [WARN]: Cookie rejected [JSESSIONID="91601C4894969C369AD8898E1E5AE09A", 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] 20170530-06:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient] 20170530-06:45:18: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [WARN]: Cookie rejected [JSESSIONID="C66FD67A23AD5D1279D102E96A857E8E", 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] 20170530-06:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient] 20170530-06:45:18: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [WARN]: Cookie rejected [JSESSIONID="A04F09D951FF4FC3B6BEC1925669B182", 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] 20170530-06:45:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/formats [org.dataone.client.rest.RestClient] 20170530-06:45:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:18: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:18: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: refreshing objectFormatCache from cn: null [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-06:45:19: [WARN]: Cookie rejected [JSESSIONID="6B3E94D7C315A7D0C78F0B12878A2859", 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] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/formats [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: successfully refreshed cache from cn.listFormats() [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-06:45:19: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-06:45:19: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-06:45:19: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-06:45:19: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-06:45:19: [INFO]: ***************** running test for testGetFormat(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: entering refreshCache()... [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-06:45:19: [INFO]: cache is still fresh. exiting without refresh. [org.dataone.client.v2.formats.ObjectFormatCache] 20170530-06:45:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:19: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:19: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: ***************** running test for testListNodes(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/node [org.dataone.client.rest.RestClient] 20170530-06:45:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:19: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:19: [INFO]: ***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:21: [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] 20170530-06:45:21: [INFO]: ***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:21: [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] 20170530-06:45:21: [INFO]: ***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:21: [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] 20170530-06:45:21: [INFO]: ***************** running test for testGenerateIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:21: [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] 20170530-06:45:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:21: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:21: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:21: [INFO]: ***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:21: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234521267; [org.dataone.client.rest.RestClient] 20170530-06:45:22: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234521267; [org.dataone.client.rest.RestClient] 20170530-06:45:22: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:22: [INFO]: ***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:23: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234522663; [org.dataone.client.rest.RestClient] 20170530-06:45:23: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234522663; [org.dataone.client.rest.RestClient] 20170530-06:45:23: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:23: [INFO]: ***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:24: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234523674; [org.dataone.client.rest.RestClient] 20170530-06:45:24: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234523674; [org.dataone.client.rest.RestClient] 20170530-06:45:24: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:24: [INFO]: ***************** running test for testReserveIdentifier(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:25: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234524685; [org.dataone.client.rest.RestClient] 20170530-06:45:26: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234524685; [org.dataone.client.rest.RestClient] 20170530-06:45:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:26: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:26: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:26: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:26: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:27: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017149234526465; FilePart:sysmeta = /tmp/mmp.output.3129298587211983480.tmp (906 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:27: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:27: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017149234527462; FilePart:sysmeta = /tmp/mmp.output.2791256671392420089.tmp (906 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:27: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:28: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017149234527824; FilePart:sysmeta = /tmp/mmp.output.1361126704638770790.tmp (906 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:28: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:28: [INFO]: ***************** running test for testCreate() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v1 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:29: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017149234528596; FilePart:sysmeta = /tmp/mmp.output.5006858129647873556.tmp (906 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:29: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:29: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:29: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:29: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:29: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234529144; [org.dataone.client.rest.RestClient] 20170530-06:45:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/reserve/2017149234529144?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient] 20170530-06:45:30: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:30: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:30: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234530341; [org.dataone.client.rest.RestClient] 20170530-06:45:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve/2017149234530341?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient] 20170530-06:45:31: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:31: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:31: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234531437; [org.dataone.client.rest.RestClient] 20170530-06:45:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve/2017149234531437?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient] 20170530-06:45:32: [INFO]: created client for certificate file: testSubmitter with subject: CN=testSubmitter,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:32: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:33: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve; MMP message has: ParamPart:pid = 2017149234532355; [org.dataone.client.rest.RestClient] 20170530-06:45:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve/2017149234532355?subject=CN%3DtestSubmitter,DC%3Ddataone,DC%3Dorg [org.dataone.client.rest.RestClient] 20170530-06:45:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:33: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:33: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:33: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/reserve/2017149234533927?subject=public [org.dataone.client.rest.RestClient] 20170530-06:45:34: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/reserve/2017149234534369?subject=public [org.dataone.client.rest.RestClient] 20170530-06:45:34: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/reserve/2017149234534806?subject=public [org.dataone.client.rest.RestClient] 20170530-06:45:35: [INFO]: ***************** running test for testHasReservation(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/reserve/201714923453516?subject=public [org.dataone.client.rest.RestClient] Tests run: 20, Failures: 4, Errors: 0, Skipped: 2, Time elapsed: 42.079 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNIdentityV1IT 20170530-06:45:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:35: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:35: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:35: [INFO]: ***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:36: [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] 20170530-06:45:36: [INFO]: ***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:36: [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] 20170530-06:45:36: [INFO]: ***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:36: [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] 20170530-06:45:36: [INFO]: ***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:36: [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] 20170530-06:45:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:36: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:36: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:36: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:36: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:37: [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.6064104596775290969.tmp (275 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:37: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:37: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:37: [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.764230043453756523.tmp (275 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:37: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:37: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:37: [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.3084180282431412307.tmp (275 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:37: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:37: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:38: [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.7454045904216284889.tmp (275 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:38: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:38: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:38: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:38: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:39: [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.2023284612351102003.tmp (630 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:39: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:39: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:40: [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.4415902018718024007.tmp (630 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:40: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:40: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:40: [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.1789756663171466964.tmp (630 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:40: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:40: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:41: [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.237652997929482686.tmp (630 bytes); [org.dataone.client.rest.RestClient] 20170530-06:45:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:41: [INFO]: ***************** running test for testUpdateAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: ***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: ***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: ***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:41: [INFO]: ***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:41: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:42: [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] 20170530-06:45:42: [INFO]: ***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:42: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:43: [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] 20170530-06:45:43: [INFO]: ***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:43: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:44: [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] 20170530-06:45:44: [INFO]: ***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:44: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:45: [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] 20170530-06:45:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:45: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:45: [INFO]: ***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:45: [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] 20170530-06:45:45: [INFO]: ***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:46: [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] 20170530-06:45:46: [INFO]: ***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45: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] 20170530-06:45:46: [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] 20170530-06:45:46: [INFO]: ***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:47: [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] 20170530-06:45:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:47: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:47: [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] 20170530-06:45:47: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:47: [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] 20170530-06:45:47: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:47: [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] 20170530-06:45:47: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/accounts [org.dataone.client.rest.RestClient] 20170530-06:45:48: [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] 20170530-06:45:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:48: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [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] 20170530-06:45:48: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [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] 20170530-06:45:48: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [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] 20170530-06:45:48: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [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] 20170530-06:45:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:48: [INFO]: ***************** running test for testListSubjects(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [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Ã\;©\; 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Ã\;¡\;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 20170530-06:45:48: [INFO]: ***************** running test for testListSubjects(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [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Ã\;©\; 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Ã\;¡\;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 20170530-06:45:48: [INFO]: ***************** running test for testListSubjects(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [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Ã\;©\; 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Ã\;¡\;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 20170530-06:45:48: [INFO]: ***************** running test for testListSubjects(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [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Ã\;©\; 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Ã\;¡\;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 Tests run: 17, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 13.169 sec Running org.dataone.integration.it.apiTests.CNReadV2IT 20170530-06:45:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:45:48: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:48: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:49: [WARN]: Cookie rejected [JSESSIONID="40837604A82676317AA5283320FEA12C", 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] 20170530-06:45:49: [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] 20170530-06:45:49: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:49: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:50: [WARN]: Cookie rejected [JSESSIONID="A69C6856517F61CE369B56B1FE6F737E", 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] 20170530-06:45:50: [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] 20170530-06:45:50: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:50: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:51: [WARN]: Cookie rejected [JSESSIONID="059AF3DBAECB6CD8D399550116343A1E", 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] 20170530-06:45:51: [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] 20170530-06:45:51: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:45:51: [WARN]: Cookie rejected [JSESSIONID="436AE221D73F8CFDD268C7C5F84E765E", 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] 20170530-06:45:51: [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] 20170530-06:45:52: [WARN]: Cookie rejected [JSESSIONID="7DBBE5C11B4219F2AA45E45601608F84", 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] 20170530-06:45:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient] 20170530-06:45:52: [WARN]: Cookie rejected [JSESSIONID="6D5708720CFE57F28FFA53404DFEDA37", 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] 20170530-06:45:52: [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] 20170530-06:45:53: [WARN]: Cookie rejected [JSESSIONID="B24E233615ACB5B5F206816C02A835F4", 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] 20170530-06:45:53: [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] 20170530-06:45:54: [WARN]: Cookie rejected [JSESSIONID="4F83CF123351CFEB18940499216A9FD0", 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] 20170530-06:45: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] 20170530-06:45:54: [WARN]: Cookie rejected [JSESSIONID="AD8329546974D15C3520B7831390B0B3", 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] 20170530-06:45:54: [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] 20170530-06:45:55: [WARN]: Cookie rejected [JSESSIONID="6EDDB4F7769F928D70B9E795B4EB2A7C", 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] 20170530-06:45: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] 20170530-06:45:56: [WARN]: Cookie rejected [JSESSIONID="266DBB7A0236F914B6C82D4A9A841966", 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] 20170530-06:45: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] 20170530-06:45:56: [WARN]: Cookie rejected [JSESSIONID="A64C8840F97F1B8A493FD1C04DF32C77", 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] 20170530-06:45:56: [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] 20170530-06:45:57: [WARN]: Cookie rejected [JSESSIONID="FEC608E1AAA6E6340488C18D3FE5D790", 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] 20170530-06:45: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] 20170530-06:45:57: [WARN]: Cookie rejected [JSESSIONID="CE2E0522467457DD20A6E1387DE2B8CD", 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] 20170530-06:45:57: [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] 20170530-06:45:58: [WARN]: Cookie rejected [JSESSIONID="65420C0F60FDF45D795936602CA15A6D", 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] 20170530-06:45: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] 20170530-06:45:59: [WARN]: Cookie rejected [JSESSIONID="8B21B91159AD6ED213C6799C19A90C7E", 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] 20170530-06:45: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] 20170530-06:45:59: [WARN]: Cookie rejected [JSESSIONID="04F8280638C1E7380CE7F7E84619CCD5", 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] 20170530-06:45:59: [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] 20170530-06:46:00: [WARN]: Cookie rejected [JSESSIONID="CDE2F1D8476B4E53545B3811EABF57BE", 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] 20170530-06:46: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] 20170530-06:46:00: [WARN]: Cookie rejected [JSESSIONID="4E180EAB12FC69920CC446CA23CDF0CE", 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] 20170530-06:46:00: [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] 20170530-06:46:01: [WARN]: Cookie rejected [JSESSIONID="4BAA379C485BE8B3477F43139EFD7EBF", 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] 20170530-06:46:01: [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] 20170530-06:46:02: [WARN]: Cookie rejected [JSESSIONID="F6091482A53F61070E209A568FA205B7", 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] 20170530-06:46: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] 20170530-06:46:02: [WARN]: Cookie rejected [JSESSIONID="CC88288D00CBE29C17928B573880CCC3", 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] 20170530-06:46:02: [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] 20170530-06:46:03: [WARN]: Cookie rejected [JSESSIONID="6F531C46C73287DBFED23ED08E969E4F", 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] 20170530-06:46: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] 20170530-06:46:04: [WARN]: Cookie rejected [JSESSIONID="ADA25E7674E3B96712C9E3496376EC08", 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] 20170530-06:46: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] 20170530-06:46:04: [WARN]: Cookie rejected [JSESSIONID="7F0185EDB0635AAB8596A04015D3725A", 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] 20170530-06:46:04: [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] 20170530-06:46:05: [WARN]: Cookie rejected [JSESSIONID="6DE73F50991357CAFEE4E40CE7389B5B", 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] 20170530-06:46: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] 20170530-06:46:06: [WARN]: Cookie rejected [JSESSIONID="C48C4F309C84B573010C36F8FED06CAA", 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] 20170530-06:46: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] 20170530-06:46:06: [WARN]: Cookie rejected [JSESSIONID="230A149F0D830E7E0E0A9F56733F1C44", 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] 20170530-06:46: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] 20170530-06:46:07: [WARN]: Cookie rejected [JSESSIONID="C6954B4632F9BEB00891F11C94C0BC91", 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] 20170530-06:46: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] 20170530-06:46:07: [WARN]: Cookie rejected [JSESSIONID="E1669074F21727861FF88013485D3173", 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] 20170530-06:46:07: [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] 20170530-06:46:08: [WARN]: Cookie rejected [JSESSIONID="787660C6C59C2DE7E6D9E30FCE2C5254", 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] 20170530-06:46: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] 20170530-06:46:09: [WARN]: Cookie rejected [JSESSIONID="674F0025B0C98522E7CE954457074618", 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] 20170530-06:46: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] 20170530-06:46:09: [WARN]: Cookie rejected [JSESSIONID="921882EFB5966C127938ED5C745A448C", 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] 20170530-06:46: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] 20170530-06:46:10: [WARN]: Cookie rejected [JSESSIONID="F544B0FF9A80D083DAC20A0256F5362F", 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] 20170530-06:46: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] 20170530-06:46:10: [WARN]: Cookie rejected [JSESSIONID="D8C6B0B54F2849313C0F3C14365A876B", 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] 20170530-06:46:10: [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] 20170530-06:46:11: [WARN]: Cookie rejected [JSESSIONID="40A05A4FED0D224BE82595C854176AE8", 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] 20170530-06:46: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] 20170530-06:46:12: [WARN]: Cookie rejected [JSESSIONID="BD9AD7236019F2479A080E125A32FBBD", 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] 20170530-06:46: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] 20170530-06:46:12: [WARN]: Cookie rejected [JSESSIONID="EF95FDBDF3514A7B99E025AF298BE496", 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] 20170530-06:46: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] 20170530-06:46:13: [WARN]: Cookie rejected [JSESSIONID="072B47B0D05DBD5F70B219505C34BB52", 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] 20170530-06:46: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] 20170530-06:46:14: [WARN]: Cookie rejected [JSESSIONID="D244B18778970C45CE4B10CE8D15AF72", 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] 20170530-06:46: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] 20170530-06:46:14: [WARN]: Cookie rejected [JSESSIONID="62404F2BF510F3F072EB17A068AD4749", 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] 20170530-06:46: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] 20170530-06:46:15: [WARN]: Cookie rejected [JSESSIONID="77E7F5A629B4DC12A355B020BA9EB2AC", 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] 20170530-06:46: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] 20170530-06:46:15: [WARN]: Cookie rejected [JSESSIONID="E0C5555F9D2437F56A78931EDC90F7A4", 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] 20170530-06:46:15: [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] 20170530-06:46:16: [WARN]: Cookie rejected [JSESSIONID="9A93DD224138CB99CDDD55620A29326C", 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] 20170530-06:46: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] 20170530-06:46:17: [WARN]: Cookie rejected [JSESSIONID="9AA75231D57C7AC11631D60D9F768521", 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] 20170530-06:46: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] 20170530-06:46:17: [WARN]: Cookie rejected [JSESSIONID="CB6CB0745A93E05C9CEA2EE9D077A7E8", 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] 20170530-06:46: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] 20170530-06:46:18: [WARN]: Cookie rejected [JSESSIONID="F633CCA47CD9FCDADF299DF11A279211", 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] 20170530-06:46: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] 20170530-06:46:18: [WARN]: Cookie rejected [JSESSIONID="9240AD38DD1C5C0E5DD7CD69A8EF24B6", 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] 20170530-06:46:18: [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] 20170530-06:46:19: [WARN]: Cookie rejected [JSESSIONID="DB7A98514FA852CE6EFF7362AAFC3879", 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] 20170530-06:46: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] 20170530-06:46:20: [WARN]: Cookie rejected [JSESSIONID="42A48D7C909D347EE6B8A9E239CF620F", 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] 20170530-06:46: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] 20170530-06:46:20: [WARN]: Cookie rejected [JSESSIONID="BEDFB3E20DE15E9F35FB806D238FB4F8", 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] 20170530-06:46:20: [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] 20170530-06:46:21: [WARN]: Cookie rejected [JSESSIONID="1461DEC122178F1415B4435EEA34618C", 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] 20170530-06:46: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] 20170530-06:46:22: [WARN]: Cookie rejected [JSESSIONID="CD931EE51C13E400F05F2749875B89C8", 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] 20170530-06:46: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] 20170530-06:46:22: [WARN]: Cookie rejected [JSESSIONID="53A7D8C87E533456C0FFC27D12028DE6", 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] 20170530-06:46: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] 20170530-06:46:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:22: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:46:22: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:23: [WARN]: Cookie rejected [JSESSIONID="48549EE423FA211791BB5C17176D4DA4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:2017149234622667" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/TestingNotFound:2017149234622667 [org.dataone.client.rest.RestClient] 20170530-06:46:23: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:23: [WARN]: Cookie rejected [JSESSIONID="61BB810AC96D3FBBE40648254E20B81D", 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:2017149234623338" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/TestingNotFound:2017149234623338 [org.dataone.client.rest.RestClient] 20170530-06:46:23: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:24: [WARN]: Cookie rejected [JSESSIONID="FAAFD258EC6DCE7C023066AC8025E2A1", 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:2017149234623985" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/TestingNotFound:2017149234623985 [org.dataone.client.rest.RestClient] 20170530-06:46:24: [INFO]: ***************** running test for testGet() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:25: [WARN]: Cookie rejected [JSESSIONID="D24CFF921395D8182CF7696CF2077C19", 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:2017149234624492" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/TestingNotFound:2017149234624492 [org.dataone.client.rest.RestClient] 20170530-06:46:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:25: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:46:25: [INFO]: ***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:25: [INFO]: ***************** running test for Node:: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [WARN]: Cookie rejected [JSESSIONID="18E1CD2290696F882C37FF1370230DC1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923462594_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test201714923462594_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:46:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [WARN]: Cookie rejected [JSESSIONID="C90B4AB20DF45F03796D975A485D289A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234625288_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234625288_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:46:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [WARN]: Cookie rejected [JSESSIONID="EA6CB54A8E4FF542FDB4DBFBE0F1AC1E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234625407_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234625407_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:46:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [WARN]: Cookie rejected [JSESSIONID="075EB786BB5FAB90587A73C28B8EE0F3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234625559_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234625559_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:46:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [WARN]: Cookie rejected [JSESSIONID="46626AA5A959D31C462F83D49023A7C2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234625762_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234625762_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:46:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:25: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [WARN]: Cookie rejected [JSESSIONID="38054AC2AEF09226C973B2038CCFBC0B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234625977_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234625977_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:46:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [WARN]: Cookie rejected [JSESSIONID="55721F449718B80BC729E2CA1D2142F1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234626178_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234626178_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:46:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [WARN]: Cookie rejected [JSESSIONID="EBDD30BE3F6C4C4254531DC50D631564", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234626384_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234626384_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:46:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [WARN]: Cookie rejected [JSESSIONID="CC8AF9FE6E77663AC6A6A7806DABF504", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234626568_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234626568_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:46:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [WARN]: Cookie rejected [JSESSIONID="B14A88CF9B6E5D501C5796507DB86F5D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234626758_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234626758_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:46:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:26: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [WARN]: Cookie rejected [JSESSIONID="AF384D7BAE30E8A5C8131E4FE90FDFF4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234626981_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234626981_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:46:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [WARN]: Cookie rejected [JSESSIONID="EA3AA8CD69A1A76F60EF34337AC71936", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234627174_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234627174_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:46:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [WARN]: Cookie rejected [JSESSIONID="7FE70FC722ED11627E7520E2E9A2CE6C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234627383_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234627383_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:46:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [WARN]: Cookie rejected [JSESSIONID="0CB1DF3827247D5697BE1F3CF75A33EF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234627575_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234627575_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:46:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [WARN]: Cookie rejected [JSESSIONID="C05176BDC0DFC7EC0A29496D1E6C0E3B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234627722_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234627722_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:46:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:27: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [WARN]: Cookie rejected [JSESSIONID="D774544FD43A412E63BD2280F8CB60AF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234627926_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234627926_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:46:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [WARN]: Cookie rejected [JSESSIONID="7DAFAA9FB4ECAA7143772BC7DCE39573", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923462871_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test201714923462871_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:46:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [WARN]: Cookie rejected [JSESSIONID="6C1020456ABF2196211B14FF131648AF", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234628285_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234628285_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:46:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [WARN]: Cookie rejected [JSESSIONID="F71DB972A6CADFF4D3AD198624C29C0B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234628525_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234628525_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:46:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [WARN]: Cookie rejected [JSESSIONID="8F6385FBF5B5A3DBEA9AF4F313A0AE6C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234628798_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234628798_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:46:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:28: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [WARN]: Cookie rejected [JSESSIONID="0E5B3E002B2C681DC9D1610A450D5721", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234628948_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234628948_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:46:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [WARN]: Cookie rejected [JSESSIONID="DF32AFD378FE22A63987EE03D777506E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234629167_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234629167_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:46:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [WARN]: Cookie rejected [JSESSIONID="CA9691B4310AD4528F512249AD3DBA7A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234629357_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234629357_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:46:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [WARN]: Cookie rejected [JSESSIONID="2297897214C652FDAAC0EBE009D3BAA4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234629568_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234629568_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:46:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [WARN]: Cookie rejected [JSESSIONID="50EECC9BE8B1D702D0D72281A90361E7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234629718_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234629718_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:46:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:29: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [WARN]: Cookie rejected [JSESSIONID="01888470D5F2B6564D7DCA7FD830E597", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234629930_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234629930_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:46:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [WARN]: Cookie rejected [JSESSIONID="E5E661D27AA6BF9B0234E26347E46E97", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234630187_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234630187_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:46:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [WARN]: Cookie rejected [JSESSIONID="197F224645DA2DEEA9C547F689337D3E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234630426_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234630426_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:46:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [WARN]: Cookie rejected [JSESSIONID="7A518584B03893C11821C7FF5915982B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234630657_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234630657_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] 20170530-06:46:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [WARN]: Cookie rejected [JSESSIONID="01F979E703C011966EAC12A02A7F097A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234630777_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234630777_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:46:30: [INFO]: ***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:30: [INFO]: ***************** running test for Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:30: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:31: [WARN]: Cookie rejected [JSESSIONID="06EC703F62AC47F91455BD9B56C12F53", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234630937_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234630937_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:46:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:31: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:31: [WARN]: Cookie rejected [JSESSIONID="0E5FFEDC5C32B317DB20FF9F5EA78FB9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234631385_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234631385_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:46:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:31: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:31: [WARN]: Cookie rejected [JSESSIONID="50907ABE169DD7BB025EC4404E8B3157", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234631553_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234631553_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:46:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:31: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [WARN]: Cookie rejected [JSESSIONID="7979BC1DCE91F7C8B1D494EB438F41F6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234631783_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234631783_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:46:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [WARN]: Cookie rejected [JSESSIONID="B1087A67FF1BC6DFB19BFAD82B49BAD7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923463213_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test201714923463213_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:46:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [WARN]: Cookie rejected [JSESSIONID="FA3F8952EE65A230AA2B1175FF34EFF6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234632168_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234632168_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:46:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [WARN]: Cookie rejected [JSESSIONID="F0AD2D627D72353F65EFF0E342129560", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234632337_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234632337_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:46:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [WARN]: Cookie rejected [JSESSIONID="BC91B325CA5A3EE63BBE26AC7DFA2647", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234632582_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234632582_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:46:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:32: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [WARN]: Cookie rejected [JSESSIONID="0F7A173E0FA0BE64115765791DAC1F5A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234632734_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234632734_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:46:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [WARN]: Cookie rejected [JSESSIONID="82524A33C910EDB07E31C86B7839AB78", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171492346333_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171492346333_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:46:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [WARN]: Cookie rejected [JSESSIONID="E27EDB5310B8DEA23C3CA7E43B2BE340", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234633155_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234633155_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:46:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [WARN]: Cookie rejected [JSESSIONID="02483E37FBADF96DD13D26110807E60B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234633325_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234633325_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:46:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [WARN]: Cookie rejected [JSESSIONID="5DE172720EAB30C872206C0EBAEC41DA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234633528_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234633528_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:46:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:33: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [WARN]: Cookie rejected [JSESSIONID="498C859680C4075C04417790DAB0B17B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234633748_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234633748_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:46:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [WARN]: Cookie rejected [JSESSIONID="E0FC3A4B0210AA63394AC6762EDB0CA8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171492346347_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test20171492346347_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:46:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [WARN]: Cookie rejected [JSESSIONID="F8DDDC68FC49C9D800E1686CD2995651", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234634215_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234634215_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:46:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [WARN]: Cookie rejected [JSESSIONID="E1E9DE732F633A5F578098F86CBEC94E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234634341_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234634341_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:46:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [WARN]: Cookie rejected [JSESSIONID="0C3F29611EE4626DB49CE6A89C45FB5F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234634484_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234634484_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:46:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [WARN]: Cookie rejected [JSESSIONID="EA5733F11CC7894C91151E4E1821BCB1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234634697_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234634697_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:46:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:34: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [WARN]: Cookie rejected [JSESSIONID="85CF0EBF670230899FE15A8C7CC20697", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234634855_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234634855_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:46:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [WARN]: Cookie rejected [JSESSIONID="0FACDE955C379345C0B892C9117F7D3B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923463595_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test201714923463595_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:46:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [WARN]: Cookie rejected [JSESSIONID="FA1275E483EF676002E4991508A1CADC", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234635346_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234635346_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:46:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [WARN]: Cookie rejected [JSESSIONID="60B9D742E59CAABF3B4333FEBED815D8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234635499_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234635499_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:46:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [WARN]: Cookie rejected [JSESSIONID="AC1EC2734CF44766920857264E9DF501", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234635628_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234635628_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:46:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:35: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [WARN]: Cookie rejected [JSESSIONID="053A14B517C90D32E6F9C267EF310E27", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234635876_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234635876_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:46:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [WARN]: Cookie rejected [JSESSIONID="211EC81065903EB7F65EB8BFBE663DF0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234636118_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234636118_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:46:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [WARN]: Cookie rejected [JSESSIONID="B14938F4438586CF5F5BAACFCFF2121F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234636270_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234636270_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:46:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [WARN]: Cookie rejected [JSESSIONID="B68413B41367799EF38612E4AECDBBA3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234636446_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234636446_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:46:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [WARN]: Cookie rejected [JSESSIONID="50B1D0EA36B66AA91B25238ADB8DC7D2", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234636617_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234636617_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] 20170530-06:46:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [WARN]: Cookie rejected [JSESSIONID="21C12AC987CECE61E2335C361E4E43F5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234636762_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234636762_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:46:36: [INFO]: ***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:36: [INFO]: ***************** running test for Node:: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:36: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:37: [WARN]: Cookie rejected [JSESSIONID="A30C55FD4D72F4066E1647D4F1C67982", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234636980_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234636980_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:46:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:37: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:37: [WARN]: Cookie rejected [JSESSIONID="C992ADB2E852288182F3973E852469C3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234637341_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234637341_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:46:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:37: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:37: [WARN]: Cookie rejected [JSESSIONID="C2279627B6FB8E9D838BA7A1F5901629", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234637504_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234637504_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:46:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:37: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:37: [WARN]: Cookie rejected [JSESSIONID="F7E8D21C33772A42D3A57387EDF875CB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234637670_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234637670_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:46:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:37: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [WARN]: Cookie rejected [JSESSIONID="E54A0C75DC472B5F64F4AB6ABAD9521C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234637836_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234637836_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:46:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [WARN]: Cookie rejected [JSESSIONID="F86E122EA3B7C03E719F0CEBBD68409B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171492346386_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171492346386_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:46:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [WARN]: Cookie rejected [JSESSIONID="535BB305BBE488CAE08D8DE7F000E97E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234638126_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234638126_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:46:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [WARN]: Cookie rejected [JSESSIONID="2855FEB9A5E7A12079F518D3C8959F36", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234638263_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234638263_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:46:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [WARN]: Cookie rejected [JSESSIONID="A1A3FE922933B05C5654FFC7104DA094", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234638381_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234638381_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:46:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [WARN]: Cookie rejected [JSESSIONID="AD24E5C5B2DABAE360B1F9C68079ED72", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234638502_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234638502_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:46:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [WARN]: Cookie rejected [JSESSIONID="45B09601694C9A6B238E21E6CAA46378", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234638676_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234638676_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:46:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [WARN]: Cookie rejected [JSESSIONID="8B7D88A4689D6309DF9FAAADE925A01D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234638815_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234638815_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:46:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:38: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [WARN]: Cookie rejected [JSESSIONID="93E016B4D8BA865DAF372A04484F5C41", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234638930_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234638930_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:46:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [WARN]: Cookie rejected [JSESSIONID="770F5A3173EBD9CD6B7C333A1DBAFD07", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923463971_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923463971_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:46:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [WARN]: Cookie rejected [JSESSIONID="97A2220993980FC1C04C2DA886EC5B9A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234639210_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234639210_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:46:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [WARN]: Cookie rejected [JSESSIONID="4A316F9A594A37C9DB32C7C0DEF64307", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234639383_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234639383_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:46:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [WARN]: Cookie rejected [JSESSIONID="BD54476D8038543774B7A32AEA95E813", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234639504_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234639504_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:46:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [WARN]: Cookie rejected [JSESSIONID="22BBDFF475ED0AADB3ABD5DCA99D2EEE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234639626_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234639626_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:46:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [WARN]: Cookie rejected [JSESSIONID="F12EB71F45EFCA4534721022AB50AEEE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234639749_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234639749_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:46:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:39: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [WARN]: Cookie rejected [JSESSIONID="64E8E50DECDFFF58F703A2F76BC2A236", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234639887_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234639887_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:46:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [WARN]: Cookie rejected [JSESSIONID="2B6822467656DEA9F3B9B3CFA959EE3A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923464051_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923464051_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:46:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [WARN]: Cookie rejected [JSESSIONID="423A0B888AD3FA6944DFFE1B4A055151", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234640171_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234640171_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:46:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [WARN]: Cookie rejected [JSESSIONID="ADD9EC997A695028289CCD112431B321", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234640299_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234640299_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:46:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [WARN]: Cookie rejected [JSESSIONID="C55863F1CFF88587A848BD54811C6DD5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234640444_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234640444_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:46:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [WARN]: Cookie rejected [JSESSIONID="AA5DEA7E2CAA2E33B9F64CDA0E45F5F9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234640595_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234640595_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:46:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [WARN]: Cookie rejected [JSESSIONID="FF5B471D3FFA6504EB1ADE3DCE2C96BF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234640734_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234640734_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:46:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:40: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:41: [WARN]: Cookie rejected [JSESSIONID="2ED849C1E2CF802589369DBE6D9D3008", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234640871_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234640871_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:46:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:41: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:41: [WARN]: Cookie rejected [JSESSIONID="6E6ACD370E21DD8C9554ED3EC4F77BFF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923464111_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923464111_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:46:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:41: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:41: [WARN]: Cookie rejected [JSESSIONID="277A9120C0AF21D21CDCACB10BD5AADD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234641148_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234641148_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] 20170530-06:46:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:41: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:41: [WARN]: Cookie rejected [JSESSIONID="FB92AEB6910874969F91A576EE8DDDE6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234641267_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234641267_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:46:41: [INFO]: ***************** running test for testGet_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:41: [INFO]: ***************** running test for Node:: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:41: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:42: [WARN]: Cookie rejected [JSESSIONID="8EA2F53A6221AFB3357B042336C10BDC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234641416_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234641416_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:46:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:42: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:42: [WARN]: Cookie rejected [JSESSIONID="4A13126A5607B248554A74633EF9AD50", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234642248_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234642248_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:46:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:42: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:42: [WARN]: Cookie rejected [JSESSIONID="00CC50F0986FFE52464B4369B6EB2771", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234642498_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234642498_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:46:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:42: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:42: [WARN]: Cookie rejected [JSESSIONID="18B40CA18A6BC9C2BC6B541392A58A03", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234642655_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234642655_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:46:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:42: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [WARN]: Cookie rejected [JSESSIONID="D44B624CC608F733D2DC8FE25BE91671", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234642904_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234642904_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:46:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [WARN]: Cookie rejected [JSESSIONID="D3F74F2586CE34EF0A22A613FEF8408D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923464353_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923464353_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:46:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [WARN]: Cookie rejected [JSESSIONID="06B2CDE33C0EA920E3697628212001DB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234643301_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234643301_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:46:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [WARN]: Cookie rejected [JSESSIONID="496B58B086B484469992644A7E3497AA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234643515_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234643515_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:46:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [WARN]: Cookie rejected [JSESSIONID="A1A8A2F36D55EC656A707FEB112FD3D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234643739_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234643739_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:46:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:43: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [WARN]: Cookie rejected [JSESSIONID="FA958007ED6BCB97D8C34CC7A9449CD7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234643915_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234643915_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:46:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [WARN]: Cookie rejected [JSESSIONID="80EDAD00E6405611B81A41A8C67EC6BC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923464487_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923464487_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:46:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [WARN]: Cookie rejected [JSESSIONID="570EBE754715A159DBCD9E18780659E9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234644221_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234644221_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:46:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [WARN]: Cookie rejected [JSESSIONID="2DCB223E4CE8571FE2B6D7E920A1E1C0", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234644369_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234644369_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:46:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [WARN]: Cookie rejected [JSESSIONID="2BF4BCD87F3ACC87FD884BC8D5AC802A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234644500_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234644500_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:46:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [WARN]: Cookie rejected [JSESSIONID="F1D8D4548BE4385824008D7A6739777D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234644706_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234644706_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:46:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:44: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [WARN]: Cookie rejected [JSESSIONID="71565F440DA4C8F8E39B0C872ACF350A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234644859_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234644859_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:46:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [WARN]: Cookie rejected [JSESSIONID="2411CF6D3A335BE3A75DD14FC6AE6532", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923464589_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923464589_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:46:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [WARN]: Cookie rejected [JSESSIONID="20284CEF1AE870E5B62A31DE6C241096", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234645298_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234645298_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:46:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [WARN]: Cookie rejected [JSESSIONID="EF4567964114D11C247DC0E5A5148573", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234645450_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234645450_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:46:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [WARN]: Cookie rejected [JSESSIONID="C8163F0B667ECEF4E4889C25AA1DCEAB", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234645658_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234645658_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:46:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:45: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [WARN]: Cookie rejected [JSESSIONID="61BCBC7E7E709D1D74F71384EBABE504", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234645900_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234645900_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:46:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [WARN]: Cookie rejected [JSESSIONID="7DED5A4814A01772C77AA35CEDE68598", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234646129_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234646129_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:46:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [WARN]: Cookie rejected [JSESSIONID="291E723709EF95314E75F850EB091D7F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234646260_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234646260_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:46:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [WARN]: Cookie rejected [JSESSIONID="15C5C21EB0A3B5CB5A0A20DF95910A90", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234646468_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234646468_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:46:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [WARN]: Cookie rejected [JSESSIONID="C1AD375162C7822C5A474B57069956D3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234646605_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234646605_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:46:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [WARN]: Cookie rejected [JSESSIONID="E10F1446CFA14B3040178A17F64EFAF6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234646808_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234646808_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:46:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:46: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:47: [WARN]: Cookie rejected [JSESSIONID="2CFD56F9D7F8B4679888C37BDD707F00", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234646940_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234646940_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:46:47: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:47: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:47: [WARN]: Cookie rejected [JSESSIONID="4F6B6C7DDED7700BAEF382012B78B243", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234647182_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234647182_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:46:47: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:47: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:47: [WARN]: Cookie rejected [JSESSIONID="38B9B64720B72F1DC7A71482F870949A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234647333_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234647333_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] 20170530-06:46:47: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:47: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:46:47: [WARN]: Cookie rejected [JSESSIONID="88BFD9EF440A113005075246D9542EC4", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234647507_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:46:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234647507_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:46:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:46:47: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:47: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:48: [WARN]: Cookie rejected [JSESSIONID="67897F10B37DA1E408C1959DC3DD91ED", 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] 20170530-06:46:48: [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] 20170530-06:46:48: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:48: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:49: [WARN]: Cookie rejected [JSESSIONID="761362CF2A8D2A98C96C95F7F1D61C4C", 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] 20170530-06:46:49: [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] 20170530-06:46:49: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:49: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:50: [WARN]: Cookie rejected [JSESSIONID="7D0B89DE3DA70FB9365E2BC19E5B101B", 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] 20170530-06:46:50: [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] 20170530-06:46:50: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:46:50: [WARN]: Cookie rejected [JSESSIONID="1CA7D2F409897CABB3DB7A4DAD1499E6", 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] 20170530-06:46:50: [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] 20170530-06:46:50: [WARN]: Cookie rejected [JSESSIONID="4560EA5844073D9ED243F41816C9E002", 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] 20170530-06:46:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient] 20170530-06:46:51: [WARN]: Cookie rejected [JSESSIONID="1707A9D8D4E4D3BBCFF7FA73BAA33C29", 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] 20170530-06:46:51: [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] 20170530-06:46:51: [WARN]: Cookie rejected [JSESSIONID="5A151A1411D441E4464012078B68CC2F", 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] 20170530-06:46:51: [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] 20170530-06:46:52: [WARN]: Cookie rejected [JSESSIONID="06987743A6096DBD057EB39EFDB806B8", 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] 20170530-06:46:52: [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] 20170530-06:46:53: [WARN]: Cookie rejected [JSESSIONID="0D5DAEEFBEA134EA73AB499A8CFEDAFA", 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] 20170530-06:46:53: [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] 20170530-06:46:53: [WARN]: Cookie rejected [JSESSIONID="EE381AFE42F98E5D951D01267F775DEB", 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] 20170530-06:46:53: [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] 20170530-06:46:54: [WARN]: Cookie rejected [JSESSIONID="F0273D99283C20E902AB020196014DF3", 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] 20170530-06:46:54: [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] 20170530-06:46:54: [WARN]: Cookie rejected [JSESSIONID="B971A6E420E2401CD32D0C3FBA4462B3", 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] 20170530-06:46:54: [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] 20170530-06:46:55: [WARN]: Cookie rejected [JSESSIONID="92BFE1566F335AE99ECDBDF4D7AA0168", 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] 20170530-06:46:55: [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] 20170530-06:46:56: [WARN]: Cookie rejected [JSESSIONID="AFE3021D86927F34074B5537CAE3C733", 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] 20170530-06:46:56: [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] 20170530-06:46:56: [WARN]: Cookie rejected [JSESSIONID="235FE50FA32B141883C7BF3D8C15D2D2", 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] 20170530-06:46:56: [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] 20170530-06:46:57: [WARN]: Cookie rejected [JSESSIONID="17791D34D2716E94BAD2311A00F00D64", 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] 20170530-06:46:57: [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] 20170530-06:46:57: [WARN]: Cookie rejected [JSESSIONID="24435A1A0EAF1115C9D5F71639A93C16", 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] 20170530-06:46:57: [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] 20170530-06:46:58: [WARN]: Cookie rejected [JSESSIONID="1F384FFFCFD606363B48BD9E44624747", 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] 20170530-06:46:58: [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] 20170530-06:46:59: [WARN]: Cookie rejected [JSESSIONID="F2131668E4A165AEFCF7B507C3E6B550", 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] 20170530-06:46:59: [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] 20170530-06:46:59: [WARN]: Cookie rejected [JSESSIONID="D20F5AF2F25BAE928713648A9FB6EB3A", 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] 20170530-06:46:59: [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] 20170530-06:47:00: [WARN]: Cookie rejected [JSESSIONID="59F127D989CA06AE261F9D8BA5C15B91", 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] 20170530-06:47:00: [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] 20170530-06:47:00: [WARN]: Cookie rejected [JSESSIONID="738C93B41A30905475E6A53DBA54F698", 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] 20170530-06:47:00: [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] 20170530-06:47:01: [WARN]: Cookie rejected [JSESSIONID="291B835A83E05FF4D157E83E2B12EA3C", 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] 20170530-06:47:01: [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] 20170530-06:47:02: [WARN]: Cookie rejected [JSESSIONID="B91B83797415305E7A0467305527E45E", 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] 20170530-06:47:02: [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] 20170530-06:47:02: [WARN]: Cookie rejected [JSESSIONID="9399228A9BEAF26121B6198C8C250DC0", 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] 20170530-06:47:02: [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] 20170530-06:47:03: [WARN]: Cookie rejected [JSESSIONID="051F0E8F4D4A3275CA6FD170F2B1E9C1", 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] 20170530-06:47:03: [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] 20170530-06:47:04: [WARN]: Cookie rejected [JSESSIONID="D8604879783C25311DBB0C1BE389438B", 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] 20170530-06:47:04: [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] 20170530-06:47:04: [WARN]: Cookie rejected [JSESSIONID="64B5148E12E1F68D1EB431068DB24FB9", 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] 20170530-06:47:04: [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] 20170530-06:47:05: [WARN]: Cookie rejected [JSESSIONID="DFBB8CDD73C2275CFEAB2C86E42D661C", 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] 20170530-06:47:05: [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] 20170530-06:47:05: [WARN]: Cookie rejected [JSESSIONID="E81FCD03396CC6C1246217B2828F25AE", 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] 20170530-06:47:05: [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] 20170530-06:47:06: [WARN]: Cookie rejected [JSESSIONID="EE4CEB1F0728368483DB21EBE5987B0E", 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] 20170530-06:47:06: [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] 20170530-06:47:07: [WARN]: Cookie rejected [JSESSIONID="620EFBBD1C90295F88827955E6C7BD53", 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] 20170530-06:47:07: [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] 20170530-06:47:07: [WARN]: Cookie rejected [JSESSIONID="F1E46005CEA46EC71D171F0708944641", 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] 20170530-06:47:07: [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] 20170530-06:47:08: [WARN]: Cookie rejected [JSESSIONID="8320FB3BA4D4BA20063D9BA973894A25", 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] 20170530-06:47:08: [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] 20170530-06:47:08: [WARN]: Cookie rejected [JSESSIONID="723A3D3A9A0F4064D58266ECECC26AC5", 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] 20170530-06:47:08: [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] 20170530-06:47:09: [WARN]: Cookie rejected [JSESSIONID="13F4F835E658DD47C6A79C3DEEBFD53D", 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] 20170530-06:47:09: [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] 20170530-06:47:10: [WARN]: Cookie rejected [JSESSIONID="D2874A8EC299170FF8410C77CBA8C521", 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] 20170530-06:47:10: [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] 20170530-06:47:10: [WARN]: Cookie rejected [JSESSIONID="53FC283EB9B312F3A3C83C5058631008", 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] 20170530-06:47:10: [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] 20170530-06:47:11: [WARN]: Cookie rejected [JSESSIONID="9434B89498B0304BE7F7390210EAF2C4", 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] 20170530-06:47:11: [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] 20170530-06:47:11: [WARN]: Cookie rejected [JSESSIONID="4518ADD0B91305FBFF09FAD7D7B370D6", 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] 20170530-06:47:11: [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] 20170530-06:47:12: [WARN]: Cookie rejected [JSESSIONID="53E39F3C643142B477C563E7D2500715", 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] 20170530-06:47:12: [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] 20170530-06:47:13: [WARN]: Cookie rejected [JSESSIONID="A1E35613B41EE7B266F7BB6867652F57", 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] 20170530-06:47:13: [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] 20170530-06:47:13: [WARN]: Cookie rejected [JSESSIONID="65945339460464698B512E8E00EA7A45", 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] 20170530-06:47:13: [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] 20170530-06:47:14: [WARN]: Cookie rejected [JSESSIONID="336F1D928F97A5EBA8113F24D595FED1", 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] 20170530-06:47:14: [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] 20170530-06:47:15: [WARN]: Cookie rejected [JSESSIONID="43D4DDCDB2AC8A342F30A90FF4071642", 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] 20170530-06:47:15: [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] 20170530-06:47:15: [WARN]: Cookie rejected [JSESSIONID="5CFC7E9C9C42A9FF15EB3B206811316F", 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] 20170530-06:47:15: [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] 20170530-06:47:16: [WARN]: Cookie rejected [JSESSIONID="0E9B6F1866970C68EC62BF655EF0EC0B", 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] 20170530-06:47:16: [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] 20170530-06:47:16: [WARN]: Cookie rejected [JSESSIONID="38BC33621C39009971449350719E2D10", 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] 20170530-06:47:16: [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] 20170530-06:47:17: [WARN]: Cookie rejected [JSESSIONID="64B02EFF68E5B99CEED77D59AAB72AD3", 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] 20170530-06:47:17: [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] 20170530-06:47:18: [WARN]: Cookie rejected [JSESSIONID="531F3CF1ED50FECAF6073F5251BE3186", 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] 20170530-06:47:18: [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] 20170530-06:47:18: [WARN]: Cookie rejected [JSESSIONID="5BD4941BB466C68C91202E7C3FBB65BC", 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] 20170530-06:47:18: [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] 20170530-06:47:19: [WARN]: Cookie rejected [JSESSIONID="D1B5DC1C743566A3F669688B65698A4A", 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] 20170530-06:47:19: [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] 20170530-06:47:19: [WARN]: Cookie rejected [JSESSIONID="0F48B25B38BCACA5A92759C33F539016", 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] 20170530-06:47:19: [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] 20170530-06:47:20: [WARN]: Cookie rejected [JSESSIONID="FD9D5F29B9F229773E70B604E19375B5", 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] 20170530-06:47:20: [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] 20170530-06:47:21: [WARN]: Cookie rejected [JSESSIONID="9598055E118039D440F32FA58462CCC6", 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] 20170530-06:47:21: [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:: Could not get CNode from the underlying context (D1Client.CN_URL) 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: Could not get CNode from the underlying context (D1Client.CN_URL) 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 20170530-06:47:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:21: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:47:21: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:21: [WARN]: Cookie rejected [JSESSIONID="CF34D5EB32BC2F7469F5E2FDAC3ED9D9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/TestingNotFound:2017149234721149" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/TestingNotFound:2017149234721149 [org.dataone.client.rest.RestClient] 20170530-06:47:21: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:22: [WARN]: Cookie rejected [JSESSIONID="FAE8D8137E991B8323C3FF909AB5C4BD", 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:2017149234721828" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/TestingNotFound:2017149234721828 [org.dataone.client.rest.RestClient] 20170530-06:47:22: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:23: [WARN]: Cookie rejected [JSESSIONID="F7BE2CAF5E24CDD18315F8CC1A3A2687", 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:2017149234722587" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/TestingNotFound:2017149234722587 [org.dataone.client.rest.RestClient] 20170530-06:47:23: [INFO]: ***************** running test for testGetSystemMetadata() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:23: [WARN]: Cookie rejected [JSESSIONID="063F284AB79854402F9010BACAFE88E3", 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:2017149234723130" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/TestingNotFound:2017149234723130 [org.dataone.client.rest.RestClient] 20170530-06:47:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:23: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:47:23: [INFO]: ***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:23: [INFO]: ***************** running test for Node:: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:23: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:23: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:23: [WARN]: Cookie rejected [JSESSIONID="23840BD52153381EA39EBD30D8C26EE4", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234723733_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234723733_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:47:23: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:23: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [WARN]: Cookie rejected [JSESSIONID="DD7A5DB2600B4195967B0C8BFA27750E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234723883_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234723883_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:47:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [WARN]: Cookie rejected [JSESSIONID="76576D7A20259EEAB2053A566CB9E52D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234724139_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234724139_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:47:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [WARN]: Cookie rejected [JSESSIONID="D69F07E1B3ED31378AD338E518BDD41C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234724373_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234724373_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:47:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [WARN]: Cookie rejected [JSESSIONID="A48754B0719ABBFE4E47F7A4C6C9DC4D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234724568_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234724568_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:47:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [WARN]: Cookie rejected [JSESSIONID="E1E65DD45DF90162E19AB69A1C1D683E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234724705_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234724705_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:47:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:24: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [WARN]: Cookie rejected [JSESSIONID="F3E2E064EF734EDC341ACAF7C208EF4A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234724957_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234724957_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:47:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [WARN]: Cookie rejected [JSESSIONID="F572CE83FA7CAD35A8AFC4B66F33B6DC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234725102_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234725102_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:47:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [WARN]: Cookie rejected [JSESSIONID="550FEF73FFF49588095D1DC3435F7A5F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234725268_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234725268_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:47:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [WARN]: Cookie rejected [JSESSIONID="CC630987CB5B7B95A87EAE796C460AEB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234725490_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234725490_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:47:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [WARN]: Cookie rejected [JSESSIONID="894DA4D1E93360098EED780A8480ACA9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234725666_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234725666_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:47:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [WARN]: Cookie rejected [JSESSIONID="452207503C6E507C8900E8B7627A600C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234725795_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234725795_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:47:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:25: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [WARN]: Cookie rejected [JSESSIONID="79A3DBA1A3A592C0ABCD2021859170B0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234725947_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234725947_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:47:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [WARN]: Cookie rejected [JSESSIONID="50E238D8A219F227168E3072CC1D6ECB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923472682_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test201714923472682_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:47:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [WARN]: Cookie rejected [JSESSIONID="255658A4710E2439DE1D3D16B912EA27", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234726226_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234726226_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:47:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [WARN]: Cookie rejected [JSESSIONID="2A8E1E76774B2FEBD40863DC21F5894B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234726457_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234726457_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:47:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [WARN]: Cookie rejected [JSESSIONID="6A9435E4DC0BB0B0A229EEBA8B04037B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234726675_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234726675_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:47:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:26: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [WARN]: Cookie rejected [JSESSIONID="CCD5D7E8EB85E11340DA20EC62802ABD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234726930_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234726930_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:47:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [WARN]: Cookie rejected [JSESSIONID="FC943EFC612FD13CF17577C7D776089D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234727132_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234727132_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:47:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [WARN]: Cookie rejected [JSESSIONID="AFC0F91CBBB0054815BECB8B25AF096F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234727355_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234727355_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:47:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [WARN]: Cookie rejected [JSESSIONID="F651966AD941940FED39234DB1803048", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234727488_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234727488_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:47:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [WARN]: Cookie rejected [JSESSIONID="889765BCDEC67AB9269EE92D98A13142", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234727644_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234727644_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:47:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:27: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [WARN]: Cookie rejected [JSESSIONID="DAA50E02DA0C8125615193AE09AF716F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234727874_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234727874_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:47:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [WARN]: Cookie rejected [JSESSIONID="5BCEC500E9EF5033205F0CC12BF1F170", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923472843_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test201714923472843_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:47:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [WARN]: Cookie rejected [JSESSIONID="88436708D30FEB76D7F7101B7C20887E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234728197_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234728197_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:47:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [WARN]: Cookie rejected [JSESSIONID="A6A69C8127D32DFC18992DDAE313ADE7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234728358_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234728358_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:47:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [WARN]: Cookie rejected [JSESSIONID="BA0C26948BEC789BADBEF6866675A6E1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234728565_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234728565_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:47:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:28: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:29: [WARN]: Cookie rejected [JSESSIONID="F9D8E2BEA29CD25DD4554B0CD8281DD3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234728773_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234728773_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:47:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:29: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:29: [WARN]: Cookie rejected [JSESSIONID="9D26BBD69DA6F16A17A8A775C65F4F52", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923472936_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test201714923472936_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] 20170530-06:47:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:29: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:29: [WARN]: Cookie rejected [JSESSIONID="FB9CCC1853084CBB86A801C6E0033E3B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234729172_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/meta/Test2017149234729172_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:47:29: [INFO]: ***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:29: [INFO]: ***************** running test for Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:29: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:29: [WARN]: Cookie rejected [JSESSIONID="771E27C43F7CE5CDCDB2E2DBBF34E770", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234729324_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234729324_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:47:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:29: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [WARN]: Cookie rejected [JSESSIONID="2B244B0FEAA8AFE4547131E8755A4D48", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234729789_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234729789_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:47:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [WARN]: Cookie rejected [JSESSIONID="B7A9328C388ABB54DA2D4D721C32D637", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923473013_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test201714923473013_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:47:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [WARN]: Cookie rejected [JSESSIONID="AFBA65F71F1D985CA1361B5920C65B2B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234730198_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234730198_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:47:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [WARN]: Cookie rejected [JSESSIONID="BFB91B077A8ED3D0F9D16F834F73EA0E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234730381_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234730381_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:47:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [WARN]: Cookie rejected [JSESSIONID="42D3F8AE501F36783CF0D153CF0F88CA", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234730515_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234730515_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:47:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [WARN]: Cookie rejected [JSESSIONID="264DC56AB3BFB47D388BC8BEF116AF80", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234730733_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234730733_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:47:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:30: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [WARN]: Cookie rejected [JSESSIONID="DFEA6A91E6F6D9B10CD179819F143732", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234730875_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234730875_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:47:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [WARN]: Cookie rejected [JSESSIONID="BBE797EB2CF081BC60655EDD8CB7E4E6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923473118_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test201714923473118_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:47:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [WARN]: Cookie rejected [JSESSIONID="286344815A6928133E7CFC513BBE4101", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234731145_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234731145_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:47:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [WARN]: Cookie rejected [JSESSIONID="D285FE961BBD1EEBFDA9A014E48AF7A4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234731342_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234731342_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:47:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [WARN]: Cookie rejected [JSESSIONID="4E3DE80FB9437BBEA03A11CD9A69F611", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234731486_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234731486_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:47:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [WARN]: Cookie rejected [JSESSIONID="E558BA0785B0C4D5C9F8D0A0FF5525DB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234731712_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234731712_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:47:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [WARN]: Cookie rejected [JSESSIONID="76293F05C516FCD8C69FCA68396FCEEB", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234731873_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234731873_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:47:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:31: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [WARN]: Cookie rejected [JSESSIONID="C7FE6D9A63272E85258AEFB6C0C0745E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234731985_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234731985_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:47:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [WARN]: Cookie rejected [JSESSIONID="585FB1ADEC8F40FB247BC5EBBD30EE54", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234732204_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234732204_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:47:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [WARN]: Cookie rejected [JSESSIONID="5C3FD22157F97508F41F34E33A712119", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234732326_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234732326_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:47:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [WARN]: Cookie rejected [JSESSIONID="37D04B1551F0B2D82A3C6D503C094EA5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234732444_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234732444_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:47:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [WARN]: Cookie rejected [JSESSIONID="CD309E801D446725D83DC77620EC3431", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234732670_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234732670_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:47:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:32: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [WARN]: Cookie rejected [JSESSIONID="D7667C503D3617556C441480679CB604", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234732901_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234732901_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:47:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [WARN]: Cookie rejected [JSESSIONID="2BC7B19B630D7C9587162833A1AAD824", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234733111_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234733111_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:47:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [WARN]: Cookie rejected [JSESSIONID="503419AB8FF6F29B15B5815BBCA03471", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234733285_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234733285_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:47:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [WARN]: Cookie rejected [JSESSIONID="140BFB20D42623C1FC96635921D38422", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234733476_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234733476_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:47:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [WARN]: Cookie rejected [JSESSIONID="B950F0322F6F83679203A4C0C4AC3B00", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234733687_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234733687_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:47:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:33: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [WARN]: Cookie rejected [JSESSIONID="2B825ABA34CDD4E3ED0DE52470179F89", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234733875_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234733875_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:47:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [WARN]: Cookie rejected [JSESSIONID="B272B0FA2F31472396CA7CF7C4881E71", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923473468_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test201714923473468_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:47:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [WARN]: Cookie rejected [JSESSIONID="821A8A0BF7349C844CEF58F0E48D1269", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234734189_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234734189_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:47:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [WARN]: Cookie rejected [JSESSIONID="665194353F25ED5E019383CD095C092D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234734330_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234734330_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:47:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [WARN]: Cookie rejected [JSESSIONID="C0C39CF29B9C697EF943BC48B29BBC0F", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234734541_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234734541_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] 20170530-06:47:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [WARN]: Cookie rejected [JSESSIONID="C748E766C83CCB77BC371F0B0D5DDC48", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234734654_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/meta/Test2017149234734654_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:47:34: [INFO]: ***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:34: [INFO]: ***************** running test for Node:: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:34: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [WARN]: Cookie rejected [JSESSIONID="CFB9238FDB30082678742065723848A4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234734773_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234734773_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:47:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [WARN]: Cookie rejected [JSESSIONID="7781B63CF6071526F020D88DE3386998", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234735145_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234735145_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:47:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [WARN]: Cookie rejected [JSESSIONID="3B63FB0EE7ADDDEAAC2FB67424504AB1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234735316_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234735316_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:47:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [WARN]: Cookie rejected [JSESSIONID="5AC4B34DAF28DCAA8C48ADB46D6FF7B6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234735467_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234735467_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:47:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [WARN]: Cookie rejected [JSESSIONID="4ABB80C854BBC93CF6BD8AA100A723A5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234735604_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234735604_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:47:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [WARN]: Cookie rejected [JSESSIONID="CB43FB7F75443044021D5F00BF282E69", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234735744_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234735744_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:47:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:35: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [WARN]: Cookie rejected [JSESSIONID="7F69D12DE551FCBBFDB77D01210114BD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234735889_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234735889_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:47:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [WARN]: Cookie rejected [JSESSIONID="CFD6F4889C9F85731F8F58AE8E1D1BE4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923473637_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test201714923473637_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:47:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [WARN]: Cookie rejected [JSESSIONID="FA934BF42BF47DFF230312BE1B0B1B1D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234736158_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234736158_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:47:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [WARN]: Cookie rejected [JSESSIONID="429CF29E76F5FF8BB86E9E6879CF83A9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234736283_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234736283_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:47:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [WARN]: Cookie rejected [JSESSIONID="133BA9F60CFBEB7C9BB7E89612EF3127", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234736437_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234736437_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:47:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [WARN]: Cookie rejected [JSESSIONID="007E1A0476830441E75AEF825D825497", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234736583_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234736583_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:47:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [WARN]: Cookie rejected [JSESSIONID="74FD7681079890018480EAEC34216A02", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234736700_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234736700_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:47:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [WARN]: Cookie rejected [JSESSIONID="B1B9E335ED19BA66CB69FF437B6275B2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234736824_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234736824_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:47:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:36: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [WARN]: Cookie rejected [JSESSIONID="729E52E4BCD9CDDA375299D74443696C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234736939_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234736939_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:47:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [WARN]: Cookie rejected [JSESSIONID="8BFBE19C7504F65EAF956C87E12A9D5A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923473782_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test201714923473782_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:47:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [WARN]: Cookie rejected [JSESSIONID="03DA0CEF7773A20E1417072E5AD5B295", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234737232_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234737232_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:47:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [WARN]: Cookie rejected [JSESSIONID="B79219872FE6106B5D956ED191359CE3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234737379_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234737379_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:47:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [WARN]: Cookie rejected [JSESSIONID="DF5A0CF2C743C9DE0B5A03CB1EAA511E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234737541_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234737541_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:47:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [WARN]: Cookie rejected [JSESSIONID="6139E069CE47385662EFC22E4A91423A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234737677_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234737677_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:47:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [WARN]: Cookie rejected [JSESSIONID="2A51085508AD17BB058970795F49FFC6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234737839_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234737839_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:47:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:37: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [WARN]: Cookie rejected [JSESSIONID="63FB3AB9E1669432B6E32B16CBACECB2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234737983_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234737983_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:47:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [WARN]: Cookie rejected [JSESSIONID="A21A0A586F2D466152579BC919E6A4DB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234738104_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234738104_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:47:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [WARN]: Cookie rejected [JSESSIONID="98103C2EBCFA4AE4A7806609DDCF2E69", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234738224_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234738224_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:47:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [WARN]: Cookie rejected [JSESSIONID="D23CDB831BA1A4E35E77C5E77D707BA2", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234738338_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234738338_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:47:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [WARN]: Cookie rejected [JSESSIONID="26E8461D29DF5909129E0262D6EC1FF3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234738499_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234738499_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:47:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [WARN]: Cookie rejected [JSESSIONID="8861E24A4E094FC6BCD919BDCDF699BB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234738645_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234738645_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:47:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [WARN]: Cookie rejected [JSESSIONID="BD4D4BAB8B37AFA29222E8A58472EB25", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234738769_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234738769_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:47:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:38: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:39: [WARN]: Cookie rejected [JSESSIONID="848867F4B03A65A657C9B3D7CDEBC696", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234738931_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test2017149234738931_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] 20170530-06:47:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:39: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:39: [WARN]: Cookie rejected [JSESSIONID="8DDE5B8EA947FF2361233E4306DD67AD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923473966_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/meta/Test201714923473966_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:47:39: [INFO]: ***************** running test for testGetSystemMetadata_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:39: [INFO]: ***************** running test for Node:: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:39: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:39: [WARN]: Cookie rejected [JSESSIONID="5107023F565BE9F35DD92F832CC1F849", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234739180_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234739180_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:47:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:39: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [WARN]: Cookie rejected [JSESSIONID="E285349FF64362F878A0413A03B48C11", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234739795_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234739795_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:47:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [WARN]: Cookie rejected [JSESSIONID="46291D2999EF9377BF6ADE282FB7D838", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923474033_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test201714923474033_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:47:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [WARN]: Cookie rejected [JSESSIONID="03A8186E22F9CD751D95BF6FE8E7D3EC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234740210_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234740210_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:47:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [WARN]: Cookie rejected [JSESSIONID="D420FD6A765F09FCC25AC43AA0E927D7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234740454_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234740454_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:47:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [WARN]: Cookie rejected [JSESSIONID="3223968357765D61C3CB9AD44EE6CA69", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234740607_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234740607_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:47:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [WARN]: Cookie rejected [JSESSIONID="2310832CACB0B7903292B31BB455D483", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234740758_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234740758_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:47:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:40: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [WARN]: Cookie rejected [JSESSIONID="40C909C6F95B55E9A1E8724D6B2A48F8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234740910_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234740910_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:47:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [WARN]: Cookie rejected [JSESSIONID="BDD02E009B3FBF27F1E0E601A95E8F55", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234741118_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234741118_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:47:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [WARN]: Cookie rejected [JSESSIONID="47A0EB5774A79E8E3B8D873D531AC721", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234741321_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234741321_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:47:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [WARN]: Cookie rejected [JSESSIONID="1829852FF287954C2937CAF06355C1ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234741548_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234741548_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:47:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [WARN]: Cookie rejected [JSESSIONID="CF95985293C71C045F331DE8616B8E76", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234741703_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234741703_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:47:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:41: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [WARN]: Cookie rejected [JSESSIONID="EB1D1C9B45858252D7EFFEF85004590C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234741943_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234741943_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:47:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [WARN]: Cookie rejected [JSESSIONID="0601985F486B786073B62936DC6EC112", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234742164_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234742164_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:47:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [WARN]: Cookie rejected [JSESSIONID="F856DC2D931208B8432D07334F4F6F39", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234742293_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234742293_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:47:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [WARN]: Cookie rejected [JSESSIONID="78C1B0177EBE0E40C68B06CF216FEBDE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234742519_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234742519_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:47:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [WARN]: Cookie rejected [JSESSIONID="AFFA904A3DF75184D405BFA6953E487D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234742686_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234742686_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:47:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:42: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [WARN]: Cookie rejected [JSESSIONID="6A2F72F0B28C6F364BC85540F7F58452", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234742940_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234742940_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:47:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [WARN]: Cookie rejected [JSESSIONID="FCDB12DB06F6584F2264C6C2ADD24637", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234743165_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234743165_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:47:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [WARN]: Cookie rejected [JSESSIONID="BCE1BF8597E075664B6AE3AD9859011B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234743312_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234743312_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:47:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [WARN]: Cookie rejected [JSESSIONID="9B436C88598BF4FEE9E658C8E8E7B0FC", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234743547_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234743547_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:47:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [WARN]: Cookie rejected [JSESSIONID="BFAB733A0FE86EE390321F5241A97113", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234743749_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234743749_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:47:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:43: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [WARN]: Cookie rejected [JSESSIONID="1C6B17FE2854E3BA8EF32560CF9A5B95", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234743898_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234743898_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:47:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [WARN]: Cookie rejected [JSESSIONID="9D7A62DD6DD809A5881643413315E32A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234744100_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234744100_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:47:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [WARN]: Cookie rejected [JSESSIONID="28F5E0C823907B37ACB7068744BA1FE5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234744231_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234744231_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:47:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [WARN]: Cookie rejected [JSESSIONID="452FFF0AA2E95B903945720C11AA31C8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234744361_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234744361_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:47:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [WARN]: Cookie rejected [JSESSIONID="304956145B86CB40F469DE42EF76A731", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234744488_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234744488_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:47:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [WARN]: Cookie rejected [JSESSIONID="9F7F216A5F44E5E624BF4334C2760D4F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234744665_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234744665_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:47:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:44: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:45: [WARN]: Cookie rejected [JSESSIONID="5EA659CABBA50014EBAD750EAC9A51B7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test2017149234744894_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test2017149234744894_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] 20170530-06:47:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:45: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:47:45: [WARN]: Cookie rejected [JSESSIONID="4164DC15EEEA804C6B10206B3C56BA02", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/meta/Test201714923474541_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:47:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/Test201714923474541_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:47:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:45: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:45: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:47:45: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:45: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:46: [WARN]: Cookie rejected [JSESSIONID="5E2424F8B6158BCF17E1BC2A45E1C11B", 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] 20170530-06:47:46: [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] 20170530-06:47:46: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:46: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:46: [WARN]: Cookie rejected [JSESSIONID="2CF2BFB7D4483605F70408E431AB52C9", 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] 20170530-06:47:46: [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] 20170530-06:47:46: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:46: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:47: [WARN]: Cookie rejected [JSESSIONID="C12651C7D70B9773BBC66A47400A452A", 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] 20170530-06:47:47: [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] 20170530-06:47:47: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:47:47: [WARN]: Cookie rejected [JSESSIONID="01192159EC9DF2434262B50A17A2DD0D", 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] 20170530-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:Public_READ.15 [org.dataone.client.rest.RestClient] 20170530-06:47:48: [WARN]: Cookie rejected [JSESSIONID="1CAC5119FC66BD13F3F9ECF61BCBE11E", 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] 20170530-06:47: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] 20170530-06:47:49: [WARN]: Cookie rejected [JSESSIONID="2F2DEF498FA3DDEBFF9D2EED4465BC54", 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] 20170530-06:47:49: [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] 20170530-06:47:49: [WARN]: Cookie rejected [JSESSIONID="9422DD7D90FA1E8BBF39FF7143A8AB7A", 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] 20170530-06:47:49: [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] 20170530-06:47:50: [WARN]: Cookie rejected [JSESSIONID="3DBB3FB6F4CBBE23160AA3CE0C63B74E", 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] 20170530-06:47:50: [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] 20170530-06:47:50: [WARN]: Cookie rejected [JSESSIONID="F342FD817C88C0AD0AD0F359EC290036", 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] 20170530-06:47:50: [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] 20170530-06:47:51: [WARN]: Cookie rejected [JSESSIONID="7325C5B19F03511C40519315160F83DE", 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] 20170530-06:47:51: [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] 20170530-06:47:52: [WARN]: Cookie rejected [JSESSIONID="ADFD8F81F9EFE998F61EEA08C1B0B58C", 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] 20170530-06:47:52: [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] 20170530-06:47:52: [WARN]: Cookie rejected [JSESSIONID="A448AF938E4FEEB1A8D16584098CB583", 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] 20170530-06:47:52: [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] 20170530-06:47:53: [WARN]: Cookie rejected [JSESSIONID="3B60B6E0320A89A13EFD76B1215B1341", 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] 20170530-06:47:53: [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] 20170530-06:47:53: [WARN]: Cookie rejected [JSESSIONID="989293F7B90B7F85D7A1657152EC3BC4", 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] 20170530-06:47:53: [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] 20170530-06:47:54: [WARN]: Cookie rejected [JSESSIONID="FF7D60C85E2066BF57379ECDA2F9E514", 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] 20170530-06:47:54: [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] 20170530-06:47:55: [WARN]: Cookie rejected [JSESSIONID="608D68CFF0C22C17D6988B0DE62A1484", 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] 20170530-06:47:55: [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] 20170530-06:47:55: [WARN]: Cookie rejected [JSESSIONID="C5265FFBDAA1E31BC173A9079A66D5CC", 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] 20170530-06:47:55: [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] 20170530-06:47:56: [WARN]: Cookie rejected [JSESSIONID="D8DC984F3E5D8C50DB9633FBC1161E3B", 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] 20170530-06:47:56: [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] 20170530-06:47:56: [WARN]: Cookie rejected [JSESSIONID="F995CC334F954FC6179B175BF19246ED", 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] 20170530-06:47:56: [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] 20170530-06:47:57: [WARN]: Cookie rejected [JSESSIONID="C1A65079EA9FDBD4FA215B160F7C160A", 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] 20170530-06:47:57: [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] 20170530-06:47:58: [WARN]: Cookie rejected [JSESSIONID="2AE21F0523996926899144EB03AF2AF8", 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] 20170530-06:47:58: [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] 20170530-06:47:58: [WARN]: Cookie rejected [JSESSIONID="AC68A809CB919DF294BE0AD99A8DEB75", 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] 20170530-06:47:58: [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] 20170530-06:47:59: [WARN]: Cookie rejected [JSESSIONID="8981292333E0ABB87BEAB1B9257560AC", 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] 20170530-06:47:59: [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] 20170530-06:47:59: [WARN]: Cookie rejected [JSESSIONID="141E3C77A338DEDABE25F8F099E0A9F6", 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] 20170530-06:47:59: [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] 20170530-06:48:00: [WARN]: Cookie rejected [JSESSIONID="2A7D26FBEBA4B87A61725D5ABDB7ABE5", 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] 20170530-06:48:00: [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] 20170530-06:48:01: [WARN]: Cookie rejected [JSESSIONID="E94B62E0C5623AFFA9A67C1F1DC849ED", 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] 20170530-06:48:01: [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] 20170530-06:48:01: [WARN]: Cookie rejected [JSESSIONID="C332D8BD0384DF04F289419A7C809A7C", 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] 20170530-06:48:01: [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] 20170530-06:48:02: [WARN]: Cookie rejected [JSESSIONID="3498DFD93623F12A6C28FF2DD8E4D83E", 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] 20170530-06:48:02: [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] 20170530-06:48:02: [WARN]: Cookie rejected [JSESSIONID="86F5C929EC847D7246869B781843D899", 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] 20170530-06:48:02: [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] 20170530-06:48:03: [WARN]: Cookie rejected [JSESSIONID="6AAC145650B181A84AF75E11BDE89C74", 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] 20170530-06:48:03: [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] 20170530-06:48:04: [WARN]: Cookie rejected [JSESSIONID="03238C9BB4CCB2EF3C86F1876A552716", 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] 20170530-06:48:04: [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] 20170530-06:48:04: [WARN]: Cookie rejected [JSESSIONID="7184855DA3EA65C56B7E978F81A0B2E2", 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] 20170530-06:48:04: [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] 20170530-06:48:05: [WARN]: Cookie rejected [JSESSIONID="FBFFB2D51E56E8B04C3C4CFBAA919A6D", 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] 20170530-06:48:05: [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] 20170530-06:48:05: [WARN]: Cookie rejected [JSESSIONID="E6C5B0384574A61D214DE32246B37B4E", 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] 20170530-06:48:05: [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] 20170530-06:48:06: [WARN]: Cookie rejected [JSESSIONID="1F26FA2FE7E19F183892FD971CE5D14C", 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] 20170530-06:48:06: [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] 20170530-06:48:07: [WARN]: Cookie rejected [JSESSIONID="1DF02A75B7A6D68B99184DC65191E5DC", 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] 20170530-06:48:07: [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] 20170530-06:48:07: [WARN]: Cookie rejected [JSESSIONID="7619DE37FB3D29FAF655EE7FE0E1D254", 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] 20170530-06:48:07: [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] 20170530-06:48:08: [WARN]: Cookie rejected [JSESSIONID="B46CFE08EAC5BC24596CB4E9E3B79F04", 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] 20170530-06:48:08: [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] 20170530-06:48:08: [WARN]: Cookie rejected [JSESSIONID="CA23A9F44E823A7896CE7B760F928171", 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] 20170530-06:48:08: [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] 20170530-06:48:09: [WARN]: Cookie rejected [JSESSIONID="2BC99A905A2292507BAC8850F08C72AA", 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] 20170530-06:48:09: [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] 20170530-06:48:10: [WARN]: Cookie rejected [JSESSIONID="25C63986E409FD11841ACD7CDF6747C8", 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] 20170530-06:48:10: [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] 20170530-06:48:10: [WARN]: Cookie rejected [JSESSIONID="1AF32DDA007D5081E6F3D18E9804B150", 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] 20170530-06:48:10: [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] 20170530-06:48:11: [WARN]: Cookie rejected [JSESSIONID="7C0EB9CE5562247BE12854F3FBF1C07C", 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] 20170530-06:48:11: [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] 20170530-06:48:11: [WARN]: Cookie rejected [JSESSIONID="DB1B46F506636113B6AFD95E514E3B7E", 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] 20170530-06:48:11: [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] 20170530-06:48:12: [WARN]: Cookie rejected [JSESSIONID="30F7AA651C6E3620DDBB87C6CEF0E0A5", 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] 20170530-06:48:12: [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] 20170530-06:48:13: [WARN]: Cookie rejected [JSESSIONID="E6B2248BFC30E1EBC8BF9A313BFA9583", 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] 20170530-06:48:13: [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] 20170530-06:48:13: [WARN]: Cookie rejected [JSESSIONID="3623308FAF13A9D7F8F1FAD8C82AF201", 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] 20170530-06:48:13: [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] 20170530-06:48:14: [WARN]: Cookie rejected [JSESSIONID="A7046AE3FC4C5B824AAE498D5456AFCD", 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] 20170530-06:48:14: [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] 20170530-06:48:15: [WARN]: Cookie rejected [JSESSIONID="3AFFD3EC999AAFFBF084EEF833D74A91", 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] 20170530-06:48:15: [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] 20170530-06:48:15: [WARN]: Cookie rejected [JSESSIONID="760ED9D3E02CE50A9BF64F6C67E4AD70", 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] 20170530-06:48:15: [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] 20170530-06:48:16: [WARN]: Cookie rejected [JSESSIONID="7DCD505C8D182C05F1328FDE4F4F493B", 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] 20170530-06:48:16: [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] 20170530-06:48:16: [WARN]: Cookie rejected [JSESSIONID="C12C0D6D5529FE7FFC15EF4C1C8AAD3E", 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] 20170530-06:48:16: [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] 20170530-06:48:17: [WARN]: Cookie rejected [JSESSIONID="95F193355F017EFD3B939996103C5F65", 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] 20170530-06:48:17: [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] 20170530-06:48:18: [WARN]: Cookie rejected [JSESSIONID="65ACBEB7B24D3181CE2B97B9A4E2E0E7", 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] 20170530-06:48:18: [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] 20170530-06:48:18: [WARN]: Cookie rejected [JSESSIONID="F72B1F3D01B3B96BA47AB0CF92540C97", 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] 20170530-06:48:18: [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:: Could not get CNode from the underlying context (D1Client.CN_URL) 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: Could not get CNode from the underlying context (D1Client.CN_URL) 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 20170530-06:48:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:18: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:48:18: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:19: [WARN]: Cookie rejected [JSESSIONID="A00C3D1BDAEDA3851A9CC63C955D4AC9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/TestingNotFound:2017149234818934" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/TestingNotFound:2017149234818934 [org.dataone.client.rest.RestClient] 20170530-06:48:19: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:20: [WARN]: Cookie rejected [JSESSIONID="FC7EB0705522925AED22423ED7C5EA9A", 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:2017149234819642" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/TestingNotFound:2017149234819642 [org.dataone.client.rest.RestClient] 20170530-06:48:20: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:20: [WARN]: Cookie rejected [JSESSIONID="D5924B52883D6115405AF56F4E2248EE", 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:2017149234820282" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/TestingNotFound:2017149234820282 [org.dataone.client.rest.RestClient] 20170530-06:48:20: [INFO]: ***************** running test for testDescribe() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:21: [WARN]: Cookie rejected [JSESSIONID="B359132C23B3DC35FB5EA910DA3160E1", 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:2017149234820890" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/TestingNotFound:2017149234820890 [org.dataone.client.rest.RestClient] 20170530-06:48:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:21: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:21: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:48:21: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:21: [INFO]: ***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:21: [INFO]: ***************** running test for Node:: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:21: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:21: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:21: [WARN]: Cookie rejected [JSESSIONID="B69409D4DE2073DFCA9E51E06A47477A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234821508_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234821508_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:48:21: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:21: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:22: [WARN]: Cookie rejected [JSESSIONID="4E314364FACA272284DE696D0FFC3FC5", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234821966_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234821966_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:48:22: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:22: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:23: [WARN]: Cookie rejected [JSESSIONID="DF6EC3F950AC0BC3A5C4B29ABC26B083", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234822472_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234822472_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:48:23: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:23: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:23: [WARN]: Cookie rejected [JSESSIONID="EDC6613E266864123C81AEF3EB6C588A", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171492348234_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test20171492348234_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:48:23: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:23: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:24: [WARN]: Cookie rejected [JSESSIONID="5AD0FFB75016AD0936F34C1A6855C1CC", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234823526_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234823526_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:48:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:24: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:24: [WARN]: Cookie rejected [JSESSIONID="3DA9A84F35BA67D7A630532B886CFE07", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923482443_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test201714923482443_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:48:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:24: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:25: [WARN]: Cookie rejected [JSESSIONID="3191751396230FC718623F161824C43D", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234824546_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234824546_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:48:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:25: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:25: [WARN]: Cookie rejected [JSESSIONID="C37C840FEC196DB89211DE4FCD9CEF20", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234825102_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234825102_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:48:25: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:25: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:26: [WARN]: Cookie rejected [JSESSIONID="1C6B0F0F230D241C01A88359C182F296", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234825622_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234825622_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:48:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:26: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:26: [WARN]: Cookie rejected [JSESSIONID="13A9B6BD82B5858C3950E9699A4E56B7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234826175_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234826175_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:48:26: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:26: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:27: [WARN]: Cookie rejected [JSESSIONID="DBD14A673E5E548BC0183C73EC1A5840", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234826743_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234826743_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:48:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:27: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:27: [WARN]: Cookie rejected [JSESSIONID="AABBB9A58F1A07E1CE870FFC5E93C68E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234827285_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234827285_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:48:27: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:27: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:28: [WARN]: Cookie rejected [JSESSIONID="E995BB7453A2E6FA4BE9E462A070AA45", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234827743_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234827743_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:48:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:28: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:28: [WARN]: Cookie rejected [JSESSIONID="CE866ABB8B6FA18125C9FC936CAE16B2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234828274_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:28: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234828274_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:48:28: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:28: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:29: [WARN]: Cookie rejected [JSESSIONID="A574A17575FB44C6F96FBB2D60697572", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234828815_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234828815_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:48:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:29: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:29: [WARN]: Cookie rejected [JSESSIONID="DF3B9C76F817995D2CB52EC44F830AE8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234829304_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234829304_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:48:29: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:29: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:30: [WARN]: Cookie rejected [JSESSIONID="E07177F98F7760F1258D2EB57CC5944F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234829830_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234829830_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:48:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:30: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:30: [WARN]: Cookie rejected [JSESSIONID="F960DFDAD249042AFA4A0BB6E5F8B7E2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234830363_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:30: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234830363_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:48:30: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:30: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:31: [WARN]: Cookie rejected [JSESSIONID="638536B161CF1A6680C19E531A7C628B", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234830919_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234830919_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:48:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:31: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:31: [WARN]: Cookie rejected [JSESSIONID="639319F3C876202181CC121BE842C6E7", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234831428_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234831428_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:48:31: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:31: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:32: [WARN]: Cookie rejected [JSESSIONID="45373EFA8F7C0E51F13F789D1B646AB8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234831969_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234831969_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:48:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:32: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:32: [WARN]: Cookie rejected [JSESSIONID="9A98E0E9D9923E9346E5FEC14F977E5C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234832435_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:32: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234832435_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:48:32: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:32: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:33: [WARN]: Cookie rejected [JSESSIONID="D6775CC17728FDD1E73AE04F6D583A70", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234832883_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234832883_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:48:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:33: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:33: [WARN]: Cookie rejected [JSESSIONID="C8C6F066139DA533155C217D71D8CC18", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234833416_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234833416_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:48:33: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:33: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:34: [WARN]: Cookie rejected [JSESSIONID="398738D29FB968AEFB0381B791FBA427", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234833950_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234833950_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:48:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:34: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:34: [WARN]: Cookie rejected [JSESSIONID="1B5574420CC4C07E8A546BE85C46F74C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234834429_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:34: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234834429_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:48:34: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:34: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:35: [WARN]: Cookie rejected [JSESSIONID="CF956963C06EF313E32FFFD8D5BEA477", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234834985_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234834985_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:48:35: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:35: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:36: [WARN]: Cookie rejected [JSESSIONID="3E74F64990C9043DD0A2C47DFD72CFF2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234835501_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234835501_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:48:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:36: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:36: [WARN]: Cookie rejected [JSESSIONID="4E4B008B4BEC1559297DE4CCDA5B3BF9", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923483621_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:36: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test201714923483621_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] 20170530-06:48:36: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:36: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:37: [WARN]: Cookie rejected [JSESSIONID="AABA0F12F7597F01ED8B2998707C363F", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234836555_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev.test.dataone.org/cn/v2/object/Test2017149234836555_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:48:37: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:37: [INFO]: ***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:37: [INFO]: ***************** running test for Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:37: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:37: [WARN]: Cookie rejected [JSESSIONID="B4F9810E30DECE41A23EBAA508FEB67C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923483787_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:37: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test201714923483787_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:48:37: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:37: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:38: [WARN]: Cookie rejected [JSESSIONID="8FFD974E4A3C1BF4C99B745415F0072D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234837604_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234837604_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:48:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:38: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:38: [WARN]: Cookie rejected [JSESSIONID="33FAF9D091DA46828583E207DDB4FBE4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234838152_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234838152_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:48:38: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:38: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:39: [WARN]: Cookie rejected [JSESSIONID="D49882BB7972791026D0CC3BD4451281", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234838710_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234838710_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:48:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:39: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:39: [WARN]: Cookie rejected [JSESSIONID="F5D4C7301AD9858B7DA51B101FF094F5", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234839182_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234839182_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:48:39: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:39: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:40: [WARN]: Cookie rejected [JSESSIONID="92FA419B40F601352D1A39D61F94C1AE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234839716_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234839716_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:48:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:40: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:40: [WARN]: Cookie rejected [JSESSIONID="97AA5C16D0401E39E6E3FAE8738AB417", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234840176_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:40: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234840176_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:48:40: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:40: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:41: [WARN]: Cookie rejected [JSESSIONID="6E02197B79BDA424BC7A114E6C1B1568", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234840732_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234840732_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:48:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:41: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:41: [WARN]: Cookie rejected [JSESSIONID="8F6A2B8CD3F4C872CBB04651DDDD0204", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234841263_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234841263_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:48:41: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:41: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:42: [WARN]: Cookie rejected [JSESSIONID="B18C25F8D500838A07171AAA12797C86", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234841830_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234841830_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:48:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:42: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:42: [WARN]: Cookie rejected [JSESSIONID="60DA76E5F40B849724DF86562623B329", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234842293_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:42: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234842293_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:48:42: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:42: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:43: [WARN]: Cookie rejected [JSESSIONID="ABC4AEC3D908CF5AD3A46026D43DD955", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234842829_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234842829_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:48:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:43: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:43: [WARN]: Cookie rejected [JSESSIONID="FA0F34C2D06EC3FA3CE217921BFD51D4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234843302_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234843302_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:48:43: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:43: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:44: [WARN]: Cookie rejected [JSESSIONID="46177BC868DDFA51805CA0422B82F54E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234843864_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234843864_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:48:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:44: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:44: [WARN]: Cookie rejected [JSESSIONID="9529FB97CD343D7F00EB3E9FC13B7754", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234844405_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:44: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234844405_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:48:44: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:44: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:45: [WARN]: Cookie rejected [JSESSIONID="3FD7BF941F3CFD743AB9DD312748945E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234844926_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234844926_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:48:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:45: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:45: [WARN]: Cookie rejected [JSESSIONID="A049F4FE22368D91F274B9FA3B70F5BD", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234845380_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234845380_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:48:45: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:45: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:46: [WARN]: Cookie rejected [JSESSIONID="8DB8C68CDE6BF1FFF74881B51F9AD298", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234845837_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234845837_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:48:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:46: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:46: [WARN]: Cookie rejected [JSESSIONID="9ADD906710F684A457AE38380FED5053", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234846378_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:46: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234846378_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:48:46: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:46: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:47: [WARN]: Cookie rejected [JSESSIONID="2F9DDE3B6CE73298A5E2F2E4BE8A32F3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234846926_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234846926_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:48:47: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:47: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:47: [WARN]: Cookie rejected [JSESSIONID="C8E5AC8E1860E8900044BE83A07138E8", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234847501_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234847501_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:48:47: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:47: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:48: [WARN]: Cookie rejected [JSESSIONID="18F88B6C35F6EA1E56E329FF6C944F9E", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234847939_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234847939_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:48:48: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:48: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:48: [WARN]: Cookie rejected [JSESSIONID="1F3C9D4F615A5D9F4FE90B038C992868", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234848399_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234848399_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:48:48: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:48: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:49: [WARN]: Cookie rejected [JSESSIONID="3BA1CD78F3BCFA372006342795BC0839", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234848951_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234848951_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:48:49: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:49: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:49: [WARN]: Cookie rejected [JSESSIONID="55FCB48162EB1129BDB78AE282ED6B16", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234849498_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:49: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234849498_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:48:49: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:49: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:50: [WARN]: Cookie rejected [JSESSIONID="5D99D563807778B671BE357D0D4A7EC0", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234849960_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234849960_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:48:50: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:50: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:51: [WARN]: Cookie rejected [JSESSIONID="E483D43AE7713B59AC42CC3046EF30C3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234850520_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234850520_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:48:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:51: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:51: [WARN]: Cookie rejected [JSESSIONID="DA11C75B667F2335467250778ED5CB9C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923485146_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test201714923485146_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:48:51: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:51: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:52: [WARN]: Cookie rejected [JSESSIONID="2E4650A1C0EA727BEEE19FB10C49172A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234851583_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234851583_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] 20170530-06:48:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:52: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:52: [WARN]: Cookie rejected [JSESSIONID="BEDEF610B4BCA479222F923E42687671", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234852153_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object/Test2017149234852153_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:48:52: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:52: [INFO]: ***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:52: [INFO]: ***************** running test for Node:: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:48:52: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:52: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:53: [WARN]: Cookie rejected [JSESSIONID="D59EBC02AF09C3E22F4B4DD4297B805C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234852643_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234852643_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:48:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:53: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:53: [WARN]: Cookie rejected [JSESSIONID="470CC1DE305E95437EC91350D4A7E762", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234853213_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234853213_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:48:53: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:53: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:54: [WARN]: Cookie rejected [JSESSIONID="2EC237052161B8536611B10EA6D58EA1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234853638_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234853638_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:48:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:54: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:54: [WARN]: Cookie rejected [JSESSIONID="573CD675BB0664B2E0363CFE58F1125F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923485493_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923485493_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:48:54: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:54: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:55: [WARN]: Cookie rejected [JSESSIONID="39C7BF0C4FC5C68C7C8B389E4666583D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234854555_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234854555_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:48:55: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:55: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:55: [WARN]: Cookie rejected [JSESSIONID="17DDE45F0811677EDB20CF98618B1375", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923485515_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923485515_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:48:55: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:55: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:55: [WARN]: Cookie rejected [JSESSIONID="79DAA831D21FC168461A65AA0177E1D5", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234855424_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234855424_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:48:55: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:55: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:56: [WARN]: Cookie rejected [JSESSIONID="07B979A5DB95CA47004AC733A22F271D", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234855788_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234855788_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:48:56: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:56: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:56: [WARN]: Cookie rejected [JSESSIONID="7A6655A8A0E507B8B88E3213B66D7DB0", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234856197_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234856197_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:48:56: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:56: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:56: [WARN]: Cookie rejected [JSESSIONID="550124F58422D22387F23666E1C196CD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234856598_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234856598_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:48:56: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:56: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:57: [WARN]: Cookie rejected [JSESSIONID="0A6058274CAD988130E0220BA0796675", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234856996_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234856996_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:48:57: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:57: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:57: [WARN]: Cookie rejected [JSESSIONID="393460DE01672D374AA2E89772C6D12B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234857376_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234857376_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:48:57: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:57: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:58: [WARN]: Cookie rejected [JSESSIONID="770BDEC28DBDA0EF3E4113BF3849B244", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234857809_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234857809_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:48:58: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:58: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:58: [WARN]: Cookie rejected [JSESSIONID="466CC0A2589A703D4240403C9861058E", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234858237_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234858237_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:48:58: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:58: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:59: [WARN]: Cookie rejected [JSESSIONID="5192D3F706E6441CECF8A32E5ECE2102", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234858654_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234858654_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:48:59: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:59: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:59: [WARN]: Cookie rejected [JSESSIONID="F5381DB958F13674D2DC8D63829F2403", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923485927_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923485927_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:48:59: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:59: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:59: [WARN]: Cookie rejected [JSESSIONID="80E499F46432217AB470A6C555D890CC", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234859437_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:48:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234859437_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:48:59: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:48:59: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:00: [WARN]: Cookie rejected [JSESSIONID="4EDC145A0452057733D3CF667D7B5405", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234859881_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test2017149234859881_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:49:00: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:00: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:00: [WARN]: Cookie rejected [JSESSIONID="697C0FB2CD76BB03F15F8F9852AA7526", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923490295_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923490295_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:49:00: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:00: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:01: [WARN]: Cookie rejected [JSESSIONID="3402770563ABD71581354F6D95BE8B07", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923490691_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923490691_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:49:01: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:01: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:01: [WARN]: Cookie rejected [JSESSIONID="0B1C1FC64C2137D1D1D42D1E0C50B2F8", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171492349195_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171492349195_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:49:01: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:01: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:01: [WARN]: Cookie rejected [JSESSIONID="9FFD555808901E6BB8D45EC576498538", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923491465_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923491465_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:49:01: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:01: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:02: [WARN]: Cookie rejected [JSESSIONID="647A9931CB28A2E78DA582F7EB6BA4FB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923491869_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923491869_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:49:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:02: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:02: [WARN]: Cookie rejected [JSESSIONID="6295FE13C53C8C81B3538607A40E7B42", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923492269_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923492269_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:49:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:02: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:03: [WARN]: Cookie rejected [JSESSIONID="72D6DFBAE0053F94DA5CE86F03C7E51C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923492674_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923492674_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:49:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:03: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:03: [WARN]: Cookie rejected [JSESSIONID="1F882A2DEFDA536A415BF1B5D3590CBE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171492349398_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test20171492349398_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:49:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:03: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:03: [WARN]: Cookie rejected [JSESSIONID="A78C93EB2FB107C93751B2929D33A9D6", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923493487_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923493487_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:49:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:03: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:04: [WARN]: Cookie rejected [JSESSIONID="B0484BCE64BB90BE5F6D208467280C8F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923493902_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923493902_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:49:04: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:04: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:04: [WARN]: Cookie rejected [JSESSIONID="49DC8360501AE4E71AB97AC6BBA06337", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923494305_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923494305_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] 20170530-06:49:04: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:04: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:05: [WARN]: Cookie rejected [JSESSIONID="3738F2B8F561EEF5C6C68D4D374B936B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923494700_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-unm-1.test.dataone.org/cn/v2/object/Test201714923494700_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:49:05: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:05: [INFO]: ***************** running test for testDescribe_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:05: [INFO]: ***************** running test for Node:: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:05: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:05: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:06: [WARN]: Cookie rejected [JSESSIONID="DDC0A1D70FC79260A783BEEA3FB394BA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923495110_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923495110_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:49:06: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:06: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:06: [WARN]: Cookie rejected [JSESSIONID="5B264AF1B5FA0E83B060EA7890A2D526", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test20171492349622_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test20171492349622_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:49:06: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:06: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:07: [WARN]: Cookie rejected [JSESSIONID="CA1CAA2CB43703241F008A25F0E5A9ED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923496694_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923496694_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:49:07: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:07: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:08: [WARN]: Cookie rejected [JSESSIONID="69E19269FD6F71BC4D2C35C607319784", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923497428_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923497428_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:49:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:08: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:08: [WARN]: Cookie rejected [JSESSIONID="4C92A084D565A133DF9318A06F333183", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923498117_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923498117_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:49:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:08: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:09: [WARN]: Cookie rejected [JSESSIONID="88DE7A4AC606F4030762DD208FBC804C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923498751_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923498751_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:49:09: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:09: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:10: [WARN]: Cookie rejected [JSESSIONID="D63C6180C46DAB7764831B84EF4429A6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923499386_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923499386_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:49:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:10: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:10: [WARN]: Cookie rejected [JSESSIONID="76CAEE3B3BCB418C0CAD0D1DCB5733C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923491094_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923491094_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:49:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:10: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:11: [WARN]: Cookie rejected [JSESSIONID="AAFBA7CABA9D97BD6E52322B51D91E2D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234910820_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234910820_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:49:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:11: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:12: [WARN]: Cookie rejected [JSESSIONID="376E1BA67B0AF73EA515EB13E2A7677A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234911568_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234911568_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:49:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:12: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:12: [WARN]: Cookie rejected [JSESSIONID="1E3E8910E7FA4067FF1A332AC90E7335", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234912243_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234912243_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:49:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:12: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:13: [WARN]: Cookie rejected [JSESSIONID="0D18E52A345774322A14984ACBC4BD3F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234912838_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234912838_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:49:13: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:13: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:14: [WARN]: Cookie rejected [JSESSIONID="3010D7371731A92667CE8248E8EDE505", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234913433_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234913433_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:49:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:14: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:14: [WARN]: Cookie rejected [JSESSIONID="AA4DF6B3312A3F7C6CB6462EDB31FD0C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234914131_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234914131_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:49:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:14: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:15: [WARN]: Cookie rejected [JSESSIONID="D959EE828BA617BB0EB24572C4E33F64", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234914800_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234914800_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:49:15: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:15: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:16: [WARN]: Cookie rejected [JSESSIONID="F0788DFD93F99FF0DD7FA37988E6A773", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234915413_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234915413_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:49:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:16: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:16: [WARN]: Cookie rejected [JSESSIONID="9CBFCCDA28396647FB77E8212F0D8DC2", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923491627_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923491627_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:49:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:16: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:17: [WARN]: Cookie rejected [JSESSIONID="C3B34D52171BBCA869BA8CC9EBDC0395", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234916704_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234916704_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:49:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:17: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:18: [WARN]: Cookie rejected [JSESSIONID="D55A576A37CD73B3A5CCDA817782899E", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234917421_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234917421_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:49:18: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:18: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:18: [WARN]: Cookie rejected [JSESSIONID="A2691EBD1323AA689E01FB33FCB8E7F5", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923491834_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923491834_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:49:18: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:18: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:19: [WARN]: Cookie rejected [JSESSIONID="169D4AA0FF9370C394A0F7BF149B17AE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234918652_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234918652_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:49:19: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:19: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:19: [WARN]: Cookie rejected [JSESSIONID="C9E236A7D0E0A5DF87CB5359ED83D3D6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234919248_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234919248_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:49:19: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:19: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:20: [WARN]: Cookie rejected [JSESSIONID="618AA90DA88DE7A3AF5F7062AD0DFA89", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234919937_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234919937_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:49:20: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:20: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:21: [WARN]: Cookie rejected [JSESSIONID="DE0CEB68CCC7E65CD65ECB7303DD309B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234920623_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234920623_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:49:21: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:21: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:21: [WARN]: Cookie rejected [JSESSIONID="477484D32BA4D1B04F33419FE5900232", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234921244_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234921244_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:49:21: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:21: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:22: [WARN]: Cookie rejected [JSESSIONID="C79C178276E9D00D741B045BEC1749BA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234921846_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234921846_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:49:22: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:22: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:23: [WARN]: Cookie rejected [JSESSIONID="30D9BB69D597EA4E4728D33603DB5D98", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234922446_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234922446_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:49:23: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:23: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:23: [WARN]: Cookie rejected [JSESSIONID="E8F60D56CE725ECF56240D6E2398E5F6", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test201714923492358_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test201714923492358_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:49:23: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:23: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:24: [WARN]: Cookie rejected [JSESSIONID="6675D230E77FC93DF75945D8ABF75F86", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234923686_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234923686_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] 20170530-06:49:24: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:24: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:49:25: [WARN]: Cookie rejected [JSESSIONID="17AA125722A2FCB539E4496D5F19EED3", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/object/Test2017149234924351_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:49:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: HEAD https://cn-dev-orc-1.test.dataone.org/cn/v2/object/Test2017149234924351_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:49:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:25: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:49:25: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:25: [INFO]: Using cached identifier for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:26: [WARN]: Cookie rejected [JSESSIONID="697A94B238E6B617ADB713913246C944", 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] 20170530-06:49:26: [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] 20170530-06:49:26: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:26: [INFO]: Using cached identifier for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:26: [WARN]: Cookie rejected [JSESSIONID="5212AE4B6D745C3E596A55F5237F687F", 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] 20170530-06:49:26: [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] 20170530-06:49:26: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:26: [INFO]: Using cached identifier for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:27: [WARN]: Cookie rejected [JSESSIONID="0C9F5E9C517584E00EE3FCEA07689325", 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] 20170530-06:49:27: [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] 20170530-06:49:27: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:28: [WARN]: Cookie rejected [JSESSIONID="05AB7CF5F5D3EE13ED9F0D8F06E15FCE", 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] 20170530-06:49:28: [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] 20170530-06:49:29: [WARN]: Cookie rejected [JSESSIONID="85C69184EB49AEAE43030562A7AFE472", 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] 20170530-06:49:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient] 20170530-06:49:29: [WARN]: Cookie rejected [JSESSIONID="67BBA5FFF25B08CC9499718538962805", 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] 20170530-06:49:29: [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] 20170530-06:49:29: [WARN]: Cookie rejected [JSESSIONID="AE0B865689CD7EF728758576A0F3D0FC", 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] 20170530-06:49:29: [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] 20170530-06:49:30: [WARN]: Cookie rejected [JSESSIONID="4B295CE26DB3CFDF4B5CFDAA7BB2E0C9", 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] 20170530-06:49:30: [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] 20170530-06:49:31: [WARN]: Cookie rejected [JSESSIONID="8E47604EBCF195B8797A48441214328D", 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] 20170530-06:49:31: [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] 20170530-06:49:31: [WARN]: Cookie rejected [JSESSIONID="23709A95386AF5108FD2BCDB4044379B", 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] 20170530-06:49:31: [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] 20170530-06:49:32: [WARN]: Cookie rejected [JSESSIONID="7798776AFFAE988651E6A2234102C155", 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] 20170530-06:49:32: [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] 20170530-06:49:32: [WARN]: Cookie rejected [JSESSIONID="06359036A277198993106867D39A4B4E", 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] 20170530-06:49:32: [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] 20170530-06:49:33: [WARN]: Cookie rejected [JSESSIONID="FEF666B596F107668B3DE70F8AC8EA87", 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] 20170530-06:49:33: [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] 20170530-06:49:34: [WARN]: Cookie rejected [JSESSIONID="8D43E5CD899CD6FC617F3A62EAF31208", 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] 20170530-06:49:34: [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] 20170530-06:49:34: [WARN]: Cookie rejected [JSESSIONID="17534A3FCF9E32F1375EB8DA19CCE015", 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] 20170530-06:49:34: [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] 20170530-06:49:35: [WARN]: Cookie rejected [JSESSIONID="CCAD1DF083C5C1F79476B2C106166748", 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] 20170530-06:49:35: [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] 20170530-06:49:36: [WARN]: Cookie rejected [JSESSIONID="7A06B8826154CB1B271830B41021F5FE", 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] 20170530-06:49:36: [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] 20170530-06:49:36: [WARN]: Cookie rejected [JSESSIONID="A6F191A23E64A95CA108FC8442B7D628", 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] 20170530-06:49:36: [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] 20170530-06:49:37: [WARN]: Cookie rejected [JSESSIONID="3C6C774189EDBD2B0C6A156B1892D0BD", 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] 20170530-06:49:37: [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] 20170530-06:49:37: [WARN]: Cookie rejected [JSESSIONID="A761CAC43D05730E33C9AE4AC4D2E83F", 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] 20170530-06:49:37: [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] 20170530-06:49:38: [WARN]: Cookie rejected [JSESSIONID="8234C773B61B4A79E7A43D94CA76DDCD", 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] 20170530-06:49:38: [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] 20170530-06:49:39: [WARN]: Cookie rejected [JSESSIONID="2E8EC6B94263183E5D7E6DAE4BEF5532", 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] 20170530-06:49:39: [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] 20170530-06:49:39: [WARN]: Cookie rejected [JSESSIONID="5A711808A8E4311655289F2CCFE5AE87", 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] 20170530-06:49:39: [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] 20170530-06:49:40: [WARN]: Cookie rejected [JSESSIONID="57000E2CA7171BF90675E6DACB1D7882", 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] 20170530-06:49:40: [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] 20170530-06:49:40: [WARN]: Cookie rejected [JSESSIONID="FBD5A4CD7261556BA6F62F7E0E50EFCD", 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] 20170530-06:49:40: [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] 20170530-06:49:41: [WARN]: Cookie rejected [JSESSIONID="CD678886D3F25F1B8CFBC48B9DA6553F", 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] 20170530-06:49:41: [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] 20170530-06:49:42: [WARN]: Cookie rejected [JSESSIONID="8B976BC99928590920AC32EA29006475", 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] 20170530-06:49: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] 20170530-06:49:42: [WARN]: Cookie rejected [JSESSIONID="C9FB804B5C6080AA2238EE25B6062B74", 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] 20170530-06:49:42: [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] 20170530-06:49:43: [WARN]: Cookie rejected [JSESSIONID="F95C3D28CF07E0C04D124551BA0498C7", 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] 20170530-06:49:43: [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] 20170530-06:49:43: [WARN]: Cookie rejected [JSESSIONID="CE95D829E12454967A55B70A71AFC609", 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] 20170530-06:49:43: [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] 20170530-06:49:44: [WARN]: Cookie rejected [JSESSIONID="8F917F3159FA7E2A9E1EAEF69C35F3EC", 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] 20170530-06:49:44: [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] 20170530-06:49:45: [WARN]: Cookie rejected [JSESSIONID="EB9FDCC38BCA58E77D74623636775F0D", 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] 20170530-06:49:45: [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] 20170530-06:49:45: [WARN]: Cookie rejected [JSESSIONID="A0041446299B2AAAB57DF5EDEDE2A8EF", 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] 20170530-06:49:45: [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] 20170530-06:49:46: [WARN]: Cookie rejected [JSESSIONID="E72B8D2BC6D6260CE97C14249C65E812", 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] 20170530-06:49:46: [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] 20170530-06:49:46: [WARN]: Cookie rejected [JSESSIONID="C7DB19A576016C74740F1FF591F35291", 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] 20170530-06:49:46: [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] 20170530-06:49:47: [WARN]: Cookie rejected [JSESSIONID="BA11C1285986881AB9ECA42F0B819A6C", 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] 20170530-06:49:47: [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] 20170530-06:49:48: [WARN]: Cookie rejected [JSESSIONID="DE3B56F466C5A4BA8BEE1498F299DD1B", 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] 20170530-06:49:48: [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] 20170530-06:49:48: [WARN]: Cookie rejected [JSESSIONID="86A0C5E0ECEA22CD59A9854ABDF9BA2E", 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] 20170530-06:49:48: [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] 20170530-06:49:49: [WARN]: Cookie rejected [JSESSIONID="2D4A6108976E9B4B57FBEA37ED6A1B05", 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] 20170530-06:49:49: [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] 20170530-06:49:49: [WARN]: Cookie rejected [JSESSIONID="1BA7A44BBC047F1B66BE633CE3797D70", 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] 20170530-06:49:49: [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] 20170530-06:49:50: [WARN]: Cookie rejected [JSESSIONID="BC121B1BF2E3DC6FA0C4352B2D8E90E2", 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] 20170530-06:49:50: [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] 20170530-06:49:51: [WARN]: Cookie rejected [JSESSIONID="64AAC22DEBCD19D1DCF10DE99D7AB5D6", 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] 20170530-06:49:51: [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] 20170530-06:49:51: [WARN]: Cookie rejected [JSESSIONID="95EC06CE2F05243297B3A1DCA524B8B3", 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] 20170530-06:49:51: [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] 20170530-06:49:52: [WARN]: Cookie rejected [JSESSIONID="FCF8EF38AAF25F549CD01378508CD8C9", 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] 20170530-06:49:52: [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] 20170530-06:49:52: [WARN]: Cookie rejected [JSESSIONID="A4C59C7E00352B0B4AD7C19B980EF37D", 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] 20170530-06:49:52: [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] 20170530-06:49:53: [WARN]: Cookie rejected [JSESSIONID="DE43CB4381A69C1FE5534B8AD0A0D28B", 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] 20170530-06:49:53: [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] 20170530-06:49:54: [WARN]: Cookie rejected [JSESSIONID="690FE5972B31F5B76681ED2D219BFD66", 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] 20170530-06:49:54: [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] 20170530-06:49:54: [WARN]: Cookie rejected [JSESSIONID="93D943D27DEF138D940AA89416344BF7", 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] 20170530-06:49:54: [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] 20170530-06:49:55: [WARN]: Cookie rejected [JSESSIONID="4FFDD3D8C630CF19A5C081434A470863", 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] 20170530-06:49:55: [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] 20170530-06:49:56: [WARN]: Cookie rejected [JSESSIONID="285D1C6DB91518784A2A77AFC02A9243", 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] 20170530-06:49:56: [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] 20170530-06:49:56: [WARN]: Cookie rejected [JSESSIONID="BC4FE007038E6CB14958228BB0D8DFA2", 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] 20170530-06:49:56: [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] 20170530-06:49:57: [WARN]: Cookie rejected [JSESSIONID="5EC64482333A26D6D476913DE2C6F2A1", 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] 20170530-06:49:57: [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] 20170530-06:49:57: [WARN]: Cookie rejected [JSESSIONID="A06CFBE5190E7F8C9700D73F7E9295E8", 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] 20170530-06:49:57: [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] 20170530-06:49:58: [WARN]: Cookie rejected [JSESSIONID="0AA335EC04AAC0CF41B4436B1B6DAA39", 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] 20170530-06:49:58: [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] 20170530-06:49:59: [WARN]: Cookie rejected [JSESSIONID="3EB52D50F4394CDFE9F4514344175504", 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] 20170530-06:49:59: [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] 20170530-06:49:59: [WARN]: Cookie rejected [JSESSIONID="9C5565181384C43717C15951D8305C42", 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] 20170530-06:49:59: [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:: Could not get CNode from the underlying context (D1Client.CN_URL) 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: Could not get CNode from the underlying context (D1Client.CN_URL) 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 20170530-06:49:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:59: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:49:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:49:59: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:00: [WARN]: Cookie rejected [JSESSIONID="0E0FBA6C913DC8DDD00414BFA0B99231", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/TestingNotFound:2017149234959606" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/TestingNotFound:2017149234959606 [org.dataone.client.rest.RestClient] 20170530-06:50:00: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:00: [WARN]: Cookie rejected [JSESSIONID="8FA48B160F7099468E28BA4E412CF0DC", 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:201714923500229" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/TestingNotFound:201714923500229 [org.dataone.client.rest.RestClient] 20170530-06:50:00: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:01: [WARN]: Cookie rejected [JSESSIONID="5621AEC3FB4B8E33A4B7C48102DADEF1", 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:201714923500785" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/TestingNotFound:201714923500785 [org.dataone.client.rest.RestClient] 20170530-06:50:01: [INFO]: ***************** running test for testGetChecksum() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:01: [WARN]: Cookie rejected [JSESSIONID="3331384983F851173980A1F6BB8CF6FE", 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:201714923501236" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/TestingNotFound:201714923501236 [org.dataone.client.rest.RestClient] 20170530-06:50:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:01: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:50:01: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:01: [INFO]: ***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:01: [INFO]: ***************** running test for Node:: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:01: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:01: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [WARN]: Cookie rejected [JSESSIONID="8FFF4322D4867689BE0E88C8187EFC77", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923501917_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923501917_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:50:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [WARN]: Cookie rejected [JSESSIONID="C087BAFCC47A9734C4C1D13F195EE40C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235024_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test2017149235024_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:50:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [WARN]: Cookie rejected [JSESSIONID="EA8C833FFD16A99CC1380E362798AE10", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923502177_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923502177_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:50:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [WARN]: Cookie rejected [JSESSIONID="1B61DF14B06642DA552274FFF759D469", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923502337_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923502337_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:50:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [WARN]: Cookie rejected [JSESSIONID="106364D53CCB76476A9F75580C0AA31C", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923502418_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923502418_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:50:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [WARN]: Cookie rejected [JSESSIONID="0F8610B921611C429818467C64C0BFAE", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923502495_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923502495_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:50:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [WARN]: Cookie rejected [JSESSIONID="9EE7E68A615F4A1545F0ED73EF4D9520", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923502663_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923502663_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:50:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [WARN]: Cookie rejected [JSESSIONID="179C30020AED94D5B8197EA7E7AD0FA1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923502780_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923502780_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:50:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [WARN]: Cookie rejected [JSESSIONID="0731BAE582765CCA583987F124563BA8", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923502871_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923502871_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:50:02: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:02: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [WARN]: Cookie rejected [JSESSIONID="81EAC22D9928ACDF459D4D343AB7EA12", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923502990_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923502990_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:50:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [WARN]: Cookie rejected [JSESSIONID="B0D5D0EABA3785A5EE29057AFDC5B962", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923503145_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923503145_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:50:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [WARN]: Cookie rejected [JSESSIONID="CA303AE40E11036852F6632CE2BC3CA0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923503301_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923503301_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:50:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [WARN]: Cookie rejected [JSESSIONID="320163061566E6FD634724D05A103D85", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923503388_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923503388_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:50:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [WARN]: Cookie rejected [JSESSIONID="5DEC33201AF3B84A966F019A534007B1", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923503475_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923503475_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:50:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [WARN]: Cookie rejected [JSESSIONID="01004D96C1C98E1FCA490DFB3A4B5BCA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923503636_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923503636_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:50:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [WARN]: Cookie rejected [JSESSIONID="7D3D1A1B7E396A99E0B442C4BC4812FD", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923503727_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923503727_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:50:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [WARN]: Cookie rejected [JSESSIONID="A5383021B51C0A0A6B448B9DBD130857", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923503834_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:03: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923503834_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:50:03: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:03: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [WARN]: Cookie rejected [JSESSIONID="F562A06146E81DD4DE3BA9C3029B4337", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923503994_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923503994_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:50:04: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [WARN]: Cookie rejected [JSESSIONID="D4571BF4A05F15375DB26028242E5DEA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923504155_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923504155_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:50:04: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [WARN]: Cookie rejected [JSESSIONID="C59C386C54D585BD7F525162D0AD9CAA", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923504345_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923504345_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:50:04: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [WARN]: Cookie rejected [JSESSIONID="78ABF664722AF6745130E7FF55B1BCB3", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923504426_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923504426_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:50:04: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [WARN]: Cookie rejected [JSESSIONID="B2E57096C2A1309C6733E48C8A702A15", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923504584_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923504584_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:50:04: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [WARN]: Cookie rejected [JSESSIONID="15A9214A5C48554C510AAE38C8312391", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923504746_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923504746_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:50:04: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [WARN]: Cookie rejected [JSESSIONID="1B9695811140629F83F2D7EC00CBC9F0", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923504906_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923504906_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:50:04: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:04: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [WARN]: Cookie rejected [JSESSIONID="1F5935D3829EF615D33CB3C3B67283BB", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923504985_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923504985_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:50:05: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [WARN]: Cookie rejected [JSESSIONID="2CBDC7F268D579563B2334C33109E304", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923505159_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923505159_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:50:05: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [WARN]: Cookie rejected [JSESSIONID="A711BB31B923A239ACCD24565AFA5F31", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923505255_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923505255_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:50:05: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [WARN]: Cookie rejected [JSESSIONID="2175AD5BA632C53A70EACB4175788C7E", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923505413_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923505413_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:50:05: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [WARN]: Cookie rejected [JSESSIONID="02F8AA004E364DA902BCFB94E7711A82", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923505571_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923505571_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] 20170530-06:50:05: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [WARN]: Cookie rejected [JSESSIONID="95030778DB488F34453F75EDEA9120D2", version:0, domain:cn-dev.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923505720_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:05: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/checksum/Test201714923505720_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:50:05: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:05: [INFO]: ***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:05: [INFO]: ***************** running test for Node:: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:05: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:05: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [WARN]: Cookie rejected [JSESSIONID="BA65F378340A86E4B2A6D74C7A276097", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923505812_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923505812_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:50:06: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [WARN]: Cookie rejected [JSESSIONID="D35975FE18D86819178AFC908B3D0F9B", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923506247_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923506247_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:50:06: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [WARN]: Cookie rejected [JSESSIONID="819286AACBC4801F2EA8C0866CC387D6", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923506337_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923506337_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:50:06: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [WARN]: Cookie rejected [JSESSIONID="0237A6120F00BDEFD80F1B0ACA08C694", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923506432_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923506432_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:50:06: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [WARN]: Cookie rejected [JSESSIONID="CA234004C8201DC5BE449BBC53FCBF79", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923506601_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923506601_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:50:06: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [WARN]: Cookie rejected [JSESSIONID="6A2D71A75B508803B1A76128E4B022F4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923506765_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923506765_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:50:06: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [WARN]: Cookie rejected [JSESSIONID="FEFC53B72119D422FE92213218007D9D", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923506873_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923506873_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:50:06: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:06: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [WARN]: Cookie rejected [JSESSIONID="E308BAB6C86A1320D8C8F6581F6A8FB2", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923506954_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923506954_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:50:07: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [WARN]: Cookie rejected [JSESSIONID="A40520AC59368BBB55791472E72188AF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923507114_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923507114_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:50:07: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [WARN]: Cookie rejected [JSESSIONID="F0803691B1C52AB895247FEC6839B45A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923507274_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923507274_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:50:07: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [WARN]: Cookie rejected [JSESSIONID="FCBA6D7FF67CB64E5480AF77B6CCB4BE", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923507422_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923507422_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:50:07: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [WARN]: Cookie rejected [JSESSIONID="34DD8A75626F2FFFE297ED81B3538FC2", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923507581_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923507581_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:50:07: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [WARN]: Cookie rejected [JSESSIONID="95F39E39194FF8FC907DE1702BCF4860", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923507662_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923507662_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:50:07: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [WARN]: Cookie rejected [JSESSIONID="6961344B3EA87F14E1B63AF872E57DC9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923507820_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923507820_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:50:07: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:07: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [WARN]: Cookie rejected [JSESSIONID="016CA597645CA24196A2D171179392D1", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923507926_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923507926_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:50:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [WARN]: Cookie rejected [JSESSIONID="0189AE11C80E6B25C395D8FC70FF170C", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171492350813_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test20171492350813_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:50:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [WARN]: Cookie rejected [JSESSIONID="CB422A82625DF586163B44A61E8395E4", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923508172_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923508172_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:50:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [WARN]: Cookie rejected [JSESSIONID="FA1FC1B941FC80E774937AE1456E2903", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923508333_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923508333_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:50:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [WARN]: Cookie rejected [JSESSIONID="8B25C3E921C5581EAB1A5133383D65EF", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923508420_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923508420_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:50:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [WARN]: Cookie rejected [JSESSIONID="AA793D9C18A43F1442680E9858892C10", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923508583_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923508583_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:50:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [WARN]: Cookie rejected [JSESSIONID="8E9CBF2F95ECEDA176E46361636A9EC7", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923508742_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923508742_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:50:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [WARN]: Cookie rejected [JSESSIONID="53E3F37F036DD114CA6FEC4E9DD83176", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923508885_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923508885_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:50:08: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:08: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [WARN]: Cookie rejected [JSESSIONID="C7A27BDA434DB44EE9DB2122E7C703A9", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923508962_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923508962_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:50:09: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [WARN]: Cookie rejected [JSESSIONID="4DB857F701B199AAB6DFF4EBE6521105", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923509142_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923509142_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:50:09: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [WARN]: Cookie rejected [JSESSIONID="6FB90A80354E6A62157088A3C97436B3", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923509314_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923509314_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:50:09: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [WARN]: Cookie rejected [JSESSIONID="F7D3D2A39BFFBF0C3914C87B77B8E26A", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923509460_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923509460_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:50:09: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [WARN]: Cookie rejected [JSESSIONID="CE2F337A3EE62C5D3177DBAFB11A7015", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923509618_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923509618_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:50:09: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [WARN]: Cookie rejected [JSESSIONID="3FE0BF3D7B56D024A760F6ACFFF56AE2", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923509777_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:09: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923509777_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:50:09: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:09: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [WARN]: Cookie rejected [JSESSIONID="11D5272DD3E20B6F6601756D839D1681", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923509934_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923509934_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] 20170530-06:50:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [WARN]: Cookie rejected [JSESSIONID="479F077BAEAB3052236E3BE2CE3E3E76", version:0, domain:cn-dev-ucsb-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923501013_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/checksum/Test201714923501013_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:50:10: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:10: [INFO]: ***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:10: [INFO]: ***************** running test for Node:: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [WARN]: Cookie rejected [JSESSIONID="3E40E9DA29DC5659A8D4FD4C59A85741", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235010171_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235010171_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:50:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [WARN]: Cookie rejected [JSESSIONID="E04E0B942371A15819B9D7A374B9023A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235010487_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235010487_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:50:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [WARN]: Cookie rejected [JSESSIONID="23F8926836EE7F63693D78F957597F09", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235010565_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235010565_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:50:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [WARN]: Cookie rejected [JSESSIONID="E6EB960DA9F6CE2685CEB2BE055229DE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235010628_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235010628_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:50:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [WARN]: Cookie rejected [JSESSIONID="591B22073E508F9B31654F5633F8B875", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235010696_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235010696_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:50:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [WARN]: Cookie rejected [JSESSIONID="ED043C8A7C0CDD9DC6A81403061760AA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235010767_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235010767_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:50:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [WARN]: Cookie rejected [JSESSIONID="DDC660A962B0BCE65A1CB4A70EE8F46F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235010855_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235010855_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:50:10: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:10: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="E85402E736CAB030D6863DF4013E924C", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235010934_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235010934_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="F8A9C1B90D1C89CBAC4AA4F7BD6FAAEE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923501134_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test201714923501134_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="CDBD7E2D83EEA51E91164F55E76FDCA7", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011131_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011131_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="E782EAC7D8FAA80E6FC2A7A4AA408AAD", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011202_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011202_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="0DE33595C51F1F0B116BE939F22F93D9", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011268_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011268_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="32470E8EBFC475D8C2E8CE0AE7AE8C70", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011332_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011332_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="7321B81788385F7305A3DDC6A04360B3", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011434_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011434_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="20A2ADDC10378A0D92C31EBCB01C1060", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011523_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011523_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="F198AAC015310A88B3B3F84F90F2C9F4", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011592_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011592_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="30757713053C27A4B085BE414FCCB04B", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011677_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011677_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="65AEC4BCE7290A221FE029CB38C2CDA1", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011751_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011751_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="41062C6C75EE3D6436A5A97ED064BA22", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011846_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011846_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [WARN]: Cookie rejected [JSESSIONID="B8EA7DFCF143110FF3F28E7D31AB66CF", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011916_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011916_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:50:11: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:11: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="052E80B0400E6C93029572A30823B58A", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235011983_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235011983_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="F96D6BA6F2D4A15AEF200FF2B44AEBDB", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923501259_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test201714923501259_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="A36D77D6DD22E51CC57A62478DE9A8DE", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235012146_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235012146_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="75CA9E207CD52C0D9122FB498A8C1822", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235012213_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235012213_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="8FC1FA1320824462BE0114CBE35BB713", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235012279_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235012279_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="3FC0FBDEC7BB1E17B1074245C098B74F", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235012371_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235012371_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="3A1E3E2D031707E23B1A518FB5AA2F93", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235012439_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235012439_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="69CE86DDD3E0F8E275FC74BAB1057D60", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235012504_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235012504_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="52FBEF9C08F6BADD5C942B6E4CFCE779", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235012617_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235012617_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] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [WARN]: Cookie rejected [JSESSIONID="24934637E115B47345B133A2DE8015CA", version:0, domain:cn-dev-unm-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235012689_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:12: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/checksum/Test2017149235012689_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:50:12: [INFO]: ***************** running test for Testing IdentifierEncoding - setting up identifiers to check ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:12: [INFO]: ***************** running test for testGetChecksum_IdentifierEncoding() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:12: [INFO]: ***************** running test for Node:: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:12: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:12: [INFO]: 0 unicode String:: common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:13: [WARN]: Cookie rejected [JSESSIONID="FB1F1608EEFE6BEE90239B33D9F84F8B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235012780_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235012780_common-unicode-ascii-safe-ABCDEFGHIJKLMNOPQRSTUVWXYZ [org.dataone.client.rest.RestClient] 20170530-06:50:13: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:13: [INFO]: 1 unicode String:: common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:13: [WARN]: Cookie rejected [JSESSIONID="1BCBCFB3FD3203FFE011BFFB60D92DED", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235013607_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235013607_common-unicode-ascii-safe-abcdefghijklmnopqrstuvwxyz [org.dataone.client.rest.RestClient] 20170530-06:50:13: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:13: [INFO]: 2 unicode String:: common-unicode-ascii-safe-0123456789 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:13: [WARN]: Cookie rejected [JSESSIONID="0B816C84851473A789DDC71CF02AAE9B", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235013799_common-unicode-ascii-safe-0123456789" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235013799_common-unicode-ascii-safe-0123456789 [org.dataone.client.rest.RestClient] 20170530-06:50:13: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:13: [INFO]: 3 unicode String:: common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [WARN]: Cookie rejected [JSESSIONID="54518242D83144EAACC39197993FA8A8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235013998_common-unicode-ascii-safe-:@$-_.!*()',~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235013998_common-unicode-ascii-safe-:@$-_.!*()',~ [org.dataone.client.rest.RestClient] 20170530-06:50:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [INFO]: 4 unicode String:: common-unicode-ascii-safe-unreserved-._~ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [WARN]: Cookie rejected [JSESSIONID="92C7C76FB93199517D5E9624C9BF78EF", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923501499_common-unicode-ascii-safe-unreserved-._~" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test201714923501499_common-unicode-ascii-safe-unreserved-._~ [org.dataone.client.rest.RestClient] 20170530-06:50:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [INFO]: 5 unicode String:: common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [WARN]: Cookie rejected [JSESSIONID="68317D8B9AD1B26DB79F124C8BC49400", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235014295_common-unicode-ascii-safe-sub-delims-$!*()'," [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235014295_common-unicode-ascii-safe-sub-delims-$!*()', [org.dataone.client.rest.RestClient] 20170530-06:50:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [INFO]: 6 unicode String:: common-unicode-ascii-safe-gen-delims-:@ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [WARN]: Cookie rejected [JSESSIONID="58E609A7BCD80CD89FF42FFEBCE1357F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235014489_common-unicode-ascii-safe-gen-delims-:@" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235014489_common-unicode-ascii-safe-gen-delims-:@ [org.dataone.client.rest.RestClient] 20170530-06:50:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [INFO]: 7 unicode String:: common-unicode-ascii-escaped-"#<>[]^`{}| [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [WARN]: Cookie rejected [JSESSIONID="C0EFBB4C7A7D93E545BF2A55C7BEDD4F", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235014605_common-unicode-ascii-escaped-"#<>[]^`{}|" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235014605_common-unicode-ascii-escaped-%22%23%3C%3E%5B%5D%5E%60%7B%7D%7C [org.dataone.client.rest.RestClient] 20170530-06:50:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [INFO]: 8 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-\ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [WARN]: Cookie rejected [JSESSIONID="F4BA76DAE2FBD81A3E515BB2B63F37C1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235014838_common-unicode-ascii-escaped-tomcatBlocked-\" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235014838_common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.client.rest.RestClient] 20170530-06:50:14: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:14: [INFO]: 9 unicode String:: common-unicode-ascii-escaped-tomcatBlocked-%5C [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [WARN]: Cookie rejected [JSESSIONID="74F1AE9309D8D1764AF8CD1BEB1F4CC7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235014936_common-unicode-ascii-escaped-tomcatBlocked-%5C" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235014936_common-unicode-ascii-escaped-tomcatBlocked-%255C [org.dataone.client.rest.RestClient] 20170530-06:50:15: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [INFO]: 10 unicode String:: common-unicode-ascii-semi-colon-test-%3B [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [WARN]: Cookie rejected [JSESSIONID="B1FEEFF225D3FB61A1B849B9F5842E99", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235015130_common-unicode-ascii-semi-colon-test-%3B" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235015130_common-unicode-ascii-semi-colon-test-%253B [org.dataone.client.rest.RestClient] 20170530-06:50:15: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [INFO]: 11 unicode String:: common-unicode-ascii-escaped-% [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [WARN]: Cookie rejected [JSESSIONID="AD07BE4B74FF191367E7A511ED56EC5C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235015321_common-unicode-ascii-escaped-%" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235015321_common-unicode-ascii-escaped-%25 [org.dataone.client.rest.RestClient] 20170530-06:50:15: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [INFO]: 12 unicode String:: common-unicode-ascii-escape-anyway-+ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [WARN]: Cookie rejected [JSESSIONID="D38A53A88DFCBB494F5FA81A820F5049", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235015490_common-unicode-ascii-escape-anyway-+" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235015490_common-unicode-ascii-escape-anyway-%2B [org.dataone.client.rest.RestClient] 20170530-06:50:15: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [INFO]: 13 unicode String:: path-unicode-ascii-safe-&=&= [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [WARN]: Cookie rejected [JSESSIONID="0840F3127E8CC383DD23ED2504156A97", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235015668_path-unicode-ascii-safe-&=&=" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235015668_path-unicode-ascii-safe-&=&= [org.dataone.client.rest.RestClient] 20170530-06:50:15: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:15: [INFO]: 14 unicode String:: path-unicode-ascii-escaped-; [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [WARN]: Cookie rejected [JSESSIONID="2F630FDE2F152C75AD3B1D3A247C93A7", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235015869_path-unicode-ascii-escaped-;" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235015869_path-unicode-ascii-escaped-%3B [org.dataone.client.rest.RestClient] 20170530-06:50:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [INFO]: 15 unicode String:: path-unicode-ascii-escaped-? [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [WARN]: Cookie rejected [JSESSIONID="3CF5A21B8621A39231A622533924E119", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test201714923501641_path-unicode-ascii-escaped-?" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test201714923501641_path-unicode-ascii-escaped-%3F [org.dataone.client.rest.RestClient] 20170530-06:50:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [INFO]: 16 unicode String:: path-unicode-ascii-escaped-/ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [WARN]: Cookie rejected [JSESSIONID="CD46EC0E566729B8D1CF42E7F9699EBE", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235016161_path-unicode-ascii-escaped-/" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235016161_path-unicode-ascii-escaped-%2F [org.dataone.client.rest.RestClient] 20170530-06:50:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [INFO]: 17 unicode String:: path-unicode-ascii-escaped-%3F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [WARN]: Cookie rejected [JSESSIONID="5C674F6EE3694586EB6EA4C7E02839C9", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235016364_path-unicode-ascii-escaped-%3F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235016364_path-unicode-ascii-escaped-%253F [org.dataone.client.rest.RestClient] 20170530-06:50:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [INFO]: 18 unicode String:: path-unicode-ascii-escaped-%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [WARN]: Cookie rejected [JSESSIONID="89D614E61E0DEB6A7309F75ED3F8210A", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235016551_path-unicode-ascii-escaped-%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235016551_path-unicode-ascii-escaped-%252F [org.dataone.client.rest.RestClient] 20170530-06:50:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [INFO]: 19 unicode String:: path-unicode-ascii-escaped-double-//case [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [WARN]: Cookie rejected [JSESSIONID="FDF89A9852960D7964FF86C9082D1E1C", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235016725_path-unicode-ascii-escaped-double-//case" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235016725_path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.client.rest.RestClient] 20170530-06:50:16: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:16: [INFO]: 20 unicode String:: path-unicode-ascii-escaped-double-trailing// [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [WARN]: Cookie rejected [JSESSIONID="B0F2ED639A934B81B4539010B5114A35", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235016916_path-unicode-ascii-escaped-double-trailing//" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235016916_path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.client.rest.RestClient] 20170530-06:50:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [INFO]: 21 unicode String:: path-unicode-ascii-escaped-double-%2F%2Fcase [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [WARN]: Cookie rejected [JSESSIONID="B47B971975DDAEB340487F641AD61FB1", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235017127_path-unicode-ascii-escaped-double-%2F%2Fcase" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235017127_path-unicode-ascii-escaped-double-%252F%252Fcase [org.dataone.client.rest.RestClient] 20170530-06:50:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [INFO]: 22 unicode String:: path-unicode-ascii-escaped-double-trailing%2F%2F [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [WARN]: Cookie rejected [JSESSIONID="C2CB2779A2C455CB664F86A2167D0C34", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235017241_path-unicode-ascii-escaped-double-trailing%2F%2F" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235017241_path-unicode-ascii-escaped-double-trailing%252F%252F [org.dataone.client.rest.RestClient] 20170530-06:50:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [INFO]: 23 unicode String:: common-unicode-bmp-1byte-escaped-¡¢£ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [WARN]: Cookie rejected [JSESSIONID="7CE58935EA23B2AE830B045900E6594D", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235017446_common-unicode-bmp-1byte-escaped-¡¢£" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235017446_common-unicode-bmp-1byte-escaped-%C2%A1%C2%A2%C2%A3 [org.dataone.client.rest.RestClient] 20170530-06:50:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [INFO]: 24 unicode String:: common-unicode-bmp-2byte-escaped-䦹䦺 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [WARN]: Cookie rejected [JSESSIONID="F698EED2E69F68DC3C3D7B1A28409844", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235017614_common-unicode-bmp-2byte-escaped-䦹䦺" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235017614_common-unicode-bmp-2byte-escaped-%E4%A6%B9%E4%A6%BA [org.dataone.client.rest.RestClient] 20170530-06:50:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [INFO]: 25 unicode String:: common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [WARN]: Cookie rejected [JSESSIONID="31E5456C68CB9609AE8424F4FD9C01DA", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235017712_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235017712_common-ascii-doc-example-urn:lsid:ubio.org:namebank:11815 [org.dataone.client.rest.RestClient] 20170530-06:50:17: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [INFO]: 26 unicode String:: path-ascii-doc-example-10.1000/182 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:17: [WARN]: Cookie rejected [JSESSIONID="7AFFED90B042FBE4E219B82B1022A441", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235017826_path-ascii-doc-example-10.1000/182" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:17: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235017826_path-ascii-doc-example-10.1000%2F182 [org.dataone.client.rest.RestClient] 20170530-06:50:18: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:18: [INFO]: 27 unicode String:: path-ascii-doc-example-http://example.com/data/mydata?row=24 [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:18: [WARN]: Cookie rejected [JSESSIONID="9D1AE25AB616EFA893ECD4C5B6D880F8", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test20171492350183_path-ascii-doc-example-http://example.com/data/mydata?row=24" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test20171492350183_path-ascii-doc-example-http:%2F%2Fexample.com%2Fdata%2Fmydata%3Frow=24 [org.dataone.client.rest.RestClient] 20170530-06:50:18: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:18: [INFO]: 28 unicode String:: common-bmp-doc-example-ฉันกินกระจกได้ [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:18: [WARN]: Cookie rejected [JSESSIONID="2336ED6D540918EC7EB0E07B42513423", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235018121_common-bmp-doc-example-ฉันกินกระจกได้" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235018121_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] 20170530-06:50:18: [INFO]: [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:18: [INFO]: 29 unicode String:: common-bmp-doc-example-Is_féidir_liom_ithe_gloine [org.dataone.integration.it.testImplementations.ReadTestImplementations] 20170530-06:50:18: [WARN]: Cookie rejected [JSESSIONID="45238DF5801CC6BE40A3B4BEA3E5AA06", version:0, domain:cn-dev-orc-1.test.dataone.org, path:/metacat/, expiry:null] Illegal path attribute "/metacat/". Path of origin: "/cn/v2/checksum/Test2017149235018306_common-bmp-doc-example-Is_féidir_liom_ithe_gloine" [org.apache.http.client.protocol.ResponseProcessCookies] 20170530-06:50:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/checksum/Test2017149235018306_common-bmp-doc-example-Is_f%C3%A9idir_liom_ithe_gloine [org.dataone.client.rest.RestClient] 20170530-06:50:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:18: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:18: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 4 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:50:18: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:18: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:19: [WARN]: Cookie rejected [JSESSIONID="14C228B25DAE03B10DE69C3F0355EC18", 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] 20170530-06:50:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object?fromDate=2017-05-30T06:40:18.491%2B00:00&toDate=2017-05-30T06:49:18.491%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:50:19: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:19: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:19: [WARN]: Cookie rejected [JSESSIONID="C4AFD50D5F6A6D93DA1234BF608FDFB4", 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] 20170530-06:50:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object?fromDate=2017-05-30T06:40:19.175%2B00:00&toDate=2017-05-30T06:49:19.175%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:50:19: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:19: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:20: [WARN]: Cookie rejected [JSESSIONID="01C6D3530BFC9050149F6E65BD8CBEC7", 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] 20170530-06:50:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object?fromDate=2017-05-30T06:40:19.671%2B00:00&toDate=2017-05-30T06:49:19.671%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:50:20: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:20: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:20: [WARN]: Cookie rejected [JSESSIONID="AAC49A6BD69A9D0B2692DAD3F61B7BA8", 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] 20170530-06:50:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object?fromDate=2017-05-30T06:40:20.136%2B00:00&toDate=2017-05-30T06:49:20.136%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:50:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:20: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:20: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 5 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:50:20: [INFO]: ***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:20: [WARN]: Cookie rejected [JSESSIONID="194299C7F2A35D6C65C439703D9EDFB2", 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] 20170530-06:50:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient] 20170530-06:50:21: [WARN]: Cookie rejected [JSESSIONID="F10E298AA6EBADB64E33EF38567BB972", 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] 20170530-06:50:21: [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] 20170530-06:50:21: [INFO]: ***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:21: [WARN]: Cookie rejected [JSESSIONID="1AA1667B6A08648D3D5FB16012D162EF", 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] 20170530-06:50:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient] 20170530-06:50:21: [WARN]: Cookie rejected [JSESSIONID="CE99011BA88203D014BE351507C1050D", 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] 20170530-06:50:21: [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] 20170530-06:50:21: [INFO]: ***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:21: [WARN]: Cookie rejected [JSESSIONID="B3B97969E139D576739C0FCFA774963D", 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] 20170530-06:50:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient] 20170530-06:50:21: [WARN]: Cookie rejected [JSESSIONID="B18968654FF571258F7ED6AB9B80E4D1", 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] 20170530-06:50:21: [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] 20170530-06:50:21: [INFO]: ***************** running test for testListObjects_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:22: [WARN]: Cookie rejected [JSESSIONID="936E46F783D6E9AA4C17728EA4AA25AA", 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] 20170530-06:50:22: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object [org.dataone.client.rest.RestClient] 20170530-06:50:22: [WARN]: Cookie rejected [JSESSIONID="F1C6501C3905C12EE950294C4478E8A4", 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] 20170530-06:50:22: [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] 20170530-06:50:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:22: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:22: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 5 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:50:22: [INFO]: ***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:22: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:22: [WARN]: Cookie rejected [JSESSIONID="594C60242A3D307477022B3D8049EC85", 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] 20170530-06:50:22: [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] 20170530-06:50:22: [INFO]: ***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:22: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:22: [WARN]: Cookie rejected [JSESSIONID="60AD712383ED5387EE8B0D28634CD55B", 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] 20170530-06:50:22: [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] 20170530-06:50:22: [INFO]: ***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:22: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [WARN]: Cookie rejected [JSESSIONID="577B91D4CA2BBC1EE6DC1718974F43A4", 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] 20170530-06:50:23: [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] 20170530-06:50:23: [INFO]: ***************** running test for testListObjects_FromDateTest() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [WARN]: Cookie rejected [JSESSIONID="52E2AC945E8D526C58B9135757C98D18", 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] 20170530-06:50:23: [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] 20170530-06:50:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 6 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:50:23: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [WARN]: Cookie rejected [JSESSIONID="9E6CA5BB03AEC10237663FDEE0010D8F", 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] 20170530-06:50:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/object?fromDate=2017-05-30T06:40:23.372%2B00:00&toDate=2017-05-30T06:49:23.372%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:50:23: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [WARN]: Cookie rejected [JSESSIONID="373679DC60F3FC958D95D9A49A981124", 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] 20170530-06:50:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/object?fromDate=2017-05-30T06:40:23.577%2B00:00&toDate=2017-05-30T06:49:23.577%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:50:23: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:23: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:24: [WARN]: Cookie rejected [JSESSIONID="37A311F6870E35FF22C7E50B786FBDD6", 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] 20170530-06:50:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/object?fromDate=2017-05-30T06:40:23.778%2B00:00&toDate=2017-05-30T06:49:23.778%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:50:24: [INFO]: ***************** running test for testListObjects() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:24: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:24: [WARN]: Cookie rejected [JSESSIONID="FB0ACC74732597629BFD83CF89117807", 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] 20170530-06:50:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/object?fromDate=2017-05-30T06:40:24.029%2B00:00&toDate=2017-05-30T06:49:24.029%2B00:00&formatId=text/csv&start=0&count=10 [org.dataone.client.rest.RestClient] 20170530-06:50:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:24: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:24: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 7 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:50:24: [INFO]: ***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:24: [WARN]: Cookie rejected [JSESSIONID="F3538F7E8348C2C8A1E3517ED8039A2A", 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] 20170530-06:50:24: [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] 20170530-06:50:24: [INFO]: ***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:24: [WARN]: Cookie rejected [JSESSIONID="ADD1AF734D04EB53ADDBE1FCE1ACFB29", 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] 20170530-06:50:24: [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] 20170530-06:50:24: [INFO]: ***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:25: [WARN]: Cookie rejected [JSESSIONID="6B10D110D79BB3CB3404B89929D719E2", 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] 20170530-06:50:25: [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] 20170530-06:50:25: [INFO]: ***************** running test for testListObjects_FormatIdFilteringFakeFormat() vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:25: [WARN]: Cookie rejected [JSESSIONID="0A543FDB3B9C5E88BCCE608430191D34", 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] 20170530-06:50:25: [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] 20170530-06:50:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:25: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 7 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-06:50:25: [INFO]: ***************** running test for testResolve(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-06:50:25: [INFO]: Using cached objectlist for node urn:node:cnDev [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:25: [WARN]: Cookie rejected [JSESSIONID="0F05826E87766E424AEC902FBF016A35", 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] 20170530-06:50:25: [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] 20170530-06:50:26: [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] 20170530-06:50:26: [INFO]: ***************** running test for testResolve(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-06:50:26: [INFO]: Using cached objectlist for node urn:node:cnDevUCSB1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:26: [WARN]: Cookie rejected [JSESSIONID="E40B9AA48B692DAE87C95888A34C51C2", 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] 20170530-06:50:26: [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] 20170530-06:50:26: [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] 20170530-06:50:26: [INFO]: ***************** running test for testResolve(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:26: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-06:50:26: [INFO]: Using cached objectlist for node urn:node:cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:27: [WARN]: Cookie rejected [JSESSIONID="937D29BFB5DEBB635E4DF6A47DDCF254", 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] 20170530-06:50:27: [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] 20170530-06:50:27: [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] 20170530-06:50:27: [INFO]: ***************** running test for testResolve(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50: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] 20170530-06:50:27: [INFO]: Using cached objectlist for node urn:node:cnDevORC1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-06:50:28: [WARN]: Cookie rejected [JSESSIONID="DD2CE948252E6498C91E1E4AF5AA088A", 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] 20170530-06:50:28: [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] 20170530-06:50:28: [WARN]: Cookie rejected [JSESSIONID="F3892BCCDD5C0EA8979F992F4EBBB32C", 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] 20170530-06:50:28: [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] 20170530-06:50:29: [WARN]: Cookie rejected [JSESSIONID="62848647F43916EACBC0C08414CADDE5", 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] 20170530-06:50:29: [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] 20170530-06:50:29: [WARN]: Cookie rejected [JSESSIONID="6D4A5140708E52A86AA27FFF7FBF69B0", 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] 20170530-06:50:29: [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] 20170530-06:50:30: [WARN]: Cookie rejected [JSESSIONID="7C55CDA436EB680865228CE0CA4E4EAE", 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] 20170530-06:50:30: [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] 20170530-06:50:31: [WARN]: Cookie rejected [JSESSIONID="036222FB083DAAAF8D2D2AD1EC64CC6E", 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] 20170530-06:50:31: [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] 20170530-06:50:31: [WARN]: Cookie rejected [JSESSIONID="723DD52E0F628BD5A9BF1BAE82F7C229", 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] 20170530-06:50:31: [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] 20170530-06:50:32: [WARN]: Cookie rejected [JSESSIONID="2A310AB3E887F599894774ED3DCFFFA1", 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] 20170530-06:50:32: [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] 20170530-06:50:32: [WARN]: Cookie rejected [JSESSIONID="300DC9782FF1B319F8D7FE214B100AB9", 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] 20170530-06:50:32: [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] 20170530-06:50:33: [WARN]: Cookie rejected [JSESSIONID="594C8196FC1CFF895E822663B2AE6C27", 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] 20170530-06:50:33: [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] 20170530-06:50:34: [WARN]: Cookie rejected [JSESSIONID="E2B873D627CA8C640B4B3C8E9C9EAB9A", 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] 20170530-06:50:34: [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] 20170530-06:50:34: [WARN]: Cookie rejected [JSESSIONID="15052AAB5ECDCEC6EB49911F0F2E8D18", 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] 20170530-06:50:34: [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] 20170530-06:50:35: [WARN]: Cookie rejected [JSESSIONID="6E660EACF5CD83627ED6270F0711D638", 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] 20170530-06:50:35: [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] 20170530-06:50:35: [WARN]: Cookie rejected [JSESSIONID="100511B669EA64FA375F44BD6FBDCD7E", 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] 20170530-06:50:35: [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] 20170530-06:50:36: [WARN]: Cookie rejected [JSESSIONID="E3695796A3804A113D955CA18121A81B", 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] 20170530-06:50:36: [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] 20170530-06:50:37: [WARN]: Cookie rejected [JSESSIONID="2C653FC766A0E6D97D33279CCF64A404", 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] 20170530-06:50:37: [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] 20170530-06:50:37: [WARN]: Cookie rejected [JSESSIONID="A0215C40AADCC0979E3138D9E4483B58", 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] 20170530-06:50:37: [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] 20170530-06:50:38: [WARN]: Cookie rejected [JSESSIONID="55E2F2CD21FB6638E9CFCC9ED19C4079", 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] 20170530-06:50:38: [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] 20170530-06:50:38: [WARN]: Cookie rejected [JSESSIONID="CE57EE72A7B78B4DBF932A01936661CF", 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] 20170530-06:50: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] 20170530-06:50:39: [WARN]: Cookie rejected [JSESSIONID="715E9E8B609844DFB2F4C3E4664461B8", 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] 20170530-06:50: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] 20170530-06:50:40: [WARN]: Cookie rejected [JSESSIONID="FB5FA2B552A98069DE318A4BC6710512", 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] 20170530-06:50: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] 20170530-06:50:40: [WARN]: Cookie rejected [JSESSIONID="A01F0A3898FF005B1375507166D0E35F", 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] 20170530-06:50:40: [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] 20170530-06:50:41: [WARN]: Cookie rejected [JSESSIONID="14B6D5AD7E256633F9672AE2E4A32CED", 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] 20170530-06:50:41: [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] 20170530-06:50:41: [WARN]: Cookie rejected [JSESSIONID="1BEF0D1D16DEC017FA54B65D28A4D98B", 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] 20170530-06:50:41: [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] 20170530-06:50:42: [WARN]: Cookie rejected [JSESSIONID="4187E6098F0D769A422EB993E4FF3154", 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] 20170530-06:50:42: [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] 20170530-06:50:43: [WARN]: Cookie rejected [JSESSIONID="6022EBEB7C478CE314FF388A842187C5", 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] 20170530-06:50:43: [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] 20170530-06:50:43: [WARN]: Cookie rejected [JSESSIONID="B5B39DDFA7C70172B03ADED97A9349C4", 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] 20170530-06:50:43: [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] 20170530-06:50:44: [WARN]: Cookie rejected [JSESSIONID="D622E0D1935E2A2C2C47AB5CD7562DEB", 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] 20170530-06:50:44: [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] 20170530-06:50:45: [WARN]: Cookie rejected [JSESSIONID="FFF4B19491BA74E4113ECEA167837700", 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] 20170530-06:50:45: [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] 20170530-06:50:45: [WARN]: Cookie rejected [JSESSIONID="9B85C8D0DBCFA3BA0E218F0EEA6295F9", 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] 20170530-06:50:45: [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] 20170530-06:50:46: [WARN]: Cookie rejected [JSESSIONID="3AB9A7EA489D0C8B3B5D1E0054DA1922", 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] 20170530-06:50:46: [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] 20170530-06:50:46: [WARN]: Cookie rejected [JSESSIONID="4FA7EB952B301129E6AEA2B40B8A7974", 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] 20170530-06:50:46: [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] 20170530-06:50:47: [WARN]: Cookie rejected [JSESSIONID="5AD4EA4CE7FD9D2D576520D184EB68A9", 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] 20170530-06:50:47: [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] 20170530-06:50:48: [WARN]: Cookie rejected [JSESSIONID="3E6E25640190EAC47814104ACB20754B", 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] 20170530-06:50:48: [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] 20170530-06:50:48: [WARN]: Cookie rejected [JSESSIONID="076F148AE04E5C6D71EBC49264F719B1", 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] 20170530-06:50:48: [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] 20170530-06:50:49: [WARN]: Cookie rejected [JSESSIONID="5F0BD681518CC347593E21F322D3861F", 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] 20170530-06:50:49: [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] 20170530-06:50:49: [WARN]: Cookie rejected [JSESSIONID="B734212EC6E65574A4435A1783928615", 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] 20170530-06:50:49: [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] 20170530-06:50:50: [WARN]: Cookie rejected [JSESSIONID="4DADC5F4E309DD77DC6CF2AD392E654D", 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] 20170530-06:50:50: [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] 20170530-06:50:51: [WARN]: Cookie rejected [JSESSIONID="20D111784C803446D444328B7042D967", 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] 20170530-06:50:51: [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] 20170530-06:50:51: [WARN]: Cookie rejected [JSESSIONID="75DFD90F11D59B8160F553607D716678", 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] 20170530-06:50:51: [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] 20170530-06:50:52: [WARN]: Cookie rejected [JSESSIONID="D62F99FFE760CC7FA257AB834599F7A7", 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] 20170530-06:50:52: [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] 20170530-06:50:52: [WARN]: Cookie rejected [JSESSIONID="08DEBA25BCFDF858256406605148E4BA", 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] 20170530-06:50:52: [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] 20170530-06:50:53: [WARN]: Cookie rejected [JSESSIONID="2B411347EFEA312F9BC559502D8DE8B4", 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] 20170530-06:50:53: [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] 20170530-06:50:54: [WARN]: Cookie rejected [JSESSIONID="F41B44471138E9341D6B3BBF360AF1E2", 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] 20170530-06:50:54: [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] 20170530-06:50:54: [WARN]: Cookie rejected [JSESSIONID="12AB21C7997ED7DD0FE700841AFA8CD4", 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] 20170530-06:50:54: [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] 20170530-06:50:55: [WARN]: Cookie rejected [JSESSIONID="27F8770FCFB16ACF8D2092DCE62CB052", 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] 20170530-06:50:55: [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] 20170530-06:50:55: [WARN]: Cookie rejected [JSESSIONID="A3589A93FD2ABF265F2A0F3DC4380BC5", 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] 20170530-06:50:55: [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] 20170530-06:50:56: [WARN]: Cookie rejected [JSESSIONID="900AC08F59CC9141101E9F9E256FAB72", 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] 20170530-06:50:56: [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] 20170530-06:50:57: [WARN]: Cookie rejected [JSESSIONID="3A3E856C17575A8240005C5115B578E3", 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] 20170530-06:50:57: [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] 20170530-06:50:57: [WARN]: Cookie rejected [JSESSIONID="8738D059463023B04EABE1E311154E49", 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] 20170530-06:50:57: [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] 20170530-06:50:58: [WARN]: Cookie rejected [JSESSIONID="ECF4B126617A491DBC7F3856B7C6A75C", 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] 20170530-06:50:58: [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] 20170530-06:50:58: [WARN]: Cookie rejected [JSESSIONID="5F9558AB9EE49F6A87B64165ED2FEE5E", 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] 20170530-06:50:58: [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] 20170530-06:50:59: [WARN]: Cookie rejected [JSESSIONID="51806012B0A207623F32FC7C91740A2C", 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] 20170530-06:50:59: [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] 20170530-06:51:00: [WARN]: Cookie rejected [JSESSIONID="714F1677C70D0AC2B2AD1469BBFEC963", 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] 20170530-06:51:00: [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] 20170530-06:51:00: [WARN]: Cookie rejected [JSESSIONID="FFB36B09CE8664C60BB4C8042D3CE335", 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] 20170530-06:51:00: [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] 20170530-06:51:01: [WARN]: Cookie rejected [JSESSIONID="656DA9C30D17F6FDB897B8DAF7C5DE14", 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] 20170530-06:51:01: [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] 20170530-06:51:02: [WARN]: Cookie rejected [JSESSIONID="FEAEA99479476CD0903F749C2A097D08", 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] 20170530-06:51:02: [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] 20170530-06:51:02: [WARN]: Cookie rejected [JSESSIONID="770034CFDEF120662B87FAD0673AEEA2", 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] 20170530-06:51:02: [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] 20170530-06:51:03: [WARN]: Cookie rejected [JSESSIONID="87A61FED0342ED0CA318554C8D66C447", 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] 20170530-06:51:03: [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] 20170530-06:51:04: [WARN]: Cookie rejected [JSESSIONID="57FD355DA09319C3709C592D13A2E395", 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] 20170530-06:51:04: [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] 20170530-06:51:04: [WARN]: Cookie rejected [JSESSIONID="117E98722FA77F9A2ED2E2887810A147", 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] 20170530-06:51:04: [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] 20170530-06:51:05: [WARN]: Cookie rejected [JSESSIONID="1C42F62830DB91F0A97884438F991EA3", 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] 20170530-06:51:05: [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] 20170530-06:51:05: [WARN]: Cookie rejected [JSESSIONID="8890418409FD4E5C40FE24FDA458F15B", 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] 20170530-06:51:05: [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] 20170530-06:51:06: [WARN]: Cookie rejected [JSESSIONID="E35D984116F58ECA4A2BC12FD6FC01C6", 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] 20170530-06:51:06: [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] 20170530-06:51:06: [WARN]: Cookie rejected [JSESSIONID="C7900C6E6EBA95BA5E71998FB2E50BA3", 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] 20170530-06:51:06: [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] 20170530-06:51:07: [WARN]: Cookie rejected [JSESSIONID="796AC6C1DD0A7FBAC5C27FB801E86E4A", 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] 20170530-06:51:07: [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] 20170530-06:51:08: [WARN]: Cookie rejected [JSESSIONID="7F6BC40440DB9D38BF5BD73809E924B0", 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] 20170530-06:51:08: [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] 20170530-06:51:08: [WARN]: Cookie rejected [JSESSIONID="CF56F23494646BC442315A1523426961", 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] 20170530-06:51:08: [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] 20170530-06:51:09: [WARN]: Cookie rejected [JSESSIONID="35C65B2D26D2ED16A9203DC1B67C77AF", 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] 20170530-06:51:09: [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] 20170530-06:51:10: [WARN]: Cookie rejected [JSESSIONID="E294468FBA5AC85DFDEB0A1CCC8ABD10", 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] 20170530-06:51:10: [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] 20170530-06:51:10: [WARN]: Cookie rejected [JSESSIONID="0384AEA5348F48F1A954FF83BC63D3BB", 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] 20170530-06:51:10: [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] 20170530-06:51:11: [WARN]: Cookie rejected [JSESSIONID="36A820E8A0B32B2BB02BFCAB97CB2C11", 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] 20170530-06:51:11: [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] 20170530-06:51:11: [WARN]: Cookie rejected [JSESSIONID="889955EB0E847A87A9C0425A50C1D6EF", 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] 20170530-06:51:11: [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] 20170530-06:51:12: [WARN]: Cookie rejected [JSESSIONID="D9FFD0B252AFBB21635D89504F71D95C", 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] 20170530-06:51:12: [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] 20170530-06:51:12: [WARN]: Cookie rejected [JSESSIONID="B6F7C8A393A0FED0CD0E98101F504D95", 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] 20170530-06:51:12: [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] 20170530-06:51:13: [WARN]: Cookie rejected [JSESSIONID="C2EF81CF3E708704B10EAB0EA1BFED00", 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] 20170530-06:51:13: [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] 20170530-06:51:14: [WARN]: Cookie rejected [JSESSIONID="FEA7A9437E1C6461F33DB72CCE194A4B", 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] 20170530-06:51:14: [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] 20170530-06:51:14: [WARN]: Cookie rejected [JSESSIONID="9B084ABDC8C981247BBFED6D9E2AE583", 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] 20170530-06:51:14: [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] 20170530-06:51:15: [WARN]: Cookie rejected [JSESSIONID="2BC07A7AFED94ECA2A7E2BCF38799900", 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] 20170530-06:51:15: [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] 20170530-06:51:16: [WARN]: Cookie rejected [JSESSIONID="615DA30242DCAD6892819EA52FFDC6FC", 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] 20170530-06:51:16: [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] 20170530-06:51:16: [WARN]: Cookie rejected [JSESSIONID="37B4D186E0EABB203FBEFA098EEEDFBE", 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] 20170530-06:51:16: [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] 20170530-06:51:17: [WARN]: Cookie rejected [JSESSIONID="E17513CD9E6E8F76C74DC05BAA4556E1", 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] 20170530-06:51:17: [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] 20170530-06:51:17: [WARN]: Cookie rejected [JSESSIONID="F292B3238B2923C67F836223FA9D6DBC", 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] 20170530-06:51:17: [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] 20170530-06:51:18: [WARN]: Cookie rejected [JSESSIONID="F13A6F4A762994DB7EAAF95B39D0FC75", 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] 20170530-06:51:18: [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] 20170530-06:51:19: [WARN]: Cookie rejected [JSESSIONID="49F42C7B39602B5F10E28FFAEDA72620", 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] 20170530-06:51:19: [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] 20170530-06:51:19: [WARN]: Cookie rejected [JSESSIONID="CB5836E0150968371965215310717B50", 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] 20170530-06:51:19: [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] 20170530-06:51:20: [WARN]: Cookie rejected [JSESSIONID="A3D594CC1875C9E5548E9E923F2DB30C", 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] 20170530-06:51:20: [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] 20170530-06:51:20: [WARN]: Cookie rejected [JSESSIONID="9756235EE081D433B30547A74F6206D4", 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] 20170530-06:51:20: [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] 20170530-06:51:21: [WARN]: Cookie rejected [JSESSIONID="AE76016502D3E7164D26B9DE62D2BD27", 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] 20170530-06:51:21: [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] 20170530-06:51:22: [WARN]: Cookie rejected [JSESSIONID="693CB496370E971E999D39D75868B00C", 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] 20170530-06:51:22: [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] 20170530-06:51:22: [WARN]: Cookie rejected [JSESSIONID="66AEFA49F842CCC02051ADB3F4391357", 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] 20170530-06:51:22: [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] 20170530-06:51:23: [WARN]: Cookie rejected [JSESSIONID="954B4E1CA1692DD1C5ACCE7D6B579017", 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] 20170530-06:51:23: [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] 20170530-06:51:23: [WARN]: Cookie rejected [JSESSIONID="5A60137E0D35AB8022AAEF90ED33C362", 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] 20170530-06:51:23: [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] 20170530-06:51:24: [WARN]: Cookie rejected [JSESSIONID="D62D25EC6F38EAA8063408D9A134ADF4", 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] 20170530-06:51:24: [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] 20170530-06:51:25: [WARN]: Cookie rejected [JSESSIONID="BE99E500DA356D1B62B7273F6049093B", 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] 20170530-06:51:25: [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] 20170530-06:51:25: [WARN]: Cookie rejected [JSESSIONID="64DCCE501E49D1C7AF81B1AF2D24537F", 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] 20170530-06:51:25: [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] 20170530-06:51:26: [WARN]: Cookie rejected [JSESSIONID="2D230505E5A296CA39BA0806E31CAB6E", 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] 20170530-06:51:26: [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] 20170530-06:51:26: [WARN]: Cookie rejected [JSESSIONID="7AA44C569883D75DD9611B3A8DDCA8F5", 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] 20170530-06:51:26: [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] 20170530-06:51:27: [WARN]: Cookie rejected [JSESSIONID="66B48FD82E493D4821FDF0A68DE9A631", 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] 20170530-06:51:27: [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] 20170530-06:51:28: [WARN]: Cookie rejected [JSESSIONID="76A7601C66AA29CEFB47727C2EF629FE", 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] 20170530-06:51:28: [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] 20170530-06:51:28: [WARN]: Cookie rejected [JSESSIONID="256F1AE76F01C556642B68503907E729", 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] 20170530-06:51:28: [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] 20170530-06:51:29: [WARN]: Cookie rejected [JSESSIONID="A0F88F6BF80D7BE29F32C22664338C87", 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] 20170530-06:51:29: [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] 20170530-06:51:29: [WARN]: Cookie rejected [JSESSIONID="637A7FC873F40F8C796F7CDF85E0D0A6", 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] 20170530-06:51:29: [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] 20170530-06:51:30: [WARN]: Cookie rejected [JSESSIONID="49804B1BC3D974F229D7D48D2FF2BD60", 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] 20170530-06:51:30: [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] 20170530-06:51:31: [WARN]: Cookie rejected [JSESSIONID="2861DE4CC1A30F618612143EE6061825", 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] 20170530-06:51:31: [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] 20170530-06:51:31: [WARN]: Cookie rejected [JSESSIONID="191533D69226EBFC2159F3CB582CBD1C", 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] 20170530-06:51:31: [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] 20170530-06:51:32: [WARN]: Cookie rejected [JSESSIONID="E685EDE48D0FE20504E253800D4E78C1", 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] 20170530-06:51:32: [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] 20170530-06:51:32: [WARN]: Cookie rejected [JSESSIONID="BF45B61C7B1C05E14CE13C5A97DA61E8", 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] 20170530-06:51:32: [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] 20170530-06:51:33: [WARN]: Cookie rejected [JSESSIONID="4CA043CE77E7B4C764FDA8CAB5C58502", 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] 20170530-06:51:33: [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] 20170530-06:51:34: [WARN]: Cookie rejected [JSESSIONID="7FF27A8A4F10CEB34CAFC7080B00BCF1", 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] 20170530-06:51:34: [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] 20170530-06:51:34: [WARN]: Cookie rejected [JSESSIONID="9B9AB1CF3D398196842FBA2261D76F6B", 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] 20170530-06:51:34: [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] 20170530-06:51:35: [WARN]: Cookie rejected [JSESSIONID="726A63A5A784D5416E4404BBB0E2D8C4", 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] 20170530-06:51:35: [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] 20170530-06:51:35: [WARN]: Cookie rejected [JSESSIONID="DADCBACB6238615E7D59D8AA58DEFE52", 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] 20170530-06:51:35: [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] 20170530-06:51:36: [WARN]: Cookie rejected [JSESSIONID="29CC80E42EDC5036E2B6350DF2ECD5F7", 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] 20170530-06:51:36: [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] 20170530-06:51:37: [WARN]: Cookie rejected [JSESSIONID="FB8E5384B0F6119EED24017FA32A79D7", 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] 20170530-06:51:37: [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] 20170530-06:51:37: [WARN]: Cookie rejected [JSESSIONID="B783B9F79A5576F7096D48387E49C07A", 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] 20170530-06:51:37: [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] 20170530-06:51:38: [WARN]: Cookie rejected [JSESSIONID="810431A13206BBC60AE5BC4FBF13700A", 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] 20170530-06:51:38: [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] 20170530-06:51:38: [WARN]: Cookie rejected [JSESSIONID="E3C4D1A102FF1A32225E2DC332CFA1A4", 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] 20170530-06:51:38: [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] 20170530-06:51:39: [WARN]: Cookie rejected [JSESSIONID="DA897E264DC088695FAB3E5E1FD38753", 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] 20170530-06:51:39: [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] 20170530-06:51:39: [WARN]: Cookie rejected [JSESSIONID="CDE9B1A9B693B9019961C34785F2362F", 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] 20170530-06:51:39: [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] 20170530-06:51:40: [WARN]: Cookie rejected [JSESSIONID="EC03A7910C67C99D23E7E78368015CC3", 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] 20170530-06:51:40: [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] 20170530-06:51:41: [WARN]: Cookie rejected [JSESSIONID="72EF022E386064D40971118B42190CDE", 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] 20170530-06:51:41: [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] 20170530-06:51:41: [WARN]: Cookie rejected [JSESSIONID="6FB362DE014A4161788C96918C9B9557", 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] 20170530-06:51:41: [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] 20170530-06:51:42: [WARN]: Cookie rejected [JSESSIONID="00E4EA3C92AAF51C6CAF15C3599ABEEC", 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] 20170530-06:51:42: [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] 20170530-06:51:42: [WARN]: Cookie rejected [JSESSIONID="963570579C3CCCACB164796FAE343477", 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] 20170530-06:51:42: [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] 20170530-06:51:43: [WARN]: Cookie rejected [JSESSIONID="EFA3BABAD896C8C97631F5FF97C9CD3E", 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] 20170530-06:51:43: [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] 20170530-06:51:44: [WARN]: Cookie rejected [JSESSIONID="5B4C5346A10DD65A871ADB3BFFABC5BC", 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] 20170530-06:51:44: [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] 20170530-06:51:45: [WARN]: Cookie rejected [JSESSIONID="CCD9A2E5ED70B0E85F119B1BACA8D44C", 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] 20170530-06:51:45: [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] 20170530-06:51:45: [WARN]: Cookie rejected [JSESSIONID="C4E87DEA2F7978D2ECAC8133F732ED66", 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] 20170530-06:51:45: [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] 20170530-06:51:46: [WARN]: Cookie rejected [JSESSIONID="DFB4943538339C2CAE0833303F1EF103", 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] 20170530-06:51:46: [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] 20170530-06:51:46: [WARN]: Cookie rejected [JSESSIONID="D0F23B6247DCCD33279116F070E3ADF8", 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] 20170530-06:51:46: [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] 20170530-06:51:47: [WARN]: Cookie rejected [JSESSIONID="271239E3BCD96BB51CFE47F3DB4E003C", 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] 20170530-06:51:47: [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] 20170530-06:51:47: [WARN]: Cookie rejected [JSESSIONID="9347BAB6777A98B10697F48864FCE684", 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] 20170530-06:51:47: [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] 20170530-06:51:48: [WARN]: Cookie rejected [JSESSIONID="25CEA7C3152F5718362891094E8E0547", 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] 20170530-06:51:48: [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] 20170530-06:51:49: [WARN]: Cookie rejected [JSESSIONID="772F005D9D68C6C02470E0861077B210", 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] 20170530-06:51:49: [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] 20170530-06:51:49: [WARN]: Cookie rejected [JSESSIONID="F35AA41BB59BD8B97D7DEFDEC36A5600", 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] 20170530-06:51:49: [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] 20170530-06:51:50: [WARN]: Cookie rejected [JSESSIONID="09BD67BC7A92FB3DF359E584C96A5C98", 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] 20170530-06:51:50: [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] 20170530-06:51:50: [WARN]: Cookie rejected [JSESSIONID="B47DD1A692C6E6A7B50A6E0B36D57820", 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] 20170530-06:51:50: [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] 20170530-06:51:51: [WARN]: Cookie rejected [JSESSIONID="ABAA3C6F76E968CCD233C2C3F55BFD53", 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] 20170530-06:51:51: [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] 20170530-06:51:52: [WARN]: Cookie rejected [JSESSIONID="23927CBC82AD2E1479EBFD1FB0A0094B", 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] 20170530-06:51:52: [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] 20170530-06:51:52: [WARN]: Cookie rejected [JSESSIONID="5A15E9A2A03F9CF14AFC76E5D2BCAF4B", 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] 20170530-06:51:52: [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] 20170530-06:51:53: [WARN]: Cookie rejected [JSESSIONID="7B4EAF3AF6FEC8A8F1B7654D6953D028", 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] 20170530-06:51:53: [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] 20170530-06:51:54: [WARN]: Cookie rejected [JSESSIONID="4E415DD591B6A0D39B7A31E7550C8137", 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] 20170530-06:51:54: [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] 20170530-06:51:54: [WARN]: Cookie rejected [JSESSIONID="BFD0D1FE4EB9ABBDB7561596223E5CD9", 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] 20170530-06:51:54: [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] 20170530-06:51:55: [WARN]: Cookie rejected [JSESSIONID="4ADC11ACEAA0A0250B4BF20D096B10AB", 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] 20170530-06:51:55: [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] 20170530-06:51:55: [WARN]: Cookie rejected [JSESSIONID="ABFD33652FA36D1D2019643DC2D4B4D5", 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] 20170530-06:51:55: [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] 20170530-06:51:56: [WARN]: Cookie rejected [JSESSIONID="5FE3F4831A3D12C29E925E6F358AC497", 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] 20170530-06:51:56: [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] 20170530-06:51:57: [WARN]: Cookie rejected [JSESSIONID="AEF592294DCE2762CF6D1AA1D2241468", 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] 20170530-06:51:57: [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] 20170530-06:51:57: [WARN]: Cookie rejected [JSESSIONID="FC758731424AE50D8CF8980CF7F2461A", 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] 20170530-06:51:57: [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] 20170530-06:51:58: [WARN]: Cookie rejected [JSESSIONID="0558EF5B26512247602D0F9404597D70", 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] 20170530-06:51:58: [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] 20170530-06:51:59: [WARN]: Cookie rejected [JSESSIONID="40821C0AD19441C5FD5AE4C59BE3C93E", 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] 20170530-06:51:59: [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] 20170530-06:51:59: [WARN]: Cookie rejected [JSESSIONID="EE7DACE0939AC49D383C8FEFA04856C9", 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] 20170530-06:51:59: [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] 20170530-06:52:00: [WARN]: Cookie rejected [JSESSIONID="D6F8E41D9A03388CBEB7F2B8271CA085", 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] 20170530-06:52:00: [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] 20170530-06:52:00: [WARN]: Cookie rejected [JSESSIONID="54BAEAD50696D54E1ABE3E42AE027247", 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] 20170530-06:52:00: [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] 20170530-06:52:01: [WARN]: Cookie rejected [JSESSIONID="D7384CF03088AEE479ADA4145EAD8372", 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] 20170530-06:52:01: [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] 20170530-06:52:02: [WARN]: Cookie rejected [JSESSIONID="3CCED3D98F875E4CAA023B9F951C09A7", 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] 20170530-06:52:02: [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] 20170530-06:52:02: [WARN]: Cookie rejected [JSESSIONID="FA74D704D98828A9DF3F544C30CCFE1F", 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] 20170530-06:52:02: [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] 20170530-06:52:03: [WARN]: Cookie rejected [JSESSIONID="66E6EB1AE8882D370A8AA8CE3043B164", 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] 20170530-06:52:03: [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] 20170530-06:52:03: [WARN]: Cookie rejected [JSESSIONID="388A26531F7614CC053C91D2560915DA", 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] 20170530-06:52:03: [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] 20170530-06:52:04: [WARN]: Cookie rejected [JSESSIONID="8375AEF1B598FD337F9FBC5B05ECA40B", 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] 20170530-06:52:04: [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] 20170530-06:52:05: [WARN]: Cookie rejected [JSESSIONID="70569159D15CC938DB7F5D2B347B6885", 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] 20170530-06:52:05: [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] 20170530-06:52:05: [WARN]: Cookie rejected [JSESSIONID="AD7AB6CEBBE3ED185222C32DE78D5CB1", 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] 20170530-06:52:05: [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] 20170530-06:52:06: [WARN]: Cookie rejected [JSESSIONID="4203EC7EA502A61E2F6C73C5844CCE6F", 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] 20170530-06:52:06: [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] 20170530-06:52:06: [WARN]: Cookie rejected [JSESSIONID="12B5F11873EFBF3C51A4BEA10444C1EB", 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] 20170530-06:52:06: [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] 20170530-06:52:07: [WARN]: Cookie rejected [JSESSIONID="7CFFB896D1A3A59E0CB7E3D540B6EB69", 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] 20170530-06:52:07: [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] 20170530-06:52:08: [WARN]: Cookie rejected [JSESSIONID="C2EBAB08685BFF9A6FF0F4D199B17565", 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] 20170530-06:52:08: [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] 20170530-06:52:08: [WARN]: Cookie rejected [JSESSIONID="F17649442406FFACF8028811E8676BCD", 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] 20170530-06:52:08: [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] 20170530-06:52:09: [WARN]: Cookie rejected [JSESSIONID="5806BC1DACC5F30B7BC329C0ECD643D0", 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] 20170530-06:52:09: [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] 20170530-06:52:10: [WARN]: Cookie rejected [JSESSIONID="8F5910F9228485D82634A917CC799AF3", 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] 20170530-06:52:10: [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] 20170530-06:52:10: [WARN]: Cookie rejected [JSESSIONID="4DBA19C2FB771904770174AE99AE4677", 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] 20170530-06:52:10: [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] 20170530-06:52:11: [WARN]: Cookie rejected [JSESSIONID="D10959754F68B104BCD2C95497E22E57", 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] 20170530-06:52:11: [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] 20170530-06:52:11: [WARN]: Cookie rejected [JSESSIONID="B77A4EF242F3328F3BC63140E470A33F", 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] 20170530-06:52:11: [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] 20170530-06:52:12: [WARN]: Cookie rejected [JSESSIONID="841BA7F2A50927DA52215AE43EE345F3", 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] 20170530-06:52:12: [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] 20170530-06:52:13: [WARN]: Cookie rejected [JSESSIONID="EED7EB28652F88ACCD23EB643AE8194E", 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] 20170530-06:52:13: [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] 20170530-06:52:13: [WARN]: Cookie rejected [JSESSIONID="4C4FF491729495F75D666A0230BF9281", 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] 20170530-06:52:13: [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] 20170530-06:52:14: [WARN]: Cookie rejected [JSESSIONID="8682952323B40E97F01D7D1C216F7C9C", 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] 20170530-06:52:14: [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] 20170530-06:52:15: [WARN]: Cookie rejected [JSESSIONID="EC679DE23169BAD1CA0A367BCED10B74", 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] 20170530-06:52:15: [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] 20170530-06:52:15: [WARN]: Cookie rejected [JSESSIONID="1493F9B4C2271733FDEFF1CACF66E6BC", 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] 20170530-06:52:15: [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] 20170530-06:52:16: [WARN]: Cookie rejected [JSESSIONID="8FDF1E3879FBECA61E218E1D91E81186", 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] 20170530-06:52:16: [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] 20170530-06:52:17: [WARN]: Cookie rejected [JSESSIONID="BE9444D7D993C4E49DCBC6C46CC5CE23", 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] 20170530-06:52:17: [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] 20170530-06:52:17: [WARN]: Cookie rejected [JSESSIONID="D7C334071F0AAEEA7F3F24C0AFD8B28E", 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] 20170530-06:52:17: [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] 20170530-06:52:18: [WARN]: Cookie rejected [JSESSIONID="EE9C8B0A89B5AF787B9CCE4EBD020708", 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] 20170530-06:52:18: [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] 20170530-06:52:18: [WARN]: Cookie rejected [JSESSIONID="0BB891782FA34F7AF943545B40E6CAFC", 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] 20170530-06:52:18: [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] 20170530-06:52:19: [WARN]: Cookie rejected [JSESSIONID="D7F36C4A88DD63976B44E077F21F3624", 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] 20170530-06:52:19: [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] 20170530-06:52:20: [WARN]: Cookie rejected [JSESSIONID="7772953EAA0E126214C69A79AE820D10", 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] 20170530-06:52:20: [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] 20170530-06:52:20: [WARN]: Cookie rejected [JSESSIONID="C5997E78DD40DEA28DC6CD9B96610BE5", 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] 20170530-06:52:20: [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] 20170530-06:52:21: [WARN]: Cookie rejected [JSESSIONID="0B8FD985BC652FBDC483C51B722B0696", 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] 20170530-06:52:21: [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] 20170530-06:52:22: [WARN]: Cookie rejected [JSESSIONID="5AE0135F742F3FE91C31F474FE701947", 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] 20170530-06:52:22: [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] 20170530-06:52:22: [WARN]: Cookie rejected [JSESSIONID="0D26997454D4748673F6398D0D7362A2", 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] 20170530-06:52:22: [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] 20170530-06:52:23: [WARN]: Cookie rejected [JSESSIONID="721528A525B2920C67367ACB8628BF55", 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] 20170530-06:52:23: [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] 20170530-06:52:23: [WARN]: Cookie rejected [JSESSIONID="2F92B4FAD9994C855D2963DBDC0F66EA", 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] 20170530-06:52:23: [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] 20170530-06:52:24: [WARN]: Cookie rejected [JSESSIONID="B19454B60B2398018D3A98D75A32CBE0", 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] 20170530-06:52:24: [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] 20170530-06:52:25: [WARN]: Cookie rejected [JSESSIONID="94DECE7F149F73AF7BD6389A1D152A8E", 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] 20170530-06:52:25: [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] 20170530-06:52:25: [WARN]: Cookie rejected [JSESSIONID="AF31799E55E14090992BA86D94B78645", 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] 20170530-06:52:25: [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] 20170530-06:52:26: [WARN]: Cookie rejected [JSESSIONID="880912505A3848A34C4B2B7B49E83EDA", 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] 20170530-06:52:26: [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] 20170530-06:52:26: [WARN]: Cookie rejected [JSESSIONID="F72BDB294DB84BAE6DE866CF40A7B7C1", 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] 20170530-06:52:26: [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] 20170530-06:52:27: [WARN]: Cookie rejected [JSESSIONID="E0E90CABF78942108EF559D7640355BE", 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] 20170530-06:52:27: [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] 20170530-06:52:28: [WARN]: Cookie rejected [JSESSIONID="A5BBFAC5BB9313F5334D3B0C96660F70", 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] 20170530-06:52:28: [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] 20170530-06:52:28: [WARN]: Cookie rejected [JSESSIONID="3F39719AF2AF588534850F7F41B3F440", 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] 20170530-06:52:28: [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] 20170530-06:52:29: [WARN]: Cookie rejected [JSESSIONID="11D3C70382634783635D78B5BBA7F682", 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] 20170530-06:52:29: [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] 20170530-06:52:30: [WARN]: Cookie rejected [JSESSIONID="20F879A3A6BFB16B875ABEDC1EFCA90A", 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] 20170530-06:52:30: [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] 20170530-06:52:30: [WARN]: Cookie rejected [JSESSIONID="0C7A788734BC7A7120F111A5D1D8F4FE", 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] 20170530-06:52:30: [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] 20170530-06:52:31: [WARN]: Cookie rejected [JSESSIONID="89AE27E4ECE4A02813F161844464DF11", 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] 20170530-06:52:31: [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] 20170530-06:52:31: [WARN]: Cookie rejected [JSESSIONID="DCB36431EEC5B3D739575225AD1884C7", 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] 20170530-06:52:31: [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] 20170530-06:52:32: [WARN]: Cookie rejected [JSESSIONID="9C70C292ADAF76566455C4C07BB36ED7", 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] 20170530-06:52:32: [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] 20170530-06:52:33: [WARN]: Cookie rejected [JSESSIONID="230770E6E568180BE48A95D86376A464", 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] 20170530-06:52:33: [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] 20170530-06:52:33: [WARN]: Cookie rejected [JSESSIONID="8B9BA8007DB26DAFEC8D8DA667C0307E", 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] 20170530-06:52:33: [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] 20170530-06:52:34: [WARN]: Cookie rejected [JSESSIONID="D3E82BEA9930910592EA3335E7F089F9", 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] 20170530-06:52:34: [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] 20170530-06:52:34: [WARN]: Cookie rejected [JSESSIONID="5B6AB16961E69490F059DE1322922CBB", 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] 20170530-06:52:34: [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] 20170530-06:52:35: [WARN]: Cookie rejected [JSESSIONID="67F1C1BBB0F66F71EE4C0EE466BF9D79", 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] 20170530-06:52:35: [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] 20170530-06:52:36: [WARN]: Cookie rejected [JSESSIONID="98A7483BE399FE0FCF301B930A78A66C", 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] 20170530-06:52:36: [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] 20170530-06:52:36: [WARN]: Cookie rejected [JSESSIONID="7516F67CD859B34EFE425178F5009AFB", 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] 20170530-06:52:36: [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] 20170530-06:52:37: [WARN]: Cookie rejected [JSESSIONID="237432899BD4D14EEE65D5A05D934687", 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] 20170530-06:52:37: [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] 20170530-06:52:37: [WARN]: Cookie rejected [JSESSIONID="5662ACF859F8F2EFEF84DBA9C2E11C39", 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] 20170530-06:52:37: [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] 20170530-06:52:38: [WARN]: Cookie rejected [JSESSIONID="ADDADFC0643B130AB5EA9DF752D45AC9", 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] 20170530-06:52:38: [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] 20170530-06:52:39: [WARN]: Cookie rejected [JSESSIONID="9044DFBAFF4F70006C576906734D2F1E", 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] 20170530-06:52:39: [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] 20170530-06:52:39: [WARN]: Cookie rejected [JSESSIONID="9F22B7A702D50071157053D9574CE58E", 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] 20170530-06:52:39: [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] 20170530-06:52:40: [WARN]: Cookie rejected [JSESSIONID="C1AAC1252A65AF7397A86DDE4968FF09", 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] 20170530-06:52:40: [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] 20170530-06:52:41: [WARN]: Cookie rejected [JSESSIONID="A4E10B1E3D212934D1553FE78B6252F2", 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] 20170530-06:52:41: [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] 20170530-06:52:41: [WARN]: Cookie rejected [JSESSIONID="545E5A19A12EB37F111795713C5DEEFC", 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] 20170530-06:52:41: [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] 20170530-06:52:42: [WARN]: Cookie rejected [JSESSIONID="1EB00B55692261255852EE6B2482A959", 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] 20170530-06:52:42: [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] 20170530-06:52:43: [WARN]: Cookie rejected [JSESSIONID="CAE3C79B3E7B548974F857F13D298408", 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] 20170530-06:52:43: [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] 20170530-06:52:43: [WARN]: Cookie rejected [JSESSIONID="840C9A36FBC644B6369FDDAFF2008C46", 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] 20170530-06:52:43: [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] 20170530-06:52:44: [WARN]: Cookie rejected [JSESSIONID="2D0B2B60CCBC7F1EB62DA5356D3D7937", 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] 20170530-06:52:44: [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] 20170530-06:52:44: [WARN]: Cookie rejected [JSESSIONID="4EDF6307565C6F53C54DE0314514A3C4", 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] 20170530-06:52:44: [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] 20170530-06:52:45: [WARN]: Cookie rejected [JSESSIONID="8F8547F61B0EEE96F8D36D6892C43054", 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] 20170530-06:52:45: [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] 20170530-06:52:46: [WARN]: Cookie rejected [JSESSIONID="0C8A5E46AFD65046C6718B0FDC896940", 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] 20170530-06:52:46: [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] 20170530-06:52:46: [WARN]: Cookie rejected [JSESSIONID="60803F7392DDD8B83097BF8C567239C6", 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] 20170530-06:52:46: [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] 20170530-06:52:47: [WARN]: Cookie rejected [JSESSIONID="F9FBAAC3C939796357A2DA569020A518", 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] 20170530-06:52:47: [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] 20170530-06:52:48: [WARN]: Cookie rejected [JSESSIONID="79BD1F70B2CAEB35AB64392D73B7F16D", 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] 20170530-06:52:48: [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] 20170530-06:52:48: [WARN]: Cookie rejected [JSESSIONID="F1036A195FA4B36FC9F2B32604C33BBD", 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] 20170530-06:52:48: [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] 20170530-06:52:49: [WARN]: Cookie rejected [JSESSIONID="5C10CE773FEC48A25F881FBD4FD44DE1", 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] 20170530-06:52:49: [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] 20170530-06:52:49: [WARN]: Cookie rejected [JSESSIONID="A571084B020089099FDD2D6F9FE69F6B", 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] 20170530-06:52:49: [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] 20170530-06:52:50: [WARN]: Cookie rejected [JSESSIONID="C53577DCCE704D5976F69BBFDCA4FE1F", 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] 20170530-06:52:50: [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] 20170530-06:52:51: [WARN]: Cookie rejected [JSESSIONID="435A0276ED8545265E8D32E5D4D60F30", 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] 20170530-06:52:51: [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] 20170530-06:52:51: [WARN]: Cookie rejected [JSESSIONID="F70605B97F2AA2CD6E35DF20EE8FC225", 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] 20170530-06:52:51: [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] 20170530-06:52:52: [WARN]: Cookie rejected [JSESSIONID="EAAE8B84DAE75006538D794FADD36F34", 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] 20170530-06:52:52: [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] 20170530-06:52:53: [WARN]: Cookie rejected [JSESSIONID="205749D9CFCB96AB9382722DAFC40591", 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] 20170530-06:52:53: [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] 20170530-06:52:53: [WARN]: Cookie rejected [JSESSIONID="C84DB85ADAB9E731B926FA3AAFCFB98C", 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] 20170530-06:52:53: [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] 20170530-06:52:54: [WARN]: Cookie rejected [JSESSIONID="0AE5F4F9AABE63EED240B049888A6EA6", 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] 20170530-06:52:54: [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] 20170530-06:52:55: [WARN]: Cookie rejected [JSESSIONID="39997A810A1D229D4DB6DED384A219A9", 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] 20170530-06:52:55: [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] 20170530-06:52:55: [WARN]: Cookie rejected [JSESSIONID="088AF04A9BCCCFFEDB7423DD2DB485FE", 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] 20170530-06:52:55: [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] 20170530-06:52:56: [WARN]: Cookie rejected [JSESSIONID="2D8B3D8A9E9C0235FE073FDF053ED143", 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] 20170530-06:52:56: [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] 20170530-06:52:56: [WARN]: Cookie rejected [JSESSIONID="F257060729BFFCAAA2835184BC3C0589", 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] 20170530-06:52:56: [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] 20170530-06:52:57: [WARN]: Cookie rejected [JSESSIONID="BBD941B19FC87991EDA3F24806482E32", 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] 20170530-06:52:57: [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] 20170530-06:52:58: [WARN]: Cookie rejected [JSESSIONID="990F7BF67EFB65C5987D1E9B5E0FC915", 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] 20170530-06:52:58: [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] 20170530-06:52:58: [WARN]: Cookie rejected [JSESSIONID="0BC654FE04D4D172F9C65A331C47F68B", 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] 20170530-06:52:58: [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] 20170530-06:52:59: [WARN]: Cookie rejected [JSESSIONID="4540DAE368AB1D1A9C67D3E63B8F8E56", 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] 20170530-06:52:59: [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] 20170530-06:52:59: [WARN]: Cookie rejected [JSESSIONID="95776385494FE92A619BFDE77BBEC230", 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] 20170530-06:52:59: [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] 20170530-06:53:00: [WARN]: Cookie rejected [JSESSIONID="26CA5DF3F9A9ABE9584C7955B7482FB2", 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] 20170530-06:53:00: [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] 20170530-06:53:01: [WARN]: Cookie rejected [JSESSIONID="9841DB9D17466267202BBD5F5B416B60", 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] 20170530-06:53:01: [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] 20170530-06:53:01: [WARN]: Cookie rejected [JSESSIONID="F63A73B38A6FEB81B2F1D2191787CD24", 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] 20170530-06:53:01: [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] 20170530-06:53:02: [WARN]: Cookie rejected [JSESSIONID="703BAB0C5C554151C7A5F89ADFC2A982", 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] 20170530-06:53:02: [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] 20170530-06:53:03: [WARN]: Cookie rejected [JSESSIONID="8D3B01CC2DE617E1059ACCF4E2471594", 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] 20170530-06:53:03: [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] 20170530-06:53:03: [WARN]: Cookie rejected [JSESSIONID="C1B2E24DB5680DA96F613E35A0DDF708", 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] 20170530-06:53:03: [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] 20170530-06:53:04: [WARN]: Cookie rejected [JSESSIONID="9222A347FCD6332281FFB043A07CC707", 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] 20170530-06:53:04: [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] 20170530-06:53:04: [WARN]: Cookie rejected [JSESSIONID="8CEC9B87050583C2355BDA7566372566", 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] 20170530-06:53:04: [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] 20170530-06:53:05: [WARN]: Cookie rejected [JSESSIONID="5A3DA79CB780DEF695513E4263573EFC", 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] 20170530-06:53:05: [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] 20170530-06:53:05: [WARN]: Cookie rejected [JSESSIONID="9290D5833FA2B177AD22AF9759F72CEC", 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] 20170530-06:53:05: [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] 20170530-06:53:06: [WARN]: Cookie rejected [JSESSIONID="8180D45C9C90FD28A23747176D3DB312", 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] 20170530-06:53:06: [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] 20170530-06:53:07: [WARN]: Cookie rejected [JSESSIONID="9BF9222419E9FD80920192FFE4B08CC4", 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] 20170530-06:53:07: [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] 20170530-06:53:07: [WARN]: Cookie rejected [JSESSIONID="9538A8262242CF1AABDBBCC711C3EB25", 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] 20170530-06:53:07: [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] 20170530-06:53:08: [WARN]: Cookie rejected [JSESSIONID="5AA67127969A1CF1A8BFF7CD73EE1049", 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] 20170530-06:53:08: [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] 20170530-06:53:08: [WARN]: Cookie rejected [JSESSIONID="0F517EA7AACE326C5C9387984C86070E", 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] 20170530-06:53:08: [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] 20170530-06:53:09: [WARN]: Cookie rejected [JSESSIONID="0B38D7BA9E24A851FA9685F2B516DF79", 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] 20170530-06:53:09: [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] 20170530-06:53:09: [WARN]: Cookie rejected [JSESSIONID="5F2FEC8439E460BC7E170EC671A1601A", 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] 20170530-06:53:09: [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] 20170530-06:53:10: [WARN]: Cookie rejected [JSESSIONID="25B7660FAA336CF72581A11819AB28F2", 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] 20170530-06:53:10: [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] 20170530-06:53:11: [WARN]: Cookie rejected [JSESSIONID="F46D5C82147410D69CAA984EB9D39588", 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] 20170530-06:53:11: [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] 20170530-06:53:11: [WARN]: Cookie rejected [JSESSIONID="5B5DF94F33E4522DBCF2C83193594029", 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] 20170530-06:53:11: [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] 20170530-06:53:12: [WARN]: Cookie rejected [JSESSIONID="6A1534AF3D972C2F8AE8540A0C0FC92A", 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] 20170530-06:53:12: [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] 20170530-06:53:13: [WARN]: Cookie rejected [JSESSIONID="124EAF8A95B6CD9C1255EEF4D3194FDB", 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] 20170530-06:53:13: [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] 20170530-06:53:13: [WARN]: Cookie rejected [JSESSIONID="B04A44AEA796EEE5B0B5080995FA8AAE", 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] 20170530-06:53:13: [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] 20170530-06:53:14: [WARN]: Cookie rejected [JSESSIONID="F574AEEBC12789D66D3D7FB86AEFE159", 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] 20170530-06:53:14: [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] 20170530-06:53:15: [WARN]: Cookie rejected [JSESSIONID="9083CB83CA8941C73EDE7DB17EEE7160", 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] 20170530-06:53:15: [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] 20170530-06:53:15: [WARN]: Cookie rejected [JSESSIONID="163EC32E1B8754AF5DAEAF377D822C79", 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] 20170530-06:53:15: [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] 20170530-06:53:16: [WARN]: Cookie rejected [JSESSIONID="E2426C1D1CE632ED1775A5825656C74A", 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] 20170530-06:53:16: [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] 20170530-06:53:17: [WARN]: Cookie rejected [JSESSIONID="60FEA5AF5FB04950B46C24C26B6256D8", 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] 20170530-06:53:17: [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] 20170530-06:53:17: [WARN]: Cookie rejected [JSESSIONID="AE0AF4BD838B62A42E19EFE0F65718A8", 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] 20170530-06:53:17: [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] 20170530-06:53:18: [WARN]: Cookie rejected [JSESSIONID="C3C7280D7B902F0057796AD9F9186F4C", 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] 20170530-06:53:18: [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] 20170530-06:53:18: [WARN]: Cookie rejected [JSESSIONID="8F0198A4E211B64CCF23B3889F92403B", 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] 20170530-06:53:18: [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] 20170530-06:53:19: [WARN]: Cookie rejected [JSESSIONID="20E607F13565AE5EAE8187676E1D4E8A", 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] 20170530-06:53:19: [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] 20170530-06:53:19: [WARN]: Cookie rejected [JSESSIONID="D6158D276CFDDB1F8FBBE5B6350BB217", 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] 20170530-06:53:19: [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] 20170530-06:53:20: [WARN]: Cookie rejected [JSESSIONID="C7002A7728E788493E2323D89AE09DFA", 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] 20170530-06:53:20: [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] 20170530-06:53:21: [WARN]: Cookie rejected [JSESSIONID="CF0AC9FA9FA68EB67D204E92717AC5F0", 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] 20170530-06:53:21: [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] 20170530-06:53:21: [WARN]: Cookie rejected [JSESSIONID="DEE28306D53F3DA39B7737FF8520782E", 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] 20170530-06:53:21: [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] 20170530-06:53:22: [WARN]: Cookie rejected [JSESSIONID="11480988940E4A1677080B1A2CC8FB95", 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] 20170530-06:53:22: [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] 20170530-06:53:22: [WARN]: Cookie rejected [JSESSIONID="28D86965919499DF69F532E34BC61263", 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] 20170530-06:53:22: [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] 20170530-06:53:23: [WARN]: Cookie rejected [JSESSIONID="09ACDA9D0C2393395CBCEF475A611748", 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] 20170530-06:53:23: [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] 20170530-06:53:24: [WARN]: Cookie rejected [JSESSIONID="F563243ABFA92DA0687A5AC0FC91B33D", 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] 20170530-06:53:24: [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] 20170530-06:53:24: [WARN]: Cookie rejected [JSESSIONID="1AC5EEA2A5BBDE79C5F1A6C826548ACB", 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] 20170530-06:53:24: [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] 20170530-06:53:25: [WARN]: Cookie rejected [JSESSIONID="88201E1791A38D70EB4B1D18F78DB1AF", 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] 20170530-06:53:25: [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] 20170530-06:53:25: [WARN]: Cookie rejected [JSESSIONID="3269603DC31F5344CE6A9DFBDEC6DDAB", 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] 20170530-06:53:25: [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] 20170530-06:53:26: [WARN]: Cookie rejected [JSESSIONID="E6C3953E7904888E60447300CD2943D3", 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] 20170530-06:53:26: [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] 20170530-06:53:27: [WARN]: Cookie rejected [JSESSIONID="B8D6BEC1C1B0ABB9117F5F1D316A57EB", 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] 20170530-06:53:27: [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] 20170530-06:53:27: [WARN]: Cookie rejected [JSESSIONID="B97E5ACAF0760624614B3DDB0695678E", 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] 20170530-06:53:27: [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] 20170530-06:53:28: [WARN]: Cookie rejected [JSESSIONID="5DEC3A620993C69EB1814B5F36C9444B", 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] 20170530-06:53:28: [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] 20170530-06:53:29: [WARN]: Cookie rejected [JSESSIONID="9CACAD63698068857ABE7E930CB7215C", 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] 20170530-06:53:29: [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] 20170530-06:53:29: [WARN]: Cookie rejected [JSESSIONID="ECDA54037D0E6E29E6F4EFE21B83AD79", 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] 20170530-06:53:29: [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] 20170530-06:53:30: [WARN]: Cookie rejected [JSESSIONID="5F657BEDF92C1FD9DDDDCC0FD02D6BF0", 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] 20170530-06:53:30: [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] 20170530-06:53:30: [WARN]: Cookie rejected [JSESSIONID="A931E494B157ACF1D9F9455781BF1914", 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] 20170530-06:53:30: [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] 20170530-06:53:31: [WARN]: Cookie rejected [JSESSIONID="426AF71294A1D92B768414BCB8BCDF5D", 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] 20170530-06:53:31: [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] 20170530-06:53:31: [WARN]: Cookie rejected [JSESSIONID="8F37C7FCB61C080A8A8A19E9A4EDF4F6", 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] 20170530-06:53:31: [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] 20170530-06:53:32: [WARN]: Cookie rejected [JSESSIONID="0629714D001E1385B09C48F505337570", 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] 20170530-06:53:32: [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] 20170530-06:53:33: [WARN]: Cookie rejected [JSESSIONID="20C4F6A86CD1A45850CF01335E6FFE4D", 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] 20170530-06:53:33: [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] 20170530-06:53:33: [WARN]: Cookie rejected [JSESSIONID="D0FFC86AD51157CBA90FE2A281AA67FF", 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] 20170530-06:53:33: [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] 20170530-06:53:34: [WARN]: Cookie rejected [JSESSIONID="6C7BEDBA24E564926514B1233DB0EA48", 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] 20170530-06:53:34: [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] 20170530-06:53:34: [WARN]: Cookie rejected [JSESSIONID="B19FB04FE98F1081A434029DD61866A0", 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] 20170530-06:53:34: [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] 20170530-06:53:35: [WARN]: Cookie rejected [JSESSIONID="D9ABEEAEF9688C33A6065D1F9B5CDED2", 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] 20170530-06:53:35: [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] 20170530-06:53:36: [WARN]: Cookie rejected [JSESSIONID="14D188FD5E8881B3321AD9EC9A9E40CB", 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] 20170530-06:53:36: [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] 20170530-06:53:36: [WARN]: Cookie rejected [JSESSIONID="178FCF79D537FEF3406C041433AEC796", 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] 20170530-06:53:36: [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] 20170530-06:53:37: [WARN]: Cookie rejected [JSESSIONID="10699DDFBEE0C04A71E1399D58716AE2", 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] 20170530-06:53:37: [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] 20170530-06:53:37: [WARN]: Cookie rejected [JSESSIONID="ACCCB3FD9D684255A36FE37E2D7FBCF3", 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] 20170530-06:53:37: [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] 20170530-06:53:38: [WARN]: Cookie rejected [JSESSIONID="BB57C83BFA514DE0D5C73DEFD6284875", 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] 20170530-06:53:38: [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] 20170530-06:53:39: [WARN]: Cookie rejected [JSESSIONID="0A7671C9901FDBCA618F9C41FFCB449F", 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] 20170530-06:53:39: [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] 20170530-06:53:39: [WARN]: Cookie rejected [JSESSIONID="43CBD9DBBCB125D8E17D22AB3AC1517D", 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] 20170530-06:53:39: [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] 20170530-06:53:40: [WARN]: Cookie rejected [JSESSIONID="56429CC0A5CE0C1A97337AB788D9AB6D", 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] 20170530-06:53:40: [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] 20170530-06:53:41: [WARN]: Cookie rejected [JSESSIONID="C42B880D273F6C842B76B50017EA74AC", 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] 20170530-06:53:41: [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] 20170530-06:53:41: [WARN]: Cookie rejected [JSESSIONID="8ECB3F8FC4ABF9DAF82DC897734E5C33", 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] 20170530-06:53:41: [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] 20170530-06:53:42: [WARN]: Cookie rejected [JSESSIONID="71AEDA88137E71793085E48F9DB13638", 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] 20170530-06:53:42: [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] 20170530-06:53:42: [WARN]: Cookie rejected [JSESSIONID="B53C4E5C96A5A558251459246B1363B3", 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] 20170530-06:53:42: [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] 20170530-06:53:43: [WARN]: Cookie rejected [JSESSIONID="0F9A5D198CF7FCEB142C4468BDA997C3", 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] 20170530-06:53:43: [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] 20170530-06:53:44: [WARN]: Cookie rejected [JSESSIONID="AEB99433F1EA8944D5D53A6684AE1BBA", 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] 20170530-06:53:44: [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] 20170530-06:53:44: [WARN]: Cookie rejected [JSESSIONID="A884E17E2DA9ADCBBF80BC0115EA9EAF", 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] 20170530-06:53:44: [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] 20170530-06:53:45: [WARN]: Cookie rejected [JSESSIONID="C3A5337FA216A101EBC8BBF5D2AA4788", 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] 20170530-06:53:45: [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] 20170530-06:53:45: [WARN]: Cookie rejected [JSESSIONID="49F358A98E745372EA9C38DA609FA70D", 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] 20170530-06:53:45: [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] 20170530-06:53:46: [WARN]: Cookie rejected [JSESSIONID="D86DB3301B1AF8A23714D64C317F2432", 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] 20170530-06:53:46: [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] 20170530-06:53:47: [WARN]: Cookie rejected [JSESSIONID="202C417A72AF6FCA656172883C59297A", 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] 20170530-06:53:47: [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] 20170530-06:53:47: [WARN]: Cookie rejected [JSESSIONID="021107EC6B90B09E18E1A9A33303EEBD", 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] 20170530-06:53:47: [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] 20170530-06:53:48: [WARN]: Cookie rejected [JSESSIONID="94804012DB092A5E071CEEABB7C57CB9", 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] 20170530-06:53:48: [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] 20170530-06:53:48: [WARN]: Cookie rejected [JSESSIONID="E4E9C45232412E853A0ADC9AA7BFEBB1", 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] 20170530-06:53:48: [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] 20170530-06:53:49: [WARN]: Cookie rejected [JSESSIONID="B24152A87F440531711E9F9EADC68107", 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] 20170530-06:53:49: [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] 20170530-06:53:50: [WARN]: Cookie rejected [JSESSIONID="AC2D35F2B4D6E7EAD3A1A153024896CD", 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] 20170530-06:53:50: [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] 20170530-06:53:50: [WARN]: Cookie rejected [JSESSIONID="1E525951193BCA9F2634968E83E95B2C", 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] 20170530-06:53:50: [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] 20170530-06:53:51: [WARN]: Cookie rejected [JSESSIONID="E5905C6AB3A03A2137ACE4B6EF42FAE0", 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] 20170530-06:53:51: [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] 20170530-06:53:51: [WARN]: Cookie rejected [JSESSIONID="4D1BA0D04A5AFA018C87E5EE46D5D078", 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] 20170530-06:53:51: [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] 20170530-06:53:52: [WARN]: Cookie rejected [JSESSIONID="E9794D145CA4E827B6D96F907B0CD310", 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] 20170530-06:53:52: [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] 20170530-06:53:53: [WARN]: Cookie rejected [JSESSIONID="1F93450DDE4B82524122879A4FF55F62", 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] 20170530-06:53:53: [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] 20170530-06:53:53: [WARN]: Cookie rejected [JSESSIONID="3701FBD3EF9FF87517119A2AC33CB5A2", 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] 20170530-06:53:53: [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] 20170530-06:53:54: [WARN]: Cookie rejected [JSESSIONID="048366126E3C5EA6C286C4FC1F2FDD78", 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] 20170530-06:53:54: [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] 20170530-06:53:54: [WARN]: Cookie rejected [JSESSIONID="DAC0A99C3C343E0A961BD007D70D541E", 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] 20170530-06:53:54: [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] 20170530-06:53:55: [WARN]: Cookie rejected [JSESSIONID="C7DADF76371DB822C7D9E26CF0872F99", 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] 20170530-06:53:55: [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] 20170530-06:53:56: [WARN]: Cookie rejected [JSESSIONID="C6FD76BA61CC320D621CC8985D83ADEB", 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] 20170530-06:53:56: [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] 20170530-06:53:56: [WARN]: Cookie rejected [JSESSIONID="85EE2C22070594FB5A17DEB4990B5AEF", 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] 20170530-06:53:56: [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] 20170530-06:53:57: [WARN]: Cookie rejected [JSESSIONID="D53DC428EC3B45B9E0D7609A65959803", 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] 20170530-06:53:57: [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] 20170530-06:53:58: [WARN]: Cookie rejected [JSESSIONID="429ED49160E7A733C95FAA7A8C8E0B27", 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] 20170530-06:53:58: [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] 20170530-06:53:58: [WARN]: Cookie rejected [JSESSIONID="11C9C1ED476FD34C6D8D66175B1E3E7D", 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] 20170530-06:53:58: [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] 20170530-06:53:59: [WARN]: Cookie rejected [JSESSIONID="CE0F514D383476CB26B053DCB32BC142", 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] 20170530-06:53:59: [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] 20170530-06:53:59: [WARN]: Cookie rejected [JSESSIONID="4F893BC2C9AFCB0D1E462A9D2D66CEF2", 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] 20170530-06:53:59: [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] 20170530-06:54:00: [WARN]: Cookie rejected [JSESSIONID="F2E165D973B8958A21596A544E175973", 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] 20170530-06:54:00: [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] 20170530-06:54:01: [WARN]: Cookie rejected [JSESSIONID="62371CA083BEDEC578594A32ADD51882", 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] 20170530-06:54:01: [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] 20170530-06:54:01: [WARN]: Cookie rejected [JSESSIONID="BB01D6C4BC806493C98BBA983BD105AA", 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] 20170530-06:54:01: [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] 20170530-06:54:02: [WARN]: Cookie rejected [JSESSIONID="ED890629517BD52071340AAD58FA7D50", 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] 20170530-06:54:02: [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] 20170530-06:54:02: [WARN]: Cookie rejected [JSESSIONID="D19CF103017F77321A7C9AA8E2AB7C4E", 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] 20170530-06:54:02: [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] 20170530-06:54:03: [WARN]: Cookie rejected [JSESSIONID="C9B07FA7B51ED6393CE9C72922A31F41", 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] 20170530-06:54:03: [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] 20170530-06:54:04: [WARN]: Cookie rejected [JSESSIONID="1EE2C921A63EF38D467E4BE00EBF2654", 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] 20170530-06:54:04: [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] 20170530-06:54:04: [WARN]: Cookie rejected [JSESSIONID="C5045559BE0B9908CB8A2D8C428C8830", 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] 20170530-06:54:04: [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] 20170530-06:54:05: [WARN]: Cookie rejected [JSESSIONID="665A8E1862EFF9E9DB4E288BCA60CEE4", 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] 20170530-06:54:05: [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] 20170530-06:54:05: [WARN]: Cookie rejected [JSESSIONID="BAABC5E7F3E63A0B8908AF29A39E4349", 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] 20170530-06:54:05: [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] 20170530-06:54:06: [WARN]: Cookie rejected [JSESSIONID="EC0C6FE1FEA2BF2EF9A01BF8957ADC76", 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] 20170530-06:54:06: [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] 20170530-06:54:07: [WARN]: Cookie rejected [JSESSIONID="A9E59DB6447AE6D46582ADF7CBBC24EA", 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] 20170530-06:54:07: [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] 20170530-06:54:07: [WARN]: Cookie rejected [JSESSIONID="3ABFE14280F11E10FDAB46F6DC81DC92", 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] 20170530-06:54:07: [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] 20170530-06:54:08: [WARN]: Cookie rejected [JSESSIONID="84737D7C6E46315D97295C9E4673396A", 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] 20170530-06:54:08: [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] 20170530-06:54:09: [WARN]: Cookie rejected [JSESSIONID="62B55AAE5F83775FF1719FAFDCE18254", 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] 20170530-06:54:09: [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] 20170530-06:54:09: [WARN]: Cookie rejected [JSESSIONID="95248278E4BB2B489B61359EB4BB40DA", 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] 20170530-06:54:09: [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] 20170530-06:54:10: [WARN]: Cookie rejected [JSESSIONID="A18E30D479FA5AE2262688F42546B31C", 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] 20170530-06:54:10: [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] 20170530-06:54:11: [WARN]: Cookie rejected [JSESSIONID="4FCD3FC4E577045B6E6905F8F5C90694", 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] 20170530-06:54:11: [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] 20170530-06:54:11: [WARN]: Cookie rejected [JSESSIONID="D7B2AC38B9A9EEFD4D98C9492AC3B069", 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] 20170530-06:54:11: [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] 20170530-06:54:12: [WARN]: Cookie rejected [JSESSIONID="29512BD84DBE14CD75E363CD90731687", 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] 20170530-06:54:12: [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] 20170530-06:54:12: [WARN]: Cookie rejected [JSESSIONID="041A68179143B6147ED21230F76654BA", 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] 20170530-06:54:12: [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] 20170530-06:54:13: [WARN]: Cookie rejected [JSESSIONID="0CE00DBFA8BA69C860A2D7D35D652004", 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] 20170530-06:54:13: [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] 20170530-06:54:14: [WARN]: Cookie rejected [JSESSIONID="4CEF132236F87DA04761CBD7FED1FDDD", 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] 20170530-06:54:14: [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] 20170530-06:54:14: [WARN]: Cookie rejected [JSESSIONID="C6FE12848FFFFC5BA41E752BFDAF5F21", 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] 20170530-06:54:14: [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] 20170530-06:54:15: [WARN]: Cookie rejected [JSESSIONID="AB23FD097DF005482C455F92524054A4", 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] 20170530-06:54:15: [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] 20170530-06:54:15: [WARN]: Cookie rejected [JSESSIONID="01847C4D14E6857E1B69DABCD8314F8A", 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] 20170530-06:54:15: [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] 20170530-06:54:16: [WARN]: Cookie rejected [JSESSIONID="34DFB572F2D4F8F1FE83BAA832413701", 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] 20170530-06:54:16: [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] 20170530-06:54:17: [WARN]: Cookie rejected [JSESSIONID="1B7288BE627012E10113BF7090971510", 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] 20170530-06:54:17: [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] 20170530-06:54:17: [WARN]: Cookie rejected [JSESSIONID="D895136AFA4901F84209686DA7BFBA8C", 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] 20170530-06:54:17: [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] 20170530-06:54:18: [WARN]: Cookie rejected [JSESSIONID="AF91954B2D425DC9EA3C253CF0228D34", 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] 20170530-06:54:18: [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] 20170530-06:54:19: [WARN]: Cookie rejected [JSESSIONID="DB4E41606978F399E8AB4CCDFF23F6B0", 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] 20170530-06:54:19: [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] 20170530-06:54:19: [WARN]: Cookie rejected [JSESSIONID="15442F19E32D4CD94C37FEF846C20C0F", 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] 20170530-06:54:19: [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] 20170530-06:54:20: [WARN]: Cookie rejected [JSESSIONID="FE434EAD7AE631B466B075856B342FC4", 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] 20170530-06:54:20: [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] 20170530-06:54:20: [WARN]: Cookie rejected [JSESSIONID="4203DCD8F90D255ECE34D5B30E3B0FF2", 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] 20170530-06:54:20: [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] 20170530-06:54:21: [WARN]: Cookie rejected [JSESSIONID="E106C2C430C7A7CF0A87BD3DFF355601", 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] 20170530-06:54:21: [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] 20170530-06:54:22: [WARN]: Cookie rejected [JSESSIONID="A1861E8BEC56418C9E47B861397FC926", 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] 20170530-06:54:22: [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] 20170530-06:54:22: [WARN]: Cookie rejected [JSESSIONID="75061FA8690098A9EDBE038ED2EC37C0", 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] 20170530-06:54:22: [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] 20170530-06:54:23: [WARN]: Cookie rejected [JSESSIONID="9F49B51B7E9BA5A2C1310664DDA77F05", 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] 20170530-06:54:23: [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] 20170530-06:54:23: [WARN]: Cookie rejected [JSESSIONID="89C09081C7B31CEE0FD2BD0E88171E5B", 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] 20170530-06:54:23: [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] 20170530-06:54:24: [WARN]: Cookie rejected [JSESSIONID="C45DE1206EDC4F9075933FA940948FBB", 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] 20170530-06:54:24: [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] 20170530-06:54:25: [WARN]: Cookie rejected [JSESSIONID="0F4C2F0349E1E64ABA8C5324916C1BA1", 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] 20170530-06:54:25: [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] 20170530-06:54:25: [WARN]: Cookie rejected [JSESSIONID="8AA88EE9C19BFF62FD6DFB06A4183549", 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] 20170530-06:54:25: [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] 20170530-06:54:26: [WARN]: Cookie rejected [JSESSIONID="D8250D25DBE95C5D63D37390A9874EB5", 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] 20170530-06:54:26: [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] 20170530-06:54:27: [WARN]: Cookie rejected [JSESSIONID="21AB9BC96775225D2CA1656A838AEC9F", 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] 20170530-06:54:27: [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] 20170530-06:54:27: [WARN]: Cookie rejected [JSESSIONID="DEEEBA1475C52850B997D45318EC6C98", 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] 20170530-06:54:27: [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] 20170530-06:54:28: [WARN]: Cookie rejected [JSESSIONID="57D7698200860125BF927D7924AF11AC", 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] 20170530-06:54:28: [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] 20170530-06:54:28: [WARN]: Cookie rejected [JSESSIONID="28ABF70685D28DF4AC8C888C7354FAC4", 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] 20170530-06:54:28: [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] 20170530-06:54:29: [WARN]: Cookie rejected [JSESSIONID="79E96205447A8C25EC73F59D46F0E47B", 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] 20170530-06:54:29: [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] 20170530-06:54:30: [WARN]: Cookie rejected [JSESSIONID="D8057D9630E68CCE0DB596AD20739592", 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] 20170530-06:54:30: [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] 20170530-06:54:30: [WARN]: Cookie rejected [JSESSIONID="7EED6FF4BC8AD471DE820E466A2DFA90", 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] 20170530-06:54:30: [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] 20170530-06:54:31: [WARN]: Cookie rejected [JSESSIONID="88244C19A6BA354EC5C223643CE13C79", 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] 20170530-06:54:31: [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] 20170530-06:54:31: [WARN]: Cookie rejected [JSESSIONID="35860A43B380A9B919656AAA104CA48C", 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] 20170530-06:54:31: [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] 20170530-06:54:32: [WARN]: Cookie rejected [JSESSIONID="41FDDCF7D697D4900A52DB554471B099", 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] 20170530-06:54:32: [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] 20170530-06:54:33: [WARN]: Cookie rejected [JSESSIONID="5C87E0695BCAFA22D37B0C5668AFC531", 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] 20170530-06:54:33: [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] 20170530-06:54:33: [WARN]: Cookie rejected [JSESSIONID="779457EF3018A0EF93FE176DDA5DE25B", 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] 20170530-06:54:33: [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] 20170530-06:54:34: [WARN]: Cookie rejected [JSESSIONID="B1ACDC5F249B0F45916CE235C140DAA6", 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] 20170530-06:54:34: [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] 20170530-06:54:34: [WARN]: Cookie rejected [JSESSIONID="9EBDA62178E9930E90400CA5895DBE11", 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] 20170530-06:54:34: [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] 20170530-06:54:35: [WARN]: Cookie rejected [JSESSIONID="3C6A929C49FC6C1CBCADC6EF5CCC3156", 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] 20170530-06:54:35: [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] 20170530-06:54:36: [WARN]: Cookie rejected [JSESSIONID="4DB05A17674688AAE6D31E4F5C94702F", 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] 20170530-06:54:36: [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] 20170530-06:54:36: [WARN]: Cookie rejected [JSESSIONID="1D7C2999703E37BF4AE6D852C0FA9002", 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] 20170530-06:54:36: [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] 20170530-06:54:37: [WARN]: Cookie rejected [JSESSIONID="7D9DD959159711D93694D7A328479659", 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] 20170530-06:54:37: [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] 20170530-06:54:38: [WARN]: Cookie rejected [JSESSIONID="A7D99449C8F9995ABDA16A1C6E212FB8", 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] 20170530-06:54:38: [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] 20170530-06:54:38: [WARN]: Cookie rejected [JSESSIONID="03934179B0CB50A9C79B477531286865", 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] 20170530-06:54:38: [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] 20170530-06:54:39: [WARN]: Cookie rejected [JSESSIONID="AF05838AE3300EFA22FD78E373AC490B", 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] 20170530-06:54:39: [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] 20170530-06:54:39: [WARN]: Cookie rejected [JSESSIONID="CF6D5E3F798C6A5BFB3A7A1E3DE713D9", 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] 20170530-06:54:39: [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] 20170530-06:54:40: [WARN]: Cookie rejected [JSESSIONID="233D1077A166067AC2251E6A1C10AD0D", 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] 20170530-06:54:40: [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] 20170530-06:54:41: [WARN]: Cookie rejected [JSESSIONID="55373C2BFF0400329F78E3FEA0CC7CD8", 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] 20170530-06:54:41: [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] 20170530-06:54:41: [WARN]: Cookie rejected [JSESSIONID="7864252B47CF572E6941E2A544594507", 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] 20170530-06:54:41: [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] 20170530-06:54:42: [WARN]: Cookie rejected [JSESSIONID="0B2D4B6A66FEF9B51B45737F14A098E2", 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] 20170530-06:54:42: [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] 20170530-06:54:43: [WARN]: Cookie rejected [JSESSIONID="7DD4F0B0ACA4B7383657C5660040F9E7", 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] 20170530-06:54:43: [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] 20170530-06:54:43: [WARN]: Cookie rejected [JSESSIONID="08C3C26B52D610C573534AD75E1FC4D5", 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] 20170530-06:54:43: [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] 20170530-06:54:44: [WARN]: Cookie rejected [JSESSIONID="DBD8C474A16402F803087083EE2493D8", 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] 20170530-06:54:44: [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] 20170530-06:54:45: [WARN]: Cookie rejected [JSESSIONID="690A518538AB663AC711A0555E27597F", 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] 20170530-06:54:45: [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] 20170530-06:54:45: [WARN]: Cookie rejected [JSESSIONID="833C5F4BDB4910055E66BEAD690F36B2", 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] 20170530-06:54:45: [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] 20170530-06:54:46: [WARN]: Cookie rejected [JSESSIONID="F18E806FD0051B285AE4BE27A45F172F", 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] 20170530-06:54:46: [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] 20170530-06:54:46: [WARN]: Cookie rejected [JSESSIONID="BB2BA7E475872BA9394754943C66BF47", 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] 20170530-06:54:46: [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] 20170530-06:54:47: [WARN]: Cookie rejected [JSESSIONID="859132A72FAFFF9DDDDE7B72A811842D", 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] 20170530-06:54:47: [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] 20170530-06:54:48: [WARN]: Cookie rejected [JSESSIONID="61A4AED8C0A7496CAE1475F956C8437A", 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] 20170530-06:54:48: [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] 20170530-06:54:48: [WARN]: Cookie rejected [JSESSIONID="5E7B5677373E5ED72194871473EB95FB", 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] 20170530-06:54:48: [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] 20170530-06:54:49: [WARN]: Cookie rejected [JSESSIONID="E3A84FF9D82CE3F783F2D169B996BB32", 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] 20170530-06:54:49: [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] 20170530-06:54:50: [WARN]: Cookie rejected [JSESSIONID="4F1F19349CEDB4391173B59DE206AAFA", 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] 20170530-06:54:50: [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] 20170530-06:54:50: [WARN]: Cookie rejected [JSESSIONID="8141AB2AFB4683D1E766BF0207D7A063", 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] 20170530-06:54:50: [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] 20170530-06:54:51: [WARN]: Cookie rejected [JSESSIONID="5ABD6729DEDE62320DFF6AFD225B7EFB", 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] 20170530-06:54:51: [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] 20170530-06:54:51: [WARN]: Cookie rejected [JSESSIONID="64DF121CD3F5150CB0D4126DFABD13FF", 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] 20170530-06:54:51: [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] 20170530-06:54:52: [WARN]: Cookie rejected [JSESSIONID="F458DFCFB63FBFEF4EDF868666E471C2", 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] 20170530-06:54:52: [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] 20170530-06:54:53: [WARN]: Cookie rejected [JSESSIONID="D5C5B611C8BAE20ED682FE36FCCF64DB", 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] 20170530-06:54:53: [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] 20170530-06:54:53: [WARN]: Cookie rejected [JSESSIONID="B6B5B5318B0E4CBB5FE92F0EB2B3108C", 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] 20170530-06:54:53: [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] 20170530-06:54:54: [WARN]: Cookie rejected [JSESSIONID="92424D6BF8B2C4479EE78D39F6726EE4", 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] 20170530-06:54:54: [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] 20170530-06:54:55: [WARN]: Cookie rejected [JSESSIONID="2E79CAB61AF1BF7924E81E2E56574AB4", 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] 20170530-06:54:55: [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] 20170530-06:54:55: [WARN]: Cookie rejected [JSESSIONID="DA6E68642663C197E86079AB758A0ED9", 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] 20170530-06:54:55: [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] 20170530-06:54:56: [WARN]: Cookie rejected [JSESSIONID="16BF639E07C937437D3ED2B545984FBE", 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] 20170530-06:54:56: [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] 20170530-06:54:56: [WARN]: Cookie rejected [JSESSIONID="77544988B3B4CC1ED7F88E6083DCD0A4", 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] 20170530-06:54:56: [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] 20170530-06:54:57: [WARN]: Cookie rejected [JSESSIONID="25450FCE5E76AFDF3AF59429CC90B343", 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] 20170530-06:54:57: [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] 20170530-06:54:58: [WARN]: Cookie rejected [JSESSIONID="7168F75F0CE537195C137239FAD50C3C", 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] 20170530-06:54:58: [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] 20170530-06:54:58: [WARN]: Cookie rejected [JSESSIONID="3DD9D1A63DC7560F6DA73FDDDD257920", 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] 20170530-06:54:58: [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] 20170530-06:54:59: [WARN]: Cookie rejected [JSESSIONID="A92F52E6062263C52A42D37F802D8CD5", 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] 20170530-06:54:59: [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] 20170530-06:54:59: [WARN]: Cookie rejected [JSESSIONID="FA1B6BC35C422D4CAEAEB3103F3FB76B", 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] 20170530-06:54:59: [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] 20170530-06:55:00: [WARN]: Cookie rejected [JSESSIONID="21EC1F11E8E09AC0ABA000E485C30749", 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] 20170530-06:55:00: [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] 20170530-06:55:01: [WARN]: Cookie rejected [JSESSIONID="5FBF371669419DEC0236186C794820FB", 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] 20170530-06:55:01: [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] 20170530-06:55:01: [WARN]: Cookie rejected [JSESSIONID="A73E203C0D4B809BFB2A6679424B2208", 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] 20170530-06:55:01: [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] 20170530-06:55:02: [WARN]: Cookie rejected [JSESSIONID="8C8D59FD867594EC866A85D6D60105A3", 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] 20170530-06:55:02: [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] 20170530-06:55:03: [WARN]: Cookie rejected [JSESSIONID="6629FB9C372A0396DF9AE9D032CB0E7E", 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] 20170530-06:55:03: [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] 20170530-06:55:03: [WARN]: Cookie rejected [JSESSIONID="221F15A0CFE49EBA7A84A51817EE30B9", 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] 20170530-06:55:03: [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] 20170530-06:55:04: [WARN]: Cookie rejected [JSESSIONID="E848785BE8A7965902F23BD48ABDF9FA", 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] 20170530-06:55:04: [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] 20170530-06:55:04: [WARN]: Cookie rejected [JSESSIONID="C4FAE54F75DBC7695FFD4DB7C213130E", 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] 20170530-06:55:04: [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] 20170530-06:55:05: [WARN]: Cookie rejected [JSESSIONID="9F03B0A124646BB3E31CDC801D90D684", 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] 20170530-06:55:05: [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] 20170530-06:55:06: [WARN]: Cookie rejected [JSESSIONID="311D4E729E2A587D49E8BCFA265C21FC", 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] 20170530-06:55:06: [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] 20170530-06:55:06: [WARN]: Cookie rejected [JSESSIONID="92DA6FADF75D2626362792439AE3BC31", 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] 20170530-06:55:06: [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] 20170530-06:55:07: [WARN]: Cookie rejected [JSESSIONID="7D83F269F78E8BA6B17E0B27473F66E2", 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] 20170530-06:55:07: [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] 20170530-06:55:07: [WARN]: Cookie rejected [JSESSIONID="5932A5C806C35244CAD3F50E526B4AF3", 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] 20170530-06:55:07: [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] 20170530-06:55:08: [WARN]: Cookie rejected [JSESSIONID="27C51A86922FD3664B68877A5E731050", 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] 20170530-06:55:08: [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] 20170530-06:55:09: [WARN]: Cookie rejected [JSESSIONID="F1C03731E4E809DAD2116A4F50F7782C", 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] 20170530-06:55:09: [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] 20170530-06:55:09: [WARN]: Cookie rejected [JSESSIONID="C192235E1315A6ED7A5A4FE06626B393", 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] 20170530-06:55:09: [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] 20170530-06:55:10: [WARN]: Cookie rejected [JSESSIONID="66121EA1F49BCC7FCA15850A669415F1", 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] 20170530-06:55:10: [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] 20170530-06:55:11: [WARN]: Cookie rejected [JSESSIONID="3573C3DBDE6F83C1DBCC67B46B26F39A", 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] 20170530-06:55:11: [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] 20170530-06:55:11: [WARN]: Cookie rejected [JSESSIONID="574C99B8EE3D09050C918461AB532975", 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] 20170530-06:55:11: [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] 20170530-06:55:12: [WARN]: Cookie rejected [JSESSIONID="0FFD37CFAB8EF65E074E29EB3C631D0E", 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] 20170530-06:55:12: [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] 20170530-06:55:13: [WARN]: Cookie rejected [JSESSIONID="0EE4299470F5FDCB43901E3E3817E090", 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] 20170530-06:55:13: [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] 20170530-06:55:13: [WARN]: Cookie rejected [JSESSIONID="65009CB069C4C09450545F258D068243", 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] 20170530-06:55:13: [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] 20170530-06:55:14: [WARN]: Cookie rejected [JSESSIONID="44DB3FCAF017443DB203AFE713FF073E", 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] 20170530-06:55:14: [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] 20170530-06:55:14: [WARN]: Cookie rejected [JSESSIONID="E6438F6461A5AB9EF0AF18CA9C288E11", 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] 20170530-06:55:14: [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] 20170530-06:55:15: [WARN]: Cookie rejected [JSESSIONID="0ED78F00272D34771597F3C9E5D4F5BD", 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] 20170530-06:55:15: [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] 20170530-06:55:16: [WARN]: Cookie rejected [JSESSIONID="5A5F6E706BCEEE4E3F513E6B291E0FF6", 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] 20170530-06:55:16: [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] 20170530-06:55:16: [WARN]: Cookie rejected [JSESSIONID="8A7FBA0879B99056C0D87C71C84F1517", 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] 20170530-06:55:16: [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] 20170530-06:55:17: [WARN]: Cookie rejected [JSESSIONID="CEF11FD405C989938C1280E1C0AD977F", 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] 20170530-06:55:17: [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] 20170530-06:55:18: [WARN]: Cookie rejected [JSESSIONID="3758D891E6A96C6B0B651082DE4B40D7", 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] 20170530-06:55:18: [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] 20170530-06:55:18: [WARN]: Cookie rejected [JSESSIONID="5E9CB4A62876605C959A742464B5769C", 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] 20170530-06:55:18: [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] 20170530-06:55:19: [WARN]: Cookie rejected [JSESSIONID="3D4D5A2B0669181BDE9422AA7C17C051", 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] 20170530-06:55:19: [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] 20170530-06:55:19: [WARN]: Cookie rejected [JSESSIONID="93AFC22101F075732A2889CE1C7EE7BF", 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] 20170530-06:55:19: [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] 20170530-06:55:20: [WARN]: Cookie rejected [JSESSIONID="1C1CB5161C3337589920665C137AF72C", 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] 20170530-06:55:20: [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] 20170530-06:55:21: [WARN]: Cookie rejected [JSESSIONID="CF7CA2B7220E6632B613ADD5E12E17B3", 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] 20170530-06:55:21: [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] 20170530-06:55:21: [WARN]: Cookie rejected [JSESSIONID="0AC15EFA479D7F86FA39EAD5441E4FD8", 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] 20170530-06:55:21: [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] 20170530-06:55:22: [WARN]: Cookie rejected [JSESSIONID="8CC17867F4601872482502DE4E2E188B", 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] 20170530-06:55:22: [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] 20170530-06:55:23: [WARN]: Cookie rejected [JSESSIONID="20FF508E38A900A94C227132414CFC2F", 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] 20170530-06:55:23: [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] 20170530-06:55:23: [WARN]: Cookie rejected [JSESSIONID="8CDF5C0D17FDF498FC8B1A72272178E6", 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] 20170530-06:55:23: [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] 20170530-06:55:24: [WARN]: Cookie rejected [JSESSIONID="C1ABEDA567BF97B96C87A0FF73A2D14A", 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] 20170530-06:55:24: [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] 20170530-06:55:24: [WARN]: Cookie rejected [JSESSIONID="100283E127459E48DE1148A3792DB90A", 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] 20170530-06:55:24: [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] 20170530-06:55:25: [WARN]: Cookie rejected [JSESSIONID="C79F122B522B2EA1EC236355726B54CA", 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] 20170530-06:55:25: [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] 20170530-06:55:26: [WARN]: Cookie rejected [JSESSIONID="0A791A4EA23A878806B258468B4692F5", 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] 20170530-06:55:26: [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] 20170530-06:55:26: [WARN]: Cookie rejected [JSESSIONID="FF8DB5A66681123EA8C68BAF35A4CFA4", 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] 20170530-06:55:26: [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] 20170530-06:55:27: [WARN]: Cookie rejected [JSESSIONID="998F5AAA7E2CAB983425DBAABBFD7BF0", 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] 20170530-06:55:27: [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] 20170530-06:55:27: [WARN]: Cookie rejected [JSESSIONID="7B70DAF7F74DC690FE77D4936ECFA7B4", 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] 20170530-06:55:27: [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] 20170530-06:55:28: [WARN]: Cookie rejected [JSESSIONID="7B9F8D4E89842D20170693EAEDED1501", 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] 20170530-06:55:28: [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] 20170530-06:55:29: [WARN]: Cookie rejected [JSESSIONID="D889EA6B2C14C85E8BBF2EB6BA8E409D", 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] 20170530-06:55:29: [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] 20170530-06:55:29: [WARN]: Cookie rejected [JSESSIONID="FE5A3481FA31B82C9637AD4E36C15999", 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] 20170530-06:55:29: [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] 20170530-06:55:30: [WARN]: Cookie rejected [JSESSIONID="ADAC072D11E98A7E1D2DE717D94F71BB", 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] 20170530-06:55:30: [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] 20170530-06:55:30: [WARN]: Cookie rejected [JSESSIONID="32D14111B31F017B5E087CB5214B259A", 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] 20170530-06:55:30: [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] 20170530-06:55:31: [WARN]: Cookie rejected [JSESSIONID="D61E43B642FCD22451481E1B17CEBDAC", 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] 20170530-06:55:31: [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] 20170530-06:55:32: [WARN]: Cookie rejected [JSESSIONID="B7318292FAF0E6EA0A2BBC5CF3CEA37E", 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] 20170530-06:55:32: [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] 20170530-06:55:32: [WARN]: Cookie rejected [JSESSIONID="B2B2A4E8F3079559D8CEDB031BDD9D1C", 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] 20170530-06:55:32: [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] 20170530-06:55:33: [WARN]: Cookie rejected [JSESSIONID="EEB6BFEB15C46810903E4FCD65F12D42", 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] 20170530-06:55:33: [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] 20170530-06:55:33: [WARN]: Cookie rejected [JSESSIONID="9C1A710E10B14AA1A5BE1E29BAC0656B", 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] 20170530-06:55:33: [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] 20170530-06:55:34: [WARN]: Cookie rejected [JSESSIONID="8D8FBB16547E967E27412E441B64E82D", 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] 20170530-06:55:34: [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] 20170530-06:55:35: [WARN]: Cookie rejected [JSESSIONID="4D84CE25A3ACC0343BA395441F63189D", 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] 20170530-06:55:35: [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] 20170530-06:55:35: [WARN]: Cookie rejected [JSESSIONID="F551A06BEDCEA0E9CEE7249CB416F9F8", 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] 20170530-06:55:35: [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] 20170530-06:55:36: [WARN]: Cookie rejected [JSESSIONID="91734176906EE38FDAF4651A636BCF1D", 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] 20170530-06:55:36: [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] 20170530-06:55:36: [WARN]: Cookie rejected [JSESSIONID="8A30671A25EABDAA5F74C19B121FFFCF", 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] 20170530-06:55:36: [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] 20170530-06:55:37: [WARN]: Cookie rejected [JSESSIONID="17495709921C9ED6ADDA5591F1FBE2F2", 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] 20170530-06:55:37: [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] 20170530-06:55:38: [WARN]: Cookie rejected [JSESSIONID="BBCAF89205761812E129E0AA73BDFDCE", 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] 20170530-06:55:38: [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] 20170530-06:55:38: [WARN]: Cookie rejected [JSESSIONID="2F413E29787D754EC92580B67A0AD823", 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] 20170530-06:55:38: [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] 20170530-06:55:39: [WARN]: Cookie rejected [JSESSIONID="15E1AF6D193A3A682E291D0E5F949C8E", 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] 20170530-06:55:39: [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] 20170530-06:55:40: [WARN]: Cookie rejected [JSESSIONID="E61595866E45F88A7D5BA523C57400E5", 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] 20170530-06:55:40: [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] 20170530-06:55:40: [WARN]: Cookie rejected [JSESSIONID="9D4315C33E114C067464D6E040654531", 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] 20170530-06:55:40: [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] 20170530-06:55:41: [WARN]: Cookie rejected [JSESSIONID="9EA8F8D5B1C833E42AE1D855A18D18F8", 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] 20170530-06:55:41: [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] 20170530-06:55:41: [WARN]: Cookie rejected [JSESSIONID="3D97CD09277AE7CFE9208DFDC8E154F0", 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] 20170530-06:55:41: [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] 20170530-06:55:42: [WARN]: Cookie rejected [JSESSIONID="398A6DD6FD9C702A5FA25983DADB38E9", 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] 20170530-06:55:42: [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] 20170530-06:55:43: [WARN]: Cookie rejected [JSESSIONID="80287DF835C6CAA94EDD3BE64AABB24C", 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] 20170530-06:55:43: [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] 20170530-06:55:43: [WARN]: Cookie rejected [JSESSIONID="64628C92654DE34470765C4A1B53544C", 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] 20170530-06:55:43: [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] 20170530-06:55:44: [WARN]: Cookie rejected [JSESSIONID="8B2A42682743483617F0932E84DDC3EF", 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] 20170530-06:55:44: [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] 20170530-06:55:44: [WARN]: Cookie rejected [JSESSIONID="08D362137D19E0BDAEA9F9239B9B696A", 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] 20170530-06:55:44: [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] 20170530-06:55:45: [WARN]: Cookie rejected [JSESSIONID="BC626B11B743826D10CD52180B997716", 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] 20170530-06:55:45: [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] 20170530-06:55:46: [WARN]: Cookie rejected [JSESSIONID="73D9BF51F66DBFE074A3C7BA915F6E9B", 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] 20170530-06:55:46: [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] 20170530-06:55:46: [WARN]: Cookie rejected [JSESSIONID="5179FBCAE530E6AE2D0DB7F0F06A7215", 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] 20170530-06:55:46: [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] 20170530-06:55:47: [WARN]: Cookie rejected [JSESSIONID="07A8076694A9B8BF50FF99303AB4632C", 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] 20170530-06:55:47: [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] 20170530-06:55:48: [WARN]: Cookie rejected [JSESSIONID="D4E91BC7C555A42FC82178143A7CF310", 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] 20170530-06:55:48: [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] 20170530-06:55:48: [WARN]: Cookie rejected [JSESSIONID="9F5DBB83C535772BB40826496C336318", 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] 20170530-06:55:48: [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] 20170530-06:55:49: [WARN]: Cookie rejected [JSESSIONID="0DA5F89EC843681385600A36C30A237F", 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] 20170530-06:55:49: [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] 20170530-06:55:49: [WARN]: Cookie rejected [JSESSIONID="F551E6A0543CA31D39A09DF33501BFA7", 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] 20170530-06:55:49: [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] 20170530-06:55:50: [WARN]: Cookie rejected [JSESSIONID="F46B6D85866A64BC386F176C07B2A89D", 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] 20170530-06:55:50: [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] 20170530-06:55:51: [WARN]: Cookie rejected [JSESSIONID="283ADFD0E94A7933A32E6A6088BDE613", 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] 20170530-06:55:51: [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] 20170530-06:55:51: [WARN]: Cookie rejected [JSESSIONID="81DBAA7F201E89034AB629A7A1FDD8DE", 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] 20170530-06:55:51: [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] 20170530-06:55:52: [WARN]: Cookie rejected [JSESSIONID="A7B9DC8CF026E09AB289E9AF9835C17D", 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] 20170530-06:55:52: [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] 20170530-06:55:52: [WARN]: Cookie rejected [JSESSIONID="4A1D039326ECE0DDFEDE224BE1A0F2AA", 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] 20170530-06:55:52: [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] 20170530-06:55:53: [WARN]: Cookie rejected [JSESSIONID="BE97EE5A3968EDD965BF1690AA33F8FD", 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] 20170530-06:55:53: [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] 20170530-06:55:54: [WARN]: Cookie rejected [JSESSIONID="48609140C88CAE0D3591ECF4F3864D58", 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] 20170530-06:55:54: [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] 20170530-06:55:54: [WARN]: Cookie rejected [JSESSIONID="861D3661A4CEAB5F9A74B1A05181F2D1", 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] 20170530-06:55:54: [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] 20170530-06:55:55: [WARN]: Cookie rejected [JSESSIONID="F2241E68EAEF41C404B9932F371F8291", 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] 20170530-06:55:55: [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] 20170530-06:55:55: [WARN]: Cookie rejected [JSESSIONID="8C05BFBC7DBF7210E8BFC775ED052989", 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] 20170530-06:55:55: [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] 20170530-06:55:56: [WARN]: Cookie rejected [JSESSIONID="8D0C825AC06250E87A0ED1E868F89A6E", 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] 20170530-06:55:56: [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] 20170530-06:55:57: [WARN]: Cookie rejected [JSESSIONID="4EE0A67E01D4EE2FA21954908BC4AF5E", 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] 20170530-06:55:57: [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] 20170530-06:55:57: [WARN]: Cookie rejected [JSESSIONID="CF6C0A56C7DC651DA434805619EA36C9", 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] 20170530-06:55:57: [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] 20170530-06:55:58: [WARN]: Cookie rejected [JSESSIONID="51FEAB05347EDC67A952765880CB1854", 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] 20170530-06:55:58: [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] 20170530-06:55:58: [WARN]: Cookie rejected [JSESSIONID="F5AADD41A11470B89230FD33A9D85241", 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] 20170530-06:55:58: [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] 20170530-06:55:59: [WARN]: Cookie rejected [JSESSIONID="35D755EE3EF04B5E5E16F8A62E87339F", 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] 20170530-06:55:59: [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] 20170530-06:56:00: [WARN]: Cookie rejected [JSESSIONID="6CCB7C496AEA520FF5F78265871624CA", 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] 20170530-06:56:00: [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] 20170530-06:56:00: [WARN]: Cookie rejected [JSESSIONID="BBFFC548A2F79A5FD92460B0648150B9", 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] 20170530-06:56:00: [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] 20170530-06:56:01: [WARN]: Cookie rejected [JSESSIONID="1C445E23EA20EA4802600D2C2A6DD256", 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] 20170530-06:56:01: [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] 20170530-06:56:01: [WARN]: Cookie rejected [JSESSIONID="4CEC85F48FD392060C695E213FE44712", 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] 20170530-06:56:01: [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] 20170530-06:56:02: [WARN]: Cookie rejected [JSESSIONID="51EAF6A6FB4C8BAE217DA286703BB857", 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] 20170530-06:56:02: [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] 20170530-06:56:02: [WARN]: Cookie rejected [JSESSIONID="F34401F059D9DEB02F98907ECF4DB434", 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] 20170530-06:56:02: [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] 20170530-06:56:03: [WARN]: Cookie rejected [JSESSIONID="685FF0E10493C3E1D9A350974EFFBB72", 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] 20170530-06:56:03: [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] 20170530-06:56:04: [WARN]: Cookie rejected [JSESSIONID="1EEE11A0E626925FA2A8BEE4CE33271A", 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] 20170530-06:56:04: [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] 20170530-06:56:04: [WARN]: Cookie rejected [JSESSIONID="9E36BB4DE0CECD374442879F86F3E869", 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] 20170530-06:56:04: [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] 20170530-06:56:05: [WARN]: Cookie rejected [JSESSIONID="03284919E06DF16AEF7AB4CD7422CC11", 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] 20170530-06:56:05: [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] 20170530-06:56:05: [WARN]: Cookie rejected [JSESSIONID="B1A4DAEBDC24DB82AF2F498BCE247B18", 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] 20170530-06:56:05: [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] 20170530-06:56:06: [WARN]: Cookie rejected [JSESSIONID="1DE05FF775068E1D950651815F007936", 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] 20170530-06:56:06: [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] 20170530-06:56:07: [WARN]: Cookie rejected [JSESSIONID="7CF4C2FC8CAE81F2AE9056E352676CA3", 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] 20170530-06:56:07: [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] 20170530-06:56:07: [WARN]: Cookie rejected [JSESSIONID="66256F22F8051535621F331BD6ED0708", 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] 20170530-06:56:07: [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] 20170530-06:56:08: [WARN]: Cookie rejected [JSESSIONID="2161B911056FF68887229CF404792CD5", 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] 20170530-06:56:08: [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] 20170530-06:56:08: [WARN]: Cookie rejected [JSESSIONID="0AF51905919C7F96F54B7D1688830AC0", 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] 20170530-06:56:08: [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] 20170530-06:56:09: [WARN]: Cookie rejected [JSESSIONID="504DBD455CABBD674F07E960494C1B8F", 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] 20170530-06:56:09: [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] 20170530-06:56:10: [WARN]: Cookie rejected [JSESSIONID="1414F94B293A627C8FAAFB1D7BAF24EC", 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] 20170530-06:56:10: [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] 20170530-06:56:10: [WARN]: Cookie rejected [JSESSIONID="1A8B8DB41C17465067BA1D50E8BB1697", 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] 20170530-06:56:10: [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] 20170530-06:56:11: [WARN]: Cookie rejected [JSESSIONID="2EC32B635D78506F270EF7D69E6B6ADE", 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] 20170530-06:56:11: [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] 20170530-06:56:12: [WARN]: Cookie rejected [JSESSIONID="922BAFC94FB6A356FCC59B4BF635594E", 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] 20170530-06:56:12: [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] 20170530-06:56:12: [WARN]: Cookie rejected [JSESSIONID="ECD020C7529114732AF77E885D7237E7", 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] 20170530-06:56:12: [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] 20170530-06:56:13: [WARN]: Cookie rejected [JSESSIONID="3888A26EF19E331C8CEE987F044D7E56", 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] 20170530-06:56:13: [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] 20170530-06:56:14: [WARN]: Cookie rejected [JSESSIONID="B5A80A7354C02F4B4652EC5AC06C42A2", 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] 20170530-06:56:14: [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] 20170530-06:56:14: [WARN]: Cookie rejected [JSESSIONID="90E5DAA3D97B9B46EDAA03CCCED3A3A6", 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] 20170530-06:56:14: [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] 20170530-06:56:15: [WARN]: Cookie rejected [JSESSIONID="E4B0A62283789C473BF896B992E52DD1", 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] 20170530-06:56:15: [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] 20170530-06:56:15: [WARN]: Cookie rejected [JSESSIONID="944143F1B0C326FBD414F5347FA09D1A", 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] 20170530-06:56:15: [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] 20170530-06:56:16: [WARN]: Cookie rejected [JSESSIONID="2696EAB48177A20B68CE53AAB01176D8", 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] 20170530-06:56:16: [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] 20170530-06:56:17: [WARN]: Cookie rejected [JSESSIONID="B219B924721E2B73B6E86134BD576F91", 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] 20170530-06:56:17: [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] 20170530-06:56:17: [WARN]: Cookie rejected [JSESSIONID="4E18AA69D3CFC65950D660C0F669272F", 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] 20170530-06:56:17: [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] 20170530-06:56:18: [WARN]: Cookie rejected [JSESSIONID="A0E1B10DAC2ED4CBBA4380E6DF7F1ED5", 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] 20170530-06:56:18: [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] 20170530-06:56:18: [WARN]: Cookie rejected [JSESSIONID="00B3A05051038700518698E43AF18076", 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] 20170530-06:56:18: [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] 20170530-06:56:19: [WARN]: Cookie rejected [JSESSIONID="78B998B967E5E4790582C6590BB9C40F", 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] 20170530-06:56:19: [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] 20170530-06:56:20: [WARN]: Cookie rejected [JSESSIONID="B83F2E79281C6041349AF0BB33338E8C", 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] 20170530-06:56:20: [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] 20170530-06:56:20: [WARN]: Cookie rejected [JSESSIONID="08E2B814AB496823D5675846DD5BD1EF", 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] 20170530-06:56:20: [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] 20170530-06:56:21: [WARN]: Cookie rejected [JSESSIONID="EBCFB9B640C62FC8BA57F2A0A78741EF", 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] 20170530-06:56:21: [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] 20170530-06:56:22: [WARN]: Cookie rejected [JSESSIONID="FD593A95EA10254D6BDDDC2CE8B3B643", 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] 20170530-06:56:22: [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] 20170530-06:56:22: [WARN]: Cookie rejected [JSESSIONID="A05CE336F2D306B320FB61385476F546", 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] 20170530-06:56:22: [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] 20170530-06:56:23: [WARN]: Cookie rejected [JSESSIONID="B60BEFB45EBABEE032C6C1B004110BB0", 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] 20170530-06:56:23: [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] 20170530-06:56:24: [WARN]: Cookie rejected [JSESSIONID="D0AEECEA5F5460E0575C01FDC3C4163A", 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] 20170530-06:56:24: [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] 20170530-06:56:24: [WARN]: Cookie rejected [JSESSIONID="EBEF55B25F350713EBE501D4D262AE7C", 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] 20170530-06:56:24: [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] 20170530-06:56:25: [WARN]: Cookie rejected [JSESSIONID="D4EBF4AADE6242DD0C8698508E07D989", 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] 20170530-06:56:25: [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] 20170530-06:56:25: [WARN]: Cookie rejected [JSESSIONID="431E3AF38F4ACFA200BD068AFE3798C8", 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] 20170530-06:56:25: [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] 20170530-06:56:26: [WARN]: Cookie rejected [JSESSIONID="5D2EE67B8E04975772055343B2CA139D", 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] 20170530-06:56:26: [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] 20170530-06:56:27: [WARN]: Cookie rejected [JSESSIONID="475BDF8A6B76BCB70CB16EAC60FECB46", 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] 20170530-06:56:27: [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] 20170530-06:56:27: [WARN]: Cookie rejected [JSESSIONID="D8D1C7628307CDB59BC341EB16363070", 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] 20170530-06:56:27: [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] 20170530-06:56:28: [WARN]: Cookie rejected [JSESSIONID="CBA0ACDD8FCAA55068D0E86FF8ECD819", 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] 20170530-06:56:28: [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] 20170530-06:56:29: [WARN]: Cookie rejected [JSESSIONID="EA096551AFAE49D50D7225BA5F5A8F6C", 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] 20170530-06:56:29: [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] 20170530-06:56:29: [WARN]: Cookie rejected [JSESSIONID="20F5B3DDD5B26DDBAC007F9B86FA82C2", 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] 20170530-06:56:29: [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] 20170530-06:56:30: [WARN]: Cookie rejected [JSESSIONID="49D74C5755F08F931EC2D1234EFEDB58", 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] 20170530-06:56:30: [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] 20170530-06:56:30: [WARN]: Cookie rejected [JSESSIONID="6AF5DEDC13A7869A1ADB6BEF717F8784", 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] 20170530-06:56:30: [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] 20170530-06:56:31: [WARN]: Cookie rejected [JSESSIONID="5BDF805D6E72E9E4575694D7C70235AC", 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] 20170530-06:56:31: [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] 20170530-06:56:32: [WARN]: Cookie rejected [JSESSIONID="843F44CF9A6B97DC28C866FA071962E2", 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] 20170530-06:56:32: [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] 20170530-06:56:32: [WARN]: Cookie rejected [JSESSIONID="08EE8E9EAFBD3CD1631713C2735D6191", 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] 20170530-06:56:32: [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] 20170530-06:56:33: [WARN]: Cookie rejected [JSESSIONID="F92D26B795A880B9A5ABCD06C01D3474", 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] 20170530-06:56:33: [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] 20170530-06:56:33: [WARN]: Cookie rejected [JSESSIONID="955D06804BA90C9DC7B987F71B13077E", 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] 20170530-06:56:33: [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] 20170530-06:56:34: [WARN]: Cookie rejected [JSESSIONID="250CDA7F1DB0C59B6B2843DE3CF61ED7", 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] 20170530-06:56:34: [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] 20170530-06:56:35: [WARN]: Cookie rejected [JSESSIONID="2361DA900DAB69EAEDE5D810644ADEE2", 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] 20170530-06:56:35: [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] 20170530-06:56:35: [WARN]: Cookie rejected [JSESSIONID="07B055F9E5EA2A99B6EBEE6A626A459E", 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] 20170530-06:56:35: [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] 20170530-06:56:36: [WARN]: Cookie rejected [JSESSIONID="ABD9A4C9E2623B6B4F6DED5153B5B98D", 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] 20170530-06:56:36: [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] 20170530-06:56:36: [WARN]: Cookie rejected [JSESSIONID="4AAED00377EA21AC3F53ECC87353DE14", 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] 20170530-06:56:36: [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] 20170530-06:56:37: [WARN]: Cookie rejected [JSESSIONID="8C9484B9C0124C78DAC9ACFB9517FBC3", 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] 20170530-06:56:37: [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] 20170530-06:56:38: [WARN]: Cookie rejected [JSESSIONID="2E7A8194739AD854E5E5D2DFBA095EC9", 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] 20170530-06:56:38: [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] 20170530-06:56:38: [WARN]: Cookie rejected [JSESSIONID="5CD1609FCEDCB5AE5111086F4AF027B1", 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] 20170530-06:56:38: [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] 20170530-06:56:39: [WARN]: Cookie rejected [JSESSIONID="88295A89DE998F1BCAD0BBC0489DAADB", 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] 20170530-06:56:39: [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] 20170530-06:56:39: [WARN]: Cookie rejected [JSESSIONID="ECE15D4841559A6BDAB666972D556749", 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] 20170530-06:56:39: [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] 20170530-06:56:40: [WARN]: Cookie rejected [JSESSIONID="0BEC957C948AE1C19681D81FE35BE3E4", 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] 20170530-06:56:40: [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] 20170530-06:56:41: [WARN]: Cookie rejected [JSESSIONID="FB5C3DA62DED2EA20BBA6DF1C534B793", 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] 20170530-06:56:41: [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] 20170530-06:56:41: [WARN]: Cookie rejected [JSESSIONID="71069A0CD6F554CB5B20868D0F937644", 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] 20170530-06:56:41: [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] 20170530-06:56:42: [WARN]: Cookie rejected [JSESSIONID="E4EEDB40A764EA7BE12D3BB5618FE83E", 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] 20170530-06:56:42: [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] 20170530-06:56:43: [WARN]: Cookie rejected [JSESSIONID="7A5DD88C1A5AF4B533DA8BCE2AC0C20D", 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] 20170530-06:56:43: [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] 20170530-06:56:43: [WARN]: Cookie rejected [JSESSIONID="6DD33DB3A86AADB2AF8BE6DFB0855BB9", 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] 20170530-06:56:43: [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] 20170530-06:56:44: [WARN]: Cookie rejected [JSESSIONID="3C06E5F7DF7B3818D4F269CE70DED227", 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] 20170530-06:56:44: [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] 20170530-06:56:44: [WARN]: Cookie rejected [JSESSIONID="9DAC3F81C704898011A71DD538C05F82", 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] 20170530-06:56:44: [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] 20170530-06:56:45: [WARN]: Cookie rejected [JSESSIONID="7265A1C3B44C2EB5E28326F08C1C35B0", 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] 20170530-06:56:45: [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] 20170530-06:56:46: [WARN]: Cookie rejected [JSESSIONID="144EA4319B8C56C9D10A5817195E256A", 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] 20170530-06:56:46: [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] 20170530-06:56:46: [WARN]: Cookie rejected [JSESSIONID="D3756F7FDA84CC7787CBA039981D388B", 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] 20170530-06:56:46: [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] 20170530-06:56:47: [WARN]: Cookie rejected [JSESSIONID="B1A706FCFE1F798818ABF455380BA257", 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] 20170530-06:56:47: [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] 20170530-06:56:47: [WARN]: Cookie rejected [JSESSIONID="8B616D69687D2E43A567FB0CA2029E34", 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] 20170530-06:56:47: [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] 20170530-06:56:48: [WARN]: Cookie rejected [JSESSIONID="7CF84A3D284578C7F31A3AB34405D69E", 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] 20170530-06:56:48: [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] 20170530-06:56:49: [WARN]: Cookie rejected [JSESSIONID="53386371F68D477A95AB55BD8FF47FEE", 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] 20170530-06:56:49: [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] 20170530-06:56:50: [WARN]: Cookie rejected [JSESSIONID="BDBF3D2F85CE3E0F6BB24B435BBE9F21", 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] 20170530-06:56:50: [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] 20170530-06:56:50: [WARN]: Cookie rejected [JSESSIONID="532D781724187325D9EBFC8D56BFF5DB", 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] 20170530-06:56:50: [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] 20170530-06:56:51: [WARN]: Cookie rejected [JSESSIONID="4CA2610A637E21F1457F4720C2D864AF", 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] 20170530-06:56:51: [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] 20170530-06:56:51: [WARN]: Cookie rejected [JSESSIONID="3398646B7CDD52BC9D7E4EA73E37249B", 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] 20170530-06:56:51: [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] 20170530-06:56:52: [WARN]: Cookie rejected [JSESSIONID="BA56A2B1E22BD8495F5593A08F68FF50", 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] 20170530-06:56:52: [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] 20170530-06:56:52: [WARN]: Cookie rejected [JSESSIONID="0A8A17546D6072320A5BE76460C86E16", 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] 20170530-06:56:52: [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] 20170530-06:56:53: [WARN]: Cookie rejected [JSESSIONID="0B1E11EECD3A373DE2E5476AF649DFB2", 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] 20170530-06:56:53: [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] 20170530-06:56:54: [WARN]: Cookie rejected [JSESSIONID="D6149248E7F350E2C119E97C64695F0B", 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] 20170530-06:56:54: [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] 20170530-06:56:54: [WARN]: Cookie rejected [JSESSIONID="2D801C9497D5F8501605D836EEE01A87", 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] 20170530-06:56:54: [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] 20170530-06:56:55: [WARN]: Cookie rejected [JSESSIONID="577765EABF33B1CAAC03B2914BE516C1", 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] 20170530-06:56:55: [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] 20170530-06:56:55: [WARN]: Cookie rejected [JSESSIONID="75D44E90F02664A4A7B36C6F05A25B05", 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] 20170530-06:56:55: [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] 20170530-06:56:56: [WARN]: Cookie rejected [JSESSIONID="E3A8DE47856F3CF7BC11D1D9785F24CD", 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] 20170530-06:56:56: [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] 20170530-06:56:57: [WARN]: Cookie rejected [JSESSIONID="10E556560651D6EF7D380CA5D82AA335", 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] 20170530-06:56:57: [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] 20170530-06:56:57: [WARN]: Cookie rejected [JSESSIONID="F1EED2CA4779C07BB1D2EB8061E4A8D8", 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] 20170530-06:56:57: [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] 20170530-06:56:58: [WARN]: Cookie rejected [JSESSIONID="D05F2171C7EEB26DA649479C1E7DBC34", 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] 20170530-06:56:58: [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] 20170530-06:56:59: [WARN]: Cookie rejected [JSESSIONID="954CF6F9AD01D59FF099AD36AF4B8767", 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] 20170530-06:56:59: [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] 20170530-06:56:59: [WARN]: Cookie rejected [JSESSIONID="19CF6C2F2C2C448870BB8A8F84376496", 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] 20170530-06:56:59: [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] 20170530-06:57:00: [WARN]: Cookie rejected [JSESSIONID="BBF631A87254124CD817A099985109EC", 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] 20170530-06:57:00: [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] 20170530-06:57:00: [WARN]: Cookie rejected [JSESSIONID="33FDD13E523DB5559067D18D0B7273CE", 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] 20170530-06:57:00: [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] 20170530-06:57:01: [WARN]: Cookie rejected [JSESSIONID="813C67C4B3890F97611C9FD39098D92D", 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] 20170530-06:57:01: [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] 20170530-06:57:02: [WARN]: Cookie rejected [JSESSIONID="B4E89AE44321B13658CC037F0A57C56B", 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] 20170530-06:57:02: [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] 20170530-06:57:02: [WARN]: Cookie rejected [JSESSIONID="E47184677F98B9031AB631FBA25CDBC8", 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] 20170530-06:57:02: [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] 20170530-06:57:03: [WARN]: Cookie rejected [JSESSIONID="ABE218E4393DBE98F654514A6CAC50B3", 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] 20170530-06:57:03: [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] 20170530-06:57:04: [WARN]: Cookie rejected [JSESSIONID="EB5E2339FAF76E2275159AA6F6D94000", 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] 20170530-06:57:04: [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] 20170530-06:57:04: [WARN]: Cookie rejected [JSESSIONID="4826C0B0CFE4BCABF53D6D6E80548B98", 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] 20170530-06:57:04: [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] 20170530-06:57:05: [WARN]: Cookie rejected [JSESSIONID="F5B6926B792CEB2F21989986957530FE", 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] 20170530-06:57:05: [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] 20170530-06:57:05: [WARN]: Cookie rejected [JSESSIONID="BA58875B2A92CF7ADEF3ED976E3D54FC", 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] 20170530-06:57:05: [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] 20170530-06:57:06: [WARN]: Cookie rejected [JSESSIONID="11C86758926A11C38110F2A887307AFA", 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] 20170530-06:57:06: [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] 20170530-06:57:06: [WARN]: Cookie rejected [JSESSIONID="FB43CDEBAF540B21F144F14F6780D6F7", 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] 20170530-06:57:06: [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] 20170530-06:57:07: [WARN]: Cookie rejected [JSESSIONID="AC011BF05FCE67D363769A439A50396D", 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] 20170530-06:57:07: [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] 20170530-06:57:08: [WARN]: Cookie rejected [JSESSIONID="068B93D758ECE1829018E93347C09CBE", 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] 20170530-06:57:08: [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] 20170530-06:57:08: [WARN]: Cookie rejected [JSESSIONID="9FF6C1F431CDA3D53467BB0DFBFD6521", 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] 20170530-06:57:08: [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] 20170530-06:57:09: [WARN]: Cookie rejected [JSESSIONID="2348A23648F2505CA7085B9ED4D63CF6", 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] 20170530-06:57:09: [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] 20170530-06:57:10: [WARN]: Cookie rejected [JSESSIONID="CA187FD4AF289E038F32E2602B15C51D", 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] 20170530-06:57:10: [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] 20170530-06:57:10: [WARN]: Cookie rejected [JSESSIONID="8D1265E21D9776E9491357DDE3646079", 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] 20170530-06:57:10: [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] 20170530-06:57:11: [WARN]: Cookie rejected [JSESSIONID="7779C923C939D613AEB501FE89810E6D", 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] 20170530-06:57:11: [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] 20170530-06:57:11: [WARN]: Cookie rejected [JSESSIONID="DF481A97A50A02537B606EC376C1D541", 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] 20170530-06:57:11: [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] 20170530-06:57:12: [WARN]: Cookie rejected [JSESSIONID="E38B62054D315BC87B062B3097E62C4C", 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] 20170530-06:57:12: [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] 20170530-06:57:13: [WARN]: Cookie rejected [JSESSIONID="DF36A4E1CC45F6241F40AA535447E772", 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] 20170530-06:57:13: [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] 20170530-06:57:13: [WARN]: Cookie rejected [JSESSIONID="67ADD964A8DF924BE26A716E417B2231", 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] 20170530-06:57:13: [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] 20170530-06:57:14: [WARN]: Cookie rejected [JSESSIONID="271B035B4709E7D5D66AE935D9DD119B", 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] 20170530-06:57:14: [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] 20170530-06:57:14: [WARN]: Cookie rejected [JSESSIONID="F951382AD4EF98A66C1868989E11BDB7", 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] 20170530-06:57:14: [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] 20170530-06:57:15: [WARN]: Cookie rejected [JSESSIONID="AA16903AE4B3E73A580350DF5ECDEE6E", 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] 20170530-06:57:15: [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] 20170530-06:57:16: [WARN]: Cookie rejected [JSESSIONID="45606511677B99FCC5C66728C8A7DBA9", 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] 20170530-06:57:16: [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] 20170530-06:57:16: [WARN]: Cookie rejected [JSESSIONID="7EB5984977C0C34F2F6679030775472C", 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] 20170530-06:57:16: [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] 20170530-06:57:17: [WARN]: Cookie rejected [JSESSIONID="607AB4499623368A7D6614C548AA694D", 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] 20170530-06:57:17: [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] 20170530-06:57:17: [WARN]: Cookie rejected [JSESSIONID="2A1DBACD72ACA4F239817DF70AE45CAA", 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] 20170530-06:57:17: [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] 20170530-06:57:18: [WARN]: Cookie rejected [JSESSIONID="7FCCBED2CFA5C1CAC9250AA7D7BE4482", 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] 20170530-06:57:18: [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] 20170530-06:57:19: [WARN]: Cookie rejected [JSESSIONID="D6177A92886518A13C77218CCB5F61B4", 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] 20170530-06:57:19: [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] 20170530-06:57:20: [WARN]: Cookie rejected [JSESSIONID="47B47690A153DD1DEF75C412D9509B4E", 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] 20170530-06:57:20: [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] 20170530-06:57:20: [WARN]: Cookie rejected [JSESSIONID="59660E9441F0DF0AB658622DEC513D27", 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] 20170530-06:57:20: [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] 20170530-06:57:21: [WARN]: Cookie rejected [JSESSIONID="E99267A1D73A75BE4779479FCCB7AE65", 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] 20170530-06:57:21: [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] 20170530-06:57:21: [WARN]: Cookie rejected [JSESSIONID="FF9B9125EAAF3ACEB93D48B4791523AD", 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] 20170530-06:57:21: [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] 20170530-06:57:22: [WARN]: Cookie rejected [JSESSIONID="E75ED863A7ED246A73A317E14AE08D30", 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] 20170530-06:57:22: [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] 20170530-06:57:23: [WARN]: Cookie rejected [JSESSIONID="768BF63842D80D8787DB2B34475EA620", 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] 20170530-06:57:23: [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] 20170530-06:57:23: [WARN]: Cookie rejected [JSESSIONID="FBD6E305B4F98ED9D08457CFD57ADBBA", 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] 20170530-06:57:23: [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] 20170530-06:57:24: [WARN]: Cookie rejected [JSESSIONID="1C804314499CD5C200D8ADF3E3555ADA", 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] 20170530-06:57:24: [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] 20170530-06:57:24: [WARN]: Cookie rejected [JSESSIONID="BB4AA1DB426C681E9D838E0A820F29A7", 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] 20170530-06:57:24: [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] 20170530-06:57:25: [WARN]: Cookie rejected [JSESSIONID="D7CDEE3EEF4F674574B74711E296505B", 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] 20170530-06:57:25: [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] 20170530-06:57:26: [WARN]: Cookie rejected [JSESSIONID="00171B62809CDD16F794843B30C4A81A", 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] 20170530-06:57:26: [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] 20170530-06:57:26: [WARN]: Cookie rejected [JSESSIONID="0756B4F0794D7C39ACDE558037297E7E", 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] 20170530-06:57:26: [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] 20170530-06:57:27: [WARN]: Cookie rejected [JSESSIONID="A712ADCABBE1C629EFC356C76BE3ED84", 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] 20170530-06:57:27: [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] 20170530-06:57:27: [WARN]: Cookie rejected [JSESSIONID="69A13C5B9A1C62F1DDD101349B73D9CF", 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] 20170530-06:57:27: [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] 20170530-06:57:28: [WARN]: Cookie rejected [JSESSIONID="F7CDE0620A17DF416FBBF650EE3122C5", 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] 20170530-06:57:28: [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] 20170530-06:57:28: [WARN]: Cookie rejected [JSESSIONID="069F22E38CAA3A33CD592449F180661E", 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] 20170530-06:57:28: [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] 20170530-06:57:29: [WARN]: Cookie rejected [JSESSIONID="8517224586C03701F70C33027EADE3D8", 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] 20170530-06:57:29: [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] 20170530-06:57:30: [WARN]: Cookie rejected [JSESSIONID="75D80F249424108AB1E6675FD84E5010", 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] 20170530-06:57:30: [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] 20170530-06:57:30: [WARN]: Cookie rejected [JSESSIONID="6CB73F4018C7B364DB041FFF8CCAE5C1", 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] 20170530-06:57:30: [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] 20170530-06:57:31: [WARN]: Cookie rejected [JSESSIONID="095E0CB2FCA7180222922192EC4DF2EF", 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] 20170530-06:57:31: [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] 20170530-06:57:31: [WARN]: Cookie rejected [JSESSIONID="3D7AAF33EE8E2606CA793DB153504D01", 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] 20170530-06:57:31: [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] 20170530-06:57:32: [WARN]: Cookie rejected [JSESSIONID="C1E08F3DF14B53A0FE41EC0354965F01", 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] 20170530-06:57:32: [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] 20170530-06:57:33: [WARN]: Cookie rejected [JSESSIONID="C0FCBDCFA888A204397185146EBC9564", 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] 20170530-06:57:33: [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] 20170530-06:57:33: [WARN]: Cookie rejected [JSESSIONID="F3ABD5029EC69B366AC883CF07B81BD6", 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] 20170530-06:57:33: [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] 20170530-06:57:34: [WARN]: Cookie rejected [JSESSIONID="26856EA255B68218BBDF11D560BB0DD1", 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] 20170530-06:57:34: [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] 20170530-06:57:35: [WARN]: Cookie rejected [JSESSIONID="836D71FA0D69D78CA937EC6D245BC3B0", 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] 20170530-06:57:35: [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] 20170530-06:57:35: [WARN]: Cookie rejected [JSESSIONID="62D8E4922D232CCFE8A9AE8EF67CE1F9", 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] 20170530-06:57:35: [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] 20170530-06:57:36: [WARN]: Cookie rejected [JSESSIONID="EDE021E22BA4F57A4291D99B15D8A857", 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] 20170530-06:57:36: [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] 20170530-06:57:36: [WARN]: Cookie rejected [JSESSIONID="73892E0FE7E661A05D9C2183EAB4E217", 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] 20170530-06:57:36: [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] 20170530-06:57:37: [WARN]: Cookie rejected [JSESSIONID="4A4D7E2B31DA4F92AA7EFFBE9D1D5386", 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] 20170530-06:57:37: [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] 20170530-06:57:38: [WARN]: Cookie rejected [JSESSIONID="D041A36871D85C93A70BB8C570062B29", 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] 20170530-06:57:38: [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] 20170530-06:57:38: [WARN]: Cookie rejected [JSESSIONID="C0FD7F0B849CABBD7681B860D206B52E", 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] 20170530-06:57:38: [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] 20170530-06:57:39: [WARN]: Cookie rejected [JSESSIONID="0199D7411795F90F80FB6706CC209A03", 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] 20170530-06:57:39: [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] 20170530-06:57:39: [WARN]: Cookie rejected [JSESSIONID="7A0C15D1394AB1A2D5911684D93FF6BF", 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] 20170530-06:57:39: [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] 20170530-06:57:40: [WARN]: Cookie rejected [JSESSIONID="2E615E8D1C1286CA79D165E088FC16E8", 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] 20170530-06:57:40: [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] 20170530-06:57:40: [WARN]: Cookie rejected [JSESSIONID="A37988293B56C0DD91B8378ACF15A01C", 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] 20170530-06:57:40: [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] 20170530-06:57:41: [WARN]: Cookie rejected [JSESSIONID="469193EEC0E5258AF6FC878D547EC35E", 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] 20170530-06:57:41: [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] 20170530-06:57:42: [WARN]: Cookie rejected [JSESSIONID="3DCF914CD8E862C0D88ECE3CDE24B871", 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] 20170530-06:57:42: [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] 20170530-06:57:42: [WARN]: Cookie rejected [JSESSIONID="CA628E886F69F68E6FA9B82F2AB8FCD3", 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] 20170530-06:57:42: [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] 20170530-06:57:43: [WARN]: Cookie rejected [JSESSIONID="040678DD8933BE1A72DC81B3B2A615A5", 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] 20170530-06:57:43: [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] 20170530-06:57:43: [WARN]: Cookie rejected [JSESSIONID="E46A75BFAAEAD137FB029EEB994BD1BD", 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] 20170530-06:57:43: [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] 20170530-06:57:44: [WARN]: Cookie rejected [JSESSIONID="B4D2919A3734076E1D4999A08B8DE6E4", 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] 20170530-06:57:44: [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] 20170530-06:57:45: [WARN]: Cookie rejected [JSESSIONID="799E1AF7E31C4360B1E2DD267582127E", 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] 20170530-06:57:45: [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] 20170530-06:57:45: [WARN]: Cookie rejected [JSESSIONID="DCA1B934F96FF6AD285F159AEE412326", 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] 20170530-06:57:45: [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] 20170530-06:57:46: [WARN]: Cookie rejected [JSESSIONID="6C28C5CAF08AA54C3DF7D48B26BE45FF", 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] 20170530-06:57:46: [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] 20170530-06:57:47: [WARN]: Cookie rejected [JSESSIONID="F0F819B8C43D6A36DB7005214F8AA450", 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] 20170530-06:57:47: [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] 20170530-06:57:47: [WARN]: Cookie rejected [JSESSIONID="22C614BEBE228D51821F135FBF8EB2C0", 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] 20170530-06:57:47: [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] 20170530-06:57:48: [WARN]: Cookie rejected [JSESSIONID="8A5E458EC17D4A668D704903F7B8AB61", 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] 20170530-06:57:48: [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] 20170530-06:57:48: [WARN]: Cookie rejected [JSESSIONID="1C9CE2C07921B496B81B5D72BE870115", 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] 20170530-06:57:48: [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] 20170530-06:57:49: [WARN]: Cookie rejected [JSESSIONID="AFA39BE7785861B1934C4A215F03A784", 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] 20170530-06:57:49: [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] 20170530-06:57:50: [WARN]: Cookie rejected [JSESSIONID="6B504466322CA78BBF237FAA5912280F", 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] 20170530-06:57:50: [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] 20170530-06:57:50: [WARN]: Cookie rejected [JSESSIONID="9C997D1404EF2A16E53E7993F8E20BF9", 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] 20170530-06:57:50: [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] 20170530-06:57:51: [WARN]: Cookie rejected [JSESSIONID="21FD3EA191C564BC119EAB7D91917CAC", 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] 20170530-06:57:51: [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] 20170530-06:57:52: [WARN]: Cookie rejected [JSESSIONID="26166AB46CF5D6F36EA7D12E6A923373", 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] 20170530-06:57:52: [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] 20170530-06:57:52: [WARN]: Cookie rejected [JSESSIONID="83B036959A5318870E7339F4CFD404A4", 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] 20170530-06:57:52: [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] 20170530-06:57:53: [WARN]: Cookie rejected [JSESSIONID="428D31F947EE72AD36DFD2F72012C757", 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] 20170530-06:57:53: [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] 20170530-06:57:53: [WARN]: Cookie rejected [JSESSIONID="069DFF5B4054DF195ED8AACB96EFCB19", 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] 20170530-06:57:53: [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] 20170530-06:57:54: [WARN]: Cookie rejected [JSESSIONID="13CA7FA1849A350E3E0AB0172AE34872", 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] 20170530-06:57:54: [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] 20170530-06:57:55: [WARN]: Cookie rejected [JSESSIONID="1AA58318EA0C14CE8D6C8234EE4A91FF", 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] 20170530-06:57:55: [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] 20170530-06:57:55: [WARN]: Cookie rejected [JSESSIONID="4A2E598967F4458B118B1D820CCCD296", 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] 20170530-06:57:55: [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] 20170530-06:57:56: [WARN]: Cookie rejected [JSESSIONID="04552358327205E51274EB44CE38AA96", 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] 20170530-06:57:56: [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] 20170530-06:57:56: [WARN]: Cookie rejected [JSESSIONID="9B4C88FE94B72CB2C98EE5A41D16D2EC", 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] 20170530-06:57:56: [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] 20170530-06:57:57: [WARN]: Cookie rejected [JSESSIONID="CAB5AD6AC8D7DF9D365DC36C382F9E8B", 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] 20170530-06:57:57: [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] 20170530-06:57:58: [WARN]: Cookie rejected [JSESSIONID="2D0BA9A08BDD082F3F52EE091A0222DA", 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] 20170530-06:57:58: [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] 20170530-06:57:58: [WARN]: Cookie rejected [JSESSIONID="25F0C3F7675471725B22C4D315A3B134", 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] 20170530-06:57:58: [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] 20170530-06:57:59: [WARN]: Cookie rejected [JSESSIONID="D7738FBBE0CDB08A38BBA95D73A05E58", 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] 20170530-06:57:59: [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] 20170530-06:57:59: [WARN]: Cookie rejected [JSESSIONID="17CD354C00F4D6EF1D9FECEF91BE78EA", 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] 20170530-06:57:59: [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] 20170530-06:58:00: [WARN]: Cookie rejected [JSESSIONID="3E32DE1A05D3912FBDD6136FB4C82288", 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] 20170530-06:58:00: [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] 20170530-06:58:01: [WARN]: Cookie rejected [JSESSIONID="E1CE916EA66F18E9B28B3C44162AD007", 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] 20170530-06:58:01: [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] 20170530-06:58:01: [WARN]: Cookie rejected [JSESSIONID="D1B98110E7EFFB44AC851486ADA992A0", 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] 20170530-06:58:01: [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] 20170530-06:58:02: [WARN]: Cookie rejected [JSESSIONID="4DAB7E9CD448CA497566FA0B37F49EA4", 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] 20170530-06:58:02: [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] 20170530-06:58:03: [WARN]: Cookie rejected [JSESSIONID="8A21B4BDEAD97A76EBE7AA41693388BE", 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] 20170530-06:58:03: [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] 20170530-06:58:03: [WARN]: Cookie rejected [JSESSIONID="564259D8443C095785BCC6599C299B19", 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] 20170530-06:58:03: [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] 20170530-06:58:04: [WARN]: Cookie rejected [JSESSIONID="F9CD2180CC0A5BA244353D44B6A9D43B", 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] 20170530-06:58:04: [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] 20170530-06:58:04: [WARN]: Cookie rejected [JSESSIONID="BE980DDB5A831AC0D86E405381EC625D", 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] 20170530-06:58:04: [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] 20170530-06:58:05: [WARN]: Cookie rejected [JSESSIONID="AFA562BA80FBB7DFECA3E5E616D776D1", 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] 20170530-06:58:05: [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] 20170530-06:58:06: [WARN]: Cookie rejected [JSESSIONID="5B32898D46E016030EB9074DADEE6210", 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] 20170530-06:58:06: [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] 20170530-06:58:06: [WARN]: Cookie rejected [JSESSIONID="A2D1FC759824591692131E26A575CEE7", 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] 20170530-06:58:06: [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] 20170530-06:58:07: [WARN]: Cookie rejected [JSESSIONID="338D276943542A852C45DB3BE92DDDEA", 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] 20170530-06:58:07: [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] 20170530-06:58:07: [WARN]: Cookie rejected [JSESSIONID="C9B21CB2F1CAA32B44E395045F4083DE", 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] 20170530-06:58:07: [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] 20170530-06:58:08: [WARN]: Cookie rejected [JSESSIONID="27A06768A169474F6F56BF8E65335C7E", 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] 20170530-06:58:08: [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] 20170530-06:58:09: [WARN]: Cookie rejected [JSESSIONID="DD2FF847A83C522C30CDA5E3AECCD979", 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] 20170530-06:58:09: [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] 20170530-06:58:09: [WARN]: Cookie rejected [JSESSIONID="6C71457F269F7AF2AC038C37A18DB1F1", 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] 20170530-06:58:09: [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] 20170530-06:58:10: [WARN]: Cookie rejected [JSESSIONID="BC74E44BC946948A3C020057FCB9E14F", 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] 20170530-06:58:10: [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] 20170530-06:58:11: [WARN]: Cookie rejected [JSESSIONID="455E38B1299B77417BD34C83EEB39C6B", 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] 20170530-06:58:11: [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] 20170530-06:58:11: [WARN]: Cookie rejected [JSESSIONID="80374AF928A8D20E990FA49F854BA54F", 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] 20170530-06:58:11: [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] 20170530-06:58:12: [WARN]: Cookie rejected [JSESSIONID="5C823CE9B0F65284C0F4C36FED269B4B", 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] 20170530-06:58:12: [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] 20170530-06:58:12: [WARN]: Cookie rejected [JSESSIONID="A4BA84F5038368D24AC9518F1E2F1863", 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] 20170530-06:58:12: [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] 20170530-06:58:13: [WARN]: Cookie rejected [JSESSIONID="8BE06754733395A14AC4157588B72EE2", 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] 20170530-06:58:13: [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] 20170530-06:58:13: [WARN]: Cookie rejected [JSESSIONID="BC616F3CCBB7A77B9BC60EECA36CCF1A", 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] 20170530-06:58:13: [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] 20170530-06:58:14: [WARN]: Cookie rejected [JSESSIONID="57A77B7C534CD9E703FF4F5C57EC8007", 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] 20170530-06:58:14: [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] 20170530-06:58:15: [WARN]: Cookie rejected [JSESSIONID="C0DF49AC565D346FCCF6034CA2BBF50B", 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] 20170530-06:58:15: [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] 20170530-06:58:15: [WARN]: Cookie rejected [JSESSIONID="1E55D1D1BA1F3FA19D9DA52EBD30622F", 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] 20170530-06:58:15: [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] 20170530-06:58:16: [WARN]: Cookie rejected [JSESSIONID="527722D4F15027BCBD9069F6D6D2E7A5", 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] 20170530-06:58:16: [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] 20170530-06:58:17: [WARN]: Cookie rejected [JSESSIONID="842D567F51C7236A6AEBEEFC0193F47C", 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] 20170530-06:58:17: [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] 20170530-06:58:17: [WARN]: Cookie rejected [JSESSIONID="108ECBF927F580F81E813E1178D3B509", 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] 20170530-06:58:17: [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] 20170530-06:58:18: [WARN]: Cookie rejected [JSESSIONID="3D691DFA45C58F40464A3476C910144A", 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] 20170530-06:58:18: [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] 20170530-06:58:18: [WARN]: Cookie rejected [JSESSIONID="B8CF74522E14DD2B48F9B2E0017E8065", 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] 20170530-06:58:18: [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] 20170530-06:58:19: [WARN]: Cookie rejected [JSESSIONID="984DCA85D1BB4EC8DFE68510004736A7", 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] 20170530-06:58:19: [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] 20170530-06:58:20: [WARN]: Cookie rejected [JSESSIONID="F61D1A95600EA050A5110C9AD5AAB04D", 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] 20170530-06:58:20: [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] 20170530-06:58:20: [WARN]: Cookie rejected [JSESSIONID="447EE13E5B12AC1687FD4F7B4C0D9ECD", 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] 20170530-06:58:20: [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] 20170530-06:58:21: [WARN]: Cookie rejected [JSESSIONID="86C345215B5E2F3843A7CBAAD1C177A1", 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] 20170530-06:58:21: [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] 20170530-06:58:22: [WARN]: Cookie rejected [JSESSIONID="EB119438E7967C43F1D5C33248B96CCC", 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] 20170530-06:58:22: [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] 20170530-06:58:22: [WARN]: Cookie rejected [JSESSIONID="77D6E4B925252096B0018CCCA4C2A4E7", 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] 20170530-06:58:22: [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] 20170530-06:58:23: [WARN]: Cookie rejected [JSESSIONID="2B2612EC9FFA60C84867DA563F6BE320", 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] 20170530-06:58:23: [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] 20170530-06:58:23: [WARN]: Cookie rejected [JSESSIONID="C6F6525F5E65A5D68293A5232B958725", 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] 20170530-06:58:23: [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] 20170530-06:58:24: [WARN]: Cookie rejected [JSESSIONID="4886AEBC8F6E0E21A15D55C8D9C23772", 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] 20170530-06:58:24: [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] 20170530-06:58:25: [WARN]: Cookie rejected [JSESSIONID="37C1B92D4C705C8BF824DD8635229D3A", 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] 20170530-06:58:25: [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] 20170530-06:58:25: [WARN]: Cookie rejected [JSESSIONID="C3CB4056A4C5560801388E361150C167", 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] 20170530-06:58:25: [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] 20170530-06:58:26: [WARN]: Cookie rejected [JSESSIONID="ED7AA3A3680777CD569B94793A572A31", 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] 20170530-06:58:26: [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] 20170530-06:58:26: [WARN]: Cookie rejected [JSESSIONID="D592D393C9BC6FDF52B3CE1629F05E36", 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] 20170530-06:58:26: [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] 20170530-06:58:27: [WARN]: Cookie rejected [JSESSIONID="A1B565524F855F12E3974B00238934E5", 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] 20170530-06:58:27: [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] 20170530-06:58:28: [WARN]: Cookie rejected [JSESSIONID="B1EFE2CD95A9FF864F1E2A57E1A301CE", 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] 20170530-06:58:28: [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] 20170530-06:58:28: [WARN]: Cookie rejected [JSESSIONID="725D0A21A8815976AB1C9B463FEFA4D2", 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] 20170530-06:58:28: [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] 20170530-06:58:29: [WARN]: Cookie rejected [JSESSIONID="4E93364FCA2AFFCFA982E86E5362B757", 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] 20170530-06:58:29: [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] 20170530-06:58:29: [WARN]: Cookie rejected [JSESSIONID="6CCA7BF651B17C91E1A5DF40B37354CC", 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] 20170530-06:58:29: [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] 20170530-06:58:30: [WARN]: Cookie rejected [JSESSIONID="E379975DBA890A0F86AF25AC2556EC2C", 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] 20170530-06:58:30: [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] 20170530-06:58:31: [WARN]: Cookie rejected [JSESSIONID="852B9D28C307ED41B3C72BEB2D3C8D00", 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] 20170530-06:58:31: [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] 20170530-06:58:31: [WARN]: Cookie rejected [JSESSIONID="BC683AF3A178E9473A9583FEF820C06F", 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] 20170530-06:58:31: [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] 20170530-06:58:32: [WARN]: Cookie rejected [JSESSIONID="3AC0E2D178B33D7C20E1C4EE683C76EA", 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] 20170530-06:58:32: [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] 20170530-06:58:32: [WARN]: Cookie rejected [JSESSIONID="47607746659D936439502970D18A1B85", 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] 20170530-06:58:32: [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] 20170530-06:58:33: [WARN]: Cookie rejected [JSESSIONID="7ED4F2E0115F01B156720F62958214D7", 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] 20170530-06:58:33: [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] 20170530-06:58:33: [WARN]: Cookie rejected [JSESSIONID="8AC052227082FA7D3559B24375ED044A", 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] 20170530-06:58:33: [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] 20170530-06:58:34: [WARN]: Cookie rejected [JSESSIONID="3DD972F6DE984304B6DCBC6CF53BE253", 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] 20170530-06:58:34: [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] 20170530-06:58:35: [WARN]: Cookie rejected [JSESSIONID="9A25680E2D2F8AFE85CFBB3829F948C9", 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] 20170530-06:58:35: [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] 20170530-06:58:35: [WARN]: Cookie rejected [JSESSIONID="05E621DB41E82B02539A7EA13860384E", 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] 20170530-06:58:35: [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] 20170530-06:58:36: [WARN]: Cookie rejected [JSESSIONID="0F313D902DD36841D53D7417B8893026", 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] 20170530-06:58:36: [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] 20170530-06:58:37: [WARN]: Cookie rejected [JSESSIONID="A2BAC60851941F9CB12E7A67A8F38378", 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] 20170530-06:58:37: [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] 20170530-06:58:37: [WARN]: Cookie rejected [JSESSIONID="785AFB64AF9BFBD6A858CCBD31F11901", 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] 20170530-06:58:37: [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] 20170530-06:58:38: [WARN]: Cookie rejected [JSESSIONID="A027CE62B0997E4E89C179609905A20C", 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] 20170530-06:58:38: [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] 20170530-06:58:38: [WARN]: Cookie rejected [JSESSIONID="4475EFD9FFEAFCE5B5A117A5D7973A08", 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] 20170530-06:58:38: [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] 20170530-06:58:39: [WARN]: Cookie rejected [JSESSIONID="892C9A1D0248050DFB260E13581FDFB6", 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] 20170530-06:58:39: [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] 20170530-06:58:40: [WARN]: Cookie rejected [JSESSIONID="AE45A2C2D454E50EFD9EC4ECC316D04A", 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] 20170530-06:58:40: [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] 20170530-06:58:40: [WARN]: Cookie rejected [JSESSIONID="ACD3E762D3688429B7B657908EE7E074", 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] 20170530-06:58:40: [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] 20170530-06:58:41: [WARN]: Cookie rejected [JSESSIONID="E49031A760C06A18BBE5E3E889DC8F14", 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] 20170530-06:58:41: [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] 20170530-06:58:42: [WARN]: Cookie rejected [JSESSIONID="3D79C3A95C91A412F6BD3303880F780E", 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] 20170530-06:58:42: [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] 20170530-06:58:42: [WARN]: Cookie rejected [JSESSIONID="E0E4F6D307FB53513B7CE41AD38D8DF8", 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] 20170530-06:58:42: [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] 20170530-06:58:43: [WARN]: Cookie rejected [JSESSIONID="72DA460C9F2DDEA6EC9C0F1785C28B2B", 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] 20170530-06:58:43: [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] 20170530-06:58:43: [WARN]: Cookie rejected [JSESSIONID="E8334151C35F46724B2F670A7075725A", 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] 20170530-06:58:43: [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] 20170530-06:58:44: [WARN]: Cookie rejected [JSESSIONID="8429D504B8FC0434A5EC18BA436FA5FA", 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] 20170530-06:58:44: [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] 20170530-06:58:45: [WARN]: Cookie rejected [JSESSIONID="4F12D159FC2775500C98A0C1E30A12AB", 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] 20170530-06:58:45: [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] 20170530-06:58:45: [WARN]: Cookie rejected [JSESSIONID="DC20F4DDA6D95B514F5B65AE3F0CC2E7", 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] 20170530-06:58:45: [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] 20170530-06:58:46: [WARN]: Cookie rejected [JSESSIONID="9CD464D116E63493E48F8831C4D824B6", 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] 20170530-06:58:46: [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] 20170530-06:58:46: [WARN]: Cookie rejected [JSESSIONID="AEE379854A9F1789F6CDBA38AF448D12", 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] 20170530-06:58:46: [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] 20170530-06:58:47: [WARN]: Cookie rejected [JSESSIONID="C64CC72AEEBF951CAA9812DDE5DC4D51", 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] 20170530-06:58:47: [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] 20170530-06:58:48: [WARN]: Cookie rejected [JSESSIONID="58D1E46F876D4A0ABB157F5DFECAA93F", 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] 20170530-06:58:48: [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] 20170530-06:58:48: [WARN]: Cookie rejected [JSESSIONID="4B57994874961BD8BFEFB345EAA632A8", 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] 20170530-06:58:48: [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] 20170530-06:58:49: [WARN]: Cookie rejected [JSESSIONID="3EF4C4D73C220562CAF42D2BA28452DD", 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] 20170530-06:58:49: [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] 20170530-06:58:49: [WARN]: Cookie rejected [JSESSIONID="6ACBE479AB6CAC43575BBD5EDF429981", 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] 20170530-06:58:49: [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] 20170530-06:58:50: [WARN]: Cookie rejected [JSESSIONID="D41CA4D1645DD74911EC70FF1F043DAB", 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] 20170530-06:58:50: [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] 20170530-06:58:51: [WARN]: Cookie rejected [JSESSIONID="F5825FDBA70D0CEFA0D364CBF0305831", 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] 20170530-06:58:51: [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] 20170530-06:58:51: [WARN]: Cookie rejected [JSESSIONID="EA78F8D7A541CCF21F8B3066D39FA43D", 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] 20170530-06:58:51: [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] 20170530-06:58:52: [WARN]: Cookie rejected [JSESSIONID="6186D888D55FEA97962D55BF373B3906", 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] 20170530-06:58:52: [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] 20170530-06:58:53: [WARN]: Cookie rejected [JSESSIONID="98619DCA8F1D3F3C4671557D91A452BB", 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] 20170530-06:58:53: [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] 20170530-06:58:53: [WARN]: Cookie rejected [JSESSIONID="62DE581065CE52827A0DE1C12B590D7D", 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] 20170530-06:58:53: [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] 20170530-06:58:54: [WARN]: Cookie rejected [JSESSIONID="EB24F7A7CE258B0078B4CD5380216012", 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] 20170530-06:58:54: [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] 20170530-06:58:55: [WARN]: Cookie rejected [JSESSIONID="FF6F9F9EDF55A271594579D38C320985", 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] 20170530-06:58:55: [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] 20170530-06:58:55: [WARN]: Cookie rejected [JSESSIONID="9F6960571FE0FC94B43CE96B019B5D16", 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] 20170530-06:58:55: [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] 20170530-06:58:56: [WARN]: Cookie rejected [JSESSIONID="11127911A279D8DA28416BA15C6CCED1", 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] 20170530-06:58:56: [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] 20170530-06:58:56: [WARN]: Cookie rejected [JSESSIONID="332FF404E2695A345A1B2890AE3F76CA", 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] 20170530-06:58:56: [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] 20170530-06:58:57: [WARN]: Cookie rejected [JSESSIONID="C995F4AEF3EA3EF8CFC7538044E00347", 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] 20170530-06:58:57: [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] 20170530-06:58:58: [WARN]: Cookie rejected [JSESSIONID="03C650F879A821A9C26691C9437EF355", 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] 20170530-06:58:58: [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] 20170530-06:58:58: [WARN]: Cookie rejected [JSESSIONID="D0D3613798E130C5AD0C7B2207E3FF1F", 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] 20170530-06:58:58: [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] 20170530-06:58:59: [WARN]: Cookie rejected [JSESSIONID="013CD92CDD6F7E34541C443D138B545E", 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] 20170530-06:58:59: [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] 20170530-06:58:59: [WARN]: Cookie rejected [JSESSIONID="C10624F79132978204C86E537CB1116C", 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] 20170530-06:58:59: [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] 20170530-06:59:00: [WARN]: Cookie rejected [JSESSIONID="BA0EE442FE33208FADC438EED31A71E3", 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] 20170530-06:59:00: [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] 20170530-06:59:01: [WARN]: Cookie rejected [JSESSIONID="E5A1300763C942266E69CB951DC90DC1", 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] 20170530-06:59:01: [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] 20170530-06:59:01: [WARN]: Cookie rejected [JSESSIONID="99BAFDA932EC95B5A83B644ECA8F1570", 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] 20170530-06:59:01: [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] 20170530-06:59:02: [WARN]: Cookie rejected [JSESSIONID="11DDDEE9D8B2E3417D6C417F3E8D292F", 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] 20170530-06:59:02: [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] 20170530-06:59:03: [WARN]: Cookie rejected [JSESSIONID="906114750590B8247192B46472422A65", 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] 20170530-06:59:03: [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] 20170530-06:59:03: [WARN]: Cookie rejected [JSESSIONID="7E885002D88846B4E6E9EB9D598AC22F", 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] 20170530-06:59:03: [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] 20170530-06:59:04: [WARN]: Cookie rejected [JSESSIONID="8AACE689D9C1CEB0B5BAE591B0FCA4D2", 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] 20170530-06:59:04: [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] 20170530-06:59:04: [WARN]: Cookie rejected [JSESSIONID="6F428AFF8BBC396FE940A7D352C4D60A", 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] 20170530-06:59:04: [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] 20170530-06:59:05: [WARN]: Cookie rejected [JSESSIONID="34F6F80B29DE3780CEE7ACEDACB1517E", 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] 20170530-06:59:05: [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] 20170530-06:59:06: [WARN]: Cookie rejected [JSESSIONID="5B68C18FE3568A514D2DEAACA6FEF1AC", 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] 20170530-06:59:06: [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] 20170530-06:59:06: [WARN]: Cookie rejected [JSESSIONID="5B67BFF05F7FE730A69AA012E3BDB240", 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] 20170530-06:59:06: [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] 20170530-06:59:07: [WARN]: Cookie rejected [JSESSIONID="87B9C505A9793CFBBE731FED447A0A6B", 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] 20170530-06:59:07: [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] 20170530-06:59:07: [WARN]: Cookie rejected [JSESSIONID="70C7D0697C06A1304366C116545926E2", 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] 20170530-06:59:07: [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] 20170530-06:59:08: [WARN]: Cookie rejected [JSESSIONID="AFED843B32A9C38C8C2A59D1CD76C7F1", 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] 20170530-06:59:08: [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] 20170530-06:59:09: [WARN]: Cookie rejected [JSESSIONID="9C12ACC9532E0EBEE271B5F3084AB54A", 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] 20170530-06:59:09: [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] 20170530-06:59:09: [WARN]: Cookie rejected [JSESSIONID="C2054A628F59148DFCDE68C52767D50B", 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] 20170530-06:59:09: [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] 20170530-06:59:10: [WARN]: Cookie rejected [JSESSIONID="E2DF72F5FE00FC4FB0FCD88D2AD0F631", 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] 20170530-06:59:10: [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] 20170530-06:59:11: [WARN]: Cookie rejected [JSESSIONID="66483DE5E5B7F46429012726003847AE", 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] 20170530-06:59:11: [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] 20170530-06:59:11: [WARN]: Cookie rejected [JSESSIONID="87AA26A9C9C8F942D3E33B18E756730E", 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] 20170530-06:59:11: [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] 20170530-06:59:12: [WARN]: Cookie rejected [JSESSIONID="88F258F4800F630FDCF8343AC8646703", 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] 20170530-06:59:12: [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] 20170530-06:59:12: [WARN]: Cookie rejected [JSESSIONID="D72B2E17BDCDFC712D12DCA188EA11C4", 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] 20170530-06:59:12: [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] 20170530-06:59:13: [WARN]: Cookie rejected [JSESSIONID="FFE21C99033384DE503D4D75E4CE31F2", 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] 20170530-06:59:13: [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] 20170530-06:59:14: [WARN]: Cookie rejected [JSESSIONID="8ACADC8E44A4D69D0C223529867DEE3A", 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] 20170530-06:59:14: [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] 20170530-06:59:14: [WARN]: Cookie rejected [JSESSIONID="B354D581EAE66BFEFACD4224D960C5A1", 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] 20170530-06:59:14: [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] 20170530-06:59:15: [WARN]: Cookie rejected [JSESSIONID="B5D62B237C904E74C71E8B5EBF17E981", 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] 20170530-06:59:15: [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] 20170530-06:59:15: [WARN]: Cookie rejected [JSESSIONID="A45E0632D421B7B3843F334858193AA9", 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] 20170530-06:59:15: [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] 20170530-06:59:16: [WARN]: Cookie rejected [JSESSIONID="3C897BA1E7A3C944DE4C5E62E73C7C58", 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] 20170530-06:59:16: [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] 20170530-06:59:17: [WARN]: Cookie rejected [JSESSIONID="3E2DD6CBC21041AA159D2D84E0420A59", 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] 20170530-06:59:17: [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] 20170530-06:59:17: [WARN]: Cookie rejected [JSESSIONID="7467E6BE9745FDACD7C63F54F955B34F", 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] 20170530-06:59:17: [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] 20170530-06:59:18: [WARN]: Cookie rejected [JSESSIONID="F0CB02A2AE0651D2A1EF773D8F1771E3", 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] 20170530-06:59:18: [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] 20170530-06:59:19: [WARN]: Cookie rejected [JSESSIONID="2EA119784FFC7F885F24625F35EC71E4", 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] 20170530-06:59:19: [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] 20170530-06:59:19: [WARN]: Cookie rejected [JSESSIONID="D0BBD78F83EF2D5F8598C2C939632BCB", 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] 20170530-06:59:19: [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] 20170530-06:59:20: [WARN]: Cookie rejected [JSESSIONID="82753088F5B5F5A7EE37B0B3421824F1", 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] 20170530-06:59:20: [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] 20170530-06:59:21: [WARN]: Cookie rejected [JSESSIONID="BEBC24597895841380D7F2C2D36C9ACE", 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] 20170530-06:59:21: [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] 20170530-06:59:21: [WARN]: Cookie rejected [JSESSIONID="59B2D4E1FA913D081217855E7B20632C", 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] 20170530-06:59:21: [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] 20170530-06:59:22: [WARN]: Cookie rejected [JSESSIONID="AC59FFD8BDAF565962276F0B0B98C262", 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] 20170530-06:59:22: [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] 20170530-06:59:22: [WARN]: Cookie rejected [JSESSIONID="A09ED0D9356C3CFC6BDBF9034487831A", 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] 20170530-06:59:22: [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] 20170530-06:59:23: [WARN]: Cookie rejected [JSESSIONID="731D24DABBC1CDF709AB1CB69BE51E2D", 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] 20170530-06:59:23: [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] 20170530-06:59:24: [WARN]: Cookie rejected [JSESSIONID="415EBE75742203CD5940CA88B91ADFF7", 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] 20170530-06:59:24: [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] 20170530-06:59:24: [WARN]: Cookie rejected [JSESSIONID="B6649A0C1642196B108111E53BAFCD95", 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] 20170530-06:59:24: [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] 20170530-06:59:25: [WARN]: Cookie rejected [JSESSIONID="FA515FFFB02981D2A92C637A77694B27", 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] 20170530-06:59:25: [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] 20170530-06:59:26: [WARN]: Cookie rejected [JSESSIONID="70AF6BDF90EEA32F1D4DF682E4727C43", 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] 20170530-06:59:26: [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] 20170530-06:59:26: [WARN]: Cookie rejected [JSESSIONID="F9DD0963B7F7B9CEC7B47E2F152D8083", 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] 20170530-06:59:26: [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] 20170530-06:59:27: [WARN]: Cookie rejected [JSESSIONID="7AD56F16F9C88F31CA1D28CAC6F9888C", 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] 20170530-06:59:27: [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] 20170530-06:59:27: [WARN]: Cookie rejected [JSESSIONID="F46210A79BEE9CAEA7AFC990114011E4", 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] 20170530-06:59:27: [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] 20170530-06:59:28: [WARN]: Cookie rejected [JSESSIONID="34F1F2E6F532A053CE3CA1BD33488499", 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] 20170530-06:59:28: [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] 20170530-06:59:29: [WARN]: Cookie rejected [JSESSIONID="CC60C655643AC0BE6BCDC48BA15A41C7", 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] 20170530-06:59:29: [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] 20170530-06:59:29: [WARN]: Cookie rejected [JSESSIONID="DB481DACCF1927FF946CBB402910FA9C", 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] 20170530-06:59:29: [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] 20170530-06:59:30: [WARN]: Cookie rejected [JSESSIONID="F36A1137D1F4AB5C1A305B87CAF85FD5", 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] 20170530-06:59:30: [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] 20170530-06:59:31: [WARN]: Cookie rejected [JSESSIONID="CF07E6A404EE380723170A43E5AE5454", 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] 20170530-06:59:31: [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] 20170530-06:59:31: [WARN]: Cookie rejected [JSESSIONID="33AFB43E3ADCD4CE971E672DEA44900B", 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] 20170530-06:59:31: [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] 20170530-06:59:32: [WARN]: Cookie rejected [JSESSIONID="DFE41AF83BA11FB9A813C78626287BE9", 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] 20170530-06:59:32: [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] 20170530-06:59:32: [WARN]: Cookie rejected [JSESSIONID="576A485C6FB50DAE43C83EFC0A2825F8", 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] 20170530-06:59:32: [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] 20170530-06:59:33: [WARN]: Cookie rejected [JSESSIONID="4A742E4F4EC77CB0AE0AE7AADEFAB9D1", 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] 20170530-06:59:33: [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] 20170530-06:59:33: [WARN]: Cookie rejected [JSESSIONID="0B26FDE475ED04040CCE5977F1CAE2E1", 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] 20170530-06:59:33: [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] 20170530-06:59:34: [WARN]: Cookie rejected [JSESSIONID="ACABD4F6F86FB62810D469629864CB0F", 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] 20170530-06:59:34: [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] 20170530-06:59:35: [WARN]: Cookie rejected [JSESSIONID="0F4BC2242CEB5D9A0B9B526590A7A9C2", 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] 20170530-06:59:35: [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] 20170530-06:59:35: [WARN]: Cookie rejected [JSESSIONID="202A20861AB85CB05BE9A2A5D9F46310", 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] 20170530-06:59:35: [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] 20170530-06:59:36: [WARN]: Cookie rejected [JSESSIONID="1E93E2AF55C0F1717F54035CAE42763E", 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] 20170530-06:59:36: [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] 20170530-06:59:37: [WARN]: Cookie rejected [JSESSIONID="17D8E2E4B605B03A757300C539A5CDC8", 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] 20170530-06:59:37: [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] 20170530-06:59:37: [WARN]: Cookie rejected [JSESSIONID="628EA2A25532EA0309BE85B85642F762", 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] 20170530-06:59:37: [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] 20170530-06:59:38: [WARN]: Cookie rejected [JSESSIONID="491721612D1B436983DF4113E68802D8", 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] 20170530-06:59:38: [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] 20170530-06:59:38: [WARN]: Cookie rejected [JSESSIONID="7AAD3FF66B41367D86D9D8F4F5AF42A5", 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] 20170530-06:59:38: [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] 20170530-06:59:39: [WARN]: Cookie rejected [JSESSIONID="F58CD1B76F664A790E98B7DB8EDCD1D3", 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] 20170530-06:59:39: [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] 20170530-06:59:39: [WARN]: Cookie rejected [JSESSIONID="0198527B297432633C36825666712155", 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] 20170530-06:59:39: [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] 20170530-06:59:40: [WARN]: Cookie rejected [JSESSIONID="33261BE8296649B170E8CAE317A77ACF", 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] 20170530-06:59:40: [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] 20170530-06:59:41: [WARN]: Cookie rejected [JSESSIONID="9E4DB159A46115188DFC3E3AC20E6CA4", 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] 20170530-06:59:41: [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] 20170530-06:59:41: [WARN]: Cookie rejected [JSESSIONID="B67CAE76610ED7FA427203F2C92C8A5F", 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] 20170530-06:59:41: [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] 20170530-06:59:42: [WARN]: Cookie rejected [JSESSIONID="E4C18280E835B5D16876DB214A5555FF", 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] 20170530-06:59:42: [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] 20170530-06:59:42: [WARN]: Cookie rejected [JSESSIONID="0929DF4C8313D60F55B8F36D9030A063", 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] 20170530-06:59:42: [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] 20170530-06:59:43: [WARN]: Cookie rejected [JSESSIONID="7DDC80C1AA454C60E61673D8F9F56675", 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] 20170530-06:59:43: [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] 20170530-06:59:44: [WARN]: Cookie rejected [JSESSIONID="D821E6CF6220C5AB1357FAF8B6A42741", 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] 20170530-06:59:44: [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] 20170530-06:59:44: [WARN]: Cookie rejected [JSESSIONID="1F22FB36D03DC039FF883C7420FE8D31", 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] 20170530-06:59:44: [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] 20170530-06:59:45: [WARN]: Cookie rejected [JSESSIONID="900B2CE64371C278BEB2ED0B72296DA6", 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] 20170530-06:59:45: [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] 20170530-06:59:46: [WARN]: Cookie rejected [JSESSIONID="A5219E45A48BCE39A5370D8F64944AA3", 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] 20170530-06:59:46: [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] 20170530-06:59:46: [WARN]: Cookie rejected [JSESSIONID="9EC45C834AFD176E1D5FD9B2BEB0BA7D", 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] 20170530-06:59:46: [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] 20170530-06:59:47: [WARN]: Cookie rejected [JSESSIONID="AD253A18B89D5AFE06F8E0E2D1125238", 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] 20170530-06:59:47: [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] 20170530-06:59:47: [WARN]: Cookie rejected [JSESSIONID="FA461F37CEC053E6E9FF57BE06A8ADB9", 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] 20170530-06:59:47: [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] 20170530-06:59:48: [WARN]: Cookie rejected [JSESSIONID="17AA9D7AFE207D44AE87D97B09CFC1E4", 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] 20170530-06:59:48: [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] 20170530-06:59:49: [WARN]: Cookie rejected [JSESSIONID="487E914DB31091479D83E859567F6E25", 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] 20170530-06:59:49: [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] 20170530-06:59:49: [WARN]: Cookie rejected [JSESSIONID="FDAD92A0AF1269BC75F6C072EA95C33E", 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] 20170530-06:59:49: [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] 20170530-06:59:50: [WARN]: Cookie rejected [JSESSIONID="32C8B923B36B6E7C6AB46FA72AC0F009", 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] 20170530-06:59:50: [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] 20170530-06:59:51: [WARN]: Cookie rejected [JSESSIONID="D2081FE9AA5A8BB132B2E0F995C259BC", 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] 20170530-06:59:51: [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] 20170530-06:59:51: [WARN]: Cookie rejected [JSESSIONID="EC7971E31DCC308DF73130995E526369", 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] 20170530-06:59:51: [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] 20170530-06:59:52: [WARN]: Cookie rejected [JSESSIONID="CEC3F929BC93E9D74801AC8E30CF3EB5", 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] 20170530-06:59:52: [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] 20170530-06:59:53: [WARN]: Cookie rejected [JSESSIONID="1E01C9DDB18F103A28E217423BC6979B", 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] 20170530-06:59:53: [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] 20170530-06:59:53: [WARN]: Cookie rejected [JSESSIONID="49DF44DCA9714F13E1932C94DA221FA7", 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] 20170530-06:59:53: [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] 20170530-06:59:54: [WARN]: Cookie rejected [JSESSIONID="F7861BCBEC9D39D31AAB7F33653F3F65", 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] 20170530-06:59:54: [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] 20170530-06:59:54: [WARN]: Cookie rejected [JSESSIONID="18EADEC2D3B978459397CFA118DB4AC9", 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] 20170530-06:59:54: [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] 20170530-06:59:55: [WARN]: Cookie rejected [JSESSIONID="2CA1C3DF5D3B14842D580451A57B506E", 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] 20170530-06:59:55: [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] 20170530-06:59:56: [WARN]: Cookie rejected [JSESSIONID="A263C14635C728119B09BB7837D25663", 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] 20170530-06:59:56: [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] 20170530-06:59:56: [WARN]: Cookie rejected [JSESSIONID="DA0504BD8A32CA147B7596C70F1CE2E7", 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] 20170530-06:59:56: [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] 20170530-06:59:57: [WARN]: Cookie rejected [JSESSIONID="5687CB6280EDD768F89296B03CD2BDD0", 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] 20170530-06:59:57: [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] 20170530-06:59:58: [WARN]: Cookie rejected [JSESSIONID="22E099D58646D0B40D477775B7313EC5", 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] 20170530-06:59:58: [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] 20170530-06:59:58: [WARN]: Cookie rejected [JSESSIONID="A18F36E12831AE4CA0C0BE0D470DEC7B", 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] 20170530-06:59:58: [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] 20170530-06:59:59: [WARN]: Cookie rejected [JSESSIONID="4D360743AF13F6E2A77982C1308E7725", 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] 20170530-06:59:59: [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] 20170530-06:59:59: [WARN]: Cookie rejected [JSESSIONID="B6D5BF37B935CC36E56F0FC5669DEE92", 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] 20170530-06:59:59: [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] 20170530-07:00:00: [WARN]: Cookie rejected [JSESSIONID="C72B5E915786337A4ACE5DB7552AC43C", 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] 20170530-07:00:00: [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] 20170530-07:00:01: [WARN]: Cookie rejected [JSESSIONID="B9D4CD3A03F40B1786D041459403A035", 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] 20170530-07:00:01: [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] 20170530-07:00:01: [WARN]: Cookie rejected [JSESSIONID="4D33DC96731D7D185F2177F9C6359A9D", 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] 20170530-07:00:01: [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] 20170530-07:00:02: [WARN]: Cookie rejected [JSESSIONID="8FFE58E4DE2E8BA31C4C755FD874FC3A", 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] 20170530-07:00:02: [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] 20170530-07:00:02: [WARN]: Cookie rejected [JSESSIONID="A12519CD1D578F4B96CADD1323E3D59D", 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] 20170530-07:00:02: [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] 20170530-07:00:03: [WARN]: Cookie rejected [JSESSIONID="2A614B288CF35F75A9DF3C55B9ADE99C", 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] 20170530-07:00:03: [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] 20170530-07:00:04: [WARN]: Cookie rejected [JSESSIONID="F7D42DDFFA75D0805D4BA4BD29DD3216", 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] 20170530-07:00:04: [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] 20170530-07:00:04: [WARN]: Cookie rejected [JSESSIONID="7CA49DE7F2890D96FB11D826F84593F4", 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] 20170530-07:00:04: [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] 20170530-07:00:05: [WARN]: Cookie rejected [JSESSIONID="EB1C728FE1BAD6E6FD968AF2057C884F", 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] 20170530-07:00:05: [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] 20170530-07:00:06: [WARN]: Cookie rejected [JSESSIONID="C29AA87FF1CBE79A59CB19E428279BCC", 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] 20170530-07:00:06: [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] 20170530-07:00:06: [WARN]: Cookie rejected [JSESSIONID="2608A208092EAEDCF86E6B6F088EAE1A", 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] 20170530-07:00:06: [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] 20170530-07:00:07: [WARN]: Cookie rejected [JSESSIONID="1087D519F02E03348B08EE0EBBCC2989", 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] 20170530-07:00:07: [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] 20170530-07:00:07: [WARN]: Cookie rejected [JSESSIONID="7090EC45D2AB4638DA7838163B54A1AC", 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] 20170530-07:00:07: [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] 20170530-07:00:08: [WARN]: Cookie rejected [JSESSIONID="16D1D99999ECE4D68734048E80F93DD8", 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] 20170530-07:00:08: [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] 20170530-07:00:09: [WARN]: Cookie rejected [JSESSIONID="4F72056CFFB2DD92EBA38FE472A94AFB", 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] 20170530-07:00:09: [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] 20170530-07:00:09: [WARN]: Cookie rejected [JSESSIONID="42DFEB1D21D913836E07DA343A0E6BC8", 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] 20170530-07:00:09: [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] 20170530-07:00:10: [WARN]: Cookie rejected [JSESSIONID="1F4E77C71E9C1C5B4BAC992F0F43AD6D", 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] 20170530-07:00:10: [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] 20170530-07:00:10: [WARN]: Cookie rejected [JSESSIONID="EDCACFC175AA0376EF3C7D4D54CC9BAF", 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] 20170530-07:00:10: [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] 20170530-07:00:11: [WARN]: Cookie rejected [JSESSIONID="B8BCFCB5B25953FB5766942A1AA39C34", 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] 20170530-07:00:11: [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] 20170530-07:00:12: [WARN]: Cookie rejected [JSESSIONID="68267DA0C0BC4EE82BEF725AD013B098", 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] 20170530-07:00:12: [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] 20170530-07:00:12: [WARN]: Cookie rejected [JSESSIONID="3A22009D320C589F521ED573A8266313", 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] 20170530-07:00:12: [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] 20170530-07:00:13: [WARN]: Cookie rejected [JSESSIONID="7B3DC226A620486681D1114B7DF1D001", 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] 20170530-07:00:13: [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] 20170530-07:00:14: [WARN]: Cookie rejected [JSESSIONID="B7F469F3C626E5C63A82D5B7ADC7BA3D", 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] 20170530-07:00:14: [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] 20170530-07:00:14: [WARN]: Cookie rejected [JSESSIONID="9920665F85E59484CFB7E0414B0F928C", 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] 20170530-07:00:14: [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] 20170530-07:00:15: [WARN]: Cookie rejected [JSESSIONID="C4EB2C4947A61FF50312871571493D5F", 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] 20170530-07:00:15: [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] 20170530-07:00:15: [WARN]: Cookie rejected [JSESSIONID="29103B3E6E05B95FEA573B4743DA762B", 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] 20170530-07:00:15: [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] 20170530-07:00:16: [WARN]: Cookie rejected [JSESSIONID="A17DFC74A7B3C4A2E29DCA5FC52A03AF", 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] 20170530-07:00:16: [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] 20170530-07:00:17: [WARN]: Cookie rejected [JSESSIONID="C96785424E78B30C2A0D7CE3ACF84694", 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] 20170530-07:00:17: [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] 20170530-07:00:17: [WARN]: Cookie rejected [JSESSIONID="A282426B65751385455D23FFCD0DCE81", 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] 20170530-07:00:17: [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] 20170530-07:00:18: [WARN]: Cookie rejected [JSESSIONID="03FBF7B84906C261D2C644732EF116FD", 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] 20170530-07:00:18: [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] 20170530-07:00:18: [WARN]: Cookie rejected [JSESSIONID="9CC5047BB1A023A53168FAF6237C9A82", 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] 20170530-07:00:18: [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] 20170530-07:00:19: [WARN]: Cookie rejected [JSESSIONID="FF8A1D3414BB0481400A16E471F5EBFB", 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] 20170530-07:00:19: [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] 20170530-07:00:20: [WARN]: Cookie rejected [JSESSIONID="35B459174AFDDE722AE1BBD3495E0B23", 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] 20170530-07:00:20: [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] 20170530-07:00:20: [WARN]: Cookie rejected [JSESSIONID="C9F4BBA5827577E02FD6DD53763112DF", 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] 20170530-07:00:20: [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] 20170530-07:00:21: [WARN]: Cookie rejected [JSESSIONID="114B004FD753C61C4D1506649D8DC1D0", 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] 20170530-07:00:21: [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] 20170530-07:00:22: [WARN]: Cookie rejected [JSESSIONID="FED6BA1F824AACDB1772B42ABE3C25F1", 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] 20170530-07:00:22: [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] 20170530-07:00:22: [WARN]: Cookie rejected [JSESSIONID="EE51F73D33D295485AC37BAB06A19CA2", 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] 20170530-07:00:22: [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] 20170530-07:00:23: [WARN]: Cookie rejected [JSESSIONID="44E034674A1D36C0148AC7F1DE99583E", 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] 20170530-07:00:23: [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] 20170530-07:00:23: [WARN]: Cookie rejected [JSESSIONID="39EC6BD9AE3B803CADA0CEE30434A24C", 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] 20170530-07:00:23: [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] 20170530-07:00:24: [WARN]: Cookie rejected [JSESSIONID="AEC4A6531B011E765168C2C5558BC787", 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] 20170530-07:00:24: [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] 20170530-07:00:25: [WARN]: Cookie rejected [JSESSIONID="1C73CC6D5702392E90C02BF2B0452DA2", 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] 20170530-07:00:25: [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] 20170530-07:00:25: [WARN]: Cookie rejected [JSESSIONID="F006E40D3418E58C58787E01874CBE7C", 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] 20170530-07:00:25: [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] 20170530-07:00:26: [WARN]: Cookie rejected [JSESSIONID="63BE40F643DECB5B1F80BF25260D4CE6", 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] 20170530-07:00:26: [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] 20170530-07:00:27: [WARN]: Cookie rejected [JSESSIONID="77E5590E71BDA4F9E4ACB148A12B3C6C", 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] 20170530-07:00:27: [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] 20170530-07:00:27: [WARN]: Cookie rejected [JSESSIONID="8909BA612EA7213C031FA81EAC41C0EE", 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] 20170530-07:00:27: [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] 20170530-07:00:28: [WARN]: Cookie rejected [JSESSIONID="9E14292C750B08262EB54BE143DA4943", 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] 20170530-07:00:28: [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] 20170530-07:00:28: [WARN]: Cookie rejected [JSESSIONID="D456E6AD5A56A5F7FC6444E5C6D5FBED", 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] 20170530-07:00:28: [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] 20170530-07:00:29: [WARN]: Cookie rejected [JSESSIONID="B3F490BDF8AC71AB16959011A6E3BAB9", 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] 20170530-07:00:29: [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] 20170530-07:00:30: [WARN]: Cookie rejected [JSESSIONID="46C3D36E7F31449F9230450460220EDD", 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] 20170530-07:00:30: [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] 20170530-07:00:30: [WARN]: Cookie rejected [JSESSIONID="D80F02FE89C0C2E2F13FCF65FC3D3352", 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] 20170530-07:00:30: [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] 20170530-07:00:31: [WARN]: Cookie rejected [JSESSIONID="75A70A8ADAA4FD438B7DA776FF13D5B7", 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] 20170530-07:00:31: [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] 20170530-07:00:31: [WARN]: Cookie rejected [JSESSIONID="C7A07192A508C683625D1D8A96AC9F68", 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] 20170530-07:00:31: [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] 20170530-07:00:32: [WARN]: Cookie rejected [JSESSIONID="5E11015361F754028E014D975249253D", 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] 20170530-07:00:32: [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] 20170530-07:00:33: [WARN]: Cookie rejected [JSESSIONID="4AD1956219D81C870211B3D44D2ADC20", 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] 20170530-07:00:33: [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] 20170530-07:00:33: [WARN]: Cookie rejected [JSESSIONID="7136FBF19566390B78DB06184387437B", 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] 20170530-07:00:33: [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] 20170530-07:00:34: [WARN]: Cookie rejected [JSESSIONID="587918A7C55623E55E65E666FD47B0D0", 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] 20170530-07:00:34: [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] 20170530-07:00:34: [WARN]: Cookie rejected [JSESSIONID="231CED67C4757D5235E78E00DFF9CAE8", 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] 20170530-07:00:34: [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] 20170530-07:00:35: [WARN]: Cookie rejected [JSESSIONID="4703A8594751883C1B34C7D6B61A0659", 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] 20170530-07:00:35: [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] 20170530-07:00:36: [WARN]: Cookie rejected [JSESSIONID="647BFE8F1A8D1A109F57C57AED6DF299", 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] 20170530-07:00:36: [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] 20170530-07:00:36: [WARN]: Cookie rejected [JSESSIONID="6F6D6292BDDA94DF4A9575293AAF3479", 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] 20170530-07:00:36: [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] 20170530-07:00:37: [WARN]: Cookie rejected [JSESSIONID="3D26C820CB254D0759167B9628E19CC8", 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] 20170530-07:00:37: [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] 20170530-07:00:38: [WARN]: Cookie rejected [JSESSIONID="4B3D671034813CF25B85CD953A26192A", 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] 20170530-07:00:38: [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] 20170530-07:00:38: [WARN]: Cookie rejected [JSESSIONID="39BBD42AC08633C5E1EA3702FE0DA66D", 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] 20170530-07:00:38: [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] 20170530-07:00:39: [WARN]: Cookie rejected [JSESSIONID="ACA3B42C04200057A1A087AA9B3C6107", 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] 20170530-07:00:39: [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] 20170530-07:00:39: [WARN]: Cookie rejected [JSESSIONID="C2564473E1B9A73754B09F65DDEE498E", 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] 20170530-07:00:39: [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] 20170530-07:00:40: [WARN]: Cookie rejected [JSESSIONID="652E23DC3346937972E1137807886712", 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] 20170530-07:00:40: [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] 20170530-07:00:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:40: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:40: [INFO]: ***************** running test for testSearch(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:40: [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] 20170530-07:00:40: [INFO]: ***************** running test for testSearch(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:41: [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] 20170530-07:00:41: [INFO]: ***************** running test for testSearch(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:42: [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] 20170530-07:00:42: [INFO]: ***************** running test for testSearch(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:42: [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] 20170530-07:00:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:42: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:42: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 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 20170530-07:00:42: [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 20170530-07:00:42: [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 20170530-07:00:42: [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 20170530-07:00:42: [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-:@$-_.!*()',~ 20170530-07:00:42: [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-._~ 20170530-07:00:42: [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-$!*()', 20170530-07:00:42: [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-:@ 20170530-07:00:42: [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-"#<>[]^`{}| 20170530-07:00:43: [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-\ 20170530-07:00:43: [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 20170530-07:00:43: [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 20170530-07:00:43: [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-% 20170530-07:00:43: [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 20170530-07:00:43: [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-+ 20170530-07:00:43: [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+ 20170530-07:00:43: [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-; 20170530-07:00:43: [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-/? 20170530-07:00:43: [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-&=&= 20170530-07:00:43: [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-¡¢£ 20170530-07:00:43: [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-䦹䦺 20170530-07:00:43: [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-𐌔𐌕𐌖𐌗 20170530-07:00:43: [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 20170530-07:00:43: [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 20170530-07:00:43: [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 20170530-07:00:43: [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 20170530-07:00:43: [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) 20170530-07:00:43: [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-ฉันกินกระจกได้ 20170530-07:00:43: [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 20170530-07:00:43: [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 20170530-07:00:43: [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 20170530-07:00:43: [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 20170530-07:00:43: [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 20170530-07:00:43: [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-:@$-_.!*()',~ 20170530-07:00:43: [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-._~ 20170530-07:00:44: [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-$!*()', 20170530-07:00:44: [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-:@ 20170530-07:00:44: [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-"#<>[]^`{}| 20170530-07:00:44: [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-\ 20170530-07:00:44: [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 20170530-07:00:44: [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 20170530-07:00:44: [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-% 20170530-07:00:44: [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 20170530-07:00:44: [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-+ 20170530-07:00:44: [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+ 20170530-07:00:44: [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-; 20170530-07:00:44: [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-/? 20170530-07:00:44: [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-&=&= 20170530-07:00:44: [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-¡¢£ 20170530-07:00:44: [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-䦹䦺 20170530-07:00:44: [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-𐌔𐌕𐌖𐌗 20170530-07:00:44: [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 20170530-07:00:44: [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 20170530-07:00:44: [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 20170530-07:00:44: [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 20170530-07:00:44: [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) 20170530-07:00:44: [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-ฉันกินกระจกได้ 20170530-07:00:44: [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 20170530-07:00:44: [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 20170530-07:00:44: [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 20170530-07:00:44: [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 20170530-07:00:44: [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 20170530-07:00:44: [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-:@$-_.!*()',~ 20170530-07:00:44: [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-._~ 20170530-07:00:44: [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-$!*()', 20170530-07:00:44: [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-:@ 20170530-07:00:44: [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-"#<>[]^`{}| 20170530-07:00:45: [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-\ 20170530-07:00:45: [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 20170530-07:00:45: [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 20170530-07:00:45: [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-% 20170530-07:00:45: [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 20170530-07:00:45: [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-+ 20170530-07:00:45: [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+ 20170530-07:00:45: [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-; 20170530-07:00:45: [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-/? 20170530-07:00:45: [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-&=&= 20170530-07:00:45: [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-¡¢£ 20170530-07:00:45: [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-䦹䦺 20170530-07:00:45: [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-𐌔𐌕𐌖𐌗 20170530-07:00:45: [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 20170530-07:00:45: [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 20170530-07:00:45: [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 20170530-07:00:45: [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 20170530-07:00:45: [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) 20170530-07:00:45: [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-ฉันกินกระจกได้ 20170530-07:00:45: [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 20170530-07:00:45: [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 20170530-07:00:45: [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 20170530-07:00:45: [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 20170530-07:00:45: [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 20170530-07:00:45: [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-:@$-_.!*()',~ 20170530-07:00:45: [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-._~ 20170530-07:00:45: [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-$!*()', 20170530-07:00:45: [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-:@ 20170530-07:00:45: [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-"#<>[]^`{}| 20170530-07:00:45: [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-\ 20170530-07:00:45: [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 20170530-07:00:45: [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 20170530-07:00:46: [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-% 20170530-07:00:46: [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 20170530-07:00:46: [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-+ 20170530-07:00:46: [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+ 20170530-07:00:46: [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-; 20170530-07:00:46: [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-/? 20170530-07:00:46: [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-&=&= 20170530-07:00:46: [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-¡¢£ 20170530-07:00:46: [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-䦹䦺 20170530-07:00:46: [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-𐌔𐌕𐌖𐌗 20170530-07:00:46: [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 20170530-07:00:46: [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 20170530-07:00:46: [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 20170530-07:00:46: [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 20170530-07:00:46: [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) 20170530-07:00:47: [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-ฉันกินกระจกได้ 20170530-07:00:47: [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 20170530-07:00:47: [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 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient] 20170530-07:00:47: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [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] 20170530-07:00:47: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [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] 20170530-07:00:47: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [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] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query/solr/?q=*:* [org.dataone.client.rest.RestClient] 20170530-07:00:47: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [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] 20170530-07:00:47: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [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] 20170530-07:00:47: [INFO]: ***************** running test for testQuery(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [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] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-07:00:47: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-07:00:47: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-07:00:47: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: ***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/query/solr [org.dataone.client.rest.RestClient] 20170530-07:00:47: [INFO]: ***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-07:00:47: [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] 20170530-07:00:47: [INFO]: ***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-07:00:47: [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] 20170530-07:00:47: [INFO]: ***************** running test for testGetQueryEngineDescription(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn/v2 ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/query [org.dataone.client.rest.RestClient] 20170530-07:00:47: [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] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: Testing getSystemMetadata() method ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: Testing getSystemMetadata(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: Testing describe() method ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: Testing describe(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: Testing listObjects() method ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: Testing listObjects(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: Testing resolve() method ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: Testing get() method ... [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: Testing get(), Case1 [org.dataone.integration.ContextAwareTestCaseDataone] Tests run: 29, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 899.072 sec <<< FAILURE! Running org.dataone.integration.it.apiTests.CNIdentityV2IT 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:47: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:47: [INFO]: ***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:48: [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] 20170530-07:00:48: [INFO]: ***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:48: [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] 20170530-07:00:48: [INFO]: ***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:48: [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] 20170530-07:00:48: [INFO]: ***************** running test for testListSubjects_Slicing(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:48: [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] 20170530-07:00:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:48: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:48: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:48: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:48: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:49: [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.5304529879828269055.tmp (275 bytes); [org.dataone.client.rest.RestClient] 20170530-07:00:49: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:49: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:49: [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.6551624338794212363.tmp (275 bytes); [org.dataone.client.rest.RestClient] 20170530-07:00:49: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:49: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:49: [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.8987001076916627565.tmp (275 bytes); [org.dataone.client.rest.RestClient] 20170530-07:00:49: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:49: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:50: [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.4176640403822787835.tmp (275 bytes); [org.dataone.client.rest.RestClient] 20170530-07:00:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:50: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:50: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:50: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:50: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:51: [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.4810540012923235251.tmp (630 bytes); [org.dataone.client.rest.RestClient] 20170530-07:00:51: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:51: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:51: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:52: [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.8435716492691269676.tmp (630 bytes); [org.dataone.client.rest.RestClient] 20170530-07:00:52: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:52: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:52: [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.1424316823644797238.tmp (630 bytes); [org.dataone.client.rest.RestClient] 20170530-07:00:52: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:52: [INFO]: ***************** running test for testRegisterAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:54: [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.3189843018164604458.tmp (630 bytes); [org.dataone.client.rest.RestClient] 20170530-07:00:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:54: [INFO]: ***************** running test for testUpdateAccount(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: ***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: ***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: ***************** running test for testUpdateAccount(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:54: [INFO]: ***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:55: [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] 20170530-07:00:55: [INFO]: ***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:55: [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] 20170530-07:00:55: [INFO]: ***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:56: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:56: [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] 20170530-07:00:56: [INFO]: ***************** running test for testVerifyAccount_AlreadyVerified(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:56: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:57: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:57: [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] 20170530-07:00:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:57: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:57: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:57: [INFO]: ***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:58: [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] 20170530-07:00:58: [INFO]: ***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:58: [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] 20170530-07:00:58: [INFO]: ***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:58: [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] 20170530-07:00:58: [INFO]: ***************** running test for testVerifyAccount_NotAuthorized(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:59: [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] 20170530-07:00:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:59: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:59: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:00:59: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:59: [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] 20170530-07:00:59: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:59: [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] 20170530-07:00:59: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:00:59: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:00:59: [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] 20170530-07:00:59: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/accounts [org.dataone.client.rest.RestClient] 20170530-07:01:00: [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] 20170530-07:01:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:00: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [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] 20170530-07:01:00: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [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] 20170530-07:01:00: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [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] 20170530-07:01:00: [INFO]: ***************** running test for testGetSubjectInfo(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [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] 20170530-07:01:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:00: [INFO]: ***************** running test for testListSubjects(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [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Ã\;©\; 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Ã\;¡\;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 20170530-07:01:00: [INFO]: ***************** running test for testListSubjects(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [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Ã\;©\; 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Ã\;¡\;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 20170530-07:01:00: [INFO]: ***************** running test for testListSubjects(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [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Ã\;©\; 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Ã\;¡\;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 20170530-07:01:00: [INFO]: ***************** running test for testListSubjects(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [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Ã\;©\; 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Ã\;¡\;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 Tests run: 17, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 12.951 sec Running org.dataone.integration.it.apiTests.CNQueryV1IT 20170530-07:01:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:00: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-07:01:00: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-07:01:00: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:00: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-07:01:00: [INFO]: ***************** running test for testListQueryEngines(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-07:01:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:01: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-07:01:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v1/query/solr [org.dataone.client.rest.RestClient] 20170530-07:01: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] 20170530-07:01:01: [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] 20170530-07:01:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-07:01:01: [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] 20170530-07:01:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v1/query [org.dataone.client.rest.RestClient] 20170530-07:01:01: [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.562 sec Running org.dataone.integration.it.functional.v2.CNRegisterFunctionalIT 20170530-07:01:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:01: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:01: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:01: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/accounts?status=verified [org.dataone.client.rest.RestClient] 20170530-07:01:01: [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] 20170530-07:01:02: [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.3084555520024304601.tmp (1026 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:02: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:02: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/node [org.dataone.client.rest.RestClient] 20170530-07:01:02: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:03: [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] 20170530-07:01:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:03: [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] 20170530-07:01:03: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:04: [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] 20170530-07:01:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:04: [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] 20170530-07:01:04: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://ncei-node.test.dataone.org/mn/v2/node [org.dataone.client.rest.RestClient] 20170530-07:01:04: [WARN]: testing with node: urn:node:mnDemo7 [org.dataone.integration.it.ContextAwareAdapter] 20170530-07:01:05: [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] 20170530-07:01:05: [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.7714940016408113139.tmp (1786 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:06: [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] 20170530-07:01:06: [WARN]: fetchedNode has PropertyList size: 2 [org.dataone.integration.it.ContextAwareAdapter] 20170530-07:01:06: [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.3301285988489589918.tmp (1655 bytes); [org.dataone.client.rest.RestClient] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.409 sec <<< FAILURE! Running org.dataone.integration.it.functional.v2.CNDiagnosticFunctionalIT 20170530-07:01:06: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:06: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:06: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:06: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:06: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:06: [INFO]: ***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:06: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:07: [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.5719983397814345726.tmp (824 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:07: [INFO]: ***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:07: [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.4231958188702938605.tmp (824 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:07: [INFO]: ***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:07: [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.7890142142438681283.tmp (824 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:07: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:07: [INFO]: ***************** running test for testEchoSystemMetadata(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:07: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:08: [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.2540324985551956931.tmp (824 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:08: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:08: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:08: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:08: [INFO]: ***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:08: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:08: [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.9156412221631094501.tmp (824 bytes); FilePart:object = /tmp/mmp.output.7446265664232103034.tmp (17181 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:09: [INFO]: ***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:09: [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.8603551207078103935.tmp (824 bytes); FilePart:object = /tmp/mmp.output.4053583951370311466.tmp (17181 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:09: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:09: [INFO]: ***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:09: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:10: [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.8539035759619730533.tmp (824 bytes); FilePart:object = /tmp/mmp.output.869676721587128981.tmp (17181 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:10: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:10: [INFO]: ***************** running test for testEchoIndexedObject(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:10: [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.2504686881013197631.tmp (825 bytes); FilePart:object = /tmp/mmp.output.9096233147860373278.tmp (17181 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:10: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:10: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:10: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:10: [INFO]: ***************** running test for testEchoCredentials_RightsHolder(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:11: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient] 20170530-07:01:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:11: [INFO]: ***************** running test for testEchoCredentials_RightsHolder(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:11: [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] 20170530-07:01:11: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:11: [INFO]: ***************** running test for testEchoCredentials_RightsHolder(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:12: [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] 20170530-07:01:12: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:12: [INFO]: ***************** running test for testEchoCredentials_RightsHolder(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:12: [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] 20170530-07:01:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:12: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:12: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:12: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:12: [INFO]: ***************** running test for testEchoCredentials_TestPerson(...) vs. node: https://cn-dev.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/diag/subject [org.dataone.client.rest.RestClient] 20170530-07:01:13: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:13: [INFO]: ***************** running test for testEchoCredentials_TestPerson(...) vs. node: https://cn-dev-ucsb-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:13: [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] 20170530-07:01:13: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:13: [INFO]: ***************** running test for testEchoCredentials_TestPerson(...) vs. node: https://cn-dev-unm-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:13: [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] 20170530-07:01:13: [INFO]: created client for certificate file: testPerson with subject: CN=testPerson,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:13: [INFO]: ***************** running test for testEchoCredentials_TestPerson(...) vs. node: https://cn-dev-orc-1.test.dataone.org/cn ***************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:14: [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: 7.31 sec Running org.dataone.integration.it.functional.v2.CNViewFunctionalIT 20170530-07:01:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:14: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:14: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-07:01:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01: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] 20170530-07:01:14: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01: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] 20170530-07:01:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-07:01:15: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:15: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:01:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_Scimeta_20171500115650 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [INFO]: creating a test object. pid = testView_Scimeta_20171500115650 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:15: [INFO]: SystemMetadata for pid: testView_Scimeta_20171500115650 1 testView_Scimeta_20171500115650 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org public read 2017-05-30T07:01:15.664+00:00 2017-05-30T07:01:15.664+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:18: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testView_Scimeta_20171500115650; FilePart:object = /tmp/mmp.output.8492544770829632112.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3348593830421166183.tmp (1038 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:18: [INFO]: object created. pid = testView_Scimeta_20171500115650 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:01:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/default/testView_Scimeta_20171500115650 [org.dataone.client.rest.RestClient] 20170530-07:01:19: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:01:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:19: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_Scimeta_20171500119638 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:19: [INFO]: creating a test object. pid = testView_Scimeta_20171500119638 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:19: [INFO]: SystemMetadata for pid: testView_Scimeta_20171500119638 1 testView_Scimeta_20171500119638 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org public read 2017-05-30T07:01:19.646+00:00 2017-05-30T07:01:19.646+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01: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 = testView_Scimeta_20171500119638; FilePart:object = /tmp/mmp.output.1345113930523232680.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7717145084517972015.tmp (1038 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:21: [INFO]: object created. pid = testView_Scimeta_20171500119638 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:01:21: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/default/testView_Scimeta_20171500119638 [org.dataone.client.rest.RestClient] 20170530-07:01:21: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:21: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:21: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:21: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:01:21: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:21: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_Scimeta_20171500121950 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:21: [INFO]: creating a test object. pid = testView_Scimeta_20171500121950 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:21: [INFO]: SystemMetadata for pid: testView_Scimeta_20171500121950 1 testView_Scimeta_20171500121950 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org public read 2017-05-30T07:01:21.958+00:00 2017-05-30T07:01:21.958+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:23: [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_20171500121950; FilePart:object = /tmp/mmp.output.5040080082951369784.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1633287157227140153.tmp (1038 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:23: [INFO]: object created. pid = testView_Scimeta_20171500121950 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:01:24: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/default/testView_Scimeta_20171500121950 [org.dataone.client.rest.RestClient] 20170530-07:01:24: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:24: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:24: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:01:24: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:24: [WARN]: Unable to find a valid authoritative MN to use for the object: testView_Scimeta_20171500124372 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:24: [INFO]: creating a test object. pid = testView_Scimeta_20171500124372 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:24: [INFO]: SystemMetadata for pid: testView_Scimeta_20171500124372 1 testView_Scimeta_20171500124372 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org public read 2017-05-30T07:01:24.380+00:00 2017-05-30T07:01:24.380+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:25: [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_20171500124372; FilePart:object = /tmp/mmp.output.3271074107866346678.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4532704311687452848.tmp (1038 bytes); [org.dataone.client.rest.RestClient] 20170530-07:01:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:01:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:25: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:25: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:01:25: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:25: [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] 20170530-07:01:26: [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] 20170530-07:01:27: [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] 20170530-07:01:27: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:27: [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] 20170530-07:01:28: [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] 20170530-07:01:29: [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] 20170530-07:01:29: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:29: [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] 20170530-07:01:30: [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] 20170530-07:01:30: [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] 20170530-07:01:30: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:01:31: [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] 20170530-07:01:32: [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] 20170530-07:01:32: [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] 20170530-07:01:33: [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] 20170530-07:01:34: [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] 20170530-07:01:34: [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] 20170530-07:01:35: [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] 20170530-07:01:36: [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] 20170530-07:01:36: [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] 20170530-07:01:37: [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] 20170530-07:01:38: [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] 20170530-07:01:38: [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] 20170530-07:01:39: [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] 20170530-07:01: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] 20170530-07:01:40: [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] 20170530-07:01:41: [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] 20170530-07:01:42: [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] 20170530-07:01:42: [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] 20170530-07:01:43: [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] 20170530-07:01:43: [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] 20170530-07:01:44: [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] 20170530-07:01:45: [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] 20170530-07:01:45: [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] 20170530-07:01:46: [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] 20170530-07:01:47: [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] 20170530-07:01:48: [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] 20170530-07:01:48: [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] 20170530-07:01:49: [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] 20170530-07:01:49: [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] 20170530-07:01:50: [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] 20170530-07:01:51: [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] 20170530-07:01:51: [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] 20170530-07:01:52: [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] 20170530-07:01:53: [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] 20170530-07:01:53: [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] 20170530-07:01:54: [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] 20170530-07:01:55: [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] 20170530-07:01:56: [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] 20170530-07:01:56: [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] 20170530-07:01:57: [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] 20170530-07:01:58: [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] 20170530-07:01:59: [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] 20170530-07:01:59: [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] 20170530-07:02:00: [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] 20170530-07:02:01: [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] 20170530-07:02:01: [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] 20170530-07:02:02: [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] 20170530-07:02:03: [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] 20170530-07:02:03: [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] 20170530-07:02:04: [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] 20170530-07:02:05: [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] 20170530-07:02:05: [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] 20170530-07:02:06: [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] 20170530-07:02:07: [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] 20170530-07:02:07: [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] 20170530-07:02:08: [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] 20170530-07:02:09: [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] 20170530-07:02:09: [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] 20170530-07:02:10: [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] 20170530-07:02:11: [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] 20170530-07:02:11: [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] 20170530-07:02:12: [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] 20170530-07:02:13: [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] 20170530-07:02:13: [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] 20170530-07:02:14: [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] 20170530-07:02:14: [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] 20170530-07:02:15: [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] 20170530-07:02:16: [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] 20170530-07:02:16: [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] 20170530-07:02:17: [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] 20170530-07:02:18: [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] 20170530-07:02:19: [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] 20170530-07:02:19: [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] 20170530-07:02:20: [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] 20170530-07:02:20: [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] 20170530-07:02:21: [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] 20170530-07:02:22: [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] 20170530-07:02:22: [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] 20170530-07:02:23: [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] 20170530-07:02:24: [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] 20170530-07:02:24: [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] 20170530-07:02:25: [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] 20170530-07:02:26: [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] 20170530-07:02:26: [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] 20170530-07:02:27: [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] 20170530-07:02:28: [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] 20170530-07:02:28: [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] 20170530-07:02:29: [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] 20170530-07:02:30: [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] 20170530-07:02:30: [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] 20170530-07:02:31: [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] 20170530-07:02:31: [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] 20170530-07:02:32: [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] 20170530-07:02:33: [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] 20170530-07:02:34: [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] 20170530-07:02:34: [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] 20170530-07:02:35: [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] 20170530-07:02:36: [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] 20170530-07:02:36: [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] 20170530-07:02:37: [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] 20170530-07:02:38: [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] 20170530-07:02:38: [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] 20170530-07:02:39: [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] 20170530-07:02:40: [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] 20170530-07:02:40: [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] 20170530-07:02:41: [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] 20170530-07:02:41: [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] 20170530-07:02:42: [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] 20170530-07:02:43: [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] 20170530-07:02:44: [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] 20170530-07:02:44: [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] 20170530-07:02:45: [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] 20170530-07:02:45: [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] 20170530-07:02:46: [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] 20170530-07:02:47: [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] 20170530-07:02:47: [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] 20170530-07:02:48: [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] 20170530-07:02:48: [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] 20170530-07:02:49: [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] 20170530-07:02:50: [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] 20170530-07:02:51: [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] 20170530-07:02: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] 20170530-07:02:52: [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] 20170530-07:02:53: [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] 20170530-07:02:53: [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] 20170530-07:02:54: [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] 20170530-07:02:54: [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] 20170530-07:02:55: [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] 20170530-07:02:56: [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] 20170530-07:02:57: [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] 20170530-07:02:57: [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] 20170530-07:02:58: [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] 20170530-07:02:58: [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] 20170530-07:02:59: [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] 20170530-07:03:00: [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] 20170530-07:03:01: [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] 20170530-07:03:01: [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] 20170530-07:03:02: [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] 20170530-07:03:02: [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] 20170530-07:03:03: [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] 20170530-07:03:04: [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] 20170530-07:03:04: [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] 20170530-07:03:05: [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] 20170530-07:03:06: [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] 20170530-07:03:06: [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] 20170530-07:03:07: [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] 20170530-07:03:08: [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] 20170530-07:03:08: [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] 20170530-07:03:09: [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] 20170530-07:03:10: [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] 20170530-07:03:10: [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] 20170530-07:03:11: [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] 20170530-07:03:12: [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] 20170530-07:03:12: [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] 20170530-07:03:13: [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] 20170530-07:03:14: [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] 20170530-07:03:14: [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] 20170530-07:03:15: [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] 20170530-07:03:16: [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] 20170530-07:03:16: [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] 20170530-07:03:17: [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] 20170530-07:03:18: [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] 20170530-07:03:18: [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] 20170530-07:03:19: [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] 20170530-07:03:19: [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] 20170530-07:03:20: [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] 20170530-07:03:21: [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] 20170530-07:03:22: [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] 20170530-07:03:22: [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] 20170530-07:03:23: [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] 20170530-07:03:23: [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] 20170530-07:03:24: [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] 20170530-07:03:25: [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] 20170530-07:03:26: [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] 20170530-07:03:26: [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] 20170530-07:03:27: [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] 20170530-07:03:28: [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] 20170530-07:03:28: [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] 20170530-07:03:29: [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] 20170530-07:03:29: [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] 20170530-07:03:30: [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] 20170530-07:03:31: [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] 20170530-07:03:32: [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] 20170530-07:03:32: [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] 20170530-07:03:33: [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] 20170530-07:03:34: [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] 20170530-07:03:35: [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] 20170530-07:03:35: [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] 20170530-07:03:36: [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] 20170530-07:03:37: [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] 20170530-07:03:37: [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] 20170530-07:03:38: [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] 20170530-07:03:39: [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] 20170530-07:03:39: [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] 20170530-07:03:40: [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] 20170530-07:03:41: [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] 20170530-07:03:41: [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] 20170530-07:03:42: [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] 20170530-07:03:42: [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] 20170530-07:03:43: [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] 20170530-07:03:44: [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] 20170530-07:03:45: [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] 20170530-07:03:45: [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] 20170530-07:03:46: [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] 20170530-07:03:46: [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] 20170530-07:03:47: [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] 20170530-07:03:47: [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] 20170530-07:03:48: [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] 20170530-07:03:49: [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] 20170530-07:03:49: [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] 20170530-07:03:50: [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] 20170530-07:03:51: [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] 20170530-07:03:52: [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] 20170530-07:03:52: [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] 20170530-07:03:53: [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] 20170530-07:03:53: [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] 20170530-07:03:54: [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] 20170530-07:03:55: [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] 20170530-07:03:55: [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] 20170530-07:03:56: [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] 20170530-07:03:57: [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] 20170530-07:03:57: [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] 20170530-07:03:58: [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] 20170530-07:03:59: [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] 20170530-07:03:59: [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] 20170530-07:04: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] 20170530-07:04: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] 20170530-07:04:01: [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] 20170530-07:04:02: [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] 20170530-07:04:03: [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] 20170530-07:04:03: [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] 20170530-07:04:04: [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] 20170530-07:04:05: [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] 20170530-07:04:05: [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] 20170530-07:04:06: [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] 20170530-07:04:07: [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] 20170530-07:04:07: [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] 20170530-07:04:08: [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] 20170530-07:04:09: [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] 20170530-07:04:10: [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] 20170530-07:04:10: [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] 20170530-07:04:11: [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] 20170530-07:04:11: [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] 20170530-07:04:12: [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] 20170530-07:04:13: [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] 20170530-07:04:13: [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] 20170530-07:04:14: [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] 20170530-07:04:15: [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] 20170530-07:04:15: [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] 20170530-07:04:16: [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] 20170530-07:04:17: [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] 20170530-07:04:17: [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] 20170530-07:04:18: [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] 20170530-07:04:19: [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] 20170530-07:04:19: [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] 20170530-07:04:20: [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] 20170530-07:04:21: [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] 20170530-07:04:21: [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] 20170530-07:04:22: [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] 20170530-07:04:22: [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] 20170530-07:04:23: [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] 20170530-07:04:24: [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] 20170530-07:04:24: [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] 20170530-07:04:25: [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] 20170530-07:04:26: [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] 20170530-07:04:26: [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] 20170530-07:04:27: [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] 20170530-07:04:28: [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] 20170530-07:04:29: [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] 20170530-07:04:29: [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] 20170530-07:04:30: [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] 20170530-07:04:30: [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] 20170530-07:04:31: [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] 20170530-07:04:32: [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] 20170530-07:04:32: [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] 20170530-07:04:33: [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] 20170530-07:04:34: [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] 20170530-07:04:35: [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] 20170530-07:04:35: [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] 20170530-07:04:36: [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] 20170530-07:04:37: [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] 20170530-07:04:37: [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] 20170530-07:04:38: [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] 20170530-07:04:38: [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] 20170530-07:04:39: [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] 20170530-07:04:40: [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] 20170530-07:04:41: [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] 20170530-07:04:41: [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] 20170530-07:04:42: [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] 20170530-07:04:42: [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] 20170530-07:04:43: [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] 20170530-07:04:44: [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] 20170530-07:04:45: [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] 20170530-07:04:45: [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] 20170530-07:04:46: [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] 20170530-07:04:46: [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] 20170530-07:04:47: [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] 20170530-07:04:48: [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] 20170530-07:04:48: [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] 20170530-07:04:49: [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] 20170530-07:04:50: [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] 20170530-07:04:51: [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] 20170530-07:04:51: [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] 20170530-07:04:52: [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] 20170530-07:04:52: [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] 20170530-07:04:53: [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] 20170530-07:04:54: [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] 20170530-07:04:54: [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] 20170530-07:04:55: [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] 20170530-07:04:56: [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] 20170530-07:04:56: [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] 20170530-07:04:57: [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] 20170530-07:04:58: [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] 20170530-07:04:58: [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] 20170530-07:04:59: [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] 20170530-07:05:00: [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] 20170530-07:05:01: [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] 20170530-07:05:01: [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] 20170530-07:05:02: [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] 20170530-07:05:03: [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] 20170530-07:05:03: [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] 20170530-07:05:04: [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] 20170530-07:05:04: [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] 20170530-07:05:05: [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] 20170530-07:05:06: [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] 20170530-07:05:06: [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] 20170530-07:05:07: [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] 20170530-07:05:08: [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] 20170530-07:05:08: [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] 20170530-07:05:09: [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] 20170530-07:05:10: [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] 20170530-07:05:10: [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] 20170530-07:05:11: [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] 20170530-07:05:12: [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] 20170530-07:05:12: [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] 20170530-07:05:13: [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] 20170530-07:05:14: [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] 20170530-07:05:14: [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] 20170530-07:05:15: [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] 20170530-07:05:16: [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] 20170530-07:05:16: [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] 20170530-07:05:17: [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] 20170530-07:05:18: [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] 20170530-07:05:18: [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] 20170530-07:05:19: [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] 20170530-07:05:20: [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] 20170530-07:05:20: [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] 20170530-07:05:21: [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] 20170530-07:05:21: [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] 20170530-07:05:22: [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] 20170530-07:05:23: [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] 20170530-07:05:24: [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] 20170530-07:05:24: [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] 20170530-07:05:25: [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] 20170530-07:05:26: [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] 20170530-07:05:26: [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] 20170530-07:05:27: [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] 20170530-07:05:28: [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] 20170530-07:05:28: [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] 20170530-07:05:29: [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] 20170530-07:05:30: [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] 20170530-07:05:30: [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] 20170530-07:05:31: [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] 20170530-07:05:32: [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] 20170530-07:05:33: [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] 20170530-07:05:33: [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] 20170530-07:05:34: [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] 20170530-07:05:34: [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] 20170530-07:05:35: [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] 20170530-07:05:36: [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] 20170530-07:05:36: [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] 20170530-07:05:37: [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] 20170530-07:05:38: [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] 20170530-07:05:38: [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] 20170530-07:05:39: [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] 20170530-07:05:39: [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] 20170530-07:05:40: [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] 20170530-07:05:41: [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] 20170530-07:05:41: [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] 20170530-07:05:42: [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] 20170530-07:05:43: [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] 20170530-07:05:43: [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] 20170530-07:05:44: [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] 20170530-07:05:45: [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] 20170530-07:05:45: [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] 20170530-07:05:46: [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] 20170530-07:05:47: [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] 20170530-07:05:47: [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] 20170530-07:05:48: [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] 20170530-07:05:49: [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] 20170530-07:05:49: [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] 20170530-07:05:50: [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] 20170530-07:05:51: [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] 20170530-07:05:51: [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] 20170530-07:05:52: [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] 20170530-07:05:53: [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] 20170530-07:05:53: [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] 20170530-07:05:54: [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] 20170530-07:05:54: [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] 20170530-07:05:55: [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] 20170530-07:05:56: [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] 20170530-07:05:56: [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] 20170530-07:05:57: [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] 20170530-07:05:58: [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] 20170530-07:05:58: [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] 20170530-07:05:59: [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] 20170530-07:06:00: [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] 20170530-07:06:01: [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] 20170530-07:06:01: [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] 20170530-07:06:02: [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] 20170530-07:06:03: [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] 20170530-07:06:04: [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] 20170530-07:06:04: [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] 20170530-07:06:05: [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] 20170530-07:06:06: [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] 20170530-07:06:07: [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] 20170530-07:06:07: [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] 20170530-07:06:08: [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] 20170530-07:06:09: [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] 20170530-07:06:09: [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] 20170530-07:06:10: [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] 20170530-07:06:11: [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] 20170530-07:06:11: [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] 20170530-07:06:12: [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] 20170530-07:06:13: [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] 20170530-07:06:13: [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] 20170530-07:06:14: [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] 20170530-07:06:15: [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] 20170530-07:06:16: [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] 20170530-07:06:16: [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] 20170530-07:06:17: [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] 20170530-07:06:18: [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] 20170530-07:06:18: [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] 20170530-07:06:19: [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] 20170530-07:06:20: [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] 20170530-07:06: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] 20170530-07:06: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] 20170530-07:06: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] 20170530-07:06:22: [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] 20170530-07:06:23: [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] 20170530-07:06:24: [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] 20170530-07:06:24: [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] 20170530-07:06:25: [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] 20170530-07:06:26: [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] 20170530-07:06:26: [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] 20170530-07:06:27: [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] 20170530-07:06:28: [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] 20170530-07:06:28: [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] 20170530-07:06:29: [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] 20170530-07:06:30: [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] 20170530-07:06:31: [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] 20170530-07:06:31: [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] 20170530-07:06:32: [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] 20170530-07:06:32: [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] 20170530-07:06:33: [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] 20170530-07:06:34: [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] 20170530-07:06:34: [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] 20170530-07:06:35: [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] 20170530-07:06:36: [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] 20170530-07:06:36: [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] 20170530-07:06:37: [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] 20170530-07:06:37: [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] 20170530-07:06:38: [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] 20170530-07:06:39: [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] 20170530-07:06:40: [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] 20170530-07:06:40: [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] 20170530-07:06:41: [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] 20170530-07:06:42: [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] 20170530-07:06:43: [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] 20170530-07:06:43: [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] 20170530-07:06:44: [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] 20170530-07:06:45: [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] 20170530-07:06:45: [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] 20170530-07:06:46: [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] 20170530-07:06:47: [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] 20170530-07:06:47: [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] 20170530-07:06:48: [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] 20170530-07:06:49: [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] 20170530-07:06:49: [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] 20170530-07:06:50: [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] 20170530-07:06:51: [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] 20170530-07:06:52: [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] 20170530-07:06:52: [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] 20170530-07:06:53: [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] 20170530-07:06:54: [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] 20170530-07:06:54: [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] 20170530-07:06:55: [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] 20170530-07:06:56: [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] 20170530-07:06:57: [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] 20170530-07:06:57: [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] 20170530-07:06:58: [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] 20170530-07:06:58: [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] 20170530-07:06:59: [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] 20170530-07:07:00: [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] 20170530-07:07:01: [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] 20170530-07:07:01: [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] 20170530-07:07:02: [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] 20170530-07:07:03: [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] 20170530-07:07:03: [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] 20170530-07:07:04: [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] 20170530-07:07:05: [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] 20170530-07:07:05: [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] 20170530-07:07:06: [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] 20170530-07:07:06: [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] 20170530-07:07:07: [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] 20170530-07:07:08: [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] 20170530-07:07:08: [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] 20170530-07:07:09: [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] 20170530-07:07:10: [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] 20170530-07:07:10: [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] 20170530-07:07:11: [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] 20170530-07:07:12: [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] 20170530-07:07:13: [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] 20170530-07:07:13: [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] 20170530-07:07:14: [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] 20170530-07:07:15: [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] 20170530-07:07:15: [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] 20170530-07:07:16: [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] 20170530-07:07:17: [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] 20170530-07:07:17: [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] 20170530-07:07:18: [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] 20170530-07:07:19: [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] 20170530-07:07:19: [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] 20170530-07:07:20: [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] 20170530-07:07:21: [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] 20170530-07:07:21: [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] 20170530-07:07:22: [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] 20170530-07:07:23: [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] 20170530-07:07:24: [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] 20170530-07:07:24: [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] 20170530-07:07:25: [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] 20170530-07:07:26: [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] 20170530-07:07:26: [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] 20170530-07:07:27: [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] 20170530-07:07:28: [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] 20170530-07:07:28: [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] 20170530-07:07:29: [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] 20170530-07:07:30: [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] 20170530-07:07: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] 20170530-07:07: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] 20170530-07:07:32: [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] 20170530-07:07:32: [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] 20170530-07:07:33: [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] 20170530-07:07:34: [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] 20170530-07:07:35: [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] 20170530-07:07:35: [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] 20170530-07:07:36: [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] 20170530-07:07:37: [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] 20170530-07:07:37: [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] 20170530-07:07:38: [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] 20170530-07:07:39: [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] 20170530-07:07:39: [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] 20170530-07:07:40: [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] 20170530-07:07:40: [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] 20170530-07:07:41: [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] 20170530-07:07:42: [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] 20170530-07:07:42: [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] 20170530-07:07:43: [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] 20170530-07:07:44: [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] 20170530-07:07:45: [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] 20170530-07:07:45: [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] 20170530-07:07:46: [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] 20170530-07:07:46: [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] 20170530-07:07:47: [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] 20170530-07:07:48: [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] 20170530-07:07:48: [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] 20170530-07:07:49: [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] 20170530-07:07:50: [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] 20170530-07:07:51: [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] 20170530-07:07:51: [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] 20170530-07:07:52: [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] 20170530-07:07:53: [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] 20170530-07:07:53: [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] 20170530-07:07:54: [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] 20170530-07:07:54: [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] 20170530-07:07:55: [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] 20170530-07:07:56: [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] 20170530-07:07:56: [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] 20170530-07:07:57: [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] 20170530-07:07:58: [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] 20170530-07:07:58: [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] 20170530-07:07:59: [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] 20170530-07:08:00: [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] 20170530-07:08:00: [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] 20170530-07:08:01: [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] 20170530-07:08:02: [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] 20170530-07:08:02: [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] 20170530-07:08:03: [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] 20170530-07:08:04: [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] 20170530-07:08:04: [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] 20170530-07:08:05: [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] 20170530-07:08:06: [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] 20170530-07:08:06: [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] 20170530-07:08:07: [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] 20170530-07:08:08: [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] 20170530-07:08:08: [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] 20170530-07:08:09: [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] 20170530-07:08:10: [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] 20170530-07:08:10: [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] 20170530-07:08:11: [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] 20170530-07:08:12: [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] 20170530-07:08:12: [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] 20170530-07:08:13: [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] 20170530-07:08:14: [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] 20170530-07:08:14: [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] 20170530-07:08:15: [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] 20170530-07:08:16: [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] 20170530-07:08:16: [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] 20170530-07:08:17: [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] 20170530-07:08:17: [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] 20170530-07:08:18: [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] 20170530-07:08:19: [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] 20170530-07:08:19: [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] 20170530-07:08:20: [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] 20170530-07:08:21: [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] 20170530-07:08:22: [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] 20170530-07:08:22: [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] 20170530-07:08:23: [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] 20170530-07:08:23: [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] 20170530-07:08:24: [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] 20170530-07:08:25: [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] 20170530-07:08:25: [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] 20170530-07:08:26: [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] 20170530-07:08:27: [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] 20170530-07:08:27: [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] 20170530-07:08:28: [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] 20170530-07:08:29: [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] 20170530-07:08:29: [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] 20170530-07:08:30: [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] 20170530-07:08:31: [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] 20170530-07:08:32: [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] 20170530-07:08:32: [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] 20170530-07:08:33: [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] 20170530-07:08:34: [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] 20170530-07:08:35: [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] 20170530-07:08:35: [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] 20170530-07:08:36: [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] 20170530-07:08:36: [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] 20170530-07:08:37: [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] 20170530-07:08:38: [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] 20170530-07:08:38: [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] 20170530-07:08:39: [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] 20170530-07:08:39: [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] 20170530-07:08:40: [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] 20170530-07:08: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] 20170530-07:08:41: [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] 20170530-07:08:42: [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] 20170530-07:08:43: [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] 20170530-07:08:43: [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] 20170530-07:08:44: [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] 20170530-07:08:45: [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] 20170530-07:08:45: [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] 20170530-07:08:46: [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] 20170530-07:08:47: [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] 20170530-07:08:47: [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] 20170530-07:08:48: [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] 20170530-07:08:49: [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] 20170530-07:08:50: [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] 20170530-07:08:50: [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] 20170530-07:08:51: [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] 20170530-07:08:52: [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] 20170530-07:08:52: [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] 20170530-07:08:53: [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] 20170530-07:08:54: [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] 20170530-07:08:54: [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] 20170530-07:08:55: [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] 20170530-07:08:56: [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] 20170530-07:08:56: [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] 20170530-07:08:57: [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] 20170530-07:08:58: [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] 20170530-07:08:58: [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] 20170530-07:08:59: [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] 20170530-07:08:59: [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] 20170530-07:09:00: [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] 20170530-07:09:01: [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] 20170530-07:09:01: [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] 20170530-07:09:02: [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] 20170530-07:09:03: [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] 20170530-07:09:04: [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] 20170530-07:09:04: [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] 20170530-07:09:05: [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] 20170530-07:09:06: [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] 20170530-07:09:06: [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] 20170530-07:09:07: [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] 20170530-07:09:08: [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] 20170530-07:09:08: [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] 20170530-07:09:09: [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] 20170530-07:09:10: [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] 20170530-07:09:10: [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] 20170530-07:09:11: [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] 20170530-07:09:12: [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] 20170530-07:09:12: [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] 20170530-07:09:13: [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] 20170530-07:09:14: [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] 20170530-07:09:15: [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] 20170530-07:09:15: [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] 20170530-07:09:16: [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] 20170530-07:09:17: [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] 20170530-07:09:17: [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] 20170530-07:09:18: [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] 20170530-07:09:19: [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] 20170530-07:09:19: [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] 20170530-07:09:20: [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] 20170530-07:09:21: [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] 20170530-07:09:21: [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] 20170530-07:09:22: [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] 20170530-07:09:23: [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] 20170530-07:09:23: [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] 20170530-07:09:24: [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] 20170530-07:09:25: [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] 20170530-07:09:25: [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] 20170530-07:09:26: [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] 20170530-07:09:27: [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] 20170530-07:09:27: [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] 20170530-07:09:28: [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] 20170530-07:09:28: [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] 20170530-07:09:29: [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] 20170530-07:09:30: [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] 20170530-07:09:30: [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] 20170530-07:09:31: [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] 20170530-07:09:32: [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] 20170530-07:09:33: [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] 20170530-07:09:33: [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] 20170530-07:09:34: [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] 20170530-07:09:35: [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] 20170530-07:09:35: [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] 20170530-07:09:36: [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] 20170530-07:09:37: [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] 20170530-07:09:38: [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] 20170530-07:09:38: [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] 20170530-07:09:39: [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] 20170530-07:09:40: [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] 20170530-07:09:40: [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] 20170530-07:09:41: [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] 20170530-07:09:42: [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] 20170530-07:09:43: [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] 20170530-07:09:43: [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] 20170530-07:09:44: [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] 20170530-07:09:45: [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] 20170530-07:09:45: [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] 20170530-07:09:46: [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] 20170530-07:09:47: [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] 20170530-07:09:47: [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] 20170530-07:09:48: [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] 20170530-07:09:49: [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] 20170530-07:09:49: [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] 20170530-07:09:50: [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] 20170530-07:09:51: [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] 20170530-07:09:51: [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] 20170530-07:09: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] 20170530-07:09: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] 20170530-07:09: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] 20170530-07:09:54: [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] 20170530-07:09:55: [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] 20170530-07:09:55: [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] 20170530-07:09:56: [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] 20170530-07:09:57: [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] 20170530-07:09:57: [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] 20170530-07:09:58: [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] 20170530-07:09:59: [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] 20170530-07:10:00: [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] 20170530-07:10:00: [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] 20170530-07:10:01: [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] 20170530-07:10:01: [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] 20170530-07:10:02: [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] 20170530-07:10:03: [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] 20170530-07:10:03: [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] 20170530-07:10:04: [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] 20170530-07:10:05: [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] 20170530-07:10:06: [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] 20170530-07:10:06: [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] 20170530-07:10:07: [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] 20170530-07:10:08: [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] 20170530-07:10:09: [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] 20170530-07:10:09: [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] 20170530-07:10:10: [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] 20170530-07:10:11: [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] 20170530-07:10:11: [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] 20170530-07:10:12: [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] 20170530-07:10:13: [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] 20170530-07:10:13: [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] 20170530-07:10:14: [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] 20170530-07:10:14: [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] 20170530-07:10:15: [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] 20170530-07:10:16: [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] 20170530-07:10:17: [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] 20170530-07:10:17: [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] 20170530-07:10:18: [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] 20170530-07:10:18: [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] 20170530-07:10:19: [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] 20170530-07:10:20: [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] 20170530-07:10:20: [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] 20170530-07:10:21: [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] 20170530-07:10:22: [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] 20170530-07:10:22: [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] 20170530-07:10:23: [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] 20170530-07:10:23: [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] 20170530-07:10:24: [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] 20170530-07:10:25: [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] 20170530-07:10:25: [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] 20170530-07:10:26: [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] 20170530-07:10:27: [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] 20170530-07:10:27: [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] 20170530-07:10:28: [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] 20170530-07:10:29: [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] 20170530-07:10:29: [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] 20170530-07:10:30: [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] 20170530-07:10:31: [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] 20170530-07:10:31: [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] 20170530-07:10:32: [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] 20170530-07:10:33: [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] 20170530-07:10:33: [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] 20170530-07:10:34: [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] 20170530-07:10:35: [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] 20170530-07:10:35: [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] 20170530-07:10:36: [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] 20170530-07:10:37: [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] 20170530-07:10:38: [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] 20170530-07:10:38: [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] 20170530-07:10:39: [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] 20170530-07:10:39: [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] 20170530-07:10:40: [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] 20170530-07:10:41: [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] 20170530-07:10:41: [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] 20170530-07:10:42: [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] 20170530-07:10:43: [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] 20170530-07:10:43: [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] 20170530-07:10:44: [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] 20170530-07:10:45: [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] 20170530-07:10:45: [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] 20170530-07:10:46: [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] 20170530-07:10:46: [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] 20170530-07:10:47: [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] 20170530-07:10:48: [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] 20170530-07:10:48: [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] 20170530-07:10:49: [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] 20170530-07:10:50: [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] 20170530-07:10:50: [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] 20170530-07:10:51: [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] 20170530-07:10:51: [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] 20170530-07:10:52: [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] 20170530-07:10:53: [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] 20170530-07:10:54: [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] 20170530-07:10:54: [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] 20170530-07:10:55: [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] 20170530-07:10:56: [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] 20170530-07:10:56: [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] 20170530-07:10:57: [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] 20170530-07:10:58: [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] 20170530-07:10:58: [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] 20170530-07:10:59: [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] 20170530-07:11:00: [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] 20170530-07:11:00: [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] 20170530-07:11:01: [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] 20170530-07:11: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] 20170530-07:11:02: [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] 20170530-07:11:03: [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] 20170530-07:11:04: [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] 20170530-07:11:05: [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] 20170530-07:11:05: [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] 20170530-07:11:06: [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] 20170530-07:11:06: [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] 20170530-07:11:07: [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] 20170530-07:11:08: [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] 20170530-07:11:09: [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] 20170530-07:11:09: [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] 20170530-07:11:10: [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] 20170530-07:11:10: [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] 20170530-07:11:11: [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] 20170530-07:11:12: [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] 20170530-07:11:13: [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] 20170530-07:11:13: [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] 20170530-07:11:14: [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] 20170530-07:11:14: [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] 20170530-07:11:15: [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] 20170530-07:11:16: [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] 20170530-07:11:16: [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] 20170530-07:11:17: [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] 20170530-07:11:18: [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] 20170530-07:11:18: [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] 20170530-07:11:19: [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] 20170530-07:11:20: [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] 20170530-07:11:20: [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] 20170530-07:11:21: [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] 20170530-07:11:22: [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] 20170530-07:11:22: [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] 20170530-07:11:23: [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] 20170530-07:11:24: [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] 20170530-07:11:25: [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] 20170530-07:11:25: [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] 20170530-07:11:26: [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] 20170530-07:11:27: [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] 20170530-07:11:27: [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] 20170530-07:11:28: [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] 20170530-07:11:29: [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] 20170530-07:11:30: [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] 20170530-07:11:30: [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] 20170530-07:11:31: [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] 20170530-07:11:32: [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] 20170530-07:11:32: [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] 20170530-07:11:33: [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] 20170530-07:11:34: [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] 20170530-07:11:34: [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] 20170530-07:11:35: [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] 20170530-07:11:36: [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] 20170530-07:11:36: [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] 20170530-07:11:37: [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] 20170530-07:11:37: [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] 20170530-07:11:38: [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] 20170530-07:11:39: [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] 20170530-07:11:39: [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] 20170530-07:11:40: [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] 20170530-07:11:41: [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] 20170530-07:11:41: [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] 20170530-07:11:42: [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] 20170530-07:11:43: [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] 20170530-07:11:43: [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] 20170530-07:11:44: [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] 20170530-07:11:45: [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] 20170530-07:11:45: [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] 20170530-07:11:46: [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] 20170530-07:11:47: [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] 20170530-07:11:48: [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] 20170530-07:11:48: [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] 20170530-07:11:49: [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] 20170530-07:11:50: [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] 20170530-07:11:50: [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] 20170530-07:11:51: [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] 20170530-07:11:51: [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] 20170530-07:11:52: [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] 20170530-07:11:53: [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] 20170530-07:11:54: [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] 20170530-07:11:54: [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] 20170530-07:11:55: [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] 20170530-07:11:56: [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] 20170530-07:11:56: [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] 20170530-07:11:57: [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] 20170530-07:11:57: [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] 20170530-07:11:58: [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] 20170530-07:11:59: [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] 20170530-07:11:59: [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] 20170530-07:12:00: [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] 20170530-07:12:01: [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] 20170530-07:12:02: [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] 20170530-07:12:02: [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] 20170530-07:12:03: [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] 20170530-07:12:04: [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] 20170530-07:12:04: [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] 20170530-07:12:05: [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] 20170530-07:12:06: [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] 20170530-07:12:06: [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] 20170530-07:12:07: [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] 20170530-07:12:08: [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] 20170530-07:12:08: [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] 20170530-07:12:09: [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] 20170530-07:12: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] 20170530-07:12: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] 20170530-07:12:11: [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] 20170530-07:12:11: [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] 20170530-07:12:12: [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] 20170530-07:12:12: [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] 20170530-07:12:13: [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] 20170530-07:12:14: [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] 20170530-07:12:14: [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] 20170530-07:12:15: [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] 20170530-07:12:16: [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] 20170530-07:12:16: [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] 20170530-07:12:17: [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] 20170530-07:12:18: [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] 20170530-07:12:19: [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] 20170530-07:12:19: [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] 20170530-07:12:20: [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] 20170530-07:12:21: [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] 20170530-07:12:21: [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] 20170530-07:12:22: [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] 20170530-07:12:23: [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] 20170530-07:12:23: [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] 20170530-07:12:24: [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] 20170530-07:12:25: [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] 20170530-07:12:26: [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] 20170530-07:12:26: [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] 20170530-07:12:27: [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] 20170530-07:12:27: [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] 20170530-07:12:28: [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] 20170530-07:12:29: [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] 20170530-07:12:29: [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] 20170530-07:12:30: [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] 20170530-07:12:31: [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] 20170530-07:12:31: [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] 20170530-07:12:32: [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] 20170530-07:12:33: [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] 20170530-07:12:33: [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] 20170530-07:12:34: [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] 20170530-07:12:35: [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] 20170530-07:12:35: [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] 20170530-07:12:36: [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] 20170530-07:12:37: [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] 20170530-07:12:37: [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] 20170530-07:12:38: [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] 20170530-07:12:39: [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] 20170530-07:12:40: [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] 20170530-07:12:40: [INFO]: created client for certificate file: testRightsHolder with subject: CN=testRightsHolder,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:12:40: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [WARN]: Unable to find a valid authoritative MN to use for the object: testPackage_scimeta_20171500124053 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [INFO]: creating a test object. pid = testPackage_scimeta_20171500124053 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [INFO]: SystemMetadata for pid: testPackage_scimeta_20171500124053 1 testPackage_scimeta_20171500124053 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org CN=testRightsHolder,DC=dataone,DC=org read 2017-05-30T07:12:40.061+00:00 2017-05-30T07:12:40.061+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [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_20171500124053; FilePart:object = /tmp/mmp.output.5380996398180855884.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2451973497671609699.tmp (1072 bytes); [org.dataone.client.rest.RestClient] 20170530-07:12:40: [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_20171500124053 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_20171500124053 at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630) at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517) at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java: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_20171500124053 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_20171500124053 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_20171500124053 at org.dataone.service.util.ExceptionHandler.deserializeXml(ExceptionHandler.java:630) at org.dataone.service.util.ExceptionHandler.deserializeXmlAndThrowException(ExceptionHandler.java:517) at org.dataone.service.util.ExceptionHandler.deserializeAndThrowException(ExceptionHandler.java: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 20170530-07:12:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [INFO]: *** context label: DEV [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:40: [INFO]: **************************************************** [org.dataone.integration.ContextAwareTestCaseDataone] nodeId key value ============================================================================================================= urn:node:cnDevUNM1 objectList_cacheDate Tue May 30 06:09:46 UTC 2017 urn:node:cnDevUNM1 publicObject_cacheDate Tue May 30 05:38:05 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@531db190 ============================================================================================================= urn:node:cnDev objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDev publicObject_cacheDate Tue May 30 05:37:56 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@42748f91 ============================================================================================================= urn:node:cnDevUCSB1 objectList_cacheDate Tue May 30 06:09:45 UTC 2017 urn:node:cnDevUCSB1 publicObject_cacheDate Tue May 30 05:37:59 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@727d9aac ============================================================================================================= urn:node:cnDevORC1 objectList_cacheDate Tue May 30 06:09:47 UTC 2017 urn:node:cnDevORC1 objectList_hits 8 urn:node:cnDevORC1 objectList org.dataone.service.types.v1.ObjectList@1435cced ============================================================================================================= 20170530-07:12:40: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-07:12:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:12:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:41: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001241329 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:41: [INFO]: creating a test object. pid = testListViewsExist_201715001241329 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:41: [INFO]: SystemMetadata for pid: testListViewsExist_201715001241329 1 testListViewsExist_201715001241329 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:12:41.336+00:00 2017-05-30T07:12:41.336+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:43: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001241329; FilePart:object = /tmp/mmp.output.7075729690236817970.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3502314945611894305.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:12:43: [INFO]: object created. pid = testListViewsExist_201715001241329 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:12:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/default/testListViewsExist_201715001241329 [org.dataone.client.rest.RestClient] 20170530-07:12:53: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:53: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:12:53: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:53: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001253907 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:53: [INFO]: creating a test object. pid = testListViewsExist_201715001253907 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:53: [INFO]: SystemMetadata for pid: testListViewsExist_201715001253907 1 testListViewsExist_201715001253907 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:12:53.915+00:00 2017-05-30T07:12:53.915+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:55: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001253907; FilePart:object = /tmp/mmp.output.8894132306796734314.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6466195707177081224.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:12:55: [INFO]: object created. pid = testListViewsExist_201715001253907 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:12:55: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/metacatui/testListViewsExist_201715001253907 [org.dataone.client.rest.RestClient] 20170530-07:13:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:06: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500136269 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:06: [INFO]: creating a test object. pid = testListViewsExist_20171500136269 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:06: [INFO]: SystemMetadata for pid: testListViewsExist_20171500136269 1 testListViewsExist_20171500136269 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:13:06.277+00:00 2017-05-30T07:13:06.277+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:07: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171500136269; FilePart:object = /tmp/mmp.output.8463067115171391830.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.392206613237785267.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:13:07: [INFO]: object created. pid = testListViewsExist_20171500136269 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:18: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/nceas/testListViewsExist_20171500136269 [org.dataone.client.rest.RestClient] 20170530-07:13:18: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:18: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:18: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:18: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001318839 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:18: [INFO]: creating a test object. pid = testListViewsExist_201715001318839 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:18: [INFO]: SystemMetadata for pid: testListViewsExist_201715001318839 1 testListViewsExist_201715001318839 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:13:18.847+00:00 2017-05-30T07:13:18.847+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:20: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001318839; FilePart:object = /tmp/mmp.output.3721842327347916759.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3412252994084832395.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:13:20: [INFO]: object created. pid = testListViewsExist_201715001318839 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/esa/testListViewsExist_201715001318839 [org.dataone.client.rest.RestClient] 20170530-07:13:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:31: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001331206 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:31: [INFO]: creating a test object. pid = testListViewsExist_201715001331206 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:31: [INFO]: SystemMetadata for pid: testListViewsExist_201715001331206 1 testListViewsExist_201715001331206 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:13:31.214+00:00 2017-05-30T07:13:31.214+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:32: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001331206; FilePart:object = /tmp/mmp.output.49394116029860948.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8528698539986328681.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:13:32: [INFO]: object created. pid = testListViewsExist_201715001331206 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/knb/testListViewsExist_201715001331206 [org.dataone.client.rest.RestClient] 20170530-07:13:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:43: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001343361 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:43: [INFO]: creating a test object. pid = testListViewsExist_201715001343361 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:43: [INFO]: SystemMetadata for pid: testListViewsExist_201715001343361 1 testListViewsExist_201715001343361 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:13:43.369+00:00 2017-05-30T07:13:43.369+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:45: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001343361; FilePart:object = /tmp/mmp.output.5094760855854007467.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.783592904070340671.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:13:45: [INFO]: object created. pid = testListViewsExist_201715001343361 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/kepler/testListViewsExist_201715001343361 [org.dataone.client.rest.RestClient] 20170530-07:13:55: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:55: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:55: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:13:55: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:55: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001355882 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:55: [INFO]: creating a test object. pid = testListViewsExist_201715001355882 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:55: [INFO]: SystemMetadata for pid: testListViewsExist_201715001355882 1 testListViewsExist_201715001355882 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:13:55.890+00:00 2017-05-30T07:13:55.890+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:57: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001355882; FilePart:object = /tmp/mmp.output.8583255260663007593.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8941026498782700802.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:13:57: [INFO]: object created. pid = testListViewsExist_201715001355882 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:13:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:08: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/lter/testListViewsExist_201715001355882 [org.dataone.client.rest.RestClient] 20170530-07:14:08: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:08: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:08: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:08: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500148113 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:08: [INFO]: creating a test object. pid = testListViewsExist_20171500148113 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:08: [INFO]: SystemMetadata for pid: testListViewsExist_20171500148113 1 testListViewsExist_20171500148113 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:14:08.125+00:00 2017-05-30T07:14:08.125+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:09: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171500148113; FilePart:object = /tmp/mmp.output.2607791956583953125.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2010103579397811000.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:14:09: [INFO]: object created. pid = testListViewsExist_20171500148113 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:09: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:20: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/ltss/testListViewsExist_20171500148113 [org.dataone.client.rest.RestClient] 20170530-07:14:20: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:20: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:20: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:20: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001420549 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:20: [INFO]: creating a test object. pid = testListViewsExist_201715001420549 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:20: [INFO]: SystemMetadata for pid: testListViewsExist_201715001420549 1 testListViewsExist_201715001420549 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:14:20.557+00:00 2017-05-30T07:14:20.557+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:22: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001420549; FilePart:object = /tmp/mmp.output.8851267016302299469.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4784825702029011148.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:14:22: [INFO]: object created. pid = testListViewsExist_201715001420549 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:22: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:33: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/obfs/testListViewsExist_201715001420549 [org.dataone.client.rest.RestClient] 20170530-07:14:33: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:33: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:33: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:33: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:33: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001433150 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:33: [INFO]: creating a test object. pid = testListViewsExist_201715001433150 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:33: [INFO]: SystemMetadata for pid: testListViewsExist_201715001433150 1 testListViewsExist_201715001433150 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:14:33.158+00:00 2017-05-30T07:14:33.158+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:34: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001433150; FilePart:object = /tmp/mmp.output.1616645051323249831.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3458829995147030680.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:14:34: [INFO]: object created. pid = testListViewsExist_201715001433150 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:34: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:45: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/nrs/testListViewsExist_201715001433150 [org.dataone.client.rest.RestClient] 20170530-07:14:45: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:45: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:45: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:45: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:45: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001445518 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:45: [INFO]: creating a test object. pid = testListViewsExist_201715001445518 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:45: [INFO]: SystemMetadata for pid: testListViewsExist_201715001445518 1 testListViewsExist_201715001445518 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:14:45.526+00:00 2017-05-30T07:14:45.526+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:47: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001445518; FilePart:object = /tmp/mmp.output.5592546280844194109.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.186341016114744995.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:14:47: [INFO]: object created. pid = testListViewsExist_201715001445518 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:47: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:58: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/sanparks/testListViewsExist_201715001445518 [org.dataone.client.rest.RestClient] 20170530-07:14:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:14:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:58: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500145839 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:58: [INFO]: creating a test object. pid = testListViewsExist_20171500145839 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:58: [INFO]: SystemMetadata for pid: testListViewsExist_20171500145839 1 testListViewsExist_20171500145839 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:14:58.047+00:00 2017-05-30T07:14:58.047+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:59: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_20171500145839; FilePart:object = /tmp/mmp.output.8735746000026691528.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7426227370431703023.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:14:59: [INFO]: object created. pid = testListViewsExist_20171500145839 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:14:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:15:10: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/saeon/testListViewsExist_20171500145839 [org.dataone.client.rest.RestClient] 20170530-07:15:10: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:10: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:10: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:15:10: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:10: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001510596 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:10: [INFO]: creating a test object. pid = testListViewsExist_201715001510596 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:10: [INFO]: SystemMetadata for pid: testListViewsExist_201715001510596 1 testListViewsExist_201715001510596 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:15:10.604+00:00 2017-05-30T07:15:10.604+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:12: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001510596; FilePart:object = /tmp/mmp.output.2607923719789363751.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2285034689698594906.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:15:12: [INFO]: object created. pid = testListViewsExist_201715001510596 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:12: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:15:23: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/first/testListViewsExist_201715001510596 [org.dataone.client.rest.RestClient] 20170530-07:15:23: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:23: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:23: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:15:23: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:23: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001523480 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:23: [INFO]: creating a test object. pid = testListViewsExist_201715001523480 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:23: [INFO]: SystemMetadata for pid: testListViewsExist_201715001523480 1 testListViewsExist_201715001523480 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:15:23.487+00:00 2017-05-30T07:15:23.487+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:24: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001523480; FilePart:object = /tmp/mmp.output.1926192021582433921.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6856737546641755039.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:15:24: [INFO]: object created. pid = testListViewsExist_201715001523480 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:24: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:15:35: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/parc/testListViewsExist_201715001523480 [org.dataone.client.rest.RestClient] 20170530-07:15:35: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:35: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:35: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:15:35: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:35: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001535557 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:35: [INFO]: creating a test object. pid = testListViewsExist_201715001535557 on https://cn-dev.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:35: [INFO]: SystemMetadata for pid: testListViewsExist_201715001535557 1 testListViewsExist_201715001535557 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:15:35.566+00:00 2017-05-30T07:15:35.566+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:36: [INFO]: RestClient.doRequestMMPBody, thread(1) call Info: POST https://cn-dev.test.dataone.org/cn/v2/object; MMP message has: ParamPart:pid = testListViewsExist_201715001535557; FilePart:object = /tmp/mmp.output.5607119546172235901.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4413886538241386774.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:15:36: [INFO]: object created. pid = testListViewsExist_201715001535557 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:36: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:15:47: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev.test.dataone.org/cn/v2/views/dataone/testListViewsExist_201715001535557 [org.dataone.client.rest.RestClient] 20170530-07:15:47: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:48: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-07:15:48: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:48: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:48: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:15:48: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:48: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001548436 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:48: [INFO]: creating a test object. pid = testListViewsExist_201715001548436 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:48: [INFO]: SystemMetadata for pid: testListViewsExist_201715001548436 1 testListViewsExist_201715001548436 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:15:48.444+00:00 2017-05-30T07:15:48.444+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15: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_201715001548436; FilePart:object = /tmp/mmp.output.4018783738627088775.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2008019014386449254.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:15:50: [INFO]: object created. pid = testListViewsExist_201715001548436 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:15:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:01: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/default/testListViewsExist_201715001548436 [org.dataone.client.rest.RestClient] 20170530-07:16:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:01: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_2017150016156 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:01: [INFO]: creating a test object. pid = testListViewsExist_2017150016156 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:01: [INFO]: SystemMetadata for pid: testListViewsExist_2017150016156 1 testListViewsExist_2017150016156 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:16:01.064+00:00 2017-05-30T07:16:01.064+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:02: [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_2017150016156; FilePart:object = /tmp/mmp.output.8087303231070014474.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5817853094256197508.tmp (1020 bytes); [org.dataone.client.rest.RestClient] 20170530-07:16:02: [INFO]: object created. pid = testListViewsExist_2017150016156 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:13: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/metacatui/testListViewsExist_2017150016156 [org.dataone.client.rest.RestClient] 20170530-07:16:13: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:13: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:13: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:13: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:13: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001613152 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:13: [INFO]: creating a test object. pid = testListViewsExist_201715001613152 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:13: [INFO]: SystemMetadata for pid: testListViewsExist_201715001613152 1 testListViewsExist_201715001613152 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:16:13.160+00:00 2017-05-30T07:16:13.160+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:14: [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_201715001613152; FilePart:object = /tmp/mmp.output.5397643257722536601.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3172354160108323370.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:16:14: [INFO]: object created. pid = testListViewsExist_201715001613152 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:14: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:25: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/nceas/testListViewsExist_201715001613152 [org.dataone.client.rest.RestClient] 20170530-07:16:25: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:25: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:25: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:25: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:25: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001625660 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:25: [INFO]: creating a test object. pid = testListViewsExist_201715001625660 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:25: [INFO]: SystemMetadata for pid: testListViewsExist_201715001625660 1 testListViewsExist_201715001625660 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:16:25.668+00:00 2017-05-30T07:16:25.668+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:27: [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_201715001625660; FilePart:object = /tmp/mmp.output.3536615045315968334.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3875259583603734951.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:16:27: [INFO]: object created. pid = testListViewsExist_201715001625660 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:38: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/esa/testListViewsExist_201715001625660 [org.dataone.client.rest.RestClient] 20170530-07:16:38: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:38: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:38: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:38: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:38: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001638177 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:38: [INFO]: creating a test object. pid = testListViewsExist_201715001638177 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:38: [INFO]: SystemMetadata for pid: testListViewsExist_201715001638177 1 testListViewsExist_201715001638177 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:16:38.185+00:00 2017-05-30T07:16:38.185+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:39: [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_201715001638177; FilePart:object = /tmp/mmp.output.244446631900881894.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.869595970213585178.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:16:39: [INFO]: object created. pid = testListViewsExist_201715001638177 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:50: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/knb/testListViewsExist_201715001638177 [org.dataone.client.rest.RestClient] 20170530-07:16:50: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:50: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:50: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:16:50: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:50: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001650258 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:50: [INFO]: creating a test object. pid = testListViewsExist_201715001650258 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:50: [INFO]: SystemMetadata for pid: testListViewsExist_201715001650258 1 testListViewsExist_201715001650258 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:16:50.266+00:00 2017-05-30T07:16:50.266+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:52: [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_201715001650258; FilePart:object = /tmp/mmp.output.1854003055555789503.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4274869254066617988.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:16:52: [INFO]: object created. pid = testListViewsExist_201715001650258 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:16:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:02: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/kepler/testListViewsExist_201715001650258 [org.dataone.client.rest.RestClient] 20170530-07:17:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:02: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500172885 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:02: [INFO]: creating a test object. pid = testListViewsExist_20171500172885 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:02: [INFO]: SystemMetadata for pid: testListViewsExist_20171500172885 1 testListViewsExist_20171500172885 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:17:02.892+00:00 2017-05-30T07:17:02.892+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:04: [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_20171500172885; FilePart:object = /tmp/mmp.output.5976659770921149227.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4547502879798479825.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:17:04: [INFO]: object created. pid = testListViewsExist_20171500172885 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:14: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/lter/testListViewsExist_20171500172885 [org.dataone.client.rest.RestClient] 20170530-07:17:14: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:14: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:15: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:15: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:15: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001714998 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:15: [INFO]: creating a test object. pid = testListViewsExist_201715001714998 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:15: [INFO]: SystemMetadata for pid: testListViewsExist_201715001714998 1 testListViewsExist_201715001714998 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:17:15.006+00:00 2017-05-30T07:17:15.006+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17: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_201715001714998; FilePart:object = /tmp/mmp.output.4358404551746898278.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5490766348840569298.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:17:16: [INFO]: object created. pid = testListViewsExist_201715001714998 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:27: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/ltss/testListViewsExist_201715001714998 [org.dataone.client.rest.RestClient] 20170530-07:17:27: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:27: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:27: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:27: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:27: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001727438 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:27: [INFO]: creating a test object. pid = testListViewsExist_201715001727438 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:27: [INFO]: SystemMetadata for pid: testListViewsExist_201715001727438 1 testListViewsExist_201715001727438 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:17:27.446+00:00 2017-05-30T07:17:27.446+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17: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_201715001727438; FilePart:object = /tmp/mmp.output.4858747911307069979.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6454774197299878932.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:17:29: [INFO]: object created. pid = testListViewsExist_201715001727438 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:39: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/obfs/testListViewsExist_201715001727438 [org.dataone.client.rest.RestClient] 20170530-07:17:39: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:39: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:39: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:39: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:39: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001739964 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:39: [INFO]: creating a test object. pid = testListViewsExist_201715001739964 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:39: [INFO]: SystemMetadata for pid: testListViewsExist_201715001739964 1 testListViewsExist_201715001739964 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:17:39.972+00:00 2017-05-30T07:17:39.972+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17: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_201715001739964; FilePart:object = /tmp/mmp.output.6118864623304267456.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2915309486470174478.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:17:41: [INFO]: object created. pid = testListViewsExist_201715001739964 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:52: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/nrs/testListViewsExist_201715001739964 [org.dataone.client.rest.RestClient] 20170530-07:17:52: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:52: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:52: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:17:52: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:52: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001752211 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:52: [INFO]: creating a test object. pid = testListViewsExist_201715001752211 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:52: [INFO]: SystemMetadata for pid: testListViewsExist_201715001752211 1 testListViewsExist_201715001752211 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:17:52.224+00:00 2017-05-30T07:17:52.224+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:53: [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_201715001752211; FilePart:object = /tmp/mmp.output.5211507696030546799.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7479237819579725425.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:17:53: [INFO]: object created. pid = testListViewsExist_201715001752211 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:17:53: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:04: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/sanparks/testListViewsExist_201715001752211 [org.dataone.client.rest.RestClient] 20170530-07:18:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:04: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500184717 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:04: [INFO]: creating a test object. pid = testListViewsExist_20171500184717 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:04: [INFO]: SystemMetadata for pid: testListViewsExist_20171500184717 1 testListViewsExist_20171500184717 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:18:04.725+00:00 2017-05-30T07:18:04.725+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18: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_20171500184717; FilePart:object = /tmp/mmp.output.5073028894861417866.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6138121194549756492.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:18:06: [INFO]: object created. pid = testListViewsExist_20171500184717 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:16: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/saeon/testListViewsExist_20171500184717 [org.dataone.client.rest.RestClient] 20170530-07:18:16: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:16: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:16: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:16: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:16: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001816940 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:16: [INFO]: creating a test object. pid = testListViewsExist_201715001816940 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:16: [INFO]: SystemMetadata for pid: testListViewsExist_201715001816940 1 testListViewsExist_201715001816940 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:18:16.948+00:00 2017-05-30T07:18:16.948+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:18: [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_201715001816940; FilePart:object = /tmp/mmp.output.7798986746577975219.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8604179985186666421.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:18:18: [INFO]: object created. pid = testListViewsExist_201715001816940 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:18: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:29: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/first/testListViewsExist_201715001816940 [org.dataone.client.rest.RestClient] 20170530-07:18:29: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:29: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:29: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:29: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:29: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001829364 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:29: [INFO]: creating a test object. pid = testListViewsExist_201715001829364 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:29: [INFO]: SystemMetadata for pid: testListViewsExist_201715001829364 1 testListViewsExist_201715001829364 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:18:29.371+00:00 2017-05-30T07:18:29.371+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:30: [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_201715001829364; FilePart:object = /tmp/mmp.output.628920377382187165.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1318076984979181781.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:18:30: [INFO]: object created. pid = testListViewsExist_201715001829364 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:30: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:41: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/parc/testListViewsExist_201715001829364 [org.dataone.client.rest.RestClient] 20170530-07:18:41: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:41: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:41: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:41: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:41: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001841617 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:41: [INFO]: creating a test object. pid = testListViewsExist_201715001841617 on https://cn-dev-ucsb-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:41: [INFO]: SystemMetadata for pid: testListViewsExist_201715001841617 1 testListViewsExist_201715001841617 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:18:41.624+00:00 2017-05-30T07:18:41.624+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:42: [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_201715001841617; FilePart:object = /tmp/mmp.output.2348095778110309098.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.702741290545249232.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:18:42: [INFO]: object created. pid = testListViewsExist_201715001841617 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:42: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:53: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-ucsb-1.test.dataone.org/cn/v2/views/dataone/testListViewsExist_201715001841617 [org.dataone.client.rest.RestClient] 20170530-07:18:53: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:54: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-07:18:54: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:54: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:54: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:18:54: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:54: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001854310 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:54: [INFO]: creating a test object. pid = testListViewsExist_201715001854310 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:54: [INFO]: SystemMetadata for pid: testListViewsExist_201715001854310 1 testListViewsExist_201715001854310 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:18:54.318+00:00 2017-05-30T07:18:54.318+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:56: [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_201715001854310; FilePart:object = /tmp/mmp.output.5977619784274379022.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.650869248859879791.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:18:56: [INFO]: object created. pid = testListViewsExist_201715001854310 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:18:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/default/testListViewsExist_201715001854310 [org.dataone.client.rest.RestClient] 20170530-07:19:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:07: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500197108 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:07: [INFO]: creating a test object. pid = testListViewsExist_20171500197108 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:07: [INFO]: SystemMetadata for pid: testListViewsExist_20171500197108 1 testListViewsExist_20171500197108 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:19:07.116+00:00 2017-05-30T07:19:07.116+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:08: [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_20171500197108; FilePart:object = /tmp/mmp.output.4268163891235477994.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2348728941097454132.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:19:08: [INFO]: object created. pid = testListViewsExist_20171500197108 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/metacatui/testListViewsExist_20171500197108 [org.dataone.client.rest.RestClient] 20170530-07:19:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:19: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001919100 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:19: [INFO]: creating a test object. pid = testListViewsExist_201715001919100 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:19: [INFO]: SystemMetadata for pid: testListViewsExist_201715001919100 1 testListViewsExist_201715001919100 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:19:19.114+00:00 2017-05-30T07:19:19.114+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:20: [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_201715001919100; FilePart:object = /tmp/mmp.output.2616059184241468458.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2326309037856815852.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:19:20: [INFO]: object created. pid = testListViewsExist_201715001919100 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/nceas/testListViewsExist_201715001919100 [org.dataone.client.rest.RestClient] 20170530-07:19:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:31: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001931569 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:31: [INFO]: creating a test object. pid = testListViewsExist_201715001931569 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:31: [INFO]: SystemMetadata for pid: testListViewsExist_201715001931569 1 testListViewsExist_201715001931569 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:19:31.576+00:00 2017-05-30T07:19:31.576+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:32: [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_201715001931569; FilePart:object = /tmp/mmp.output.6166396035502506883.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2220850721393828479.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:19:32: [INFO]: object created. pid = testListViewsExist_201715001931569 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/esa/testListViewsExist_201715001931569 [org.dataone.client.rest.RestClient] 20170530-07:19:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:43: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715001943302 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:43: [INFO]: creating a test object. pid = testListViewsExist_201715001943302 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:43: [INFO]: SystemMetadata for pid: testListViewsExist_201715001943302 1 testListViewsExist_201715001943302 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:19:43.310+00:00 2017-05-30T07:19:43.310+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19: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 = testListViewsExist_201715001943302; FilePart:object = /tmp/mmp.output.2356897411638411572.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3597225025513426901.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:19:44: [INFO]: object created. pid = testListViewsExist_201715001943302 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/knb/testListViewsExist_201715001943302 [org.dataone.client.rest.RestClient] 20170530-07:19:55: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:55: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:55: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:19:55: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:55: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500195562 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:55: [INFO]: creating a test object. pid = testListViewsExist_20171500195562 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:55: [INFO]: SystemMetadata for pid: testListViewsExist_20171500195562 1 testListViewsExist_20171500195562 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:19:55.070+00:00 2017-05-30T07:19:55.070+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:56: [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_20171500195562; FilePart:object = /tmp/mmp.output.8692909560817581412.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3182538007041944043.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:19:56: [INFO]: object created. pid = testListViewsExist_20171500195562 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:19:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:07: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/kepler/testListViewsExist_20171500195562 [org.dataone.client.rest.RestClient] 20170530-07:20:07: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:07: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:07: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500207639 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:07: [INFO]: creating a test object. pid = testListViewsExist_20171500207639 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:07: [INFO]: SystemMetadata for pid: testListViewsExist_20171500207639 1 testListViewsExist_20171500207639 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:20:07.647+00:00 2017-05-30T07:20:07.647+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:08: [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_20171500207639; FilePart:object = /tmp/mmp.output.1387817171610063029.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1353356177164727296.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:20:08: [INFO]: object created. pid = testListViewsExist_20171500207639 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/lter/testListViewsExist_20171500207639 [org.dataone.client.rest.RestClient] 20170530-07:20:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:19: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002019292 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:19: [INFO]: creating a test object. pid = testListViewsExist_201715002019292 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:19: [INFO]: SystemMetadata for pid: testListViewsExist_201715002019292 1 testListViewsExist_201715002019292 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:20:19.300+00:00 2017-05-30T07:20:19.300+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:20: [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_201715002019292; FilePart:object = /tmp/mmp.output.7599914413638375640.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8516285300924441210.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:20:20: [INFO]: object created. pid = testListViewsExist_201715002019292 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/ltss/testListViewsExist_201715002019292 [org.dataone.client.rest.RestClient] 20170530-07:20:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:31: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500203171 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:31: [INFO]: creating a test object. pid = testListViewsExist_20171500203171 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:31: [INFO]: SystemMetadata for pid: testListViewsExist_20171500203171 1 testListViewsExist_20171500203171 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:20:31.078+00:00 2017-05-30T07:20:31.078+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:32: [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_20171500203171; FilePart:object = /tmp/mmp.output.5404125646983862697.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5240942064615863699.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:20:32: [INFO]: object created. pid = testListViewsExist_20171500203171 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/obfs/testListViewsExist_20171500203171 [org.dataone.client.rest.RestClient] 20170530-07:20:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:43: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002043423 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:43: [INFO]: creating a test object. pid = testListViewsExist_201715002043423 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:43: [INFO]: SystemMetadata for pid: testListViewsExist_201715002043423 1 testListViewsExist_201715002043423 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:20:43.431+00:00 2017-05-30T07:20:43.431+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20: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 = testListViewsExist_201715002043423; FilePart:object = /tmp/mmp.output.2691351337543401974.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3378611247203073475.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:20:44: [INFO]: object created. pid = testListViewsExist_201715002043423 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/nrs/testListViewsExist_201715002043423 [org.dataone.client.rest.RestClient] 20170530-07:20:55: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:55: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:55: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:20:55: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:55: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002055121 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:55: [INFO]: creating a test object. pid = testListViewsExist_201715002055121 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:55: [INFO]: SystemMetadata for pid: testListViewsExist_201715002055121 1 testListViewsExist_201715002055121 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:20:55.129+00:00 2017-05-30T07:20:55.129+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:56: [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_201715002055121; FilePart:object = /tmp/mmp.output.6071619898337761889.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.344252261548274107.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:20:56: [INFO]: object created. pid = testListViewsExist_201715002055121 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:20:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:06: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/sanparks/testListViewsExist_201715002055121 [org.dataone.client.rest.RestClient] 20170530-07:21:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:07: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:07: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500216999 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:07: [INFO]: creating a test object. pid = testListViewsExist_20171500216999 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:07: [INFO]: SystemMetadata for pid: testListViewsExist_20171500216999 1 testListViewsExist_20171500216999 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:07.007+00:00 2017-05-30T07:21:07.007+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:08: [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_20171500216999; FilePart:object = /tmp/mmp.output.8249351015708107605.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2197975291012110872.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:21:08: [INFO]: object created. pid = testListViewsExist_20171500216999 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:08: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:19: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/saeon/testListViewsExist_20171500216999 [org.dataone.client.rest.RestClient] 20170530-07:21:19: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:19: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:19: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:19: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:19: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002119651 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:19: [INFO]: creating a test object. pid = testListViewsExist_201715002119651 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:19: [INFO]: SystemMetadata for pid: testListViewsExist_201715002119651 1 testListViewsExist_201715002119651 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:19.659+00:00 2017-05-30T07:21:19.659+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:20: [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_201715002119651; FilePart:object = /tmp/mmp.output.2808432314416578783.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8613116038821065644.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:21:20: [INFO]: object created. pid = testListViewsExist_201715002119651 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:20: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:31: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/first/testListViewsExist_201715002119651 [org.dataone.client.rest.RestClient] 20170530-07:21:31: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:31: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:31: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:31: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:31: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002131320 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:31: [INFO]: creating a test object. pid = testListViewsExist_201715002131320 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:31: [INFO]: SystemMetadata for pid: testListViewsExist_201715002131320 1 testListViewsExist_201715002131320 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:31.332+00:00 2017-05-30T07:21:31.332+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:32: [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_201715002131320; FilePart:object = /tmp/mmp.output.4441893818440844064.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.64008969184218208.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:21:32: [INFO]: object created. pid = testListViewsExist_201715002131320 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:32: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:43: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/parc/testListViewsExist_201715002131320 [org.dataone.client.rest.RestClient] 20170530-07:21:43: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:43: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:43: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:43: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:43: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002143460 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:43: [INFO]: creating a test object. pid = testListViewsExist_201715002143460 on https://cn-dev-unm-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:43: [INFO]: SystemMetadata for pid: testListViewsExist_201715002143460 1 testListViewsExist_201715002143460 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:43.468+00:00 2017-05-30T07:21:43.468+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21: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 = testListViewsExist_201715002143460; FilePart:object = /tmp/mmp.output.5556885515050217910.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8488766725069742257.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:21:44: [INFO]: object created. pid = testListViewsExist_201715002143460 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:44: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-unm-1.test.dataone.org/cn/v2/views/dataone/testListViewsExist_201715002143460 [org.dataone.client.rest.RestClient] 20170530-07:21:55: [INFO]: created client for certificate file: cnDevUNM1 with subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:55: [INFO]: RestClient.doRequestNoBody, thread(1) call Info: GET https://cn-dev-orc-1.test.dataone.org/cn/v2/views [org.dataone.client.rest.RestClient] 20170530-07:21:55: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:55: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:55: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:55: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:55: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002155908 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:55: [INFO]: creating a test object. pid = testListViewsExist_201715002155908 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:55: [INFO]: SystemMetadata for pid: testListViewsExist_201715002155908 1 testListViewsExist_201715002155908 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:55.916+00:00 2017-05-30T07:21:55.916+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21: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_201715002155908; FilePart:object = /tmp/mmp.output.904531504583352997.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7519599711256617811.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:21:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:56: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:56: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:56: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:56: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:56: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002156727 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:56: [INFO]: creating a test object. pid = testListViewsExist_201715002156727 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:56: [INFO]: SystemMetadata for pid: testListViewsExist_201715002156727 1 testListViewsExist_201715002156727 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:56.734+00:00 2017-05-30T07:21:56.734+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21: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_201715002156727; FilePart:object = /tmp/mmp.output.8125133072355477234.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7115820928269891696.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:21:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:57: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:57: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:57: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:57: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:57: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002157546 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:57: [INFO]: creating a test object. pid = testListViewsExist_201715002157546 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:57: [INFO]: SystemMetadata for pid: testListViewsExist_201715002157546 1 testListViewsExist_201715002157546 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:57.553+00:00 2017-05-30T07:21:57.553+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21: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_201715002157546; FilePart:object = /tmp/mmp.output.4583382538603196277.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5160106104843575793.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:21:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:58: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:58: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:58: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:58: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:58: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002158374 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:58: [INFO]: creating a test object. pid = testListViewsExist_201715002158374 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:58: [INFO]: SystemMetadata for pid: testListViewsExist_201715002158374 1 testListViewsExist_201715002158374 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:58.381+00:00 2017-05-30T07:21:58.381+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [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_201715002158374; FilePart:object = /tmp/mmp.output.3630639505225118290.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8684656457193337482.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:21:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:59: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002159121 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [INFO]: creating a test object. pid = testListViewsExist_201715002159121 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [INFO]: SystemMetadata for pid: testListViewsExist_201715002159121 1 testListViewsExist_201715002159121 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:59.128+00:00 2017-05-30T07:21:59.128+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [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_201715002159121; FilePart:object = /tmp/mmp.output.4141800090787747530.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.7495096916909662706.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:21:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:59: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:21:59: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002159917 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [INFO]: creating a test object. pid = testListViewsExist_201715002159917 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:21:59: [INFO]: SystemMetadata for pid: testListViewsExist_201715002159917 1 testListViewsExist_201715002159917 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:21:59.924+00:00 2017-05-30T07:21:59.924+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22: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_201715002159917; FilePart:object = /tmp/mmp.output.4722353167846499315.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3623378484245000300.tmp (1022 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:00: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:00: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:00: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:00: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:00: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:00: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500220670 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:00: [INFO]: creating a test object. pid = testListViewsExist_20171500220670 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:00: [INFO]: SystemMetadata for pid: testListViewsExist_20171500220670 1 testListViewsExist_20171500220670 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:22:00.677+00:00 2017-05-30T07:22:00.677+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22: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_20171500220670; FilePart:object = /tmp/mmp.output.4228217657676191179.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.8159176799410644344.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:01: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:01: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:01: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:01: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:01: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500221488 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:01: [INFO]: creating a test object. pid = testListViewsExist_20171500221488 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:01: [INFO]: SystemMetadata for pid: testListViewsExist_20171500221488 1 testListViewsExist_20171500221488 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:22:01.496+00:00 2017-05-30T07:22:01.496+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22: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_20171500221488; FilePart:object = /tmp/mmp.output.3465502456933026195.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3316595873225026846.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:02: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:02: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:02: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:02: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:02: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500222249 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:02: [INFO]: creating a test object. pid = testListViewsExist_20171500222249 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:02: [INFO]: SystemMetadata for pid: testListViewsExist_20171500222249 1 testListViewsExist_20171500222249 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:22:02.262+00:00 2017-05-30T07:22:02.262+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22: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_20171500222249; FilePart:object = /tmp/mmp.output.7628426108681346810.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.3111345006602716069.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:03: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:03: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002235 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [INFO]: creating a test object. pid = testListViewsExist_201715002235 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [INFO]: SystemMetadata for pid: testListViewsExist_201715002235 1 testListViewsExist_201715002235 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:22:03.013+00:00 2017-05-30T07:22:03.013+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [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_201715002235; FilePart:object = /tmp/mmp.output.8038619885868017157.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.1067321658146452251.tmp (1019 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:03: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:03: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500223752 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [INFO]: creating a test object. pid = testListViewsExist_20171500223752 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:03: [INFO]: SystemMetadata for pid: testListViewsExist_20171500223752 1 testListViewsExist_20171500223752 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:22:03.763+00:00 2017-05-30T07:22:03.763+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22: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_20171500223752; FilePart:object = /tmp/mmp.output.7547379327635235044.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5394161037250440592.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:04: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:04: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:04: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:04: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:04: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500224504 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:04: [INFO]: creating a test object. pid = testListViewsExist_20171500224504 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:04: [INFO]: SystemMetadata for pid: testListViewsExist_20171500224504 1 testListViewsExist_20171500224504 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:22:04.511+00:00 2017-05-30T07:22:04.511+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22: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_20171500224504; FilePart:object = /tmp/mmp.output.1256935411805332567.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.6568450887894961947.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:05: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:05: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:05: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:05: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:05: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500225257 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:05: [INFO]: creating a test object. pid = testListViewsExist_20171500225257 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:05: [INFO]: SystemMetadata for pid: testListViewsExist_20171500225257 1 testListViewsExist_20171500225257 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:22:05.264+00:00 2017-05-30T07:22:05.264+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22: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_20171500225257; FilePart:object = /tmp/mmp.output.6651386381323959948.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.2720820165303809671.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_201715002265 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [INFO]: creating a test object. pid = testListViewsExist_201715002265 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [INFO]: SystemMetadata for pid: testListViewsExist_201715002265 1 testListViewsExist_201715002265 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:22:06.013+00:00 2017-05-30T07:22:06.013+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22: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_201715002265; FilePart:object = /tmp/mmp.output.634100667167954554.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.5126744712889313096.tmp (1019 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:06: [INFO]: certificate directory: /etc/dataone/client/testClientCerts/ [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [INFO]: certificate filename: cnDevUNM1 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] 20170530-07:22:06: [INFO]: client setup as Subject: CN=urn:node:cnDevUNM1,DC=dataone,DC=org [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [WARN]: Unable to find a valid authoritative MN to use for the object: testListViewsExist_20171500226831 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [INFO]: creating a test object. pid = testListViewsExist_20171500226831 on https://cn-dev-orc-1.test.dataone.org/cn/v2 [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22:06: [INFO]: SystemMetadata for pid: testListViewsExist_20171500226831 1 testListViewsExist_20171500226831 eml://ecoinformatics.org/eml-2.0.1 17181 03ce09c6b4c3efc1681f3023402998a2 CN=urn:node:cnDevUNM1,DC=dataone,DC=org public public changePermission 2017-05-30T07:22:06.838+00:00 2017-05-30T07:22:06.838+00:00 bogusAuthoritativeNode bogusAuthoritativeNode [org.dataone.integration.ContextAwareTestCaseDataone] 20170530-07:22: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_20171500226831; FilePart:object = /tmp/mmp.output.6009705914138025037.tmp (17181 bytes); FilePart:sysmeta = /tmp/mmp.output.4757350620128417339.tmp (1021 bytes); [org.dataone.client.rest.RestClient] 20170530-07:22:07: [WARN]: registering ConnectionManager... [org.dataone.client.utils.HttpConnectionMonitorService] Tests run: 18, Failures: 16, Errors: 1, Skipped: 0, Time elapsed: 1,253.466 sec <<< FAILURE! Results : Failed tests: 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 ] 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.1716668604079414612.tmp (1035 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.2093648331365556334.tmp (1034 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.2341128516597178631.tmp (1035 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.4572404926445471824.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.6984853461206362394.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-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.1322015652518971933.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.3542864503819896597.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-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6793948714419458633.tmp (1009 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.4903071303548657705.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-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.6855189115229708090.tmp (1046 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.916470106915599189.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-orc-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.332953046279498767.tmp (1047 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.7920563920306646541.tmp (853 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.7662257766960849837.tmp (853 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.5123552546424179484.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.6604335800690385513.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.3592526900248883047.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-ucsb-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.4874296911294641456.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-unm-1.test.dataone.org/cn/v2/diag/sysmeta; MMP message has: FilePart:sysmeta = /tmp/mmp.output.5952957846917671422.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.7313101699746158018.tmp (1043 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.135313402447793641.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.6912995723042440303.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.5048428758043110779.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.891617139019977827.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.891617139019977827.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.891617139019977827.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.891617139019977827.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.891617139019977827.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.891617139019977827.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.891617139019977827.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.891617139019977827.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.891617139019977827.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 ] 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 cNodeTier1TestCreate201714922367251 [for host POST https://cn-dev-orc-1.test.dataone.org/cn/v2/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate201714922367251; FilePart:sysmeta = /tmp/mmp.output.1982424516012875302.tmp (944 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_2017149223622542 [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_2017149223631642 [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 = cNodeTier1TestCreate201714922368789; FilePart:sysmeta = /tmp/mmp.output.8867167716020557569.tmp (944 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 = cNodeTier1TestCreate201714922368789; FilePart:sysmeta = /tmp/mmp.output.8867167716020557569.tmp (944 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 = cNodeTier1TestCreate201714922368789; FilePart:sysmeta = /tmp/mmp.output.8867167716020557569.tmp (944 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 = cNodeTier1TestCreate201714922368789; FilePart:sysmeta = /tmp/mmp.output.8867167716020557569.tmp (944 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_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_2017149223716136 [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_2017149223732569 [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.4714949470730118392.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.4485357142667057065.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.2837810120565883981.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.3640175206140129804.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.6496235839493496978.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.2753639648147018152.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.5783021864575280259.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.8919716271238886010.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:: Could not get CNode from the underlying context (D1Client.CN_URL) [for host https://cn-dev-orc-1.test.dataone.org/cn/v1 ] 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:2017149223857411 [for host https://cn-dev-orc-1.test.dataone.org/cn ] testSetAccessPolicy(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [for host GET https://cn-dev-unm-1.test.dataone.org/cn/v1/meta/TierTesting:cn-dev-unm-1:setAccess.15 ] testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV1IT): ServiceFailure: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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): ServiceFailure: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000:: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000:: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000:: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL)at 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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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: Could not get CNode from the underlying context (D1Client.CN_URL) [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:: Could not get CNode from the underlying context (D1Client.CN_URL) [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v1/meta/%7B00A73486-CE2F-4CC7-BC56-E03016F3540E%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:: Could not get CNode from the underlying context (D1Client.CN_URL) [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:: Could not get CNode from the underlying context (D1Client.CN_URL) [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:: Could not get CNode from the underlying context (D1Client.CN_URL) [for host https://cn-dev-orc-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:: Could not get CNode from the underlying context (D1Client.CN_URL) [for host https://cn-dev-orc-1.test.dataone.org/cn/v2 ] 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 ] 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 ] testIsAuthorized_NullPolicy_testPerson_is_RightsHolder(org.dataone.integration.it.apiTests.CNAuthorizationV2IT): ServiceFailure: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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: 000: Could not get CNode from the underlying context (D1Client.CN_URL) [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 cNodeTier1TestCreate2017149234526465 [for host POST https://cn-dev.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017149234526465; FilePart:sysmeta = /tmp/mmp.output.3129298587211983480.tmp (906 bytes); ] testRegisterSystemMetadata(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 4862: Couldn't determine the MNRead version of the authoritative member node for the pid cNodeTier1TestCreate2017149234527462 [for host POST https://cn-dev-ucsb-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017149234527462; FilePart:sysmeta = /tmp/mmp.output.2791256671392420089.tmp (906 bytes); ] testRegisterSystemMetadata(org.dataone.integration.it.apiTests.CNCoreV1IT): ServiceFailure: 4862: Couldn't determine the MNRead version of the authoritative member node for the pid cNodeTier1TestCreate2017149234527824 [for host POST https://cn-dev-unm-1.test.dataone.org/cn/v1/meta; MMP message has: ParamPart:pid = cNodeTier1TestCreate2017149234527824; FilePart:sysmeta = /tmp/mmp.output.1361126704638770790.tmp (906 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 = cNodeTier1TestCreate2017149234528596; FilePart:sysmeta = /tmp/mmp.output.5006858129647873556.tmp (906 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:: Could not get CNode from the underlying context (D1Client.CN_URL) [for host GET https://cn-dev-orc-1.test.dataone.org/cn/v2/meta/%7B009E0E3D-D1EA-4B84-90E3-D21FC7F467AD%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:: Could not get CNode from the underlying context (D1Client.CN_URL) [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:: Could not get CNode from the underlying context (D1Client.CN_URL) [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:: Could not get CNode from the underlying context (D1Client.CN_URL) [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_20171500124372. pid: testView_Scimeta_20171500124372 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_201715002155908. pid: testListViewsExist_201715002155908 [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_201715002156727. pid: testListViewsExist_201715002156727 [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_201715002157546. pid: testListViewsExist_201715002157546 [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_201715002158374. pid: testListViewsExist_201715002158374 [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_201715002159121. pid: testListViewsExist_201715002159121 [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_201715002159917. pid: testListViewsExist_201715002159917 [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_20171500220670. pid: testListViewsExist_20171500220670 [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_20171500221488. pid: testListViewsExist_20171500221488 [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_20171500222249. pid: testListViewsExist_20171500222249 [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_201715002235. pid: testListViewsExist_201715002235 [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_20171500223752. pid: testListViewsExist_20171500223752 [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_20171500224504. pid: testListViewsExist_20171500224504 [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_20171500225257. pid: testListViewsExist_20171500225257 [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_201715002265. pid: testListViewsExist_201715002265 [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_20171500226831. pid: testListViewsExist_20171500226831 [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: 692, Failures: 509, 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: 1:54:58.528s [INFO] Finished at: Tue May 30 07:22:08 UTC 2017 [INFO] Final Memory: 53M/635M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data