question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Workaround] Stucks on start 2.0.1 on Linux / MacOs

See original GitHub issue

Hi i was able to use that program 1 day ago but i can’t use it because it stucks on start. ArcoLinux (Arch Linux) Appimage: 2.0.1 Node version: v12.13.0 I tried that solution but not worked

    Quit the app (completly)
    Remove ~/.config/JoalDesktop/jre directory
    Remove ~/.config/JoalDesktop/joal-core directory
    Restart the app

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
skjnldsvcommented, Nov 21, 2019

Solution: run from a console the appimage.

  1. See error:
    stdout: [ERROR] 2019-11-21 07:37:30.108 [           main] o.s.b.d.LoggingFailureAnalysisReporter: 
    
    ***************************
    APPLICATION FAILED TO START
    ***************************
    
    Description:
    
    The Tomcat connector configured to listen on port 5081 failed to start. The port may already be in use or the connector may be misconfigured.
    
    Action:
    
    Verify the connector's configuration, identify and stop any process that's listening on port 5081, or configure this application to listen on another port.
    
  2. Identify the used port: lsof -i:5081
  3. Kill the process:
    $ lsof -i:5081
    COMMAND    PID  USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
    java    353571 admin   27u  IPv4 2878747      0t0  TCP localhost:sdl-ets (LISTEN)
    $ kill 353571
    
2reactions
anthonyraymondcommented, Jun 7, 2020

I’ll leave it open so people can find it quick

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix EFI-boot on my Macbook Pro after Ubuntu install?
or, holding Command + Option + P + R keys resets NVRAM. However, the problem I have is that "normal boot" fails for...
Read more >
OS X boot loader overwritten when Kali linux was installed ...
Then after you are booted to OS-X, go to system preferences then go to startup disk and the Mac OS partition. This should...
Read more >
RHEL 7.4 client hanging at "Started GNOME Display Manager"
Hi Gjorgi,. Can you switch to a virtual console ? If you can do it, press Ctrl + Alt + F3 and reinstall...
Read more >
2021-12-20 – Mac Mini Linux frustration - Tony Finch
But I was still stuck booting into Mac OS not Linux. workaround. So I installed the rEFInd boot manager which is much more...
Read more >
How to solve npm install throwing fsevents warning on non ...
fsevents is dealt differently in mac and other linux system. Linux system ignores fsevents whereas mac install it.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found