Re: DataStoreException: Record does not exist

2024-02-08 Thread Woonsan Ko
If you know how the DataStore [1] component is configured in your environment, you can probably verify if the binary record exists or not. File DataStore manages each record in a file named by the record ID and Database DataStore does something similar, for example. As you seem to use Jackrabbit

Re: How to improve Jackrabbit response times?

2023-10-30 Thread Woonsan Ko
On Fri, Oct 27, 2023 at 1:55 PM Rogenry Avila wrote: > > Hello, > > I have developed a solution for a product that uses Apache Jackrabbit > 2.16.5 for its repository, configured with a bundle > MySqlPersistenceManager. It meets all the requirements, but I think the > responses to queries are

Re: [DISCUSS] RMI support in Jackrabbit

2023-09-18 Thread Woonsan Ko
On Mon, Sep 18, 2023 at 8:50 PM Julian Reschke wrote: > > To whom it may concern... > > Jackrabbit's RMI support has been essentially unmaintained for half a > decade now, and also does not support JCR 2.0. > > We recently had to go into emergence mode due to vulnerabilities of > components used

Re: LocalFileSystem Repository not working

2023-07-02 Thread Woonsan Ko
Hi, You might want to check if the workspace (e.g., workspaces/default/workspace.xml) is still configured with the old settings. Once a workspace is created, its configuration is not updated by the changes of the repository.xml; it should be updated manually accordingly or recreated. Regards,

Re: Database Connections exhausted

2022-12-14 Thread Woonsan Ko
I'm not sure but perhaps you might want to ask around DBA or the specific DB experts. "ORA-12516" in the error.txt might be something you need to ask about, I assume. Regards, Woonsan On Wed, Dec 14, 2022 at 4:49 PM Prasad Shembekar wrote: > > Hi, > > We are using Apache Jackrabbit

Re: Jackrabbit JCR API integration

2021-07-25 Thread Woonsan Ko
On Fri, Jul 23, 2021 at 6:05 PM Rishabh Srivastava wrote: > > Hi Team, > > I have read the jackrabbit docs and tried to install the content repository > (JCR). In my local system. I have taken the checkout from the following link: > > svn checkout http://svn.apache.org/repos/asf/jackrabbit/trunk

Re: Migrating from Oracle to PostgreSQL

2021-02-24 Thread Woonsan Ko
Hi Raffaele, I have used a RepositoryCopier based solution in my github project: - https://github.com/woonsanko/recipe-for-hippo-db-migration It should be a bit slower than a direct db migration tool - if existing and feasible - but more reliable and safer. In my recipe, there are some product

Re: Clustering with Oracle, experiencing bottleneck problems, v. 2.14.0

2020-02-11 Thread Woonsan Ko
pache.org/jackrabbit/Clustering, > if I register an account then I'm not able to find that page, could you > point me to a different documentation about Jackrabbit clustering? > > Really thanks, bye > > -Messaggio originale- > Da: Woonsan Ko > Inviato: marted

Re: Jackrabbit 2.14.0 - db PersistenceManager minBlobSize and file DataStore minRecordLength

2019-08-28 Thread Woonsan Ko
Hi Raffaele, BlobStore was deprecated in favor of DataStore. If you have DataStore element in the configuration, it's enabled with precedence and I think all the BlobStore related configuration will be ignored as a result. Also see the FAQ section in

Re: How to create RepositoryContext / use Statistics Servlet

2019-06-25 Thread Woonsan Ko
ties. > > In that case will not my custom-app still suffer from repository lock as > > jackrabbit-webapp will still have lock on the repo ? > > > > Regards > > Jimmy > > > > On Mon, Jun 24, 2019 at 9:20 PM Woonsan Ko wrote: > > > >> On Mon,

Re: How to create RepositoryContext / use Statistics Servlet

2019-06-24 Thread Woonsan Ko
> the same repo that my jackrabbit instance is using.* > > *There is no documentation found for this :(.* > > > > *Thanks * > *Jimy* > > > > On Mon, Jun 24, 2019 at 7:01 PM Woonsan Ko wrote: > > > On Mon, Jun 24, 2019

Re: How to create RepositoryContext / use Statistics Servlet

2019-06-24 Thread Woonsan Ko
On Mon, Jun 24, 2019 at 7:19 AM jimy page wrote: > > I have jackrabbit runnig with repo /users/xyz/repo1 > Inside this I have repository.xml > > > I want to call org.apache.jackrabbit.servlet.jackrabbit.StatisticsServlet > to show different metrices. > > > *But the problem I am facing here is:

Re: Moving content from File DataStore to Db DataStore

2019-06-21 Thread Woonsan Ko
I have a Apache Jackrabbit DataStore migration tool you might want to try: - GitHub: https://github.com/woonsan/jackrabbit-datastore-migration - Blog: http://woonsanko.blogspot.com/2016/10/playing-with-apache-jackrabbit.html Regards, Woonsan On Fri, Jun 21, 2019 at 10:06 AM wrote: > > Hello,

Re: Copy over an existing node

2019-04-23 Thread Woonsan Ko
tice it is probably better to have control over what is being copied, > which I guess is what the implementers decided. I think so, too. Thanks for sharing the statement in the spec. Good to be refreshed with that. Woonsan > > > Harold Putman > > > ___

Re: Copy over an existing node

2019-04-23 Thread Woonsan Ko
On Tue, Apr 23, 2019 at 4:54 AM Harold Putman wrote: > > I want to copy a source node over a destination node that already exists. > If I just do > workspace.copy(sourcePath, targetPath); > I get an ItemExistsException. > I was hoping to create a new version by >VersionManager vm =

[ANNOUNCE] Apache Jackrabbit 2.19.2 released

2019-04-12 Thread Woonsan Ko
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.19.2. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit --

Re: Need help on Jackrabbit

2019-04-10 Thread Woonsan Ko
Hi Himanshu, On Wed, Apr 10, 2019 at 2:41 AM himanshu Chauhan wrote: > > Hello Team, > > Greetings > > We are planning to migrate around 16 TB of documents (PDF/doc) from Oracle > to DMS. > > We are new to Jackrabbit. Can you please help me with the below doubts. > > - Is Jackrabbit able to

Re: Clustering with Oracle, experiencing bottleneck problems, v. 2.14.0

2019-01-07 Thread Woonsan Ko
On Mon, Jan 7, 2019 at 7:56 PM Raffaele Gambelli wrote: > > Hi all, > > we are doing many stress tests over our web application above jackrabbit > 2.14.0. > > Starting from a given load, we are experiencing big differences between 4 > nodes versus 2 nodes, I mean that 2 nodes result much more

Re: Jackrabbit v. 2.14.0 VERSION_BUNDLE

2018-12-06 Thread Woonsan Ko
On Thu, Dec 6, 2018 at 10:58 PM Luca Tagliani wrote: > > Hi Julian, > i'm Raffaele's colleague and perhaps I can better specify the strange > behaviour that we are facing. > > The scenario is the following: > 1) create a new node (NOT versionable) > 2) set some properties > 3) save the session

Re: Cannot instantiate persistence manager

2018-08-22 Thread Woonsan Ko
On Wed, Aug 22, 2018 at 7:23 AM, jokuja wrote: > I am trying to run app on tomcat7 on windows which uses jackrabbit and from > some reason persistence manager cannot be instantiated - I think the reason > is that it cannot connect to mysql database. > But I can connect to this database in other

Re: unable to access newly created workspace

2018-08-15 Thread Woonsan Ko
Hi Nagendra, On Mon, Aug 13, 2018 at 1:27 PM, Nagendra wrote: > Hi , > > I created a workspace dynamically using > session.getWorkspace().createWorkspace("newWorkspace"). > Able to see the *newWorkspace* folder and *workspace.xml *file in my > *myRepository/workspaces* folder. > But when i am

Re: defaultBundleCache blocking Application

2018-06-27 Thread Woonsan Ko
On Tue, Jun 26, 2018 at 4:25 PM, Sanjeev wrote: > Logs are the only activity visible when the application is blocked. Other > than that there is nothing else to go by. > > How can we cause the Lucene Index recreation? Our repository.xml (pasted > below) and hence workspace.xml are pretty

Re: defaultBundleCache blocking Application

2018-06-21 Thread Woonsan Ko
On Tue, Jun 19, 2018 at 3:23 PM, Sanjeev wrote: > defaultBundleCache run from the AbstractBundlePersistenceManager class is > blocking the entire application. JackRabbit repository becomes unresponsive > until this cache process ends. Is there a way to make this Cache process to > run in a

Re: Node name with non-ASCII characters when using davex remoting

2018-06-08 Thread Woonsan Ko
On Fri, Jun 8, 2018 at 5:18 AM, Mathieu Baudier wrote: > Hello, > > I am facing a problem when trying to create a node (of type nt:file) via > davex remoting when the node name contains non-ASCII characters (e.g. Zones > Géographiques.pdf in my case). We are using Jackrabbit v2.16.0. > > I made

Re: problem while using OCM feature

2018-06-08 Thread Woonsan Ko
Can you post some code snippets to create the 'user folder' and new user nodes underneath? Woonsan On Wed, May 30, 2018 at 6:56 AM, irshad sheikha wrote: > Hi, > > I am writing to let you know that I am working on record management system > and for that I am using apache jackrabbit OCM but I am

Re: flush to database?

2018-06-05 Thread Woonsan Ko
> > > > > > > > > > > > > >

Re: Slow inserts after replacing database journal with file journal

2018-06-05 Thread Woonsan Ko
On Tue, May 15, 2018 at 10:09 AM, Martin Ellis wrote: > Hi, > > We have a Hippo CMS deployment, where Jackrabbit is configured using a > database journal. > I'm looking at switching to a file journal on NFS (EC2 EFS), and was > referred here from the Hippo mailing list. > > I've got the file

Re: flush to database?

2018-06-04 Thread Woonsan Ko
.xml file(s) on each node if there's anything different. > > Another question, is the journal only used for updating the index, or does > it do more than that? I think it should care of the caching node state manager as well. Woonsan > > Thank you again for your help! > Eric >

Re: flush to database?

2018-06-01 Thread Woonsan Ko
, which is in a local file directory. > > So strange. > > Thank you! > > On Jun 1, 2018 21:44, "Woonsan Ko" wrote: > > Hi Eric, > > > On Fri, Jun 1, 2018 at 1:29 PM, Eric Berryman > wrote: >> Hello! >> >> I have an application that

Re: flush to database?

2018-06-01 Thread Woonsan Ko
On Fri, Jun 1, 2018 at 7:58 PM, Eric Berryman wrote: > I apologise, my subject line is not fitting. > > But, if I upgrade to oak ... What's the odds this would solve my problem? Considering to move to oak might be good in general for other reasons (e.g, architectural concerns), but not for this

Re: flush to database?

2018-06-01 Thread Woonsan Ko
Hi Eric, On Fri, Jun 1, 2018 at 1:29 PM, Eric Berryman wrote: > Hello! > > I have an application that uses jackrabbit to save images, using the > database filestore. > I have jackrabbit clustered (node1, node2). > This was working for me fine, but I started seeing an oddity. > Node1 inserts an

Re: JCR/Oak remote API using GRPC?

2017-11-20 Thread Woonsan Ko
On Mon, Nov 13, 2017 at 9:44 AM, Ioan Eugen Stan wrote: > Hello, > > I wish to explore with the list the possibility of having an > implementation for JCR/Oak API based on GRPC (or another similar RPC > framework with lots of client bindings like FlatBuffers, etc). > > From my

Re: Retrieving Binary Value Identifier

2016-07-25 Thread Woonsan Ko
On Sat, Jul 16, 2016 at 10:09 AM, Woonsan Ko <woon...@apache.org> wrote: > Hi Marcel, > > I figured out my mistake! It works like a charm as expected and > described in the wiki page [1]. > So, even when retrieving a Binary value from existing property, the > following

Re: Retrieving Binary Value Identifier

2016-07-16 Thread Woonsan Ko
On Sat, Jul 16, 2016 at 10:09 AM, Woonsan Ko <woon...@apache.org> wrote: > Hi Marcel, > > I figured out my mistake! It works like a charm as expected and > described in the wiki page [1]. > So, even when retrieving a Binary value from existing property, the > following

Re: Retrieving Binary Value Identifier

2016-07-16 Thread Woonsan Ko
AM, Woonsan Ko <woon...@apache.org> wrote: > Hi Marcel, > > On Wed, Jul 13, 2016 at 2:40 AM, Marcel Reutegger <mreut...@adobe.com> wrote: >> Hi, >> >> On 08/07/16 06:20, "Woonsan Ko" wrote: >>>In my debugging, it hits >>>org.apa

Re: Retrieving Binary Value Identifier

2016-07-13 Thread Woonsan Ko
Hi Marcel, On Wed, Jul 13, 2016 at 2:40 AM, Marcel Reutegger <mreut...@adobe.com> wrote: > Hi, > > On 08/07/16 06:20, "Woonsan Ko" wrote: >>In my debugging, it hits >>org.apache.jackrabbit.core.value.BLOBFileValue#getDataIdentifier() >>when retrievi

Re: Retrieving Binary Value Identifier

2016-07-07 Thread Woonsan Ko
ebug the data between source and destination DataStore. So, it's really for internal debugging/tracing purpose only in backends. Regards, Woonsan > > Best regards, > Clay Ferguson > wcl...@gmail.com > > > On Thu, Jul 7, 2016 at 4:14 PM, Woonsan Ko <woon...@apache.org> wro

Re: Retrieving Binary Value Identifier

2016-07-07 Thread Woonsan Ko
s hard-coded to return null. Maybe I missed something... Thanks for your remarks, Woonsan > > Best regards, > Clay Ferguson > wcl...@gmail.com > > > On Thu, Jul 7, 2016 at 4:14 PM, Woonsan Ko <woon...@apache.org> wrote: > >> Hi, >> >> I'm trying to

Retrieving Binary Value Identifier

2016-07-07 Thread Woonsan Ko
Hi, I'm trying to retrieve Binary Value Identifier by following [1]. The example shows retrieving it when creating a binary value. Is it possible to retrieve the identifier when reading binary value afterward? I tried it like this: if (value instanceof JackrabbitValue) {

Re: OCM Lazy Loading?

2010-04-14 Thread Woonsan Ko
Hi Toby, I've just found that the lazy loading is not the default option, but you could set proxy annotation property for @Bean or @Collection in the bean. For example, @Bean(jcrName=custom:content, proxy=true) private Content content; When you invoke getter method for the above