Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] JDownloader suddenly crashes when the URL is opened #226

Open
Bluejanis opened this issue Sep 29, 2024 · 5 comments
Open

[Bug] JDownloader suddenly crashes when the URL is opened #226

Bluejanis opened this issue Sep 29, 2024 · 5 comments
Labels

Comments

@Bluejanis
Copy link

Current Behavior

I installed Windows updates, restarted the computer and installed another docker container. Now, when I access JDownloader in the browser, it suddenly shows 2 errors and then crashes (not sure which of my operations caused this).

First I get 1 error, I click ok. Then the UI shows checking for updates and another error pops up. After I click ok, the container exits.

  1. Error:
java.lang.NoSuchMethodError: jd.gui.swing.jdgui.JDGui.init()V
	at jd.SecondLevelLaunch$11.edtRun(SecondLevelLaunch.java:962)
	at jd.SecondLevelLaunch$11.edtRun(SecondLevelLaunch.java:955)
	at org.appwork.utils.swing.EDTHelper.run(EDTHelper.java:119)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
  1. Error after checking for updates:
org.jdownloader.update.launcher.JDLauncherFailedException: java.lang.NullPointerException
	at org.jdownloader.update.launcher.SecondLevelLauncher.launchJDownloader(SecondLevelLauncher.java:709)
	at org.jdownloader.update.launcher.SecondLevelLauncher.init(SecondLevelLauncher.java:487)
	at org.jdownloader.update.launcher.SecondLevelLauncher.runMain(SecondLevelLauncher.java:237)
	at org.jdownloader.update.launcher.JDLauncherViaClassLoader.main(JDLauncherViaClassLoader.java:18)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.jdownloader.updatev2.JDClassLoaderLauncher.main(JDClassLoaderLauncher.java:152)
	at org.jdownloader.update.launcher.JDLauncher.main(JDLauncher.java:8)
Caused by: java.lang.NullPointerException
	at jd.SecondLevelLaunch$12.edtRun(SecondLevelLaunch.java:986)
	at jd.SecondLevelLaunch$12.edtRun(SecondLevelLaunch.java:982)
	at org.appwork.utils.swing.EDTHelper.run(EDTHelper.java:119)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

Expected Behavior

No response

Steps To Reproduce

No response

Environment

  • OS: Windows 10 22H2
  • CPU: i7-9750H
  • Docker version: Docker Desktop 4.34.2

Container creation

docker run -d `
    --name=jdownloader-2 `
    -p 5800:5800 -p 3129:3129 `
    -v "C:\Users\Bluej\Documents\Eigene Dokumente\Docker\jdownloader-2\:/config:rw" `
    -v "F:\JDownloads\:/output:rw" `
    -e DARK_MODE=1 `
    -e SECURE_CONNECTION=1 `
    jlesage/jdownloader-2

Container log

[init        ] container is starting...
[cont-env    ] loading container environment variables...
[cont-env    ] APP_NAME: loading...
[cont-env    ] DISPLAY: executing...
[cont-env    ] DISPLAY: terminated successfully.
[cont-env    ] DISPLAY: loading...
[cont-env    ] DOCKER_IMAGE_PLATFORM: loading...
[cont-env    ] DOCKER_IMAGE_VERSION: loading...
[cont-env    ] EGL_LOG_LEVEL: executing...
[cont-env    ] EGL_LOG_LEVEL: terminated successfully.
[cont-env    ] EGL_LOG_LEVEL: loading...
[cont-env    ] GSK_RENDERER: executing...
[cont-env    ] GSK_RENDERER: terminated successfully.
[cont-env    ] GSK_RENDERER: loading...
[cont-env    ] GTK2_RC_FILES: executing...
[cont-env    ] GTK2_RC_FILES: terminated successfully.
[cont-env    ] GTK2_RC_FILES: loading...
[cont-env    ] GTK_THEME: executing...
[cont-env    ] GTK_THEME: terminated successfully.
[cont-env    ] GTK_THEME: loading...
[cont-env    ] HOME: loading...
[cont-env    ] INSTALL_PACKAGES_INTERNAL: executing...
[cont-env    ] INSTALL_PACKAGES_INTERNAL: terminated successfully.
[cont-env    ] INSTALL_PACKAGES_INTERNAL: not setting variable.
[cont-env    ] LIBGL_DRIVERS_PATH: executing...
[cont-env    ] LIBGL_DRIVERS_PATH: terminated successfully.
[cont-env    ] LIBGL_DRIVERS_PATH: loading...
[cont-env    ] PULSE_CONFIG_PATH: executing...
[cont-env    ] PULSE_CONFIG_PATH: terminated successfully.
[cont-env    ] PULSE_CONFIG_PATH: not setting variable.
[cont-env    ] PULSE_COOKIE: executing...
[cont-env    ] PULSE_COOKIE: terminated successfully.
[cont-env    ] PULSE_COOKIE: not setting variable.
[cont-env    ] PULSE_SERVER: executing...
[cont-env    ] PULSE_SERVER: terminated successfully.
[cont-env    ] PULSE_SERVER: not setting variable.
[cont-env    ] QT_STYLE_OVERRIDE: executing...
[cont-env    ] QT_STYLE_OVERRIDE: terminated successfully.
[cont-env    ] QT_STYLE_OVERRIDE: loading...
[cont-env    ] TAKE_CONFIG_OWNERSHIP: loading...
[cont-env    ] XDG_CACHE_HOME: loading...
[cont-env    ] XDG_CONFIG_HOME: loading...
[cont-env    ] XDG_DATA_HOME: loading...
[cont-env    ] XDG_RUNTIME_DIR: loading...
[cont-env    ] XDG_STATE_HOME: loading...
[cont-env    ] container environment variables initialized.
[cont-secrets] loading container secrets...
[cont-secrets] container secrets loaded.
[cont-init   ] executing container initialization scripts...
[cont-init   ] 10-certs.sh: executing...
[cont-init   ] 10-certs.sh: terminated successfully.
[cont-init   ] 10-check-app-niceness.sh: executing...
[cont-init   ] 10-check-app-niceness.sh: terminated successfully.
[cont-init   ] 10-clean-logmonitor-states.sh: executing...
[cont-init   ] 10-clean-logmonitor-states.sh: terminated successfully.
[cont-init   ] 10-clean-tmp-dir.sh: executing...
[cont-init   ] 10-clean-tmp-dir.sh: terminated successfully.
[cont-init   ] 10-fontconfig-cache-dir.sh: executing...
[cont-init   ] 10-fontconfig-cache-dir.sh: terminated successfully.
[cont-init   ] 10-init-users.sh: executing...
[cont-init   ] 10-init-users.sh: terminated successfully.
[cont-init   ] 10-nginx.sh: executing...
[cont-init   ] 10-nginx.sh: terminated successfully.
[cont-init   ] 10-openbox.sh: executing...
[cont-init   ] 10-openbox.sh: terminated successfully.
[cont-init   ] 10-pkgs-mirror.sh: executing...
[cont-init   ] 10-pkgs-mirror.sh: terminated successfully.
[cont-init   ] 10-pulse.sh: executing...
[cont-init   ] 10-pulse.sh: terminated successfully.
[cont-init   ] 10-set-tmp-dir-perms.sh: executing...
[cont-init   ] 10-set-tmp-dir-perms.sh: terminated successfully.
[cont-init   ] 10-vnc-password.sh: executing...
[cont-init   ] 10-vnc-password.sh: terminated successfully.
[cont-init   ] 10-web-data.sh: executing...
[cont-init   ] 10-web-data.sh: terminated successfully.
[cont-init   ] 10-webauth.sh: executing...
[cont-init   ] 10-webauth.sh: terminated successfully.
[cont-init   ] 10-x11-unix.sh: executing...
[cont-init   ] 10-x11-unix.sh: terminated successfully.
[cont-init   ] 10-xdg-runtime-dir.sh: executing...
[cont-init   ] 10-xdg-runtime-dir.sh: terminated successfully.
[cont-init   ] 15-cjk-font.sh: executing...
[cont-init   ] 15-cjk-font.sh: terminated successfully.
[cont-init   ] 15-install-pkgs.sh: executing...
[cont-init   ] 15-install-pkgs.sh: terminated successfully.
[cont-init   ] 55-jdownloader2.sh: executing...
[cont-init   ] 55-jdownloader2.sh: terminated successfully.
[cont-init   ] 85-take-config-ownership.sh: executing...
[cont-init   ] 85-take-config-ownership.sh: terminated successfully.
[cont-init   ] 89-info.sh: executing...
    ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
    │                                                                      │
    │ Application:           JDownloader 2                                 │
    │ Application Version:   n/a                                           │
    │ Docker Image Version:  24.07.1                                       │
    │ Docker Image Platform: linux/amd64                                   │
    │                                                                      │
    ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
[cont-init   ] 89-info.sh: terminated successfully.
[cont-init   ] all container initialization scripts executed.
[init        ] giving control to process supervisor.
[supervisor  ] loading services...
[supervisor  ] loading service 'default'...
[supervisor  ] loading service 'logmonitor'...
[supervisor  ] service 'logmonitor' is disabled.
[supervisor  ] loading service 'logrotate'...
[supervisor  ] loading service 'app'...
[supervisor  ] loading service 'gui'...
[supervisor  ] loading service 'openbox'...
[supervisor  ] loading service 'xvnc'...
[supervisor  ] loading service 'pulseaudio'...
[supervisor  ] service 'pulseaudio' is disabled.
[supervisor  ] loading service 'xcompmgr'...
[supervisor  ] loading service 'certsmonitor'...
[supervisor  ] loading service 'nginx'...
[supervisor  ] loading service 'webauth'...
[supervisor  ] service 'webauth' is disabled.
[supervisor  ] loading service 'audiorecorder'...
[supervisor  ] service 'audiorecorder' is disabled.
[supervisor  ] all services loaded.
[supervisor  ] starting services...
[supervisor  ] starting service 'xvnc'...
[xvnc        ] Xvnc TigerVNC 1.13.1 - built Jun 29 2024 04:32:51
[xvnc        ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)
[xvnc        ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc        ] Underlying X server release 12014000
[xvnc        ] Sun Sep 29 10:37:05 2024
[xvnc        ]  vncext:      VNC extension running!
[xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc        ]  vncext:      created VNC server for screen 0
[supervisor  ] starting service 'openbox'...
[supervisor  ] starting service 'xcompmgr'...
[supervisor  ] starting service 'nginx'...
[nginx       ] Listening for HTTPs connections on port 5800.
[supervisor  ] starting service 'app'...
[supervisor  ] all services started.
[xvnc        ] Sun Sep 29 10:44:18 2024
[xvnc        ]  Connections: accepted: /tmp/vnc.sock
[xvnc        ]  SConnection: Client needs protocol version 3.8
[xvnc        ]  SConnection: Client requests security type None(1)
[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888
[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)
[supervisor  ] service 'app' exited (with status 0).
[supervisor  ] service 'app' exited, shutting down...
[supervisor  ] stopping service 'nginx'...
[xvnc        ] Sun Sep 29 10:57:45 2024
[xvnc        ]  VNCSConnST:  closing /tmp/vnc.sock: Clean disconnection
[xvnc        ]  EncodeManager: Framebuffer updates: 1803
[xvnc        ]  EncodeManager:   Tight:
[xvnc        ]  EncodeManager:     Solid: 701 rects, 8.44616 Mpixels
[xvnc        ]  EncodeManager:            10.9531 KiB (1:3012.93 ratio)
[xvnc        ]  EncodeManager:     Bitmap RLE: 303 rects, 204.416 kpixels
[xvnc        ]  EncodeManager:                 9.59277 KiB (1:83.6099 ratio)
[xvnc        ]  EncodeManager:     Indexed RLE: 2.195 krects, 1.52862 Mpixels
[xvnc        ]  EncodeManager:                  202.484 KiB (1:29.6166 ratio)
[xvnc        ]  EncodeManager:   Tight (JPEG):
[xvnc        ]  EncodeManager:     Full Colour: 882 rects, 8.81492 Mpixels
[xvnc        ]  EncodeManager:                  9.01436 MiB (1:3.73142 ratio)
[xvnc        ]  EncodeManager:   Total: 4.081 krects, 18.9941 Mpixels
[xvnc        ]  EncodeManager:          9.23216 MiB (1:7.85336 ratio)
[xvnc        ]  Connections: closed: /tmp/vnc.sock
[xvnc        ]  ComparingUpdateTracker: 2.8895 Gpixels in / 11.9479 Mpixels out
[xvnc        ]  ComparingUpdateTracker: (1:241.841 ratio)
[supervisor  ] service 'nginx' exited (with status 0).
[supervisor  ] stopping service 'xcompmgr'...
[supervisor  ] service 'xcompmgr' exited (got signal SIGTERM).
[supervisor  ] stopping service 'openbox'...
[supervisor  ] service 'openbox' exited (with status 0).
[supervisor  ] stopping service 'xvnc'...
[xvnc        ] Sun Sep 29 10:57:46 2024
[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)
[supervisor  ] service 'xvnc' exited (with status 0).
[finish      ] executing container finish scripts...
[finish      ] all container finish scripts executed.

Container inspect

No response

Anything else?

No response

@Bluejanis Bluejanis added the bug label Sep 29, 2024
@Bluejanis
Copy link
Author

Bluejanis commented Sep 29, 2024

Deleting & recreating the container, leads to the same result. I could probably delete the config folder to fix it, but I would like to keep the download list for the next recreate.

@jlesage
Copy link
Owner

jlesage commented Sep 29, 2024

See https://github.com/jlesage/docker-jdownloader-2?tab=readme-ov-file#jdownloader-fails-to-start
Make sure you have the latest image version, or manually execute the instructions provided by link.

@Tomiliy
Copy link

Tomiliy commented Oct 18, 2024

I have exactly the same problem.
I have already reinstalled the container. With the same result.

problem-Jdownloader
Eviroment:
Synology Docker
YAML:
version: "3.9" services: jdownloader2: image: jlesage/jdownloader-2 container_name: JDownloader-2 hostname: jdownloader2 security_opt: - no-new-privileges:true - seccomp:unconfined ports: - 3129:3129 - 5800:5800 - 5900:5900 volumes: - /volume1/docker/jdownloader2/config:/config:rw - /volume1/Video/Downloads:/output:rw environment: USER_ID: 1026 GROUP_ID: 100 DARK_MODE: 0 #Type in 0 instead of 1 if you want a light theme MYJDOWNLOADER_DEVICE_NAME: ds412 MYJDOWNLOADER_EMAIL: XXX MYJDOWNLOADER_PASSWORD: XXX RESTART: on-failure:5 LANG: de_DE.UTF-8 TZ: Europe/Berlin SECURE_CONNECTION: 1 SECURE_CONNECTION_VNC_METHOD: SSL WEB_LISTENING_PORT: 5800 VNC_LISTENING_PORT: 5900 VNC_PASSWORD: networks: NetworkMode: "service:gluetun-vpn_default"

`
JDownloader-2
date,stream,content
2024/10/18 13:04:35,stdout,[finish ] all container finish scripts executed.

2024/10/18 13:04:35,stdout,[finish ] executing container finish scripts...

2024/10/18 13:04:35,stdout,[supervisor ] service 'xvnc' exited (with status 0).

2024/10/18 13:04:35,stdout,[xvnc ] ComparingUpdateTracker: (1:-nan ratio)

2024/10/18 13:04:35,stdout,[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out

2024/10/18 13:04:35,stdout,[xvnc ] Fri Oct 18 13:04:35 2024

2024/10/18 13:04:35,stdout,[supervisor ] stopping service 'xvnc'...

2024/10/18 13:04:34,stdout,[supervisor ] service 'nginx' exited (with status 0).

2024/10/18 13:04:34,stdout,[xvnc ] ComparingUpdateTracker: (1:182.076 ratio)

2024/10/18 13:04:34,stdout,[xvnc ] ComparingUpdateTracker: 1.1335 Gpixels in / 6.22544 Mpixels out

2024/10/18 13:04:34,stdout,[xvnc ] Connections: closed: /tmp/vnc.sock

2024/10/18 13:04:34,stdout,[xvnc ] EncodeManager: 8.224 MiB (1:5.47155 ratio)

2024/10/18 13:04:34,stdout,"[xvnc ] EncodeManager: Total: 2.527 krects, 11.7884 Mpixels
"
2024/10/18 13:04:34,stdout,[xvnc ] EncodeManager: 8.09734 MiB (1:2.92466 ratio)

2024/10/18 13:04:34,stdout,"[xvnc ] EncodeManager: Full Colour: 695 rects, 6.20601 Mpixels
"
2024/10/18 13:04:34,stdout,[xvnc ] EncodeManager: Tight (JPEG):

2024/10/18 13:04:34,stdout,[xvnc ] EncodeManager: 122.816 KiB (1:17.0617 ratio)

2024/10/18 13:04:34,stdout,"[xvnc ] EncodeManager: Indexed RLE: 1.476 krects, 532.008 kpixels
"
2024/10/18 13:04:34,stdout,[xvnc ] EncodeManager: 2.80957 KiB (1:27.5885 ratio)

2024/10/18 13:04:34,stdout,"[xvnc ] EncodeManager: Bitmap RLE: 95 rects, 19.558 kpixels
"
2024/10/18 13:04:34,stdout,[xvnc ] EncodeManager: 4.07812 KiB (1:4819.54 ratio)

2024/10/18 13:04:34,stdout,"[xvnc ] EncodeManager: Solid: 261 rects, 5.03081 Mpixels
"
2024/10/18 13:04:34,stdout,[xvnc ] EncodeManager: Tight:

2024/10/18 13:04:34,stdout,[xvnc ] EncodeManager: Framebuffer updates: 674

2024/10/18 13:04:34,stdout,[xvnc ] VNCSConnST: closing /tmp/vnc.sock: Clean disconnection

2024/10/18 13:04:34,stdout,[xvnc ] Fri Oct 18 13:04:34 2024

2024/10/18 13:04:34,stdout,[supervisor ] stopping service 'nginx'...

2024/10/18 13:04:34,stdout,[supervisor ] service 'openbox' exited (with status 0).

2024/10/18 13:04:34,stdout,[supervisor ] stopping service 'openbox'...

2024/10/18 13:04:34,stdout,[supervisor ] service 'xcompmgr' exited (got signal SIGTERM).

2024/10/18 13:04:34,stdout,[supervisor ] stopping service 'xcompmgr'...

2024/10/18 13:04:34,stdout,"[supervisor ] service 'app' exited, shutting down...
"
2024/10/18 13:04:34,stdout,[supervisor ] service 'app' exited (with status 0).

2024/10/18 12:54:37,stdout,[xvnc ] ComparingUpdateTracker: (1:-nan ratio)

2024/10/18 12:54:37,stdout,[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out

2024/10/18 12:54:37,stdout,[xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888

2024/10/18 12:54:37,stdout,[xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888

2024/10/18 12:54:37,stdout,[xvnc ] Fri Oct 18 12:54:37 2024

2024/10/18 12:54:31,stdout,[xvnc ] SConnection: Client requests security type VncAuth(2)

2024/10/18 12:54:31,stdout,[xvnc ] SConnection: Client needs protocol version 3.8

2024/10/18 12:54:31,stdout,[xvnc ] Connections: accepted: /tmp/vnc.sock

2024/10/18 12:54:31,stdout,[xvnc ] Fri Oct 18 12:54:31 2024

2024/10/18 12:54:29,stdout,[supervisor ] all services started.

2024/10/18 12:54:28,stdout,[supervisor ] starting service 'app'...

2024/10/18 12:54:28,stdout,[supervisor ] starting service 'xcompmgr'...

2024/10/18 12:54:27,stdout,[supervisor ] starting service 'openbox'...

2024/10/18 12:54:27,stdout,[nginx ] Listening for HTTPs connections on port 5800.

2024/10/18 12:54:27,stdout,[supervisor ] starting service 'nginx'...

2024/10/18 12:54:26,stdout,[xvnc ] vncext: created VNC server for screen 0

2024/10/18 12:54:26,stdout,[xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)

2024/10/18 12:54:26,stdout,[xvnc ] vncext: VNC extension running!

2024/10/18 12:54:26,stdout,[xvnc ] Fri Oct 18 12:54:26 2024

2024/10/18 12:54:26,stdout,[xvnc ] Underlying X server release 12014000

2024/10/18 12:54:26,stdout,[xvnc ] See https://www.tigervnc.org for information on TigerVNC.

2024/10/18 12:54:26,stdout,[xvnc ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)

2024/10/18 12:54:26,stdout,[xvnc ] Xvnc TigerVNC 1.13.1 - built Aug 31 2024 13:06:50

2024/10/18 12:54:26,stdout,[supervisor ] starting service 'xvnc'...

2024/10/18 12:54:26,stdout,[supervisor ] starting services...

2024/10/18 12:54:26,stdout,[supervisor ] all services loaded.

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'logrotate'...

2024/10/18 12:54:26,stdout,[supervisor ] service 'pulseaudio' is disabled.

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'pulseaudio'...

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'xcompmgr'...

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'openbox'...

2024/10/18 12:54:26,stdout,[supervisor ] service 'audiorecorder' is disabled.

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'audiorecorder'...

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'certsmonitor'...

2024/10/18 12:54:26,stdout,[supervisor ] service 'webauth' is disabled.

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'webauth'...

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'nginx'...

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'xvnc'...

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'gui'...

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'app'...

2024/10/18 12:54:26,stdout,[supervisor ] service 'logmonitor' is disabled.

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'logmonitor'...

2024/10/18 12:54:26,stdout,[supervisor ] loading service 'default'...

2024/10/18 12:54:26,stdout,[supervisor ] loading services...

2024/10/18 12:54:26,stdout,[init ] giving control to process supervisor.

2024/10/18 12:54:26,stdout,[cont-init ] all container initialization scripts executed.

2024/10/18 12:54:26,stdout,[cont-init ] 89-info.sh: terminated successfully.

2024/10/18 12:54:26,stdout, ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯

2024/10/18 12:54:26,stdout, │ │

2024/10/18 12:54:26,stdout, │ Docker Image Platform: linux/amd64 │

2024/10/18 12:54:26,stdout, │ Docker Image Version: 24.09.1 │

2024/10/18 12:54:26,stdout, │ Application Version: n/a │

2024/10/18 12:54:26,stdout, │ Application: JDownloader 2 │

2024/10/18 12:54:26,stdout, │ │

2024/10/18 12:54:26,stdout, ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮

2024/10/18 12:54:26,stdout,[cont-init ] 89-info.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 85-take-config-ownership.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 85-take-config-ownership.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 55-jdownloader2.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 55-jdownloader2.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 15-install-pkgs.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 15-install-pkgs.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 15-cjk-font.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 15-cjk-font.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-xdg-runtime-dir.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-x11-unix.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-x11-unix.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-webauth.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-webauth.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-web-data.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-web-data.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-vnc-password.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-vnc-password.sh: creating VNC password file from environment variable...

2024/10/18 12:54:26,stdout,[cont-init ] 10-vnc-password.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-set-tmp-dir-perms.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-set-tmp-dir-perms.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-pulse.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-pulse.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-pkgs-mirror.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-pkgs-mirror.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-openbox.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-openbox.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-nginx.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-nginx.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-init-users.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-init-users.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-fontconfig-cache-dir.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-fontconfig-cache-dir.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-clean-tmp-dir.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-clean-tmp-dir.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-clean-logmonitor-states.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-clean-logmonitor-states.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-check-app-niceness.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-check-app-niceness.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] 10-certs.sh: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-init ] 10-certs.sh: executing...

2024/10/18 12:54:26,stdout,[cont-init ] executing container initialization scripts...

2024/10/18 12:54:26,stdout,[cont-secrets] container secrets loaded.

2024/10/18 12:54:26,stdout,[cont-secrets] loading container secrets...

2024/10/18 12:54:26,stdout,[cont-env ] container environment variables initialized.

2024/10/18 12:54:26,stdout,[cont-env ] XDG_STATE_HOME: loading...

2024/10/18 12:54:26,stdout,[cont-env ] XDG_RUNTIME_DIR: loading...

2024/10/18 12:54:26,stdout,[cont-env ] XDG_DATA_HOME: loading...

2024/10/18 12:54:26,stdout,[cont-env ] XDG_CONFIG_HOME: loading...

2024/10/18 12:54:26,stdout,[cont-env ] XDG_CACHE_HOME: loading...

2024/10/18 12:54:26,stdout,[cont-env ] TAKE_CONFIG_OWNERSHIP: loading...

2024/10/18 12:54:26,stdout,[cont-env ] QT_STYLE_OVERRIDE: not setting variable.

2024/10/18 12:54:26,stdout,[cont-env ] QT_STYLE_OVERRIDE: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] QT_STYLE_OVERRIDE: executing...

2024/10/18 12:54:26,stdout,[cont-env ] PULSE_SERVER: not setting variable.

2024/10/18 12:54:26,stdout,[cont-env ] PULSE_SERVER: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] PULSE_SERVER: executing...

2024/10/18 12:54:26,stdout,[cont-env ] PULSE_COOKIE: not setting variable.

2024/10/18 12:54:26,stdout,[cont-env ] PULSE_COOKIE: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] PULSE_COOKIE: executing...

2024/10/18 12:54:26,stdout,[cont-env ] PULSE_CONFIG_PATH: not setting variable.

2024/10/18 12:54:26,stdout,[cont-env ] PULSE_CONFIG_PATH: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] PULSE_CONFIG_PATH: executing...

2024/10/18 12:54:26,stdout,[cont-env ] LIBGL_DRIVERS_PATH: loading...

2024/10/18 12:54:26,stdout,[cont-env ] LIBGL_DRIVERS_PATH: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] LIBGL_DRIVERS_PATH: executing...

2024/10/18 12:54:26,stdout,[cont-env ] INSTALL_PACKAGES_INTERNAL: not setting variable.

2024/10/18 12:54:26,stdout,[cont-env ] INSTALL_PACKAGES_INTERNAL: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] INSTALL_PACKAGES_INTERNAL: executing...

2024/10/18 12:54:26,stdout,[cont-env ] HOME: loading...

2024/10/18 12:54:26,stdout,[cont-env ] GTK_THEME: not setting variable.

2024/10/18 12:54:26,stdout,[cont-env ] GTK_THEME: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] GTK_THEME: executing...

2024/10/18 12:54:26,stdout,[cont-env ] GTK2_RC_FILES: not setting variable.

2024/10/18 12:54:26,stdout,[cont-env ] GTK2_RC_FILES: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] GTK2_RC_FILES: executing...

2024/10/18 12:54:26,stdout,[cont-env ] GSK_RENDERER: loading...

2024/10/18 12:54:26,stdout,[cont-env ] GSK_RENDERER: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] GSK_RENDERER: executing...

2024/10/18 12:54:26,stdout,[cont-env ] EGL_LOG_LEVEL: loading...

2024/10/18 12:54:26,stdout,[cont-env ] EGL_LOG_LEVEL: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] EGL_LOG_LEVEL: executing...

2024/10/18 12:54:26,stdout,[cont-env ] DOCKER_IMAGE_VERSION: loading...

2024/10/18 12:54:26,stdout,[cont-env ] DOCKER_IMAGE_PLATFORM: loading...

2024/10/18 12:54:26,stdout,[cont-env ] DISPLAY: loading...

2024/10/18 12:54:26,stdout,[cont-env ] DISPLAY: terminated successfully.

2024/10/18 12:54:26,stdout,[cont-env ] DISPLAY: executing...

2024/10/18 12:54:26,stdout,[cont-env ] APP_NAME: loading...

2024/10/18 12:54:26,stdout,[cont-env ] loading container environment variables...

2024/10/18 12:54:26,stdout,[init ] container is starting...

2024/10/18 12:53:34,stdout,[finish ] all container finish scripts executed.

2024/10/18 12:53:34,stdout,[finish ] executing container finish scripts...

2024/10/18 12:53:34,stdout,[supervisor ] service 'xvnc' exited (with status 0).

2024/10/18 12:53:34,stdout,[xvnc ] ComparingUpdateTracker: (1:-nan ratio)

2024/10/18 12:53:34,stdout,[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out

2024/10/18 12:53:34,stdout,[supervisor ] stopping service 'xvnc'...

2024/10/18 12:53:34,stdout,[supervisor ] service 'nginx' exited (with status 0).

2024/10/18 12:53:34,stdout,[xvnc ] ComparingUpdateTracker: (1:26.519 ratio)

2024/10/18 12:53:34,stdout,[xvnc ] ComparingUpdateTracker: 744.143 Mpixels in / 28.0608 Mpixels out

2024/10/18 12:53:34,stdout,[xvnc ] Connections: closed: /tmp/vnc.sock

2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: 23.4832 MiB (1:5.74904 ratio)

2024/10/18 12:53:34,stdout,"[xvnc ] EncodeManager: Total: 9.557 krects, 35.3623 Mpixels
"
2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: 22.9921 MiB (1:3.84936 ratio)

2024/10/18 12:53:34,stdout,"[xvnc ] EncodeManager: Full Colour: 2.459 krects, 23.1936 Mpixels
"
2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: Tight (JPEG):

2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: 458.562 KiB (1:25.8255 ratio)

2024/10/18 12:53:34,stdout,"[xvnc ] EncodeManager: Indexed RLE: 4.943 krects, 3.01688 Mpixels
"
2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: 22.7314 KiB (1:35.567 ratio)

2024/10/18 12:53:34,stdout,"[xvnc ] EncodeManager: Bitmap RLE: 771 rects, 204.66 kpixels
"
2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: 21.6094 KiB (1:1618.1 ratio)

2024/10/18 12:53:34,stdout,"[xvnc ] EncodeManager: Solid: 1.383 krects, 8.94717 Mpixels
"
2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: Tight:

2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: 16 B (1:1.5 ratio)

2024/10/18 12:53:34,stdout,"[xvnc ] EncodeManager: Copies: 1 rects, 3 pixels
"
2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: CopyRect:

2024/10/18 12:53:34,stdout,[xvnc ] EncodeManager: Framebuffer updates: 621

2024/10/18 12:53:34,stdout,[xvnc ] VNCSConnST: closing /tmp/vnc.sock: Clean disconnection

2024/10/18 12:53:34,stdout,[xvnc ] Fri Oct 18 12:53:34 2024

2024/10/18 12:53:34,stdout,[supervisor ] stopping service 'nginx'...

2024/10/18 12:53:34,stdout,[supervisor ] service 'openbox' exited (with status 0).

2024/10/18 12:53:34,stdout,[supervisor ] stopping service 'openbox'...

2024/10/18 12:53:34,stdout,[supervisor ] service 'xcompmgr' exited (got signal SIGTERM).

2024/10/18 12:53:34,stdout,[supervisor ] stopping service 'xcompmgr'...

2024/10/18 12:53:34,stdout,"[supervisor ] service 'app' exited, shutting down...
"
2024/10/18 12:53:34,stdout,[supervisor ] service 'app' exited (with status 0).

2024/10/18 12:52:03,stdout,[xvnc ] ComparingUpdateTracker: (1:-nan ratio)

2024/10/18 12:52:03,stdout,[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out

2024/10/18 12:52:03,stdout,[xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888

2024/10/18 12:52:03,stdout,[xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888

2024/10/18 12:52:03,stdout,[xvnc ] Fri Oct 18 12:52:03 2024

2024/10/18 12:51:47,stdout,[xvnc ] SConnection: Client requests security type VncAuth(2)

2024/10/18 12:51:47,stdout,[xvnc ] SConnection: Client needs protocol version 3.8

2024/10/18 12:51:47,stdout,[xvnc ] Connections: accepted: /tmp/vnc.sock

2024/10/18 12:51:47,stdout,[xvnc ] Fri Oct 18 12:51:47 2024

2024/10/18 12:51:41,stdout,[xvnc ] ComparingUpdateTracker: (1:-nan ratio)

2024/10/18 12:51:41,stdout,[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out

2024/10/18 12:51:41,stdout,[xvnc ] Connections: closed: /tmp/vnc.sock

2024/10/18 12:51:41,stdout,[xvnc ] EncodeManager: 0 B (1:-nan ratio)

2024/10/18 12:51:41,stdout,"[xvnc ] EncodeManager: Total: 0 rects, 0 pixels
"
2024/10/18 12:51:41,stdout,[xvnc ] EncodeManager: Framebuffer updates: 0

2024/10/18 12:51:41,stdout,[xvnc ] VNCSConnST: closing /tmp/vnc.sock: Authentication failure

2024/10/18 12:51:41,stdout,[xvnc ] SConnection: AuthFailureException: Authentication failure

2024/10/18 12:51:41,stdout,[xvnc ] Fri Oct 18 12:51:41 2024

2024/10/18 12:51:36,stdout,[xvnc ] SConnection: Client requests security type VncAuth(2)

2024/10/18 12:51:36,stdout,[xvnc ] SConnection: Client needs protocol version 3.8

2024/10/18 12:51:36,stdout,[xvnc ] Connections: accepted: /tmp/vnc.sock

2024/10/18 12:51:36,stdout,[xvnc ] Fri Oct 18 12:51:36 2024
`

@jlesage
Copy link
Owner

jlesage commented Oct 18, 2024

If the instructions at https://github.com/jlesage/docker-jdownloader-2?tab=readme-ov-file#jdownloader-fails-to-start don't help, I would suggest to report the problem to the JDownloader developper: https://support.jdownloader.org/en?%2FTickets%2FSubmit=

@Tomiliy
Copy link

Tomiliy commented Oct 18, 2024

Thank you very much.
The file has fixed the problem :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants