I had a running page build up with Jalbum. After the previous update I just wanted to ad a new folder and had error messages. So I remove the new entries and wanted now update one folder. But it says I had to redue the whole Project. After about 8 Minutes it stops with this error message:
Before did not had any problems last months.
jAlbum 32.1.3 system console running Groovy (Groovy Scripting Engine)
This section captures debug prints sent to System.out and System.err
The top section evaluates expressions.
Press Strg+E to evaluate an expression. (Evaluates selected text if selection is active)
You have access to the basic jAlbum implicit objects such as engine and window
Sample expressions:
4*(3+2); // Basic calculations
engine.getSkin(); // Use of implicit object
for (AlbumObject ao : selectedObjects) println ao; // Iterate over selected objects
window.messageBox("You can interact with any Java object");
Profiler.instance // Print profiling data for last album build
Skin loading: 1,067s
Skin loading: 0,408s
Can't copy property folderThumbSize
Skin loading: 0,511s
Can't copy property folderThumbSize
Can't copy property folderThumbSize
Can't copy property folderThumbSize
Skin loading: 1,366s
Erzeuge "One Blink of a Shutter" (Änderungen)
java.lang.OutOfMemoryError: GC overhead limit exceeded
at com.idrsolutions.image.webp.enc.FullGetSetPointer.shallowCopy(FullGetSetPointer.java:50)
at com.idrsolutions.image.webp.enc.LFFilters.mbloop_filter_vertical_edge(LFFilters.java:172)
at com.idrsolutions.image.webp.enc.LFFilters.vp8_loop_filter_mbv(LFFilters.java:254)
at com.idrsolutions.image.webp.enc.LoopFilter.lambda$static$0(LoopFilter.java:81)
at com.idrsolutions.image.webp.enc.LoopFilter$$Lambda$1564/0x0000000800ea7410.call(Unknown Source)
at com.idrsolutions.image.webp.enc.LoopFilter.filterThrough(LoopFilter.java:187)
at com.idrsolutions.image.webp.enc.LoopFilter.vp8_loop_filter_partial_frame_spec(LoopFilter.java:231)
at com.idrsolutions.image.webp.enc.LoopFilter.vp8_loop_filter_frame_yonly(LoopFilter.java:223)
at com.idrsolutions.image.webp.enc.PickLpf.vp8cx_pick_filter_level(PickLpf.java:245)
at com.idrsolutions.image.webp.enc.OnyxIf.vp8_loopfilter_frame(OnyxIf.java:2169)
at com.idrsolutions.image.webp.enc.OnyxIf.encode_frame_to_data_rate(OnyxIf.java:1671)
at com.idrsolutions.image.webp.enc.OnyxIf.vp8_get_compressed_data(OnyxIf.java:2078)
at com.idrsolutions.image.webp.enc.CXInterface.vp8e_encode(CXInterface.java:167)
at com.idrsolutions.image.webp.enc.VP8Encoder.encodeFrame(VP8Encoder.java:100)
at com.idrsolutions.image.webp.enc.VP8Encoder.encodeWEBP(VP8Encoder.java:29)
at com.idrsolutions.image.webp.WebpEncoder.write(WebpEncoder.java:83)
at com.idrsolutions.image.JDeli.write(JDeli.java:983)
at com.idrsolutions.JDeliImageWriter.write(JDeliImageWriter.java:86)
at se.datadosen.util.FileFilters.saveImage(FileFilters.java:256)
at se.datadosen.util.FileFilters.saveImage(FileFilters.java:150)
at se.datadosen.jalbum.ImageRenderer.processCloseups(ImageRenderer.java:152)
at se.datadosen.jalbum.AlbumBean.processImage(AlbumBean.java:2237)
at se.datadosen.jalbum.AlbumBean.lambda$makeAlbumForFolder$7(AlbumBean.java:1958)
at se.datadosen.jalbum.AlbumBean$$Lambda$1513/0x0000000800e6f9f8.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.runWith(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)