getgauge-examples / python-selenium

MIT License
9 stars 8 forks source link

SUT fails to comeup after running command java -jar activeadmin-demo.war #1

Open 2vireddy opened 6 years ago

2vireddy commented 6 years ago

Below error is displayed after launching localhost url

Request Method: GET

http://localhost:8080/

load error: /private/var/folders/4g/w2brbfg11hd3s47j7zntltx80000gn/T/jetty-0.0.0.0-8080-activeadmin-demo.war-_-any-7260948541329093950.dir/webapp/WEB-INF/config/environment -- java.lang.IllegalAccessException: Can not set static final boolean field javax.crypto.JceSecurity.isRestricted to java.lang.Boolean from org/jruby/RubyKernel.java:961:in require' from uri:classloader:/jruby/rack/rails/environment3.rb:25:inload_environment' from uri:classloader:/jruby/rack/rails_booter.rb:83:in load_environment' from <script>:1:in

'

You're seeing this error because you use JRuby::Rack::ErrorApp::ShowStatus.

NivedhaSenthil commented 6 years ago

Can you provide more details on how you are trying to launch demo app and more details regarding your environments ?

2vireddy commented 6 years ago

I am trying to launch the app by executing the command java -jar activeadmin-demo.war on mac terminal window.

Below are environment details. java --version java 9.0.1 Java(TM) SE Runtime Environment (build 9.0.1+11) Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)

python --version Python 2.7.10

uname Darwin