Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to run the sample code off of the BrowserMob-Proxy GitHub page but the Firefox browser that launches gets stuck in "Connecting...".

In the Eclipse Console window, here is what is getting displayed:

11:45:36,829  INFO HttpServer:667 - Version Jetty/5.1.x
11:45:36,833  INFO Container:74 - Started HttpContext[/,/]
11:45:36,841  INFO SocketListener:205 - Started SocketListener on 0.0.0.0:4444
11:45:36,842  INFO Container:74 - Started org.browsermob.proxy.jetty.jetty.Server@74b2002f

Eventually, the Firefox browser will timeout trying to connect. But since nothing gets posted to the Eclipse Console, such as error message, I'm not quite sure where to start in looking for a solution.

In setting up my project, I had a lot of issues with the JAR files that come with the latest download of Selenium and BrowserMob-Proxy. So I ended up adding all the JAR files within selenium-2.28.0/libs and just the browsermob-proxy-2.0-beta-6.jar from within browsermob-proxy-2.0-beta-6/lib.

Here is a list of my JAR files (taken from .classpath file):

browsermob-proxy-2.0-beta-6.jar
bsh-1.3.0.jar
cglib-nodep-2.1_3.jar
commons-codec-1.6.jar
commons-collections-3.2.1.jar
commons-exec-1.1.jar
commons-io-2.2.jar
commons-jxpath-1.3.jar
commons-lang3-3.1.jar
commons-logging-1.1.1.jar
cssparser-0.9.7.jar
guava-13.0.1.jar
hamcrest-core-1.3.jar
hamcrest-library-1.3.jar
htmlunit-2.11.jar
htmlunit-core-js-2.11.jar
httpclient-4.2.1.jar
httpcore-4.2.1.jar
httpmime-4.2.1.jar
ini4j-0.5.2.jar
jcommander-1.29.jar
jetty-websocket-8.1.8.jar
jna-3.4.0.jar
jna-platform-3.4.0.jar
json-20080701.jar
junit-dep-4.11.jar
log4j-1.2.17.jar
nekohtml-1.9.16.jar
netty-3.5.7.Final.jar
operadriver-1.1.jar
phantomjsdriver-1.0.0.jar
protobuf-java-2.4.1.jar
sac-1.3.jar
selenium-java-2.28.0-srcs.jar
selenium-java-2.28.0.jar
serializer-2.7.1.jar
slf4j-api-1.7.2.jar
slf4j-jdk14-1.7.2.jar
testng-6.8.jar
xalan-2.7.1.jar
xercesImpl-2.10.0.jar
xml-apis-1.4.01.jar
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.