Repetier server does not load in Windows 10 Pro

edited March 2020 in Bug Reports
Hi,

i already searched the forum, reinstalled, did a restart and deleted the file „ workdispatcher,sql“  in program data, as described in the FAQ / troubleshooting, but nothing helped. 
Repetier server won’t start.  Any help?

Server is a Intel Nuc with windows 10 Pro installed.
repetier Server 93.1

thanks in advance.

*Update, I installed now the previous version, and I have the same result. The sever doesn’t start.

Comments

  • Please follow these instructions:

    execute cmd.exe as administrator then run:

    "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.exe" /c "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.xml"

    and copy the output to see where it stops.


  • Thank you for the answer. I did run both, first the exe with:
    cd program files(x86) etc, until the corresponding folder was reached. 
    Then: 
    start repetierserver.exe
    second: 
    start repetierserver.xml.

    this is the log I was shown.


    <?xml version="1.0" encoding="UTF-8" standalone="true"?>

    <server>

    <installation-directory>..</installation-directory>

    <storage-directory>C:\ProgramData\Repetier-Server</storage-directory>

    <default-language>en</default-language>

    <port>3344</port>

    <disableIPV6>true</disableIPV6>

    <!-- setting to false can cause problems with external access -->

    <logging>true</logging>

    <backlog-size>1000</backlog-size>

    <update-info-url>http://download.repetier- server.com/files/server/windows/updateinfo.txt</update-info-url>

    <printer-frontend-url>/modules/front2/www/app.html</printer-frontend-url>

    <web-frontend-url>/</web-frontend-url>

    </server>


    Thank you again in advance.


  • That is not what you should do. You should enter this line:

    "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.exe" /c "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.xml"

    1:1 - works from any location. Important is just that cmd.exe was started as admin and not as regular user. Only then you see the log required.
  • C:\Windows\system32>"C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.exe" /c "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.xml"

    Read configuration file C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.xml

    Testing alternative config: "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer-extra.xml"

    Testing alternative config: "C:\ProgramData\Repetier-Server\database\RepetierServer.xml"

    ServerSetting::init()

    Reading server settings...

    11:13:10.885: Webdirectory: C:\Program Files (x86)\Repetier-Server\www\

    11:13:10.885: Storage directory: C:\ProgramData\Repetier-Server\

    11:13:10.885: Configuration file: C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.xml

    11:13:10.885: Directory for temporary files: C:\Users\PC\AppData\Local\Temp\

    11:13:10.900: Reading firmware data ...

    11:13:10.994: Starting Network ...

    11:13:10.994: Active features:0

    11:13:10.994: Reading printer configurations ...

    11:13:10.994: Starting printer threads ...

    11:13:10.994: Starting work dispatcher subsystem ...

    11:13:11.010: Starting user database ...

    11:13:11.010: Importing projects ...

  • That is the last output and then it crashes or what happened then?

    Importing projects reads content of folder C:\ProgramData\Repetier-Server\projects - does it exist and is it empty? Should be empty on a new system.
    Can you also look int C:\ProgramData\Repetier-Server\logs and check for the end in server.log - maybe logging just switched to that file.
  • That is the last output and then it crashes or what happened then?
    Then nothing.
    Importing projects reads content of folder C:\ProgramData\Repetier-Server\projects - does it exist and is it empty? Should be empty on a new system.
    this folder exists, but it is empty.
    Can you also look int C:\ProgramData\Repetier-Server\logs and check for the end in server.log - maybe logging just switched to that file.
    not sure for what to look, I will send you the file by email.
Sign In or Register to comment.