cancel
Showing results for 
Search instead for 
Did you mean: 

error when adding document without attachment

ITShine_
Star Contributor
Star Contributor

I'm using Nuxeo 7.3 and I'm getting this error : Update :

ERROR [http-bio-0.0.0.0-8080-exec-11] [org.nuxeo.ecm.platform.actions.DefaultActionFilter] evaluation of condition #{conversionActions.isPDF(blob)} failed: returning false
javax.el.ELException: java.lang.NullPointerException
	at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:339)
 javax.servlet.ServletException: /widgets/summary/comments_widget_template.xhtml @9,95 test="#{currentDocument.hasFacet('Commentable') and (documentThreadedComments.size > 0)}" Cannot register synch handler in current tx
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:659)

when adding a document without attachment , i can't find the source of this error . I also noticed that this exception appears sometimes and sometimes not ! Any suggestions ?

1 ACCEPTED ANSWER

Florent_Guillau
World-Class Innovator
World-Class Innovator

Thank you for the report. The issue has been fixed for the upcoming Nuxeo Platform 7.4 (NXP-17727).

View answer in original post

9 REPLIES 9

Florent_Guillau
World-Class Innovator
World-Class Innovator

Can you attach the full error including the stack trace, that you'll find in log/server.log? There may be also an other error logged before this one.

Florent_Guillau
World-Class Innovator
World-Class Innovator

Also, you should state what Nuxeo Platform version you're using.

ITShine_
Star Contributor
Star Contributor

[Florent Guillaume](https

Florent_Guillau
World-Class Innovator
World-Class Innovator

Yes thank you, but please include all the lines of the stack traces.

ITShine_
Star Contributor
Star Contributor

[Florent Guillaume](https

Florent_Guillau
World-Class Innovator
World-Class Innovator

Thank you for the report. The issue has been fixed for the upcoming Nuxeo Platform 7.4 (NXP-17727).

Thank you [Florent Guillaume](https

I added an (untested) workaround in the ticket, please report if it doesn't work.

It worked, Thank you