Stratehm / stratum-proxy

Java implementation of a stratum->stratum/HTTPGetwork proxy with a Web GUI and some pool switching strategies (PriorityFailover, WeightedRoundRobin). Simple to install and configure.
GNU General Public License v3.0
200 stars 117 forks source link

HTTP GUI Error #73

Open yocool13 opened 7 years ago

yocool13 commented 7 years ago

The Stratum Proxy starts up with no issues but when I go to "http://127.0.0.1:8888/" I get an error: "Internal Server Error Jar file was not found 1: org.glassfish.grizzly.http.server.CLStaticHttpHandler.getJarFile(CLStaticHttpHandler.java:349) 2: org.glassfish.grizzly.http.server.CLStaticHttpHandler.handle(CLStaticHttpHandler.java:288) 3: strat.mining.stratum.proxy.grizzly.CLStaticHttpHandlerWithIndexSupport.handle(CLStaticHttpHandlerWithIndexSupport.java:60) 4: org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:188) 5: org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:219) 6: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565) 7: org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545) 8: java.lang.Thread.run(Unknown Source) Please see the log for more detail. Grizzly 2.3.16"

webshaun commented 7 years ago

I found that if the proxy is in "program files" it won't work properly. Move it to a different path. If that doesn't work, check permissions. It seemed to be a permission issue.