-
``` bash
alias nginx.start='sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.nginx.plist'
alias nginx.stop='sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.nginx.plist'
alias nginx.…
-
## Describe the bug
Jackrabbit Oak re-indexing failing due to an inability to delete Longhorn mounted Lucene index (data). Does Longhorn prevent file deletions ? We've moved Elastic off Longhorn …
-
in jcr 2.0, a node may have a property and a child node with both the same name. if you think of it in xml, it makes perfectly sense. if you look at it in the api its weird because the path is identic…
-
Hi,
Recently we are facing ConstraintViolationException while creating a property under the script file.
This was working fine before
1. Install the package , check the installation Active log…
-
Occasionally getting ConstraintViolationExceptions. Known to happen for DAM paths, but may happen elsewhere too:
```
7.12.2015 09:11:57.498 *ERROR* [clientJobLauncherTaskExecutor-9] com.twcable.grab…
-
Running into :
_ERROR_ [clientJobLauncherTaskExecutor-7] org.springframework.batch.core.step.AbstractStep Encountered an error executing step clientJcrNodes in job clientJob
javax.jcr.version.Versio…
-
java.lang.NoClassDefFoundError: Lorg/apache/jackrabbit/core/stats/RepositoryStatisticsImpl
It looks like an incompatible Jackrabbit Version (Hippo CMS makes use of 10.1, this solutions uses older one…
ghost updated
8 years ago
-
File storage using Jackrabbit Oak implementation of JCR uses a MongoDB as backend storage.
- In the current setup the supported version of MongoDB is 4.4 which has reached EOL in February 2024.
- Mo…
-
Often, when running our tests, where we have a
```
// Wait for the vanity path to be picked up by the resource resolver
await()
.atMost(10, TimeUnit.MINUTES)
…
-
The exchange function in exchange.js accepts options as a parameter
https://github.com/hunterloftis/jackrabbit/blob/master/lib/exchange.js#L33
but there is no way to pass options as topic takes only…