[jira] [Updated] (OAK-1842) ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used

2015-07-22 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/OAK-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Dürig updated OAK-1842:
---
Fix Version/s: (was: 1.3.4)
   1.0.18
   1.3.3
   1.2.3

 ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used
 

 Key: OAK-1842
 URL: https://issues.apache.org/jira/browse/OAK-1842
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: blob
Affects Versions: 1.0
Reporter: Konrad Windszus
Assignee: Francesco Mari
  Labels: resilience
 Fix For: 1.2.3, 1.3.3, 1.0.18


 The stacktrace of the call shows something like
 {code}
 20.05.2014 11:13:07.428 *ERROR* [OsgiInstallerImpl] 
 com.adobe.granite.installer.factory.packages.impl.PackageTransformer Error 
 while processing install task.
 java.lang.IllegalStateException: Unexpected value record type: f2
 at 
 org.apache.jackrabbit.oak.plugins.segment.SegmentBlob.length(SegmentBlob.java:101)
 at 
 org.apache.jackrabbit.oak.plugins.value.BinaryImpl.getSize(BinaryImpl.java:74)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:435)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:376)
 at 
 org.apache.jackrabbit.vault.packaging.impl.JcrPackageImpl.getPackage(JcrPackageImpl.java:324)
 {code}
 The blob store was configured correctly and according to the log also 
 correctly initialized
 {code}
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService 
 Initializing SegmentNodeStore with BlobStore 
 [org.apache.jackrabbit.oak.spi.blob.FileBlobStore@7e3dec43]
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService Component 
 still not activated. Ignoring the initialization call
 20.05.2014 11:11:07.077 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.file.FileStore TarMK opened: 
 crx-quickstart/repository/segmentstore (mmap=true)
 {code}
 Under which circumstances can the length within the SegmentBlob be invalid?
 This only happens if a File Blob Store is configured 
 (http://jackrabbit.apache.org/oak/docs/osgi_config.html). If a file datastore 
 is used, there is no such exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-1842) ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used

2015-07-20 Thread Davide Giannella (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davide Giannella updated OAK-1842:
--
Fix Version/s: (was: 1.3.3)
   1.3.4

Bulk move to 1.3.4

 ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used
 

 Key: OAK-1842
 URL: https://issues.apache.org/jira/browse/OAK-1842
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: blob
Affects Versions: 1.0
Reporter: Konrad Windszus
Assignee: Francesco Mari
  Labels: resilience
 Fix For: 1.3.4


 The stacktrace of the call shows something like
 {code}
 20.05.2014 11:13:07.428 *ERROR* [OsgiInstallerImpl] 
 com.adobe.granite.installer.factory.packages.impl.PackageTransformer Error 
 while processing install task.
 java.lang.IllegalStateException: Unexpected value record type: f2
 at 
 org.apache.jackrabbit.oak.plugins.segment.SegmentBlob.length(SegmentBlob.java:101)
 at 
 org.apache.jackrabbit.oak.plugins.value.BinaryImpl.getSize(BinaryImpl.java:74)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:435)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:376)
 at 
 org.apache.jackrabbit.vault.packaging.impl.JcrPackageImpl.getPackage(JcrPackageImpl.java:324)
 {code}
 The blob store was configured correctly and according to the log also 
 correctly initialized
 {code}
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService 
 Initializing SegmentNodeStore with BlobStore 
 [org.apache.jackrabbit.oak.spi.blob.FileBlobStore@7e3dec43]
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService Component 
 still not activated. Ignoring the initialization call
 20.05.2014 11:11:07.077 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.file.FileStore TarMK opened: 
 crx-quickstart/repository/segmentstore (mmap=true)
 {code}
 Under which circumstances can the length within the SegmentBlob be invalid?
 This only happens if a File Blob Store is configured 
 (http://jackrabbit.apache.org/oak/docs/osgi_config.html). If a file datastore 
 is used, there is no such exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-1842) ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used

2015-07-01 Thread Davide Giannella (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davide Giannella updated OAK-1842:
--
Fix Version/s: (was: 1.3.2)
   1.3.3

Bulk move to 1.3.3.

 ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used
 

 Key: OAK-1842
 URL: https://issues.apache.org/jira/browse/OAK-1842
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: blob
Affects Versions: 1.0
Reporter: Konrad Windszus
Assignee: Francesco Mari
  Labels: resilience
 Fix For: 1.3.3


 The stacktrace of the call shows something like
 {code}
 20.05.2014 11:13:07.428 *ERROR* [OsgiInstallerImpl] 
 com.adobe.granite.installer.factory.packages.impl.PackageTransformer Error 
 while processing install task.
 java.lang.IllegalStateException: Unexpected value record type: f2
 at 
 org.apache.jackrabbit.oak.plugins.segment.SegmentBlob.length(SegmentBlob.java:101)
 at 
 org.apache.jackrabbit.oak.plugins.value.BinaryImpl.getSize(BinaryImpl.java:74)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:435)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:376)
 at 
 org.apache.jackrabbit.vault.packaging.impl.JcrPackageImpl.getPackage(JcrPackageImpl.java:324)
 {code}
 The blob store was configured correctly and according to the log also 
 correctly initialized
 {code}
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService 
 Initializing SegmentNodeStore with BlobStore 
 [org.apache.jackrabbit.oak.spi.blob.FileBlobStore@7e3dec43]
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService Component 
 still not activated. Ignoring the initialization call
 20.05.2014 11:11:07.077 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.file.FileStore TarMK opened: 
 crx-quickstart/repository/segmentstore (mmap=true)
 {code}
 Under which circumstances can the length within the SegmentBlob be invalid?
 This only happens if a File Blob Store is configured 
 (http://jackrabbit.apache.org/oak/docs/osgi_config.html). If a file datastore 
 is used, there is no such exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-1842) ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used

2015-06-22 Thread Davide Giannella (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davide Giannella updated OAK-1842:
--
Fix Version/s: (was: 1.3.1)
   1.3.2

Bulk move to 1.3.2

 ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used
 

 Key: OAK-1842
 URL: https://issues.apache.org/jira/browse/OAK-1842
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: blob
Affects Versions: 1.0
Reporter: Konrad Windszus
Assignee: Francesco Mari
  Labels: resilience
 Fix For: 1.3.2


 The stacktrace of the call shows something like
 {code}
 20.05.2014 11:13:07.428 *ERROR* [OsgiInstallerImpl] 
 com.adobe.granite.installer.factory.packages.impl.PackageTransformer Error 
 while processing install task.
 java.lang.IllegalStateException: Unexpected value record type: f2
 at 
 org.apache.jackrabbit.oak.plugins.segment.SegmentBlob.length(SegmentBlob.java:101)
 at 
 org.apache.jackrabbit.oak.plugins.value.BinaryImpl.getSize(BinaryImpl.java:74)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:435)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:376)
 at 
 org.apache.jackrabbit.vault.packaging.impl.JcrPackageImpl.getPackage(JcrPackageImpl.java:324)
 {code}
 The blob store was configured correctly and according to the log also 
 correctly initialized
 {code}
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService 
 Initializing SegmentNodeStore with BlobStore 
 [org.apache.jackrabbit.oak.spi.blob.FileBlobStore@7e3dec43]
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService Component 
 still not activated. Ignoring the initialization call
 20.05.2014 11:11:07.077 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.file.FileStore TarMK opened: 
 crx-quickstart/repository/segmentstore (mmap=true)
 {code}
 Under which circumstances can the length within the SegmentBlob be invalid?
 This only happens if a File Blob Store is configured 
 (http://jackrabbit.apache.org/oak/docs/osgi_config.html). If a file datastore 
 is used, there is no such exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-1842) ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used

2015-06-08 Thread Davide Giannella (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davide Giannella updated OAK-1842:
--
Fix Version/s: (was: 1.3.0)
   1.3.1

Bulk move to 1.3.1

 ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used
 

 Key: OAK-1842
 URL: https://issues.apache.org/jira/browse/OAK-1842
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: blob
Affects Versions: 1.0
Reporter: Konrad Windszus
Assignee: Francesco Mari
 Fix For: 1.3.1


 The stacktrace of the call shows something like
 {code}
 20.05.2014 11:13:07.428 *ERROR* [OsgiInstallerImpl] 
 com.adobe.granite.installer.factory.packages.impl.PackageTransformer Error 
 while processing install task.
 java.lang.IllegalStateException: Unexpected value record type: f2
 at 
 org.apache.jackrabbit.oak.plugins.segment.SegmentBlob.length(SegmentBlob.java:101)
 at 
 org.apache.jackrabbit.oak.plugins.value.BinaryImpl.getSize(BinaryImpl.java:74)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:435)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:376)
 at 
 org.apache.jackrabbit.vault.packaging.impl.JcrPackageImpl.getPackage(JcrPackageImpl.java:324)
 {code}
 The blob store was configured correctly and according to the log also 
 correctly initialized
 {code}
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService 
 Initializing SegmentNodeStore with BlobStore 
 [org.apache.jackrabbit.oak.spi.blob.FileBlobStore@7e3dec43]
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService Component 
 still not activated. Ignoring the initialization call
 20.05.2014 11:11:07.077 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.file.FileStore TarMK opened: 
 crx-quickstart/repository/segmentstore (mmap=true)
 {code}
 Under which circumstances can the length within the SegmentBlob be invalid?
 This only happens if a File Blob Store is configured 
 (http://jackrabbit.apache.org/oak/docs/osgi_config.html). If a file datastore 
 is used, there is no such exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-1842) ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used

2015-06-01 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/OAK-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Dürig updated OAK-1842:
---
Assignee: Francesco Mari

 ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used
 

 Key: OAK-1842
 URL: https://issues.apache.org/jira/browse/OAK-1842
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: blob
Affects Versions: 1.0
Reporter: Konrad Windszus
Assignee: Francesco Mari
 Fix For: 1.3.0


 The stacktrace of the call shows something like
 {code}
 20.05.2014 11:13:07.428 *ERROR* [OsgiInstallerImpl] 
 com.adobe.granite.installer.factory.packages.impl.PackageTransformer Error 
 while processing install task.
 java.lang.IllegalStateException: Unexpected value record type: f2
 at 
 org.apache.jackrabbit.oak.plugins.segment.SegmentBlob.length(SegmentBlob.java:101)
 at 
 org.apache.jackrabbit.oak.plugins.value.BinaryImpl.getSize(BinaryImpl.java:74)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:435)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:376)
 at 
 org.apache.jackrabbit.vault.packaging.impl.JcrPackageImpl.getPackage(JcrPackageImpl.java:324)
 {code}
 The blob store was configured correctly and according to the log also 
 correctly initialized
 {code}
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService 
 Initializing SegmentNodeStore with BlobStore 
 [org.apache.jackrabbit.oak.spi.blob.FileBlobStore@7e3dec43]
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService Component 
 still not activated. Ignoring the initialization call
 20.05.2014 11:11:07.077 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.file.FileStore TarMK opened: 
 crx-quickstart/repository/segmentstore (mmap=true)
 {code}
 Under which circumstances can the length within the SegmentBlob be invalid?
 This only happens if a File Blob Store is configured 
 (http://jackrabbit.apache.org/oak/docs/osgi_config.html). If a file datastore 
 is used, there is no such exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-1842) ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used

2015-05-29 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/OAK-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Dürig updated OAK-1842:
---
Fix Version/s: 1.3.0

 ISE: Unexpected value record type: f2 is thrown when FileBlobStore is used
 

 Key: OAK-1842
 URL: https://issues.apache.org/jira/browse/OAK-1842
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: blob
Affects Versions: 1.0
Reporter: Konrad Windszus
 Fix For: 1.3.0


 The stacktrace of the call shows something like
 {code}
 20.05.2014 11:13:07.428 *ERROR* [OsgiInstallerImpl] 
 com.adobe.granite.installer.factory.packages.impl.PackageTransformer Error 
 while processing install task.
 java.lang.IllegalStateException: Unexpected value record type: f2
 at 
 org.apache.jackrabbit.oak.plugins.segment.SegmentBlob.length(SegmentBlob.java:101)
 at 
 org.apache.jackrabbit.oak.plugins.value.BinaryImpl.getSize(BinaryImpl.java:74)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:435)
 at 
 org.apache.jackrabbit.oak.jcr.session.PropertyImpl.getLength(PropertyImpl.java:376)
 at 
 org.apache.jackrabbit.vault.packaging.impl.JcrPackageImpl.getPackage(JcrPackageImpl.java:324)
 {code}
 The blob store was configured correctly and according to the log also 
 correctly initialized
 {code}
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService 
 Initializing SegmentNodeStore with BlobStore 
 [org.apache.jackrabbit.oak.spi.blob.FileBlobStore@7e3dec43]
 20.05.2014 11:11:07.029 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService Component 
 still not activated. Ignoring the initialization call
 20.05.2014 11:11:07.077 *INFO* [FelixStartLevel] 
 org.apache.jackrabbit.oak.plugins.segment.file.FileStore TarMK opened: 
 crx-quickstart/repository/segmentstore (mmap=true)
 {code}
 Under which circumstances can the length within the SegmentBlob be invalid?
 This only happens if a File Blob Store is configured 
 (http://jackrabbit.apache.org/oak/docs/osgi_config.html). If a file datastore 
 is used, there is no such exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)