Closed meoso closed 9 years ago
No error during the maven build ? (sometimes, the build is SUCCESSFUL but there is an error when building the webapp and so it is not available).
What kind of error do you have in your browser ? Blank page, 404 or 503 error, ... ?
PS: You should use only --api-listen-port 8000 and remove --rest-listen-port 8000. It is just an alias of the same parameter.
no server code, just Problem loading page
Unable to connect
Iceweasel can't establish a connection to the server at 127.0.0.1:8000.
mvn output: http://pastebin.com/PEU8tvxk
removed --rest-listen-port as recommended.
at first netstat -tp | grep 8000
shows the listener, but after a few moments it shows nothing
Could you send me the stratum-proxy.log file which should be int your /tmp directory ?
Thanks
I see severals errors of this kind: 2015-01-23 09:22:18,958 WARN [main]: [Launcher] lib/stratum-proxy-webapp.jar not found. GUI will not be available.
I think you are running the proxy directly from the target directory after the maven build. The GUI is not available when the proxy is run from this directory. To work properly, you have to unzip the whole ZIP file in a directory and run the unzipped stratum-proxy.jar
that was indeed the issue. i apologize for not understanding the proper methods of build/deployment. thank you!
No problem.
I performed
mvn clean package
to produce stratum-proxy-0.6.0-SNAPSHOT.jar, but launching it with the same exact parameters as for v0.5.1 results in no webui. at first i thought it was not listening on port 8000, but if i hit it immediately, it shows a webui without graphs, then the listener crashes (i suppose) and then no listener exists. (but the proxy still runs)