Witam,
od jakiegoś czasu w wrapper.log pojawia się komunikat:
SimpleFileCache
INFO | jvm 1 | 2019/05/17 23:52:58 | ERROR: Cache failed. Trying to send file directly.
INFO | jvm 1 | 2019/05/17 23:52:58 | java.rmi.RemoteException: Error while preparing image; nested exception is:
INFO | jvm 1 | 2019/05/17 23:52:58 | null
INFO | jvm 1 | 2019/05/17 23:52:58 | ElementId='88034'
INFO | jvm 1 | 2019/05/17 23:52:58 | Service: null
INFO | jvm 1 | 2019/05/17 23:52:58 | at pl.psnc.dlibra.content.server.JPGToJPGSource.getFile(JPGToJPGSource.java:112)
INFO | jvm 1 | 2019/05/17 23:52:58 | at pl.psnc.dlibra.content.server.JPGSource.getFile(JPGSource.java:55)
INFO | jvm 1 | 2019/05/17 23:52:58 | at pl.psnc.dlibra.content.server.JPGSource.getFile(JPGSource.java:21)
INFO | jvm 1 | 2019/05/17 23:52:58 | at pl.psnc.util.filecache.SimpleFileCache.cacheFile(SimpleFileCache.java:94)
INFO | jvm 1 | 2019/05/17 23:52:58 | at pl.psnc.util.filecache.FileCacheWithConcurrentAccess.cacheAndWrite(FileCacheWithConcurrentAccess.java:69)
INFO | jvm 1 | 2019/05/17 23:52:58 | at pl.psnc.util.filecache.SimpleFileCache.writeFileToStream(SimpleFileCache.java:389)
INFO | jvm 1 | 2019/05/17 23:52:58 | at pl.psnc.dlibra.content.server.ContentServerImpl.writeConvertedSlicedJPG(ContentServerImpl.java:3305)
INFO | jvm 1 | 2019/05/17 23:52:58 | at pl.psnc.dlibra.content.server.ContentServerImpl.doGetContent(ContentServerImpl.java:3296)
INFO | jvm 1 | 2019/05/17 23:52:58 | at pl.psnc.dlibra.content.server.ContentServerImpl.getContent(ContentServerImpl.java:3269)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO | jvm 1 | 2019/05/17 23:52:58 | at java.lang.reflect.Method.invoke(Method.java:606)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.transport.Transport$2.run(Transport.java:202)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.transport.Transport$2.run(Transport.java:199)
INFO | jvm 1 | 2019/05/17 23:52:58 | at java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.transport.Transport.serviceCall(Transport.java:198)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:567)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:828)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.access$400(TCPTransport.java:619)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$1.run(TCPTransport.java:684)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$1.run(TCPTransport.java:681)
INFO | jvm 1 | 2019/05/17 23:52:58 | at java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2019/05/17 23:52:58 | at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:681)
INFO | jvm 1 | 2019/05/17 23:52:58 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
INFO | jvm 1 | 2019/05/17 23:52:58 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
INFO | jvm 1 | 2019/05/17 23:52:58 | at java.lang.Thread.run(Thread.java:745)
INFO | jvm 1 | 2019/05/17 23:52:58 | Caused by: null
Po czym dlibra zaczyna działać niestabilnie. W czym może być problem i jak go rozwiązać?
Z góry dziekuję.
Pozdrawiam