Error to load Vocabulary (csv size 101KB)

Hi,good morning,

We use NuxeoStudio to create a very long Vocabulary. End size is 101KB. When load for first time, in server.log appear an error: related to catalina buffer.

The first stacktrace is: javax.servlet.ServletException: On requestURL: http://localhost:8080/nuxeo/site/automation/Seam.RunOperation

Trying to resolve, we change server.xml to add custom configuration to Connetor as: socketBuffer="9000000" maxHttpHeaderSize="65536" maxPostSize="900000" And obtain other error: Caused by: java.io.IOException: An established connection was aborted by the software in your host machine

at sun.nio.ch.SocketDispatcher.write0(Native Method)

So, I need to know how much is the maximum allowed for a vocabulary in a standard configuration. And how we can increase it.

0 votes

1 answers

1800 views

ANSWER

Do you import (< 100 entries) or reference your vocabulary in Studio ?
03/06/2016



Sorry, We manually modify jar. We add entries to cvs file, ~2000 entries.

0 votes