CRASH? Server won't let me connect, gives C++ code as response.

I apparently corrupted something.
When I try to connect, I get:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<server>
<installation-directory>..</installation-directory>
<storage-directory>D:\Repetier Server Stuff</storage-directory>
<default-language>en</default-language>
<port>3344</port>
<disableIPV6>false</disableIPV6>
<!--  To prevent clickjacking we should disallow embedding in iframes  -->
<allow-iframe-embedding>false</allow-iframe-embedding>
<logging>true</logging>
<backlog-size>1000</backlog-size>
<max-log-files-per-printer>5</max-log-files-per-printer>
<printer-frontend-url>/modules/front2/www/app.html</printer-frontend-url>
<web-frontend-url>/</web-frontend-url>
<custom-ssl-certificate-store/>
<!-- If you want to add your own SSL certificates, please enter here the directory where your certificate is stored. Note: only certificates with the extension .pem will be considered -->
</server>

I have re-installed server and it SEEMS happy, and didn't loose any of my devices, but I would like to know what happened


Comments

  • This -SEEMS- to be a problem for the 2nd or 3rd logon to a session.  The FIRST one seems to login OK, but any further logins, like from a remote computer or want to put up 2printers side by side, fails...

    What did I do?
  • The file has no style information connected, just plain xml. Did you get the message in browser or in server log? Server should not complain and it looks ok so far I can see.

    Do you get a interface for remote connection? If not you did not use the intranet ip or the firewall might be blocking it. Make sure port 3344 from external ip is not blocked.

    On same computer it should be no problem especially if you can login once. Are you using login/password? Can not say whats wrong directly since I have always open multiple windows without issues, so you should check javascript console in browser for messages that might help (right click inspect element and then select console tab).

    Also what does fail mean exactly - what do you see, what happened? Which browser are you using?
Sign In or Register to comment.