Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In browser will not load WarmRoast #9

Open
DrLeonardo opened this issue Apr 10, 2016 · 2 comments
Open

In browser will not load WarmRoast #9

DrLeonardo opened this issue Apr 10, 2016 · 2 comments

Comments

@DrLeonardo
Copy link

The settings are made correctly , the process of the console :
`
WarmRoast

http://github.com/sk89q/warmroast

Choose a VM:
[1] com.sk89q.warmroast.WarmRoast --mappings /home/gameserver/server/conf --thread Server thread

Enter choice #: 1

Starting a server on /0.0.0.0:23000...
Once the server starts (shortly), visit the URL in your browser.
Note: The longer you wait before using the output of that webpage, the more accurate the results will be.
2016-04-10 14:09:52.664:INFO:oejs.Server:main: jetty-9.0.z-SNAPSHOT
2016-04-10 14:09:52.802:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@52d455b8{/,null,AVAILABLE}
2016-04-10 14:09:52.875:INFO:oejs.ServerConnector:main: Started ServerConnector@19f327bb{HTTP/1.1}{0.0.0.0:23000}
`
The browser no information is displayed , only the message :There are no results. (Thread filter does not match thread?)

How to configure WarmRoast?

@sk89q
Copy link
Owner

sk89q commented Apr 10, 2016

It looks like WarmRoast is not seeing your server. The only VM you have to choose from is WarmRoast itself, so you are profiling WarmRoast and not your server.

Are you running WR on the same user account as your server?

@DrLeonardo
Copy link
Author

Are you running WR on the same user account as your server?

You were right , the program was run on a different account .
But now when I try to run it , a connection refused

`Choose a VM:
[1] com.sk89q.warmroast.WarmRoast --mappings /home/gameserver/server/conf --thread Server thread
[2] cpw.mods.fml.relauncher.ServerLaunchWrapper

Enter choice #: 2

Starting a server on /0.0.0.0:23000...
Once the server starts (shortly), visit the URL in your browser.
Note: The longer you wait before using the output of that webpage, the more accurate the results will be.
java.rmi.ConnectException: Connection refused to host: 94.23.252.202; nested exception is:
java.net.ConnectException: Connection refused
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:130)
at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source)
at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2432)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:308)
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270)
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:229)
at com.sk89q.warmroast.WarmRoast.connect(WarmRoast.java:129)
at com.sk89q.warmroast.WarmRoast.main(WarmRoast.java:327)
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.(Socket.java:434)
at java.net.Socket.(Socket.java:211)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:148)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
... 10 more
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants