wimlampaert / webgoat

Automatically exported from code.google.com/p/webgoat
0 stars 0 forks source link

Fails to start, backtrace included #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run ./webgoat.sh from the standard edition as normal user (not sudo) in Linux
2. That's it.
3.

What is the expected output? What do you see instead?

I expect the tomcat server to start, but instead, 404 and I see the following.

-> % ./webgoat.sh start8080
Using CATALINA_BASE:   ./tomcat
Using CATALINA_HOME:   ./tomcat
Using CATALINA_TMPDIR: ./tomcat/temp
Using JRE_HOME:        /usr/lib/jvm/java-6-sun-1.6.0.26/bin/../
Using CLASSPATH:       ./tomcat/bin/bootstrap.jar

  Open http://127.0.0.1:8080/WebGoat/attack
  Username: guest
  Password: guest
  Or try http://guest:guest@127.0.0.1:8080/WebGoat/attack

        at org.apache.catalina.startup.Catalina.await(Catalina.java:616)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Sep 30, 2011 8:58:00 AM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-127.0.0.1-8080
Sep 30, 2011 8:58:01 AM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Sep 30, 2011 8:58:01 AM org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-127.0.0.1-8080
Sep 30, 2011 8:58:01 AM org.apache.catalina.core.AprLifecycleListener 
lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime

What version of the product are you using? On what operating system?
[2820:2819 0:1067] 09:46:45 Fri Sep 30 [chris@ubuntu64: +1] ~ 
(1:1067)$ uname -a
Linux ubuntu64 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux
322/3961MB      0.13 0.06 0.06 1/489 32037
[2820:2819 0:1068] 09:46:48 Fri Sep 30 [chris@ubuntu64: +1] ~ 
(1:1068)$ lsb_release -a
LSB Version:    
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:cor
e-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 11.04
Release:        11.04
Codename:       natty
320/3961MB      0.10 0.05 0.06 1/486 32049
[2820:2819 0:1069] 09:46:59 Fri Sep 30 [chris@ubuntu64: +1] ~ 
(1:1069)$ 

Please provide any additional information below.

Please let me know if there's anything else I can do to help resolve this bug.

Original issue reported on code.google.com by christop...@gmail.com on 30 Sep 2011 at 2:48

GoogleCodeExporter commented 8 years ago
I forgot to tell that I am using a release candidate, not a stable version. I 
saw no link to download one.

WebGoat-OWASP_Standard-5.3_RC1.7z

Original comment by christop...@gmail.com on 30 Sep 2011 at 2:51

GoogleCodeExporter commented 8 years ago
Fixed in 5.4 - Ubuntu now has a download, unzip, click to run version.

Based on your trace, I do not know what the exact issue was.  Based on the 
number of Ubuntu installation emails I get, there is now an easier to use 
out-of-box solution

Original comment by mayhe...@gmail.com on 23 Apr 2012 at 12:37