![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
Failed to obtain input/output streams for client
SecretGreatDeveloper opened this issue ยท 4 comments
Serversync Version: 2.6.7 2.617 and 2.6.21
Minecraft Version: 1.7.10
Issue: Failed to obtain input/output streams from client
finished loading config root dir: C:\Users\Marcin\AppData\Roaming\.minecraft Establishing a socket connection to the server... < Connecting to server > Creating input/output streams... Failed to obtain input/output streams from client Closing connections... All of serversync's sockets to the server have been closed Successfully closed all connections Files updated Errors occurred, please check ip/port details are correct. For a detailed log check the logs folder in your minecraft directory
Does anybody have idea what's wrong?
Do you have access to the server side logs?
Seems to be failing to interact with the socket connection, but this could be any number of issues.
Hello, sorry that I haven't written earlier. Logs are here:
finished loading config
root dir: /home/servers/634085/home/servers/634085
Starting scan for sync files: Apr 14, 2019
Ignore patterns: serversync-.jar, serversync
Could not find the desired fields in the mod information file: version,name
Could not find the desired fields in the mod information file: version,name
Could not find a mod information file that matches: mcmod.info,neimod.info
Could not find the desired fields in the mod information file: version,name
Could not find the desired fields in the mod information file: version,name
Could not find a mod information file that matches: mcmod.info,neimod.info
Found 36 files that match user defined patterns
Creating new server socket
Now accepting clients...
Seems to be nothing out of the ordinary in the logs. The only fail point for sockets is general IO errors.
Could you investigate the following;
- Which OS are you using and which version (Windows / Linux etc)
- Which version of java do you have installed
- Are you running serversync from a permission restricted directory
Pretty much I am down to guessing that your system currently does not support java.net sockets or Object*Streams (possibly has permission denied to get input/output streams), other than that I really don't know, unfortunately.