[jira] [Updated] (OAK-7260) oak-run throws IllegalStateException in backup mode

2019-02-04 Thread JIRA


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

Michael Dürig updated OAK-7260:
---
Component/s: segment-tar

> oak-run throws IllegalStateException in backup mode
> ---
>
> Key: OAK-7260
> URL: https://issues.apache.org/jira/browse/OAK-7260
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: doc, run, segment-tar
>Reporter: Matt Ryan
>Priority: Minor
> Attachments: OAK-7260-stacktrace.txt
>
>
> I try to run {{oak-run}} to back up my repository according to the [online 
> documentation|https://jackrabbit.apache.org/oak/docs/command_line.html], like 
> this:
> {{java -mx4g -jar oak-run-1.10-SNAPSHOT.jar backup repository/segmentstore 
> ./repo.bak}}
> When I do this I get an {{IllegalStateException}}:
> {{java.lang.IllegalStateException: Attempt to read external blob with 
> }}{{blobId }}
> {{[ 3e15c88da9b46267141b60826c0734007c3e5a5f804c953edb0280eda680a9be#174188 
> ]}}
> {{without specifying BlobStore}}
>  
> It is unclear how to proceed, based on the documentation.  It doesn't tell me 
> how to specify a blob store path.  Expected behavior should be:
>  # Tool help gives correct options for correct usage
>  # Online documentation gives correct options for correct usage
>  # Tool handles exception gracefully instead of throwing stack trace
>  
> Configuration:  Default Oak setup with SegmentNodeStore and FileDataStore, no 
> custom configuration.  I tested with {{oak-run}} built from sources as well 
> as multiple downloaded versions, all gave the same behavior.  Path to 
> repository is correct and I verified the blob actually does exist in the blob 
> store.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-7260) oak-run throws IllegalStateException in backup mode

2018-11-02 Thread JIRA


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

Michael Dürig updated OAK-7260:
---
Component/s: (was: oak-run)
 run

> oak-run throws IllegalStateException in backup mode
> ---
>
> Key: OAK-7260
> URL: https://issues.apache.org/jira/browse/OAK-7260
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: doc, run
>Reporter: Matt Ryan
>Priority: Minor
> Attachments: OAK-7260-stacktrace.txt
>
>
> I try to run {{oak-run}} to back up my repository according to the [online 
> documentation|https://jackrabbit.apache.org/oak/docs/command_line.html], like 
> this:
> {{java -mx4g -jar oak-run-1.10-SNAPSHOT.jar backup repository/segmentstore 
> ./repo.bak}}
> When I do this I get an {{IllegalStateException}}:
> {{java.lang.IllegalStateException: Attempt to read external blob with 
> }}{{blobId }}
> {{[ 3e15c88da9b46267141b60826c0734007c3e5a5f804c953edb0280eda680a9be#174188 
> ]}}
> {{without specifying BlobStore}}
>  
> It is unclear how to proceed, based on the documentation.  It doesn't tell me 
> how to specify a blob store path.  Expected behavior should be:
>  # Tool help gives correct options for correct usage
>  # Online documentation gives correct options for correct usage
>  # Tool handles exception gracefully instead of throwing stack trace
>  
> Configuration:  Default Oak setup with SegmentNodeStore and FileDataStore, no 
> custom configuration.  I tested with {{oak-run}} built from sources as well 
> as multiple downloaded versions, all gave the same behavior.  Path to 
> repository is correct and I verified the blob actually does exist in the blob 
> store.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-7260) oak-run throws IllegalStateException in backup mode

2018-02-21 Thread JIRA

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

Michael Dürig updated OAK-7260:
---
Component/s: doc

> oak-run throws IllegalStateException in backup mode
> ---
>
> Key: OAK-7260
> URL: https://issues.apache.org/jira/browse/OAK-7260
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: doc, oak-run
>Reporter: Matt Ryan
>Priority: Minor
> Attachments: OAK-7260-stacktrace.txt
>
>
> I try to run {{oak-run}} to back up my repository according to the [online 
> documentation|https://jackrabbit.apache.org/oak/docs/command_line.html], like 
> this:
> {{java -mx4g -jar oak-run-1.10-SNAPSHOT.jar backup repository/segmentstore 
> ./repo.bak}}
> When I do this I get an {{IllegalStateException}}:
> {{java.lang.IllegalStateException: Attempt to read external blob with 
> }}{{blobId }}
> {{[ 3e15c88da9b46267141b60826c0734007c3e5a5f804c953edb0280eda680a9be#174188 
> ]}}
> {{without specifying BlobStore}}
>  
> It is unclear how to proceed, based on the documentation.  It doesn't tell me 
> how to specify a blob store path.  Expected behavior should be:
>  # Tool help gives correct options for correct usage
>  # Online documentation gives correct options for correct usage
>  # Tool handles exception gracefully instead of throwing stack trace
>  
> Configuration:  Default Oak setup with SegmentNodeStore and FileDataStore, no 
> custom configuration.  I tested with {{oak-run}} built from sources as well 
> as multiple downloaded versions, all gave the same behavior.  Path to 
> repository is correct and I verified the blob actually does exist in the blob 
> store.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-7260) oak-run throws IllegalStateException in backup mode

2018-02-12 Thread Matt Ryan (JIRA)

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

Matt Ryan updated OAK-7260:
---
Description: 
I try to run {{oak-run}} to back up my repository according to the [online 
documentation|https://jackrabbit.apache.org/oak/docs/command_line.html], like 
this:

{{java -mx4g -jar oak-run-1.10-SNAPSHOT.jar backup repository/segmentstore 
./repo.bak}}

When I do this I get an {{IllegalStateException}}:

{{java.lang.IllegalStateException: Attempt to read external blob with 
}}{{blobId }}
{{[ 3e15c88da9b46267141b60826c0734007c3e5a5f804c953edb0280eda680a9be#174188 ]}}
{{without specifying BlobStore}}

 

It is unclear how to proceed, based on the documentation.  It doesn't tell me 
how to specify a blob store path.  Expected behavior should be:
 # Tool help gives correct options for correct usage
 # Online documentation gives correct options for correct usage
 # Tool handles exception gracefully instead of throwing stack trace

 

Configuration:  Default Oak setup with SegmentNodeStore and FileDataStore, no 
custom configuration.  I tested with {{oak-run}} built from sources as well as 
multiple downloaded versions, all gave the same behavior.  Path to repository 
is correct and I verified the blob actually does exist in the blob store.

  was:
I try to run {{oak-run}} to back up my repository according to the [online 
documentation|https://jackrabbit.apache.org/oak/docs/command_line.html], like 
this:

{{java -mx4g -jar oak-run-1.10-SNAPSHOT.jar backup repository/segmentstore 
./repo.bak}}

When I do this I get an {{IllegalStateException}}:

{{java.lang.IllegalStateException: Attempt to read external blob 
with}}{{blobId}}{{[3e15c88da9b46267141b60826c0734007c3e5a5f804c953edb0280eda680a9be#174188]
 without}}{{specifying BlobStore}}

 

It is unclear how to proceed, based on the documentation.  It doesn't tell me 
how to specify a blob store path.  Expected behavior should be:
 # Tool help gives correct options for correct usage
 # Online documentation gives correct options for correct usage
 # Tool handles exception gracefully instead of throwing stack trace

 

Configuration:  Default Oak setup with SegmentNodeStore and FileDataStore, no 
custom configuration.  I tested with {{oak-run}} built from sources as well as 
multiple downloaded versions, all gave the same behavior.  Path to repository 
is correct and I verified the blob actually does exist in the blob store.


> oak-run throws IllegalStateException in backup mode
> ---
>
> Key: OAK-7260
> URL: https://issues.apache.org/jira/browse/OAK-7260
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: oak-run
>Reporter: Matt Ryan
>Priority: Minor
> Attachments: OAK-7260-stacktrace.txt
>
>
> I try to run {{oak-run}} to back up my repository according to the [online 
> documentation|https://jackrabbit.apache.org/oak/docs/command_line.html], like 
> this:
> {{java -mx4g -jar oak-run-1.10-SNAPSHOT.jar backup repository/segmentstore 
> ./repo.bak}}
> When I do this I get an {{IllegalStateException}}:
> {{java.lang.IllegalStateException: Attempt to read external blob with 
> }}{{blobId }}
> {{[ 3e15c88da9b46267141b60826c0734007c3e5a5f804c953edb0280eda680a9be#174188 
> ]}}
> {{without specifying BlobStore}}
>  
> It is unclear how to proceed, based on the documentation.  It doesn't tell me 
> how to specify a blob store path.  Expected behavior should be:
>  # Tool help gives correct options for correct usage
>  # Online documentation gives correct options for correct usage
>  # Tool handles exception gracefully instead of throwing stack trace
>  
> Configuration:  Default Oak setup with SegmentNodeStore and FileDataStore, no 
> custom configuration.  I tested with {{oak-run}} built from sources as well 
> as multiple downloaded versions, all gave the same behavior.  Path to 
> repository is correct and I verified the blob actually does exist in the blob 
> store.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OAK-7260) oak-run throws IllegalStateException in backup mode

2018-02-12 Thread Matt Ryan (JIRA)

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

Matt Ryan updated OAK-7260:
---
Attachment: OAK-7260-stacktrace.txt

> oak-run throws IllegalStateException in backup mode
> ---
>
> Key: OAK-7260
> URL: https://issues.apache.org/jira/browse/OAK-7260
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: oak-run
>Reporter: Matt Ryan
>Priority: Minor
> Attachments: OAK-7260-stacktrace.txt
>
>
> I try to run {{oak-run}} to back up my repository according to the [online 
> documentation|https://jackrabbit.apache.org/oak/docs/command_line.html], like 
> this:
> {{java -mx4g -jar oak-run-1.10-SNAPSHOT.jar backup repository/segmentstore 
> ./repo.bak}}
> When I do this I get an {{IllegalStateException}}:
> {{java.lang.IllegalStateException: Attempt to read external blob 
> with}}{{blobId}}{{[3e15c88da9b46267141b60826c0734007c3e5a5f804c953edb0280eda680a9be#174188]
>  without}}{{specifying BlobStore}}
>  
> It is unclear how to proceed, based on the documentation.  It doesn't tell me 
> how to specify a blob store path.  Expected behavior should be:
>  # Tool help gives correct options for correct usage
>  # Online documentation gives correct options for correct usage
>  # Tool handles exception gracefully instead of throwing stack trace
>  
> Configuration:  Default Oak setup with SegmentNodeStore and FileDataStore, no 
> custom configuration.  I tested with {{oak-run}} built from sources as well 
> as multiple downloaded versions, all gave the same behavior.  Path to 
> repository is correct and I verified the blob actually does exist in the blob 
> store.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)