nuxeo-platform


Related Questions
I just downloaded the Windows installer for Nuxeo 8.10 on to my Windows 10 system. I installed it in a folder I created at F:\Nuxeo. When I try to run the .bat file to launch Nuxeo there is an error that displays in the command line window stating ...
  0 votes
  1 answers
  1 comments
  4892 views

Hello, We have a problem related with the query defined in a page provider. We are using Nuxeo 7.10. We are using the widgetType singleDocumentSuggestion . The following page provider works correctly: <coreQueryPageProvider name="test"> ...
  0 votes
  0 answers
  0 comments
  2572 views

Hi, we have configured Nuxeo to use Oracle database, and we have a problem. In our application the relations are very important, so we need to add an index to the Relations table of Nuxeo in order to have a good performance. The index would take the ...
  0 votes
  1 answers
  1 comments
  1938 views

A folder in the JSF explorer does not always list all files that are included in it. This happens when you upload files via WebDAV. The problem only occurs in the JSF UI, it does not happen in the new web UI. How to reproduce: Create a new empty ...
  0 votes
  1 answers
  0 comments
  2443 views

We have an random error, when we search an document by path (CoreSession.exists(new PathRef(“'the path”)) we have an Document Not Found Exception. But the document was found by ID (CoreSession.exists(new IdRef(“'the id”)) or by query (SELECT * FROM ...
  1 votes
  1 answers
  2 comments
  1893 views

I am running Nuxeo 8.10 in a Docker container and use Transmit to connect to it via WebDAV. My host system is Mac OS X. Previously I had uploaded all my local files to Nuxeo via WebDAV, no problem. Now I want to download them all back to my local ...
  0 votes
  0 answers
  6 comments
  3892 views

Update directly from Studio I run Nuxeo LTS 2016 in the default/official Docker image. Recently the update mechanism via Studio keeps failing, but it had worked before. No idea why it's not working, but I can see that the UpdateManager is looking ...
  0 votes
  0 answers
  1 comments
  2716 views

I am facing some problems and questions with facets. Problem 1: Facet fields (assigned schema's fields) don't get saved: I have defined a schema called 'InvoiceSchema' and a facet called 'InvoiceFacet' and assigned the schema to the facet, like ...
  0 votes
  1 answers
  5 comments
  7424 views

How to define your own custom facets? I could not find anything in the Studio for that, nor in the documentation (https://doc.nuxeo.com/nxdoc/available-facets/). I want to define a custom facet 'InvoiceFacet' that I can assign to existing documents, ...
  0 votes
  1 answers
  2 comments
  4033 views

Hi I am customizing nuxeo platform with out nuxeo studio. I updated two xml files from my jar project which are DefaultContentListingInNavigation.contentView and global.search_form . After that i uploaded the updated jar in the server. the problem ...
  0 votes
  1 answers
  2 comments
  1656 views

Hi, I have Nuxeo 8.10 and use PostgreSQL 9.5 and Elasticsearch 2.3.5. Nuxeo works fine but in server.log I watch this error: 2017-01-26 11:07:31,138 ERROR [localhost-startStop-1] [org.hibernate.util.JDBCExceptionReporter] ERROR: column ...
  0 votes
  1 answers
  3 comments
  2402 views

Hi, I was working with nuxeo studio and unfortunately my trial version is expired.Now i wanted to do some changes in my project without studio for example i want to change the labels of search criteria and add my own labels.I have my project jar ...
  1 votes
  1 answers
  4 comments
  1622 views

Hello, Someone might need to run a test on a specific repository, for example when queries are executed using MongoClient. Otherwise the test should be ignored. Proposal : add a “require” attribute to @RepositoryConfig. @RepositoryConfig(require = ...
  0 votes
  1 answers
  2 comments
  1416 views

I guess this Quandora works as a knowledge base as well, not only for real questions? I hope so, because I wanted to share some thoughts on why I moved from Alfresco to Nuxeo. I wrote an article on Medium and hope that it might be helpful to others ...
  0 votes
  0 answers
  0 comments
  4318 views

Hi, I am a “user” of Nuxeo and we want to remove all orphaned binaries. I go to Admin > System Information > Repository binaries, I check in the checkbox and wait. 30 minutes later, I see statistics (20gb orphaned binaries). I check again and ...
  0 votes
  2 answers
  3 comments
  2102 views

Hi all, I have this error: ore.api.NuxeoException: Cannot connect to database: default at org.nuxeo.ecm.core.storage.sql.jdbc.JDBCConnection.openConnections(JDBCConnection.java:140) [nuxeo-core-storage-sql-7.10.jar:] at ...
  0 votes
  0 answers
  0 comments
  3065 views

I'm analyzing an error when the container go in graceful shutdown: stack trace: Failed to unregister extension. Contributor: RegistrationInfo: service:org.nuxeo.runtime.datasource.server.contrib to service:org.nuxeo.runtime.datasource; xpoint: ...
  0 votes
  0 answers
  0 comments
  1585 views

Hi all, I would create a new bundle in nuxeo, where I want to use JAVA API and publish new REST API. I have any difficulties to create new REST API, How can I do it? Thank you in Advance.
  0 votes
  1 answers
  1 comments
  1811 views

Hello All, I am facing an issue after configuring the Nuxeo with OpenOffce for previewing of Files. After 15-20 Days of successful configuration, OpenOffice gets crashed resulting into an error of JOD Converter not available or Office2HTML Converter ...
  1 votes
  1 answers
  0 comments
  1906 views

I submit a bug report+patch here because I could not find out how to get a JIRA account. We encountered an exception while trying to remove a permission associated to a group. The issue is related to the group ID format that includes “:” characters ...
  0 votes
  1 answers
  5 comments
  2637 views

Hello, I want to create a field to store a precise value (like a monetary value, for example), so I don't want to use floating point formats like double. But I've seen that in schema, the only two decimal types I can create are xs:decimal and ...
  0 votes
  1 answers
  1 comments
  2145 views

I am trying to use JAVA API of Nuxeo in serve-side: My scenario is: Application Server Wildfly Nuxeo deployed as static war together my application that is another war. I have added Nuxeo API in my WAR (Interfaces) and I tried the following code: ...
  0 votes
  1 answers
  1 comments
  1539 views

I have an issue on thumbnails creation. The thumbnails are created and document is updated with correct picture:view, but these “view” are not stored in database. In fact, while document in cache has picture:view set, in database nothing is saved ...
  0 votes
  1 answers
  0 comments
  1598 views

I am using AESBinaryManager as binary encryption which works well, but no temporary files are deleted because its father LocalBinaryManager set as protected the binaries path. Considering that tmp folder is created under this folder, ...
  0 votes
  0 answers
  3 comments
  2285 views

Hi I was using nuxeo fast track and it was working fine. but as soon as i shifted to latest nuxeo LTS2016 i got following error. If you can read this in your browser, this probably because of a configuration problem of your ...
  0 votes
  0 answers
  11 comments
  3477 views

How to delete the main file linked to document (type Picture) via REST API and its thumbnail? I want to delete it because I have to change it by onother one through PUT update of content:file
  0 votes
  1 answers
  0 comments
  2016 views

I have a case when i have the same content view result but i do not want to show some columns to a specific group. Actual solution i build two different content views but I think putting advance configuration for columns in results would solve it. ...
  2 votes
  0 answers
  0 comments
  1694 views

Hi, I am using the REST API to upload image on Nuxeo via BatchUpload as Picture type. After the upload the thumbnails are correctly created. The issue is when i update the document with another file image because it changes for the document but the ...
  0 votes
  0 answers
  0 comments
  2142 views

I have created a simple DocumentType.like this <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema"> <schema name="foo" src="schemas/foo.xsd" prefix="foo" override="true" /> </extension> <extension ...
  0 votes
  0 answers
  0 comments
  2571 views

Good morning, Thanks for reading my problem. We contact you through this forum because we don't know how to do. We have setup nuxeo platform for internal use. We have configured the integration with Google Drive following the documentation “Nuxeo ...
  0 votes
  0 answers
  0 comments
  2024 views