I'm testing it out now. Maybe I have a setting in the config wrong but I keep getting the good old "Problems communicating with bitcoin RPC" error and I've verified bitcoind is up and happy and all the IP/login/pass/port settings are correct. Hitting it with Firefox gives me "Problem accessing /. Reason HTTP method GET is not supported by this URL" and I'm seeing "33022 [main-con-qtp-22] WARN org.eclipse.jetty.util.log - / java.lang.NullPointerException" in the error log with debugging turned on. Any hints?
0.2.5 is available on downloads page now. If you're was the problem I was describing it should be fixed now.
[0.2.5]
- update to jsonrpc lib - force JsonRpcRequest.getId() to return a default value (-1)
if not set. Some clients don't implement spec properly and this was causing a nullpointerException.
- Cleaned up directory layout for distribution.
- Fix: classpath problem for windows service so no longer need to build into one monolithic jar
- added lib/plugins directory which is in the default classpath so plugins no longer require classpath changes.
- update procrunsrv to 1.07 to support wildcard classpaths
[0.2.4] - unreleased
- synchronised share flush to database to prevent concurrent attempts.
- set server header to PoolServerJ(v
)
- implemented resource pools for recycling objects used in WorkProxy.chooseSourceForWork()
- Added reset(args) methods to a number of heavily used classes for recycling
- added example AnyPasswordWorkerAuthenticator class as used in plugin build guide: http://poolserverj.org/documentation/plugin-guide/