Skip to content

Instantly share code, notes, and snippets.

@escowles
Created November 25, 2013 14:52
Show Gist options
  • Save escowles/7642379 to your computer and use it in GitHub Desktop.
Save escowles/7642379 to your computer and use it in GitHub Desktop.
fcrepo-jms-indexer-pluggable build failing on MacOSX when fcrepo4 is running on port 8080
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building fcrepo-jms-indexer-core 4.0.0-alpha-3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fcrepo-jms-indexer-core ---
[INFO] Deleting /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ fcrepo-jms-indexer-core ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (default) @ fcrepo-jms-indexer-core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-unit-test) @ fcrepo-jms-indexer-core ---
[INFO] argLine set to -javaagent:/Users/escowles/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fcrepo-jms-indexer-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fcrepo-jms-indexer-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fcrepo-jms-indexer-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fcrepo-jms-indexer-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ fcrepo-jms-indexer-core ---
[INFO] Surefire report directory: /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.fcrepo.indexer.FileSerializerTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/escowles/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Users/escowles/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.959 sec - in org.fcrepo.indexer.FileSerializerTest
Running org.fcrepo.indexer.SolrIndexerTest
WARN 08:58:48.596 (SolrCore) Solr index directory '/var/folders/rh/f0cxltts6g3d_t7qq0dntmbw0000gn/T/org.fcrepo.indexer.SolrIndexerTest-1385387926377/index' doesn't exist. Creating new index...
WARN 08:58:50.755 (SolrCore) Solr index directory '/var/folders/rh/f0cxltts6g3d_t7qq0dntmbw0000gn/T/org.fcrepo.indexer.SolrIndexerTest-1385387929488/index' doesn't exist. Creating new index...
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.642 sec - in org.fcrepo.indexer.SolrIndexerTest
Results :
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-unit-test) @ fcrepo-jms-indexer-core ---
[INFO] Skipping JaCoCo execution due to missing execution data file
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ fcrepo-jms-indexer-core ---
[INFO] Building jar: /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/fcrepo-jms-indexer-core-4.0.0-alpha-3-SNAPSHOT.jar
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:reserve-network-port (reserve-port) @ fcrepo-jms-indexer-core ---
[INFO] Reserved port 55023 for test.port
[INFO] Reserved port 55024 for test.mgt.port
[INFO] Reserved port 55025 for test.fuseki.port
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-it-test) @ fcrepo-jms-indexer-core ---
[INFO] argLine set to -javaagent:/Users/escowles/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/jacoco-it.exec -javaagent:/Users/escowles/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/jacoco.exec
[INFO]
[INFO] --- maven-failsafe-plugin:2.16:integration-test (integration-test) @ fcrepo-jms-indexer-core ---
[INFO] Failsafe report directory: /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/failsafe-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.fcrepo.indexer.IndexerGroupIT
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/escowles/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Users/escowles/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
Nov 25, 2013 8:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:55023]
Nov 25, 2013 8:58:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Nov 25, 2013 8:58:57 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [Fedora-on-ModeShape] ...
Nov 25, 2013 8:58:57 AM org.glassfish.grizzly.servlet.WebappContext log
INFO: [Fedora-on-ModeShape] Initializing Spring root WebApplicationContext
WARN 08:58:57.484 (Config) No such directory for static content: /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/.
WARN 08:58:57.487 (Config) You may need to set the --pages or --home option to configure static content correctly
INFO 08:58:58.265 (DefaultPropertiesLoader) Loading properties
08:58:59 INFO ISPN000128: Infinispan version: Infinispan 'Tactical Nuclear Penguin' 5.3.0.Final
08:58:59 INFO ISPN000107: Retrieving transaction manager Transaction: unknown
08:59:00 INFO ISPN000031: MBeans were successfully registered to the platform MBean server.
08:59:00 INFO ARJUNA012163: Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 55029
08:59:00 INFO ARJUNA012337: TransactionStatusManagerItem host: 127.0.0.1 port: 55029
08:59:00 INFO ARJUNA012170: TransactionStatusManager started on port 55029 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
08:59:00 INFO ISPN000031: MBeans were successfully registered to the platform MBean server.
08:59:01 INFO HSEARCH000034: Hibernate Search 4.3.0.Final
08:59:01 INFO HCANN000001: Hibernate Commons Annotations {4.0.2.Final}
08:59:02 INFO ISPN000031: MBeans were successfully registered to the platform MBean server.
DEBUG 08:59:02.608 (BaseHtmlProvider) Using Velocity configuration from jar:file:/Users/escowles/.m2/repository/org/fcrepo/fcrepo-http-api/4.0.0-alpha-3-SNAPSHOT/fcrepo-http-api-4.0.0-alpha-3-SNAPSHOT.jar!/velocity.properties
DEBUG 08:59:02.712 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:base in location: /views/nt-base.vsl
DEBUG 08:59:02.713 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:linkedFile in location: /views/nt-linkedFile.vsl
DEBUG 08:59:02.714 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:system in location: /views/mode-system.vsl
DEBUG 08:59:02.743 (BaseHtmlProvider) Found template: /views/nt-resource.vsl
DEBUG 08:59:02.744 (BaseHtmlProvider) which we will use for nodes with primary type: nt:resource
DEBUG 08:59:02.745 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:configuration in location: /views/nt-configuration.vsl
DEBUG 08:59:02.746 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:hierarchyNode in location: /views/nt-hierarchyNode.vsl
DEBUG 08:59:02.746 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:childNodeDefinition in location: /views/nt-childNodeDefinition.vsl
DEBUG 08:59:02.747 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:Acl in location: /views/mode-Acl.vsl
DEBUG 08:59:02.748 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:versionStorage in location: /views/mode-versionStorage.vsl
DEBUG 08:59:02.748 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:share in location: /views/mode-share.vsl
DEBUG 08:59:02.749 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:locks in location: /views/mode-locks.vsl
DEBUG 08:59:02.750 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:resource in location: /views/mode-resource.vsl
DEBUG 08:59:02.750 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:query in location: /views/nt-query.vsl
DEBUG 08:59:02.751 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:naturalText in location: /views/nt-naturalText.vsl
DEBUG 08:59:02.751 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:folder in location: /views/nt-folder.vsl
DEBUG 08:59:02.752 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:versionHistoryFolder in location: /views/mode-versionHistoryFolder.vsl
DEBUG 08:59:02.753 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:lock in location: /views/mode-lock.vsl
DEBUG 08:59:02.753 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:versionHistory in location: /views/nt-versionHistory.vsl
DEBUG 08:59:02.754 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:namespace in location: /views/mode-namespace.vsl
DEBUG 08:59:02.763 (BaseHtmlProvider) Found template: /views/nt-file.vsl
DEBUG 08:59:02.764 (BaseHtmlProvider) which we will use for nodes with primary type: nt:file
DEBUG 08:59:02.764 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:propertyDefinition in location: /views/nt-propertyDefinition.vsl
DEBUG 08:59:02.765 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:Permission in location: /views/mode-Permission.vsl
DEBUG 08:59:02.765 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:projection in location: /views/mode-projection.vsl
DEBUG 08:59:02.788 (BaseHtmlProvider) Found template: /views/mode-root.vsl
DEBUG 08:59:02.788 (BaseHtmlProvider) which we will use for nodes with primary type: mode:root
DEBUG 08:59:02.789 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:versionedChild in location: /views/nt-versionedChild.vsl
DEBUG 08:59:02.789 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:nodeTypes in location: /views/mode-nodeTypes.vsl
DEBUG 08:59:02.790 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:version in location: /views/nt-version.vsl
DEBUG 08:59:02.791 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:nodeType in location: /views/nt-nodeType.vsl
DEBUG 08:59:02.791 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:frozenNode in location: /views/nt-frozenNode.vsl
DEBUG 08:59:02.792 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:namespaces in location: /views/mode-namespaces.vsl
DEBUG 08:59:02.792 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:activity in location: /views/nt-activity.vsl
DEBUG 08:59:02.793 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:versionLabels in location: /views/nt-versionLabels.vsl
DEBUG 08:59:02.794 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:unstructured in location: /views/nt-unstructured.vsl
DEBUG 08:59:02.794 (BaseHtmlProvider) Didn't find template for nodes with primary type: nt:address in location: /views/nt-address.vsl
DEBUG 08:59:02.795 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:federation in location: /views/mode-federation.vsl
DEBUG 08:59:02.795 (BaseHtmlProvider) Didn't find template for nodes with primary type: mode:repository in location: /views/mode-repository.vsl
INFO 08:59:02.867 (SerializerUtil) Registering serializer org.fcrepo.serialization.JcrXmlSerializer@6aa5bfcc for format jcr/xml
WARN 08:59:06.382 (SolrCore) [sampleCoreName] Solr index directory './target/test-classes/solr/./data/index' doesn't exist. Creating new index...
Nov 25, 2013 8:59:07 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [Fedora-on-ModeShape] Servlet [com.sun.jersey.spi.spring.container.servlet.SpringServlet] registered for url pattern(s) [[/*]].
Nov 25, 2013 8:59:07 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [Fedora-on-ModeShape] is ready to service requests. Root: [/].
DEBUG 08:59:07.255 (ContainerWrapper) started grizzly webserver endpoint at null
Nov 25, 2013 8:59:08 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: com.sun.jersey.spi.spring.container.servlet.SpringServlet
Nov 25, 2013 8:59:08 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
org.fcrepo.kernel.services
org.fcrepo.http
org.fcrepo.indexer
Nov 25, 2013 8:59:09 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
class org.fcrepo.http.api.repository.FedoraRepositoryIdentifiers
class org.fcrepo.http.api.FedoraTransactions
class org.fcrepo.http.api.repository.FedoraRepositoryBackup
class org.fcrepo.http.api.repository.FedoraRepositoryImport
class org.fcrepo.http.api.FedoraContent
class org.fcrepo.http.api.FedoraNodes
class org.fcrepo.http.api.FedoraExport
class org.fcrepo.http.api.FedoraVersions
class org.fcrepo.http.api.repository.FedoraRepositoriesProperties
class org.fcrepo.http.api.repository.FedoraRepositoryWorkspaces
class org.fcrepo.http.api.repository.FedoraRepositoryNodeTypes
class org.fcrepo.http.api.FedoraFixity
class org.fcrepo.http.api.FedoraFieldSearch
class org.fcrepo.http.api.repository.FedoraRepositoryExport
class org.fcrepo.http.api.FedoraImport
class org.fcrepo.http.api.repository.FedoraRepositoryTransactions
class org.fcrepo.http.api.FedoraIdentifiers
class org.fcrepo.http.api.FedoraDatastreams
class org.fcrepo.http.api.repository.FedoraRepositoryRestore
class org.fcrepo.http.api.repository.FedoraRepositoryNamespaces
class org.fcrepo.http.api.FedoraSitemap
Nov 25, 2013 8:59:09 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
class org.fcrepo.http.commons.responses.RdfStreamProvider
class org.fcrepo.http.commons.exceptionhandlers.WildcardExceptionMapper
class org.fcrepo.http.commons.session.SessionProvider
class org.fcrepo.http.commons.exceptionhandlers.InvalidChecksumExceptionMapper
class org.fcrepo.http.commons.responses.RdfProvider
class org.fcrepo.http.commons.exceptionhandlers.TransactionMissingExceptionMapper
class org.fcrepo.http.commons.responses.BaseHtmlProvider
class org.fcrepo.http.commons.exceptionhandlers.PathNotFoundExceptionMapper
class org.fcrepo.http.commons.exceptionhandlers.AccessControlExceptionMapper
class org.fcrepo.http.commons.exceptionhandlers.RepositoryExceptionMapper
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext
INFO: Using default applicationContext
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rdfProvider, of type org.fcrepo.http.commons.responses.RdfProvider as a provider class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rdfStreamProvider, of type org.fcrepo.http.commons.responses.RdfStreamProvider as a provider class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraContent, of type org.fcrepo.http.api.FedoraContent as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraDatastreams, of type org.fcrepo.http.api.FedoraDatastreams as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraExport, of type org.fcrepo.http.api.FedoraExport as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraFieldSearch, of type org.fcrepo.http.api.FedoraFieldSearch as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraFixity, of type org.fcrepo.http.api.FedoraFixity as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraIdentifiers, of type org.fcrepo.http.api.FedoraIdentifiers as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraImport, of type org.fcrepo.http.api.FedoraImport as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraNodes, of type org.fcrepo.http.api.FedoraNodes as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraSitemap, of type org.fcrepo.http.api.FedoraSitemap as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraTransactions, of type org.fcrepo.http.api.FedoraTransactions as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraVersions, of type org.fcrepo.http.api.FedoraVersions as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoriesProperties, of type org.fcrepo.http.api.repository.FedoraRepositoriesProperties as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoryBackup, of type org.fcrepo.http.api.repository.FedoraRepositoryBackup as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoryExport, of type org.fcrepo.http.api.repository.FedoraRepositoryExport as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoryIdentifiers, of type org.fcrepo.http.api.repository.FedoraRepositoryIdentifiers as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoryImport, of type org.fcrepo.http.api.repository.FedoraRepositoryImport as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoryNamespaces, of type org.fcrepo.http.api.repository.FedoraRepositoryNamespaces as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoryNodeTypes, of type org.fcrepo.http.api.repository.FedoraRepositoryNodeTypes as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoryRestore, of type org.fcrepo.http.api.repository.FedoraRepositoryRestore as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoryTransactions, of type org.fcrepo.http.api.repository.FedoraRepositoryTransactions as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, fedoraRepositoryWorkspaces, of type org.fcrepo.http.api.repository.FedoraRepositoryWorkspaces as a root resource class
Nov 25, 2013 8:59:09 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM'
DEBUG 08:59:10.085 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.095 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.097 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.104 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.106 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.109 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.111 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.123 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.128 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.131 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.135 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.137 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.139 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.141 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.141 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.143 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.143 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.146 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.146 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.149 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.152 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.154 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.157 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.157 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.160 (InjectableSession) Initializing an InjectableSession with SessionFactory org.fcrepo.http.commons.session.SessionFactory@1f091854.
DEBUG 08:59:10.223 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:10.230 (FedoraNodes) Attempting to ingest with path: /test_pid_0
DEBUG 08:59:10.232 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:10.616 (FedoraNodes) Finished creating null with path: /test_pid_0
DEBUG 08:59:10.619 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.732 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:10.743 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:10.759 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.789 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.791 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:10.791 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:10.793 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
08:59:10 INFO ISPN000031: MBeans were successfully registered to the platform MBean server.
DEBUG 08:59:10.967 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:10.969 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:10.972 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.974 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.978 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.982 (HttpGraphSubjects) Translated node Version history for /test_pid_0 (dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8) stored at /jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0:
- jcr:rootVersion
- 1.0
into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0
DEBUG 08:59:10.984 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.986 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.989 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:10.484-05:00, jcr:predecessors=[87a0a8c317f1e77cda0376-d642-4f18-bb5b-d332318a12ce], jcr:uuid=294ff54c-a4c8-41cb-831a-131ffa04c899} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0
DEBUG 08:59:10.990 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.993 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:10.484-05:00, jcr:predecessors=[87a0a8c317f1e77cda0376-d642-4f18-bb5b-d332318a12ce], jcr:uuid=294ff54c-a4c8-41cb-831a-131ffa04c899} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0
DEBUG 08:59:10.995 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.997 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:10.999 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:11.001 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:11.003 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:11.005 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:11.029 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:11.030 (HttpTripleUtil) Adding additional HTTP context triples to dataset
DEBUG 08:59:11.031 (HttpTripleUtil) Adding response information using httpApiResources
DEBUG 08:59:11.033 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:11.035 (RdfProvider) Writing a response for: com.hp.hpl.jena.sparql.core.DatasetImpl@46340bdf with MIMEtype: text/turtle
DEBUG 08:59:11.039 (RdfSerializationUtils) uri from context: http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:11.067 (RdfSerializationUtils) Found last-modified date: 2013-11-25T13:59:10.283Z
DEBUG 08:59:11.070 (GraphStoreStreamingOutput) Serializing graph as TURTLE
DEBUG 08:59:11.070 (GraphStoreStreamingOutput) Serializing default model
DEBUG 08:59:12.193 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:12.196 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:12.198 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.202 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.203 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.204 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.205 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.231 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.232 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.234 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.236 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.238 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.241 (HttpGraphSubjects) Translated node Version history for /test_pid_0 (dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8) stored at /jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0:
- jcr:rootVersion
- 1.0
into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0
DEBUG 08:59:12.242 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.244 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.246 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:10.484-05:00, jcr:predecessors=[87a0a8c317f1e77cda0376-d642-4f18-bb5b-d332318a12ce], jcr:uuid=294ff54c-a4c8-41cb-831a-131ffa04c899} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0
DEBUG 08:59:12.248 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.250 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:10.484-05:00, jcr:predecessors=[87a0a8c317f1e77cda0376-d642-4f18-bb5b-d332318a12ce], jcr:uuid=294ff54c-a4c8-41cb-831a-131ffa04c899} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0
DEBUG 08:59:12.251 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.254 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.255 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.257 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.259 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.260 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.262 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.263 (HttpTripleUtil) Adding additional HTTP context triples to dataset
DEBUG 08:59:12.263 (HttpTripleUtil) Adding response information using httpApiResources
DEBUG 08:59:12.264 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.265 (RdfProvider) Writing a response for: com.hp.hpl.jena.sparql.core.DatasetImpl@47580c77 with MIMEtype: text/turtle
DEBUG 08:59:12.265 (RdfSerializationUtils) uri from context: http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.266 (RdfSerializationUtils) Found last-modified date: 2013-11-25T13:59:10.283Z
DEBUG 08:59:12.266 (GraphStoreStreamingOutput) Serializing graph as TURTLE
DEBUG 08:59:12.266 (GraphStoreStreamingOutput) Serializing default model
DEBUG 08:59:12.442 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:12.444 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:12.446 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.450 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.451 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.452 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.453 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.475 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.476 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:12.478 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.480 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.482 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.484 (HttpGraphSubjects) Translated node Version history for /test_pid_0 (dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8) stored at /jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0:
- jcr:rootVersion
- 1.0
into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0
DEBUG 08:59:12.486 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.488 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.490 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:10.484-05:00, jcr:predecessors=[87a0a8c317f1e77cda0376-d642-4f18-bb5b-d332318a12ce], jcr:uuid=294ff54c-a4c8-41cb-831a-131ffa04c899} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0
DEBUG 08:59:12.494 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.496 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:10.484-05:00, jcr:predecessors=[87a0a8c317f1e77cda0376-d642-4f18-bb5b-d332318a12ce], jcr:uuid=294ff54c-a4c8-41cb-831a-131ffa04c899} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/c0/a0/2f/c0a02f42cf93fe24333236124494d3833cb105c0/1.0
DEBUG 08:59:12.497 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.499 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.501 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.502 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.504 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.505 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.507 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.507 (HttpTripleUtil) Adding additional HTTP context triples to dataset
DEBUG 08:59:12.508 (HttpTripleUtil) Adding response information using httpApiResources
DEBUG 08:59:12.509 (HttpGraphSubjects) Translated node /test_pid_0 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:10.325-05:00, jcr:versionHistory=87a0a8c317f1e7dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:lastModified=2013-11-25T08:59:10.283-05:00, jcr:baseVersion=87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899, jcr:predecessors=[87a0a8c317f1e7294ff54c-a4c8-41cb-831a-131ffa04c899], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=dc3cafaf-6b27-4a2f-85be-9c2a1c5482f8, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.510 (RdfProvider) Writing a response for: com.hp.hpl.jena.sparql.core.DatasetImpl@58b097b7 with MIMEtype: text/turtle
DEBUG 08:59:12.510 (RdfSerializationUtils) uri from context: http://localhost:55023/workspace:fedora/test_pid_0
DEBUG 08:59:12.510 (RdfSerializationUtils) Found last-modified date: 2013-11-25T13:59:10.283Z
DEBUG 08:59:12.510 (GraphStoreStreamingOutput) Serializing graph as TURTLE
DEBUG 08:59:12.511 (GraphStoreStreamingOutput) Serializing default model
DEBUG 08:59:27.826 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:27.828 (FedoraNodes) Attempting to ingest with path: /a/b/c/test_pid_10
DEBUG 08:59:27.828 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:27.899 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:27.903 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:27.906 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.911 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.914 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:27.915 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:27.917 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:27.919 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:27.920 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:27.923 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.925 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.927 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.930 (HttpGraphSubjects) Translated node Version history for /a/b/c/test_pid_10 (986bd308-0630-4625-99a3-eac58699c490) stored at /jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2:
- jcr:rootVersion
into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2
DEBUG 08:59:27.932 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.934 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.936 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/jcr:rootVersion {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:uuid=1cc3b61d-eb76-4682-aa82-3f157db6ec79} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/jcr:rootVersion
DEBUG 08:59:27.938 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.941 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/jcr:rootVersion {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:uuid=1cc3b61d-eb76-4682-aa82-3f157db6ec79, jcr:successors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12]} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/jcr:rootVersion
DEBUG 08:59:27.944 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.947 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.950 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.952 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.955 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.957 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.960 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.960 (HttpTripleUtil) Adding additional HTTP context triples to dataset
DEBUG 08:59:27.960 (HttpTripleUtil) Adding response information using httpApiResources
DEBUG 08:59:27.962 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.964 (RdfProvider) Writing a response for: com.hp.hpl.jena.sparql.core.DatasetImpl@394e98ac with MIMEtype: text/turtle
DEBUG 08:59:27.964 (RdfSerializationUtils) uri from context: http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:27.964 (RdfSerializationUtils) Found last-modified date: 2013-11-25T13:59:27.834Z
DEBUG 08:59:27.965 (GraphStoreStreamingOutput) Serializing graph as TURTLE
DEBUG 08:59:27.965 (GraphStoreStreamingOutput) Serializing default model
DEBUG 08:59:27.988 (FedoraNodes) Finished creating null with path: /a/b/c/test_pid_10
DEBUG 08:59:27.994 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.008 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:28.011 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:28.013 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.016 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.018 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.019 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.021 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.022 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.024 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.026 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.028 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.029 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.032 (HttpGraphSubjects) Translated node Version history for /a/b/c/test_pid_10 (986bd308-0630-4625-99a3-eac58699c490) stored at /jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2:
- jcr:rootVersion
- 1.0
into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2
DEBUG 08:59:28.034 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.036 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.038 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:27.901-05:00, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:uuid=87a7e5dc-f975-4c3e-97f8-f3b8ccac0c12} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/1.0
DEBUG 08:59:28.039 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.041 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:27.901-05:00, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:uuid=87a7e5dc-f975-4c3e-97f8-f3b8ccac0c12} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/1.0
DEBUG 08:59:28.043 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.044 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.046 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.048 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.049 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.051 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.053 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.053 (HttpTripleUtil) Adding additional HTTP context triples to dataset
DEBUG 08:59:28.053 (HttpTripleUtil) Adding response information using httpApiResources
DEBUG 08:59:28.055 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.057 (RdfProvider) Writing a response for: com.hp.hpl.jena.sparql.core.DatasetImpl@40e404ca with MIMEtype: text/turtle
DEBUG 08:59:28.057 (RdfSerializationUtils) uri from context: http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.058 (RdfSerializationUtils) Found last-modified date: 2013-11-25T13:59:27.834Z
DEBUG 08:59:28.058 (GraphStoreStreamingOutput) Serializing graph as TURTLE
DEBUG 08:59:28.058 (GraphStoreStreamingOutput) Serializing default model
DEBUG 08:59:28.107 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:28.110 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:28.112 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.115 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.117 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.117 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.119 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.121 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.122 (HttpGraphSubjects) Translated node /a/b/c {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c
DEBUG 08:59:28.124 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.126 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.127 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.129 (HttpGraphSubjects) Translated node Version history for /a/b/c/test_pid_10 (986bd308-0630-4625-99a3-eac58699c490) stored at /jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2:
- jcr:rootVersion
- 1.0
into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2
DEBUG 08:59:28.131 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.135 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.136 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:27.901-05:00, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:uuid=87a7e5dc-f975-4c3e-97f8-f3b8ccac0c12} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/1.0
DEBUG 08:59:28.138 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.140 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:27.901-05:00, jcr:predecessors=[87a0a8c317f1e71cc3b61d-eb76-4682-aa82-3f157db6ec79], jcr:uuid=87a7e5dc-f975-4c3e-97f8-f3b8ccac0c12} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/53/e4/49/53e44963755beb5422376bee99b8edfc286d0aa2/1.0
DEBUG 08:59:28.141 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.143 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.145 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.147 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.149 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.150 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.152 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.153 (HttpTripleUtil) Adding additional HTTP context triples to dataset
DEBUG 08:59:28.153 (HttpTripleUtil) Adding response information using httpApiResources
DEBUG 08:59:28.155 (HttpGraphSubjects) Translated node /a/b/c/test_pid_10 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:27.836-05:00, jcr:versionHistory=87a0a8c317f1e7986bd308-0630-4625-99a3-eac58699c490, jcr:lastModified=2013-11-25T08:59:27.834-05:00, jcr:baseVersion=87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12, jcr:predecessors=[87a0a8c317f1e787a7e5dc-f975-4c3e-97f8-f3b8ccac0c12], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=986bd308-0630-4625-99a3-eac58699c490, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.156 (RdfProvider) Writing a response for: com.hp.hpl.jena.sparql.core.DatasetImpl@16466b1a with MIMEtype: text/turtle
DEBUG 08:59:28.156 (RdfSerializationUtils) uri from context: http://localhost:55023/workspace:fedora/a/b/c/test_pid_10
DEBUG 08:59:28.156 (RdfSerializationUtils) Found last-modified date: 2013-11-25T13:59:27.834Z
DEBUG 08:59:28.157 (GraphStoreStreamingOutput) Serializing graph as TURTLE
DEBUG 08:59:28.157 (GraphStoreStreamingOutput) Serializing default model
DEBUG 08:59:43.625 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:43.627 (FedoraNodes) Attempting to ingest with path: /test_pid_5
DEBUG 08:59:43.627 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:43.668 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:43.670 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:43.672 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88, jcr:predecessors=[87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.674 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88, jcr:predecessors=[87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.675 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.676 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.677 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.709 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.710 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.711 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88, jcr:predecessors=[87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.713 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.714 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.716 (HttpGraphSubjects) Translated node Version history for /test_pid_5 (756c9e20-4ec2-4ce6-a9c4-b7a659c80723) stored at /jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602:
- jcr:rootVersion
- 1.0
into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602
DEBUG 08:59:43.717 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.718 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.719 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:43.675-05:00, jcr:predecessors=[87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88], jcr:uuid=5879c048-1d99-49fc-8d97-32b0bb85ea80} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0
DEBUG 08:59:43.720 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.722 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.723 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.724 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.725 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.725 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.727 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.727 (HttpTripleUtil) Adding additional HTTP context triples to dataset
DEBUG 08:59:43.727 (HttpTripleUtil) Adding response information using httpApiResources
DEBUG 08:59:43.729 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[], jcr:isCheckedOut=false, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.730 (RdfProvider) Writing a response for: com.hp.hpl.jena.sparql.core.DatasetImpl@28131dc with MIMEtype: text/turtle
DEBUG 08:59:43.730 (RdfSerializationUtils) uri from context: http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.730 (RdfSerializationUtils) Found last-modified date: 2013-11-25T13:59:43.629Z
DEBUG 08:59:43.730 (GraphStoreStreamingOutput) Serializing graph as TURTLE
DEBUG 08:59:43.730 (GraphStoreStreamingOutput) Serializing default model
DEBUG 08:59:43.746 (FedoraNodes) Finished creating null with path: /test_pid_5
DEBUG 08:59:43.748 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.827 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:43.830 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:43.831 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.833 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.865 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.865 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.866 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.891 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.891 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:43.892 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.893 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.894 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.896 (HttpGraphSubjects) Translated node Version history for /test_pid_5 (756c9e20-4ec2-4ce6-a9c4-b7a659c80723) stored at /jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602:
- jcr:rootVersion
- 1.0
into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602
DEBUG 08:59:43.897 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.898 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.899 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:43.675-05:00, jcr:predecessors=[87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88], jcr:uuid=5879c048-1d99-49fc-8d97-32b0bb85ea80} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0
DEBUG 08:59:43.900 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.901 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:43.675-05:00, jcr:predecessors=[87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88], jcr:uuid=5879c048-1d99-49fc-8d97-32b0bb85ea80} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0
DEBUG 08:59:43.902 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.902 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.903 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.904 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.905 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.906 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.907 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.907 (HttpTripleUtil) Adding additional HTTP context triples to dataset
DEBUG 08:59:43.907 (HttpTripleUtil) Adding response information using httpApiResources
DEBUG 08:59:43.908 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.909 (RdfProvider) Writing a response for: com.hp.hpl.jena.sparql.core.DatasetImpl@5353ee5 with MIMEtype: text/turtle
DEBUG 08:59:43.909 (RdfSerializationUtils) uri from context: http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:43.909 (RdfSerializationUtils) Found last-modified date: 2013-11-25T13:59:43.629Z
DEBUG 08:59:43.909 (GraphStoreStreamingOutput) Serializing graph as TURTLE
DEBUG 08:59:43.909 (GraphStoreStreamingOutput) Serializing default model
DEBUG 08:59:44.015 (SessionFactory) Returning an authenticated session in the default workspace
DEBUG 08:59:44.017 (HttpGraphSubjects) Resolving graph subjects to a base URI of "http://localhost:55023/"
DEBUG 08:59:44.018 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.020 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.020 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:44.021 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:44.021 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:44.040 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:44.040 (HttpGraphSubjects) Translated node / {jcr:primaryType=mode:root, jcr:uuid=87a0a8c6ae8993/} into RDF subject http://localhost:55023/workspace:fedora/
DEBUG 08:59:44.041 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.042 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.043 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.044 (HttpGraphSubjects) Translated node Version history for /test_pid_5 (756c9e20-4ec2-4ce6-a9c4-b7a659c80723) stored at /jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602:
- jcr:rootVersion
- 1.0
into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602
DEBUG 08:59:44.045 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.046 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.047 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:43.675-05:00, jcr:predecessors=[87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88], jcr:uuid=5879c048-1d99-49fc-8d97-32b0bb85ea80} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0
DEBUG 08:59:44.047 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.048 (HttpGraphSubjects) Translated node /jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0 {jcr:primaryType=nt:version, jcr:created=2013-11-25T08:59:43.675-05:00, jcr:predecessors=[87a0a8c317f1e74e7d5845-23e1-4b85-bbd4-eb27b6b40c88], jcr:uuid=5879c048-1d99-49fc-8d97-32b0bb85ea80} into RDF subject http://localhost:55023/workspace:fedora/jcr:system/jcr:versionStorage/72/cc/68/72cc68b461491b8483e2e6371db32dba3a46e602/1.0
DEBUG 08:59:44.049 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.050 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.051 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.051 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.052 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.053 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.054 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.054 (HttpTripleUtil) Adding additional HTTP context triples to dataset
DEBUG 08:59:44.054 (HttpTripleUtil) Adding response information using httpApiResources
DEBUG 08:59:44.055 (HttpGraphSubjects) Translated node /test_pid_5 {jcr:primaryType=nt:folder, jcr:created=2013-11-25T08:59:43.630-05:00, jcr:versionHistory=87a0a8c317f1e7756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:lastModified=2013-11-25T08:59:43.629-05:00, jcr:baseVersion=87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80, jcr:predecessors=[87a0a8c317f1e75879c048-1d99-49fc-8d97-32b0bb85ea80], jcr:isCheckedOut=true, jcr:mixinTypes=[fedora:resource,fedora:object], jcr:lastModifiedBy=bypassAdmin, jcr:uuid=756c9e20-4ec2-4ce6-a9c4-b7a659c80723, jcr:createdBy=bypassAdmin} into RDF subject http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.056 (RdfProvider) Writing a response for: com.hp.hpl.jena.sparql.core.DatasetImpl@43731a8b with MIMEtype: text/turtle
DEBUG 08:59:44.056 (RdfSerializationUtils) uri from context: http://localhost:55023/workspace:fedora/test_pid_5
DEBUG 08:59:44.056 (RdfSerializationUtils) Found last-modified date: 2013-11-25T13:59:43.629Z
DEBUG 08:59:44.056 (GraphStoreStreamingOutput) Serializing graph as TURTLE
DEBUG 08:59:44.056 (GraphStoreStreamingOutput) Serializing default model
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 65.318 sec <<< FAILURE! - in org.fcrepo.indexer.IndexerGroupIT
indexerGroupDeleteTest(org.fcrepo.indexer.IndexerGroupIT) Time elapsed: 15.312 sec <<< FAILURE!
java.lang.AssertionError: There should be 1 file
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.fcrepo.indexer.IndexerGroupIT.doIndexerGroupUpdateTest(IndexerGroupIT.java:122)
at org.fcrepo.indexer.IndexerGroupIT.indexerGroupDeleteTest(IndexerGroupIT.java:141)
Running org.fcrepo.indexer.SolrIndexerIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.fcrepo.indexer.SolrIndexerIT
Running org.fcrepo.indexer.SparqlIndexerIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.245 sec - in org.fcrepo.indexer.SparqlIndexerIT
WARN 09:00:14.492 (DefaultMessageListenerContainer) Setup of JMS message listener invoker failed for destination 'topic://fedora' - trying to recover. Cause: peer (vm://localhost#3) stopped.
Results :
Failed tests:
IndexerGroupIT.indexerGroupDeleteTest:141->doIndexerGroupUpdateTest:122 There should be 1 file
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-it-test) @ fcrepo-jms-indexer-core ---
[INFO] Skipping JaCoCo execution due to missing execution data file
[INFO]
[INFO] --- maven-license-plugin:1.10.b1:check (default) @ fcrepo-jms-indexer-core ---
[INFO] Checking licenses...
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10-fcrepo:check (checkstyle) @ fcrepo-jms-indexer-core ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-failsafe-plugin:2.16:verify (verify) @ fcrepo-jms-indexer-core ---
[INFO] Failsafe report directory: /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:52.916s
[INFO] Finished at: Mon Nov 25 09:00:23 EST 2013
[INFO] Final Memory: 135M/475M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.16:verify (verify) on project fcrepo-jms-indexer-core: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/escowles/src/git/fcrepo-jms-indexer-pluggable/fcrepo-jms-indexer-core/target/failsafe-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment