Skip to content

Instantly share code, notes, and snippets.

URLError at /doc/245d1ac5-21f2-4dbe-93c0-75184ab9136d/file_message/batch/
<urlopen error [Errno 113] No route to host>
Request Method: GET
Request URL: https://develop/doc/245d1ac5-21f2-4dbe-93c0-75184ab9136d/file_message/batch/
Django Version: 1.2.3
Exception Type: URLError
Exception Value:
<urlopen error [Errno 113] No route to host>
Exception Location: /usr/lib/python2.6/urllib2.py in do_open, line 1136
Python Executable: /usr/bin/python
2012-01-24 14:01:12,018 ERROR [is.gagnavarslan.core2nx.doc.service.ContentServiceImpl is.gagnavarslan.core2nx.doc.service.ContentServiceImpl.convert(ContentServiceImpl.java:205)] Cannot convert file 548.doc (application/msword) to application/pdf
org.nuxeo.ecm.core.convert.api.ConverterNotAvailable: Converter any2pdf is not available
at org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convert(ConversionServiceImpl.java:149)
at org.nuxeo.ecm.core.convert.service.ConversionServiceImpl.convertToMimeType(ConversionServiceImpl.java:197)
at is.gagnavarslan.core2nx.doc.service.ContentServiceImpl.convert(ContentServiceImpl.java:203)
at is.gagnavarslan.core2nx.restapi.doc.DocApiModule.getContentStream(DocApiModule.java:1696)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:59
ERROR [is.gagnavarslan.core2nx.index.IndexServiceImpl is.gagnavarslan.core2nx.index.IndexServiceImpl.indexDocument(IndexServiceImpl.java:223)] Index document error
java.lang.NullPointerException
at is.gagnavarslan.core2nx.security.policy.AccessLevelSecurityPolicy.hasSensitivityLevelProperty(AccessLevelSecurityPolicy.java:174)
at is.gagnavarslan.core2nx.security.policy.AccessLevelSecurityPolicy.applySolrSecurityRules(AccessLevelSecurityPolicy.java:54)
at is.gagnavarslan.core2nx.index.IndexServiceImpl.indexDocument(IndexServiceImpl.java:201)
at is.gagnavarslan.core2nx.index.IndexServiceImpl.restoreDocumentFromTrash(IndexServiceImpl.java:271)
at is.gagnavarslan.core2nx.index.IndexListener.processDocuments(IndexListener.java:256)
at is.gagnavarslan.core2nx.index.IndexListener.handleEvent(IndexListener.java:156)
at org.nuxeo.ecm.core.event.impl.AsyncEventExecutor$Job.run(AsyncEventExecutor.java:158)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
NuxeoResponseError at /coreadmin/b4dd9b10-2370-4ba0-a46b-89db61424c70/details/
Cache hit - Access denied
Request Method: GET
Request URL: https://develop/coreadmin/b4dd9b10-2370-4ba0-a46b-89db61424c70/details/
Django Version: 1.2.3
Exception Type: NuxeoResponseError
Exception Value:
Cache hit - Access denied
Exception Location: /opt/core2ecm/coredata/src/djoint/src/djoint/repositories/nuxeo/cache.py in cache_lookup, line 39
Python Executable: /usr/bin/python
TemplateSyntaxError at /doc/a2fbcf30-f9da-47df-a20c-a977ec8e3a12/
Caught NuxeoResponseError while rendering: Error in response (status code is 403): {"code":"NUXEO_EXCEPTION","message":"Privilege 'Read' is not granted to 'oleh1'","traceback":"org.nuxeo.ecm.core.api.DocumentSecurityException: Privilege 'Read' is not granted to 'oleh1'\n\tat org.nuxeo.ecm.core.api.AbstractSession.checkPermission(AbstractSession.java:320)\n\tat org.nuxeo.ecm.core.api.AbstractSession.getDocument(AbstractSession.java:1202)\n\tat sun.reflect.GeneratedMethodAccessor69.invoke(Unknown Source)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\n\tat java.lang.reflect.Method.invoke(Method.java:597)\n\tat org.nuxeo.ecm.core.api.TransactionalCoreSessionWrapper.invoke(TransactionalCoreSessionWrapper.java:94)\n\tat $Proxy25.getDocument(Unknown Source)\n\tat is.gagnavarslan.core2nx.doc.service.DocumentServiceImpl.getDocument(DocumentServiceImpl.java:79)\n\tat is.gagnavarslan.core2nx.restapi.doc.DocApi