Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Please or Register to create posts and topics.

anthilld service not starting

root@myantsle:~ # service anthilld restart
Redirecting to /bin/systemctl restart anthilld.service
root@myantsle:~ # service anthilld status
Redirecting to /bin/systemctl status anthilld.service
● anthilld.service - anthilld Service
Loaded: loaded (/etc/systemd/system/anthilld.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2021-05-19 06:52:02 PDT; 4s ago
Process: 22787 ExecStart=/usr/local/bin/anthilld (code=exited, status=1/FAILURE)
Main PID: 22787 (code=exited, status=1/FAILURE)

May 19 06:52:02 myantsle anthilld[22787]: at java.lang.Integer.parseInt(Integer.java:592)
May 19 06:52:02 myantsle anthilld[22787]: at java.lang.Integer.parseInt(Integer.java:615)
May 19 06:52:02 myantsle anthilld[22787]: at inlein.client.Utils.inleinPort(Utils.java:105)
May 19 06:52:02 myantsle anthilld[22787]: at inlein.client.ServerConnection.tryConnect(ServerConnection.java:73)
May 19 06:52:02 myantsle anthilld[22787]: at inlein.client.ServerConnection.ensureConnected(ServerConnection.java:23)
May 19 06:52:02 myantsle anthilld[22787]: at inlein.client.tasks.Run.run(Run.java:26)
May 19 06:52:02 myantsle anthilld[22787]: at inlein.client.Main.main(Main.java:32)
May 19 06:52:02 myantsle systemd[1]: anthilld.service: main process exited, code=exited, status=1/FAILURE
May 19 06:52:02 myantsle systemd[1]: Unit anthilld.service entered failed state.
May 19 06:52:02 myantsle systemd[1]: anthilld.service failed.

Hi nwhouse:

You can try running these commands:

pkill -f inlein
rm -rf ~/.inlein
service anthilld restart

lancem and WOLF have reacted to this post.
lancemWOLF

That seems to have done the job.

 

Thanks!