Questions tagged [exist-db]

eXist-db is an open-source database management system built using XML technology. It stores XML data according to the XML data model and features efficient, index-based XQuery processing.

EXist-db is a native XML Database. Resources are stored in a directory-like structure called collections. There are different ways to access the data: XML-RPC, REST, WebDAV, SOAP, XUpdate, XMLDB and so on.

EXist-db is released under the GNU LGPL.

536 questions
0
votes
1 answer

eXist-db content synchronize issue between different servers

There are two eXist-db servers. One is master and one is slave. I know we can replicate the content using ActiveMQ when they are running in the same time(I made this work). But I want to know is there a way to replicate the content manually? Like…
0
votes
0 answers

Orbeon 2017.2 CE: 'Error performing seach' received on loading /fr/orbeon/builder/summary page

I have installed exist-4.3.1 from exist.war and configured it to talk to Orbeon Forms 2017.1 CE. I am able to save, load and publish forms. However, when I view the Summary page to list all my forms, the "Error performing search" message pops…
jtb
  • 139
  • 7
0
votes
1 answer

Using XForms to select and run an Xquery in eXistDB

I'm looking into Xforms and eXistDB and I'm stuck on wether it is possible to have say a selection dropdown and use the selection as a variable and run a xquery in eXist that returns the results. I know that this can be easily done with a html-form…
karkraeg
  • 445
  • 4
  • 18
0
votes
3 answers

Creating database entries in Exist-DB with Ajax calls

While developing a self-contained exist-db app I ran into some issues with passing on the user's identity during an ajax call. I have created a standard page that allows the user to login in with his or her standard exist-db account. (It's more or…
Den
  • 43
  • 4
0
votes
0 answers

Could not load document /LoW.xml. Maybe it is not valid TEI or not in the TEI namespace?

I am sure this is quite basic, but I'm putting together a traning-database with some files on the loss of a particular ship. When uploading it to exist-db (I created the DB with tei-publisher ...) and wanting to present the file, I get the above…
user9813195
0
votes
1 answer

exist db Dashboard "White Screen of Death"

I was running an instance of exist-db on a server (3.7). I did a clean wipe of that installation, and decided to go with version 4.2 (I later tried 4.1 and the same thing happens). The installation went smoothly, I changed the default ports to 6000…
Den
  • 43
  • 4
0
votes
2 answers

XQuery process:execute how to execute external programm?

I am running exist-db on windows and would like to execute an external windows program. This works inside the normal windows shell: C:\path\to\webGLRtiMaker.exe C:\path\to\ImageFile.rti -q 90 And I would like to execute the same program from my…
creativeDev
  • 1,113
  • 2
  • 13
  • 20
0
votes
2 answers

existdb: identify database server

We have a number of (developer) existDb database servers, and some staging/production servers. Each have their own configuration, that are slightly different. We need to select which configuration to load and use in queries. The configuration is to…
0
votes
3 answers

Problems attempting to embed exist-db

I am trying to use exist-db in my application, so to test embedding it, i followed the guide specified on the eXist-db webppage http://www.exist-db.org/exist/apps/doc/deployment.xml. For the code in question itself: import…
Zerg Overmind
  • 955
  • 2
  • 14
  • 28
0
votes
2 answers

Serializing Python Object to JSON Created with eulxml.xmlmap.XmlObject

I have a set of python objects that I create using eulxml.xmlmap.XmlObject (I use this method primarily because I'm working with an eXistDB server and eulxml offers a pretty easy mapping function). I am able to successfully query my eXistDB and load…
Shane McGarry
  • 513
  • 1
  • 6
  • 19
0
votes
1 answer

error in Xquery update ( eXistdb)

when i am trying toupdate data into database i found following error'XQuery update expressions can not be applied to in-memory nodes.'...how to resolve this anyone help me....
0
votes
1 answer

URL rewriting issue in eXist-db - DNS A record - Jetty server

I have a DNS A record I want my app to be forwarded to. I have added to $EXIST_HOME/webapp/WEB-INF/controller-config.xml this line: This is what I have in…
HBMCS
  • 686
  • 5
  • 25
0
votes
1 answer

retain the xml tags using query from eulexistdb

I am using exist-db as a database for all my xml files and I used the eulexistdb python library to perform the queries. My question is, when i use the QuerySet command, it only returns the values from the xml data. Is there a way to retain the xml…
overmind
  • 467
  • 1
  • 8
  • 17
0
votes
2 answers

Uploading documents to a server using XQL/exist-db

APP Structure NiC | upload.xq | upload.html | controller.xql | assignments.html (a lot of files are in the main dir, which is probably not good) | templates/page.html | inReview/ | data/all the xml files currently in the database | images/all the…
Tonya Howe
  • 57
  • 5
0
votes
2 answers

Avoiding cardinality problems while rendering multiple TEI elements

I'm trying to render the $respStmt entries in this TEI Header: The Progress of Romance
Tonya Howe
  • 57
  • 5