Created
September 5, 2019 08:54
-
-
Save seleniumgists/51dad712b2cb48213c4694371315145c to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -jar bazel-bin/java/server/src/org/openqa/selenium/grid/selenium_server_deploy.jar hub | |
17:40:36.663 INFO [EventBusConfig.createBus] - Creating event bus: org.openqa.selenium.events.zeromq.ZeroMqEventBus | |
17:40:36.729 INFO [BoundZmqEventBus.<init>] - XPUB binding to [binding to tcp://*:4442, advertising as tcp://fe80:0:0:0:142f:99c:ee0:455b%en0:4442], XSUB binding to [binding to tcp://*:4443, advertising as tcp://fe80:0:0:0:142f:99c:ee0:455b%en0:4443] | |
17:40:36.771 INFO [UnboundZmqEventBus.<init>] - Connecting to tcp://fe80:0:0:0:142f:99c:ee0:455b%en0:4442 and tcp://fe80:0:0:0:142f:99c:ee0:455b%en0:4443 | |
Exception in thread "main" java.lang.IllegalArgumentException: Unable to find event bus class: org.openqa.selenium.events.zeromq.ZeroMqEventBus | |
at org.openqa.selenium.grid.server.EventBusConfig.createBus(EventBusConfig.java:74) | |
at org.openqa.selenium.grid.server.EventBusConfig.getEventBus(EventBusConfig.java:44) | |
at org.openqa.selenium.grid.commands.Hub.lambda$configure$0(Hub.java:103) | |
at org.openqa.selenium.grid.Main.launch(Main.java:123) | |
at org.openqa.selenium.grid.Main.main(Main.java:100) | |
Caused by: java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.openqa.selenium.grid.server.EventBusConfig.createBus(EventBusConfig.java:69) | |
... 4 more | |
Caused by: org.zeromq.ZMQException: fe80:0:0:0:142f:99c:ee0:455b%en0 not found matching IPv4/IPv6 settings : errno 49 | |
at zmq.io.net.tcp.TcpAddress.resolve(TcpAddress.java:147) | |
at zmq.io.net.tcp.TcpAddress.<init>(TcpAddress.java:40) | |
at zmq.io.net.Address.resolve(Address.java:93) | |
at zmq.SocketBase.connect(SocketBase.java:549) | |
at org.zeromq.ZMQ$Socket.connect(ZMQ.java:3069) | |
at org.openqa.selenium.events.zeromq.UnboundZmqEventBus.<init>(UnboundEventBus.java:67) | |
at org.openqa.selenium.events.zeromq.BoundZmqEventBus.<init>(BoundZmqEventBus.java:63) | |
at org.openqa.selenium.events.zeromq.ZeroMqEventBus.create(ZeroMqEventBus.java:35) | |
at org.openqa.selenium.events.zeromq.ZeroMqEventBus.create(ZeroMqEventBus.java:51) | |
... 9 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment