exist
                                
                                 exist copied to clipboard
                                
                                    exist copied to clipboard
                            
                            
                            
                        eXist Native XML Database and Application Platform
Reindexing a collection takes nearly as long as re-uploading all data (sometimes even longer). However, some of the steps are redundant if the reindex is triggered by the user: for...
often exist-db shuts slowely down because of hanging locks: ``` 2014-08-12 16:17:37,554 [eXistThread-385] ERROR (BaseHTTPClientFunction.java [doRequest]:211) - Connection timed out java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) at...
If a user is the sole member and manager of a personal group, and the administrator deletes the user, then the group remains and cannot be deleted by conventional means...
To reproduce: 1.) Create a collection with documents in it. 2.) Copy that collection to a seperate location 3.) Copy it back over the original 4.) Take a backup and...
### What is the problem In trying to migrate an eXist app currently running on eXist 3.3 to current 4.7 I hit a strange NPE. The actual code is scattered...
When a new XMLString is constructed it takes a char array from the `CharArrayPool`. In many instances, neither `XMLString#reset()` or `XMLString#release()` is called, which means that array is never returned...
The following XQuery shows 3 different formulations of the same simple query expression. The two most obvious formulations fail to use the configured Range Index. The least obvious and most...
There is insufficient synchronization on the `currentBuffer` field in `Journal.java`, sometimes it is accessed under ` synchronized` block: 1. `Journal#writeToLog(Loggable)` -> currentBuffer... 2. `Journal#flushToLog(Loggable)` -> `Journal#flushBuffer()` -> currentBuffer... ...and other...
### What is the problem The `not()` function used in a predicate on a boolean sequence fails... I'm trying to count the number of false or true entries in a...
### What is the problem > I am attempting to use the KWIC module to give me information on full text searches that are run against my exist instance. This...