2006redone client wont connect to my vps? Ive changed the server Ip in clientsettings.java to the vps IP and run it, the file server is running on 0.0.0.0 on my vps.
ive portforwarded but its just saying waiting for updated on the client or connecting to update server?
Now this an error stopping it connecting:
[Only registered and activated users can see links. ]
heres the console code when you try to connect:
Code:
Dec 09, 2019 1:31:38 AM org.apollo.jagcached.FileServer start
INFO: Binding HTTP service to 0.0.0.0/0.0.0.0:80...
Dec 09, 2019 1:31:38 AM org.apollo.jagcached.FileServer start
INFO: Binding JAGGRAB service to 0.0.0.0/0.0.0.0:43595...
Dec 09, 2019 1:31:38 AM org.apollo.jagcached.FileServer start
INFO: Binding ondemand service to 0.0.0.0/0.0.0.0:43596...
Dec 09, 2019 1:31:38 AM org.apollo.jagcached.FileServer start
INFO: Ready for connections.
Dec 09, 2019 1:32:08 AM org.jboss.netty.channel.socket.nio.AbstractNioSelector
WARNING: Failed to accept a connection.
java.lang.Error: Unresolved compilation problem:
The method getPipeline() of type JagGrabPipelineFactory must override a superclass method
at org.apollo.jagcached.net.JagGrabPipelineFactory.getPipeline(JagGrabPipelineFactory.java:68)
at org.jboss.netty.channel.socket.nio.NioServerBoss.registerAcceptedChannel(NioServerBoss.java:134)
at org.jboss.netty.channel.socket.nio.NioServerBoss.process(NioServerBoss.java:104)
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
at org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
the only quick fix in eclipse is removing it, when I remove it dosent attempt to connect at all
Easy instructions for booting up 2006redone: [Only registered and activated users can see links. ] (This project is based on it. I also highly recommend you go through its code for bug fixes.)