Jump to content

EgyptianSnakeLegs

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by EgyptianSnakeLegs

  1. No problem, I can totally relate. I'm in grad school for mechanical and aerospace engineering right now. Thank you for the quick reply.
  2. So I started typing up this long tutorial about the insanity it took to get PDF Exporting added to this docker container. But after 3.5 hours of work it *STILL* isn't working. XD Any chance you could officially add support for this to your docker?
  3. This looks awesome, thanks! How possible would it be to have this docker image include the CSV or Spectre transaction importer? It doesn't seem very useful until there's a way to get data into it that doesn't involve manual entry.
  4. Hey all, My apologies if this has already been asked, but a search didn't return any results. I stupidly started a massive bulk book conversion job to make my library kindle friendly. However I didn't realize that Calibre was going to copy all of those files into the docker image to accomplish this. So now I'm sitting here with a full docker image and can't figure out how to clear whatever cache they're all sitting in. Is there a folder somewhere I should go in and delete? Any help is greatly appreciated, thank you! Edit: I cancelled the pending conversion jobs and increased my docker img size so I could restart the calibre docker and have some room to work. But the image usage is still very high. Definitely some temp data in there somewhere.
  5. Hmm...I get the same error: 127.0.0.1 - 02/May/2020:18:15:01 +0000 "GET /index.php" 500 when I try to load the /install page. I must've messed up somewhere else in the install. Any advice?
  6. I'm in a similar boat to Heciruam and have no idea what to do next to get LeanTime up and running. I went into my MariaDB docker, created a user "leantimeadmin" with a password. Granted the user ALL *.* Created the database "leantime" and then entered the appropriate data into the LeanTime docker settings. I no longer get the "Can't connect to database" error, but just a white page. The logs show the following: Creating configuration file! 2020-05-01 21:58:45,764 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. 2020-05-01 21:58:45,767 INFO supervisord started with pid 17 2020-05-01 21:58:46,770 INFO spawned: 'httpd' with pid 19 2020-05-01 21:58:46,773 INFO spawned: 'php-fpm' with pid 20 [01-May-2020 21:58:46] NOTICE: fpm is running, pid 20 [01-May-2020 21:58:46] NOTICE: ready to handle connections 2020-05-01 21:58:47,850 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-05-01 21:58:47,850 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 127.0.0.1 - 01/May/2020:21:58:53 +0000 "GET /index.php" 500 127.0.0.1 - 01/May/2020:21:58:56 +0000 "GET /index.php" 500 Not sure what I'm missing, or why the error about root is there. Any help would be greatly appreciated. Cheers!
  7. Awesome, thank you for updating. I just spent the last two-ish months troubleshooting all kinds of Ryzen problems and ended up removing all of my apps and the the docker image itself. Been adding things slowly and testing for stability as I go. So I'm hoping I won't have that issue again when I get my library set back up.
  8. At the advice of another topic, I uninstalled all of my docker apps, deleted the docker image, deleted most of the corresponding appdata folders (except Plex), and then remade the docker image and reinstalled the apps. My primary issues seem to be gone. I'm still experiencing the mysterious crash after a parity check completes, but all other crashes appear to be gone, and system performance seems dramatically faster and more responsive. I'll update the original post to reflect this.
  9. I remade my docker image last night, and also deleted many (most) of the corresponding app data folders. All except my Plex library config/metadata. It really seems to have solved 99% of my issues.
  10. Wow, there are a bunch of us describing very similar problems lately. I wonder if it's all related to some bug in 6.7.x & 6.8.x? I thought mine was Ryzen related, and have been troubleshooting it for a couple months with no success. I just read another post where a guy had the same problem, but thinks he solved it by deleting and rebuilding his docker image. I think that's going to be my next attempt. I currently only have Plex and Tautulli running, but have installed and removed a bunch of different docker containers that I was experimenting with. Maybe one of them broke something. I'll let you know if I have any luck.
  11. Well...I woke up to find the UnRAID login page still accessible, which is a first. But when I entered my credentials it took about 60-80 seconds to load the main page. I clicked over to the dashboard and it promptly crashed again. I also see that the Duplicati backup job I've been frantically trying to get completed so I have a solid backup, got hung up after only 10 GB of transfer after I went to bed last night. I saw another post by a person who deleted and remade their docker container image. I think I might try that next, before I spend 24 hours running a memtest. Any thoughts?
  12. Let us know if that continues to be the solution. I'm still having stability issues with my system, and this is something I hadn't considered.
  13. Thank you all for the responses! @RedReddington & @Hoopster I just rebooted and changed the idle current setting. With any luck that will be the final piece of the puzzle. It had been in "Auto" and many of my crashes seemed to happen at night, so that seems like a logical cause. @John_M Here is the diagnostics file, as requested. Thank you in advance for taking a look at it! I also have a diagnostics file and syslog from November 24th that is when this issue started getting especially frequent. I can post those as well, if you're at all interested in them. ratasum-diagnostics-20200124-1358.zip
  14. =======================================<UPDATE: 30 Jun 2020>======================================= These issues started randomly cropping up again about a month after this final post. Their frequency seemed to be increasing as well. It really seemed like bad memory to me, but it was a brand new system and a 12-hour memtest showed no errors. I decided to let it go, just to see what happened. Shortly after the 24 hour mark memtest started finding errors. A few hours later and it had found thousands of errors. I ended up replacing the ram and everything has been smooth sailing ever since. I suspect that may have always been the underlying issue and the fixes below were just performance improvements that obscured the issue. So...check your RAM thoroughly, folks! =======================================</UPDATE: 30 Jun 2020>======================================= =======================================<SOLVED>======================================= I believe this issue is finally solved (for me)! The following is the combination of settings that ended up working: Disable C States in the BIOS. Add the disable C6 state command in the 'go' file. Add Flash -> Syslinux Config -> label unRAID OS (and GUI Mode) -> append 'rcu_nocbs=0-7' ... Upgrade to the most recent BIOS firmware. Uninstall all Apps, stop docker service, remove/delete docker image, delete the appdata for each previously installed app (except Plex), remake docker image, reinstall apps. So far everything seems to be working as expected. I'm still getting the mysterious crash after a parity check, but I believe that to be unrelated to this original post. =======================================</SOLVED>======================================= Hello all, After months of attempted troubleshooting and much struggle, I'm finally reaching out for help with my server. About a year ago, a very kind and generous friend gifted me a new barebones server to replace the laughable Intel NUC and pile of external USB drives that was serving as my Plex server. His super generous gift was the following: Mobo: MSI B450 Tomahawk CPU: Ryzen 5 2400G with Radeon RX Vega 11 Graphics RAM: G.Skill Flare X (for AMD) DDR4 2400 - 16 GB (2 x 8 GB) PSU: Seasonic Focus Plus 550 Gold (SSR-550FX) LSI: SAS9211-8I 8PORT Int 6GB Sata+sas Pcie 2.0 A solid start to an UnRAID server that I could fill with hard drives as my college student budget allowed. After a year of saving money, I finally had enough for an UnRAID license and 3x 10 TB hard drives. So I got the system setup, following all of the glorious wisdom of @SpaceInvader One, and began the arduous task of moving all of my content over to the new system, and then got Plex setup and running. The new system seemed amazing! HOWEVER, I almost immediately began to have stability issues. The system would just randomly "crash"/lockup. It would essentially just fall off of the network, and if I happened to be logged into the admin console from my laptop, the whole interface would just stop responding. To this day I have not had more than 20 hours uptime, and it's frequently more like 1-6 hours. Basically rendering a Plex server useless, much less all of the other functionality I'd like to use on it. I quickly realized that these were the common Ryzen stability issues that people were complaining about. So I went through all of the troubleshooting steps I could find online. So far I have taken the following steps: 'SVM Mode = Enabled' in the BIOS. (I know this is just for VMs, which I'm not doing, but it's been included in many of the guides.) 'IOMMU = Enabled' in the BIOS. (Again, I know this is just for VMs, which I'm not doing, but it's been included in many of the guides.) Disable C States in the BIOS. Add the disable C6 state command in the 'go' file. Add Flash -> Syslinux Config -> label unRAID OS (and GUI Mode) -> append 'rcu_nocbs=0-7' ... Add 'IOMMU = soft' to the /boot/syslinux/syslinux.cfg BIOS UPDATES: I have tried every possible permutation of these 6 settings with each of FIVE most recent firmware versions. At this point I'm basically ready to order an Intel i7-9700K and ASUS Prime Z390-A motherboard on my credit card and throw my AMD CPU/Mobo/RAM in the dumpster. Any advice anyone has would be extremely welcome! I can provide logs of the next crash, but I can tell you that thus far there hasn't been anything meaningful in them. It's like they stop writing to the log as soon as the crash begins, so there seems to be no evidence that anything went wrong.
  15. Hello all, Relatively new to UnRAID, but have had my server up and running for a few months now. This Calibre docker has been running flawlessly since day 1, however today it will not load. It starts fine, and appears to be ok, but the WebUI just gets the default browser "Unable to Connect" page. The IP of that docker container responds to pings, and I've tried removing and reinstalling it, but no luck. When I first checked the logs for that docker there were a couple errors regarding Guacamole, but when I went back to copy and paste them to here, I just have a string of identical error messages stating: ErrorWarningSystemArrayLogin s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out s6-svwait: fatal: timed out XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":1" after 1870 requests (1870 known processed) with 0 events remaining. rdpmouseControl: what 2 rdpmouseDeviceOff: rdpkeybControl: what 2 rdpkeybDeviceOff: rdpSaveScreen: rdpkeybControl: what 3 rdpkeybUnInit: drv 0x5638a1aee000 info 0x5638a1db4100, flags 0x0 rdpUnregisterInputCallback: proc 0x1457e916d530 rdpmouseControl: what 3 rdpmouseUnInit: drv 0x5638a1aeb6e0 info 0x5638a1c434e0, flags 0x0 rdpUnregisterInputCallback: proc 0x1457e9370c60 rdpCloseScreen: xorgxrdpDownDown: xorgxrdpDownDown: 1 rdpClientConDeinit: rdpClientConDeinit: deleting file /tmp/.xrdp/xrdp_display_1 rdpClientConDeinit: deleting file /tmp/.xrdp/xrdp_disconnect_display_1 (II) Server terminated successfully (0). Closing log file. s6-svwait: fatal: supervisor died s6-svwait: fatal: supervisor died [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. chansrv::main: using log file [/tmp/xrdp-chansrv.1.log] [20191207-22:54:00] [CORE ] main: app started pid 424(0x000001a8) [20191207-22:54:04] [INFO ] main: DISPLAY env var set to :1 [20191207-22:54:04] [INFO ] main: using DISPLAY 1 [20191207-22:54:04] [INFO ] channel_thread_loop: thread start [20191207-23:13:20] [INFO ] term_signal_handler: got signal 15 [20191207-23:13:20] [INFO ] channel_thread_loop: g_term_event set xrdp-chansrv [3802370584]: scard_deinit: chansrv:smartcard_pcsc [3802370584]: scard_pcsc_deinit: [20191207-23:13:20] [INFO ] channel_thread_loop: thread stop [20191207-23:13:20] [INFO ] main: app exiting pid 424(0x000001a8) s6-svwait: fatal: supervisor died [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... usermod: no changes ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 11-moduser: executing... [cont-init.d] 11-moduser: exited 0. [cont-init.d] 12-prep_xrdp: executing... [cont-init.d] 12-prep_xrdp: exited 0. [cont-init.d] 13-update_app_name: executing... [cont-init.d] 13-update_app_name: exited 0. [cont-init.d] 14-configure_openbox: executing... [cont-init.d] 14-configure_openbox: exited 0. [cont-init.d] 30-update_webapp_context: executing... [cont-init.d] 30-update_webapp_context: exited 0. [cont-init.d] 35-update_guac_creds: executing... [cont-init.d] 35-update_guac_creds: exited 0. [cont-init.d] 50-config: executing... [cont-init.d] 50-config: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services X.Org X Server 1.19.6 Release Date: 2017-12-20 X Protocol Version 11, Revision 0 Build Operating System: Linux 4.4.0-148-generic x86_64 Ubuntu Current Operating System: Linux 7561690507f7 4.19.56-Unraid #1 SMP Tue Jun 25 10:19:34 PDT 2019 x86_64 Kernel command line: BOOT_IMAGE=/bzimage initrd=/bzroot Build Date: 03 June 2019 08:10:35AM xorg-server 2:1.19.6-1ubuntu4.3 (For technical support please see http://www.ubuntu.com/support) Current version of pixman: 0.34.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.pid-423.log", Time: Sat Dec 7 23:13:26 2019 (++) Using config file: "/etc/X11/xrdp/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" xorgxrdpSetup: [services.d] done. xrdpdevSetup: rdpmousePlug: rdpkeybPlug: rdpIdentify: rdpDriverFunc: op 10 : rdpPreInit: rdpScreenInit: virtualX 800 virtualY 600 rgbBits 8 depth 24 rdpScreenInit: pfbMemory bytes 1920000 rdpScreenInit: pfbMemory 0x148a9a50b010 rdpSimdInit: assigning yuv functions rdpSimdInit: cpuid ax 1 cx 0 return ax 0x00810f10 bx 0x04080800 cx 0x7ed8320b dx 0x178bfbff rdpSimdInit: sse2 amd64 yuv functions assigned rdpXvInit: depth 24 rdpClientConInit: kill disconnected [0] timeout [0] sec rdpScreenInit: out guacd[425]: INFO: Guacamole proxy daemon (guacd) version 0.9.14 started guacd[425]: INFO: Listening on host 127.0.0.1, port 4822 guacd[425]: INFO: Guacamole connection closed during handshake rdpmousePreInit: drv 0x558693d346e0 info 0x558693e8c4e0, flags 0x0 rdpmouseControl: what 0 rdpmouseDeviceInit: rdpmouseCtrl: rdpRegisterInputCallback: type 1 proc 0x148a9a8e4c60 rdpmouseControl: what 1 rdpmouseDeviceOn: rdpkeybPreInit: drv 0x558693d37000 info 0x558693ffd100, flags 0x0 rdpkeybControl: what 0 rdpkeybDeviceInit: rdpkeybChangeKeyboardControl: rdpkeybChangeKeyboardControl: autoRepeat on rdpRegisterInputCallback: type 0 proc 0x148a9a6e1530 rdpkeybControl: what 1 rdpkeybDeviceOn: rdpSaveScreen: rdpDeferredRandR: rdpResizeSession: width 1024 height 768 calling RRScreenSizeSet rdpRRScreenSetSize: width 1024 height 768 mmWidth 271 mmHeight 203 rdpRRGetInfo: screen resized to 1024x768 RRScreenSizeSet ok 1 Warning: Cannot convert string "-*-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-1" to type FontStruct Warning: Cannot convert string "-*-courier-medium-r-normal--*-120-*-*-*-*-iso8859-1" to type FontStruct rdpRRGetInfo: Obt-Message: Xinerama extension is not present on the server Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml" Connection failure: Connection refused pa_context_connect() failed: Connection refused rdpInDeferredUpdateCallback: rdpkeybChangeKeyboardControl: rdpkeybChangeKeyboardControl: autoRepeat off rdpRRGetInfo: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-abc' NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED qt.qpa.xcb: QXcbConnection: XCB error: 148 (Unknown), sequence: 181, resource id: 0, major code: 140 (Unknown), minor code: 20 07-Dec-2019 15:13:29.323 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with JAR file [/usr/share/tomcat8/lib/commons-dbcp.jar], exists: [false], canRead: [false] 07-Dec-2019 15:13:29.328 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with JAR file [/usr/share/tomcat8/lib/commons-pool.jar], exists: [false], canRead: [false] 07-Dec-2019 15:13:29.331 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/common/classes], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.331 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/common], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.331 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/common/classes], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.331 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/common], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.335 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/server/classes], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.336 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/server], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.336 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/server/classes], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.337 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/server], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.337 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/shared/classes], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.337 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/shared], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.338 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/shared/classes], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.338 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/shared], exists: [false], isDirectory: [false], canRead: [false] 07-Dec-2019 15:13:29.524 SEVERE [main] org.apache.catalina.startup.Catalina.initDirs Cannot find specified temporary folder at [/var/lib/tomcat8/temp] 07-Dec-2019 15:13:30.061 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.39 (Ubuntu) 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Sep 9 2019 19:47:51 UTC 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.39.0 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.19.56-Unraid 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-11-openjdk-amd64 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.4+11-post-Ubuntu-1ubuntu218.04.3 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Ubuntu 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /var/lib/tomcat8 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/share/tomcat8 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat8/conf/logging.properties 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs= 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/var/lib/tomcat8 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/share/tomcat8 07-Dec-2019 15:13:30.065 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/var/lib/tomcat8/temp 07-Dec-2019 15:13:30.065 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib] 07-Dec-2019 15:13:30.093 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"] 07-Dec-2019 15:13:30.120 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read 07-Dec-2019 15:13:30.143 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 619 ms 07-Dec-2019 15:13:30.203 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 07-Dec-2019 15:13:30.203 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.39 (Ubuntu) 07-Dec-2019 15:13:30.236 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/var/lib/tomcat8/webapps/ROOT.war] 07-Dec-2019 15:13:30.061 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.39 (Ubuntu) 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Sep 9 2019 19:47:51 UTC 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.39.0 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.19.56-Unraid 07-Dec-2019 15:13:30.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-11-openjdk-amd64 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.4+11-post-Ubuntu-1ubuntu218.04.3 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Ubuntu 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /var/lib/tomcat8 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/share/tomcat8 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED 07-Dec-2019 15:13:30.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat8/conf/logging.properties 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs= 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/var/lib/tomcat8 07-Dec-2019 15:13:30.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/share/tomcat8 07-Dec-2019 15:13:30.065 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/var/lib/tomcat8/temp 07-Dec-2019 15:13:30.065 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib] 07-Dec-2019 15:13:30.093 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"] 07-Dec-2019 15:13:30.120 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read 07-Dec-2019 15:13:30.143 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 619 ms 07-Dec-2019 15:13:30.203 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 07-Dec-2019 15:13:30.203 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.39 (Ubuntu) 07-Dec-2019 15:13:30.236 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/var/lib/tomcat8/webapps/ROOT.war] 07-Dec-2019 15:13:31.585 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 15:13:32.078 [localhost-startStop-1] INFO o.a.g.environment.LocalEnvironment - GUACAMOLE_HOME is "/etc/guacamole". 15:13:32.140 [localhost-startStop-1] INFO o.a.g.rest.auth.HashTokenSessionMap - Sessions will expire after 60 minutes of inactivity. 15:13:32.242 [localhost-startStop-1] INFO o.a.g.environment.LocalEnvironment - GUACAMOLE_HOME is "/etc/guacamole". 15:13:32.337 [localhost-startStop-1] INFO o.a.g.t.w.WebSocketTunnelModule - Loading JSR-356 WebSocket support... 07-Dec-2019 15:13:32.646 WARNING [localhost-startStop-1] com.google.inject.internal.ProxyFactory.<init> Method [public void org.apache.guacamole.rest.user.UserResource.updateObject(java.lang.Object) throws org.apache.guacamole.GuacamoleException] is synthetic and is being intercepted by [org.apache.guacamole.rest.RESTExceptionWrapper@5879f3d7]. This could indicate a bug. The method may be intercepted twice, or may not be intercepted at all. 07-Dec-2019 15:13:32.722 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.register Registering org.apache.guacamole.rest.extension.ExtensionRESTService as a root resource class 07-Dec-2019 15:13:32.723 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.register Registering org.apache.guacamole.rest.language.LanguageRESTService as a root resource class 07-Dec-2019 15:13:32.723 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.register Registering org.apache.guacamole.rest.patch.PatchRESTService as a root resource class 07-Dec-2019 15:13:32.723 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.register Registering org.apache.guacamole.rest.auth.TokenRESTService as a root resource class 07-Dec-2019 15:13:32.724 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.register Registering org.apache.guacamole.rest.session.SessionRESTService as a root resource class 07-Dec-2019 15:13:32.724 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.register Registering org.codehaus.jackson.jaxrs.JacksonJsonProvider as a provider class 07-Dec-2019 15:13:32.726 INFO [localhost-startStop-1] com.sun.jersey.server.impl.application.WebApplicationImpl._initiate Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM' 07-Dec-2019 15:13:32.795 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.codehaus.jackson.jaxrs.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton" 019 15:13:33.198 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.extension.ExtensionRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.202 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.language.LanguageRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.203 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.patch.PatchRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.207 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.208 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.session.SessionRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.224 INFO [localhost-startStop-1] org.webjars.servlet.WebjarsServlet.init WebjarsServlet initialization completed 07-Dec-2019 15:13:33.239 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/var/lib/tomcat8/webapps/ROOT.war] has finished in [3,004] ms 07-Dec-2019 15:13:33.243 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"] 07-Dec-2019 15:13:33.253 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 3110 ms 019 15:13:33.198 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.extension.ExtensionRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.202 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.language.LanguageRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.203 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.patch.PatchRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.207 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.auth.TokenRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.208 INFO [localhost-startStop-1] com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory.getComponentProvider Binding org.apache.guacamole.rest.session.SessionRESTService to GuiceManagedComponentProvider with the scope "PerRequest" 07-Dec-2019 15:13:33.224 INFO [localhost-startStop-1] org.webjars.servlet.WebjarsServlet.init WebjarsServlet initialization completed 07-Dec-2019 15:13:33.239 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/var/lib/tomcat8/webapps/ROOT.war] has finished in [3,004] ms 07-Dec-2019 15:13:33.243 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"] 07-Dec-2019 15:13:33.253 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 3110 ms DBusExport: Failed to connect to DBUS session bus, with error: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead Traceback (most recent call last): File "site-packages/calibre/gui2/notify.py", line 159, in get_notifier File "site-packages/calibre/gui2/notify.py", line 89, in get_dbus_notifier File "site-packages/dbus/_dbus.py", line 211, in __new__ File "site-packages/dbus/_dbus.py", line 100, in __new__ File "site-packages/dbus/bus.py", line 122, in __new__ DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead My apologies if this isn't the best way to provide the logs. Any advice? Thanks so much! EgyptianSnakeLegs
×
×
  • Create New...