I have written code in Eclipse Juno, but my webapp is not working when I view it in the browser. The browser opens, but after that there is no action.
Eclipse's console isn't showing any errors, but after adding the Apache Poi jar file, it is showing following error:
log4j:WARN No appenders could be found for logger (org.apache.http.client.protocol.RequestAddCookies).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Currently, I am using Mozila Firefox 33.0.1. I tried to run the code with different Selenium jars like 2.44, 2.45 and 2.46.