Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Template rendering : null mime-type error

Hi, I'm trying to render a document with a docx template using Freemarker, but I got the following error : org.nuxeo.ecm.core.convert.api.ConversionException: Failed to invoke operation Blob.RunConverter, null mime type not supported by any2pdf conv...

sort nuxeo-data-table-column

Hello, I want to sort a nuxeo-data-table-column (numeric sort). I've used the attribute sort-by but the column was sorted by alphabetic ( for example the value 11 comes after the value 100). Note : the property is an IntegerList But I just want to d...

Resolved! Nuxeo Drive - RootAlreadyBindWithDifferentAccount

I'm testing the best method to install Drive. My first test had the exe variable of /TARGETUSERNAME="username" I wanted to test using the example of /TARGETUSERNAME="foo" used in this documentation: https://doc.nuxeo.com/client-apps/how-to-manually-i...

Resolved! Supress Drive Share Debug Screen on First Launch

When Nuxeo Drive is first launched on Windows it ask to share debug information with developers... Even if the config.ini has the below lines it still show the message... (I have yet to test if setting the global config would make a difference) use-...

type an image title

Resolved! Nuxeo Drive - Creating config.ini file

I'm trying to create a config.ini to deploy with the Nuxeo Drive setup for Windows. The setup fails when it hits the feature parameter of the ini. I'm confused how to write the feature parameter and the instructions from https://doc.nuxeo.com/client-...

Error during Framework Listener execution

Hello, I have a "persistent" exception when starting nuxeo. ERROR [OSGiAdapter] Error during Framework Listener execution : class org.nuxeo.runtime.osgi.OSGiRuntimeService java.lang.IllegalStateException: Unable to move to the last committed offset, ...

Resolved! Alternate View for Array Data instead of nuxeo-data-table?

Has anyone development or know of a better method of display array data instead to the standard nuxeo-data-table that gets generated in a layout, specifically for view-layouts? I have a few fields that are arrays that users can enter data into (inste...

Live Code Alternate Idea

PropertyNotFoundException in custom search

Hi, I am trying to override the default search form to add some custom fields and remove the fields "nature", "subject" and "coverage". I copy-pasted the code from nuxeo-default-search-form, removed the widgets that I did not want and added one for a...