postgresql
after running # apt-get install nuxeo I'm getting this error: [....] Starting: Nuxeo\norg.postgresql.util.PSQLException: FATAL: Passwort-Authentifizierung f?r Benutzer >>nuxeo<< fehlgeschlagen
Could not run configuration: Failed to ...
0 votes
2 answers
0 comments
3959 views
Hi All, I'm attempting to configure a Nuxeo 5.6 VM to access an external PostgreSQL 9.1 database over SSL. Non-encrypted connections work fine, but I'm stumped as to how to tell Nuxeo to use SSL. First, in my PostgreSQL database, I've generated an ...
0 votes
3 answers
1 comments
16761 views
Our PostgreSQL instance runs on a different host than the Nuxeo server. Is there a best way to avoid installing/starting PostgreSQL on the Nuxeo server when installing from the Linux package? I can shut it down after installation but that seems like ...
0 votes
1 answers
1 comments
2393 views
First installation failed to install JDK 7. I downloaded/installed the latest version manually from the Java.com website. Second install returned an error while configuring the PostgreSQL database, but the error message popped up and out too quickly ...
0 votes
1 answers
9 comments
4961 views
On an instance of 5.6 (running PostgreSQL 9.1) when I perform an advanced search using a phrase, I see the following error message in the server log… Caused by: org.nuxeo.ecm.core.storage.sql.jdbc.QueryMaker$QueryMakerException: Cannot use phrase ...
0 votes
1 answers
3 comments
2028 views
I have a new clean 5.5 install running against a PostgreSQL 9.1 and phrase-based searching is not working. For example if I enter “data migration” (with the double-quotes) I get documents with the words data AND migration no matter where in the ...
1 votes
0 answers
3 comments
1974 views
Hi, I configured a directory with property autoincrementIdField set to true : <directory name="category"> <schema>schemacategory</schema> <dataSource>java:/nxsqldirectory</dataSource> ...
0 votes
1 answers
3 comments
2989 views
OS: Ubuntu Server 12.04 LTS PostgreSQL 9.1 I've logged in via SSH. login user: nuxeo Nuxeo: 5.5 ( installed via apt-get ) I've tried several commands and/or psql but can't find and dump the nuxeo db. $ sudo su - postgres $ psql # SELECT * FROM ...
0 votes
1 answers
1 comments
3589 views
Hi all, We are using Nuxeo DM 5.5 with PostgreSQL 8.4.and we have a singular (almost for us) behavior of the system. For long period of time Nuxeo works well, we are able to insert, upload delete document and so on. Then after a several operation ...
0 votes
1 answers
13 comments
2198 views
Hi My name is Giancarlo. Me and some other collegues are working with Nuxeo DM 5.5. in order to implement / evaluate a solution for one of our client. We have installed PostgreSql 9.1 on one machine, and Nuxeo DM on another machine under Linux / ...
1 votes
0 answers
0 comments
2335 views
Why is PostgreSQL 8.3 not supported anymore in Nuxeo 5.5?
1 votes
1 answers
1 comments
2647 views
Hello, I installed my instance of Nuxeo with PostgreSQL by default. But I can't connect to the Nuxeo database through the PGAdmin with data from the tab Admin Center. What should I do to connect to the Nuxeo database and run an sql dump? Thks.
0 votes
2 answers
2 comments
2986 views
I have been attempting to point v5.5 to my existing PGSQL database. I have defined NUXEO_HOME, NUXEO_CONF and I have moved the blob data, logs and nuxeo.conf file out of the Nuxeo_HOME directory. All of this works on v5.4.2. I've unzipped a version ...
0 votes
2 answers
1 comments
1900 views