Announcement

Collapse
No announcement yet.

update auf 7.8.2 documentconverter

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • update auf 7.8.2 documentconverter

    Hallo,

    hab seit dem update von 7.8.1 auf 7.8.2 ein Problem mit den xls,doc-Vorschauen.

    In logfile sehe ich unter anderem Sachen wie diese:
    Code:
    2016-10-10T09:38:36,396+0200 ERROR [pool-4-thread-1] com.openexchange.documentconverter.ManagerBasics.logImpl(ManagerBasics.java:584)
    Documentconverter remote connection could not be established => please check remote converter setup (remoteurl=http://localhost:8008/documentconverterws, async_request=true)
    
    com.openexchange.exception.OXException: PREVIEW-0005 Categories=ERROR Message='Thumbnail image not available. Reason: PreviewDocument's thumbnail input stream is null' exceptionID=258140102-125
            com.openexchange.exception.locale: de_DE
            at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:173)
            at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:166)
            at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:139)
            at com.openexchange.preview.PreviewExceptionCodes.create(PreviewExceptionCodes.java:158)
            at com.openexchange.ajax.requesthandler.converters.preview.PreviewImageResultConverter.convert(PreviewImageResultConverter.java:331)
            at com.openexchange.ajax.requesthandler.DefaultConverter.convert(DefaultConverter.java:157)
            at com.openexchange.ajax.requesthandler.customizer.ConversionCustomizer.outgoing(ConversionCustomizer.java:91)
            at com.openexchange.ajax.requesthandler.DefaultDispatcher.customizeResult(DefaultDispatcher.java:335)
            at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:215)
            at com.openexchange.ajax.requesthandler.DispatcherServlet.handle(DispatcherServlet.java:452)
            at com.openexchange.ajax.requesthandler.DispatcherServlet.doGet(DispatcherServlet.java:366)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
            at com.openexchange.ajax.AJAXServlet.doService(AJAXServlet.java:544)
            at com.openexchange.ajax.SessionServlet.doService(SessionServlet.java:184)
            at com.openexchange.ajax.requesthandler.DispatcherServlet.service(DispatcherServlet.java:266)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:445)
            at com.openexchange.http.grizzly.servletfilter.RequestReportingFilter.doFilter(RequestReportingFilter.java:135)
            at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
            at com.openexchange.http.grizzly.servletfilter.WrappingFilter.doFilter(WrappingFilter.java:206)
            at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
            at com.openexchange.http.grizzly.service.http.OSGiAuthFilter.doFilter(OSGiAuthFilter.java:140)
            at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
            at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.invokeFilterChain(OSGiServletHandler.java:413)
            at org.glassfish.grizzly.servlet.ServletHandler.doServletService(ServletHandler.java:252)
            at org.glassfish.grizzly.servlet.ServletHandler.service(ServletHandler.java:194)
            at com.openexchange.http.grizzly.service.http.OSGiMainHandler.service(OSGiMainHandler.java:232)
            at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
            at org.glassfish.grizzly.http.server.HttpHandlerChain.service(HttpHandlerChain.java:196)
            at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
            at org.glassfish.grizzly.http.server.OXHttpServerFilter.handleRead(OXHttpServerFilter.java:363)
            at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
            at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:265)
            at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
            at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:134)
            at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
            at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:78)
            at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:770)
            at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
            at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)
            at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:55)
            at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:135)
            at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$MDCProvidingRunnable.run(CustomThreadPoolExecutor.java:2509)
            at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:821)
            at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:848)
            at java.lang.Thread.run(Thread.java:745)
    restart des open-xchange dienstes reicht anscheinend nicht aus?

    kann wer helfen?

    Danke

  • #2
    Release notes und oxpedia sollten helfen.
    Das Setup des Document-Converters hat sich geƤndert. Es gibt jetzt immer client und server und der server ist ein separater Dienst.

    Comment

    Working...
    X