COLA-Laboratory / issta2020

This repository contains materials related to our DeepSQLi paper published in ISSTA 2020.
GNU General Public License v3.0
15 stars 9 forks source link

How to deploy the checker application? #3

Open UnnameBao opened 3 years ago

UnnameBao commented 3 years ago

I install tomcat 5 and jdk 1.4 as readme introduced. When I deploy checkers.war on tomcat, I get this error occur:

javax.servlet.ServletException: Wrapper cannot find servlet class checkers.testDriver or a class it depends on org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:534) root cause

How do I fix this? By the way, how do I reproduce experiment without the missing package req and SQLInjection as the issue below mentioned: https://github.com/COLA-Laboratory/issta2020/issues/2

UnnameBao commented 3 years ago

I solve the problem in this issue(checkers.testDriver), but there still bugs in application(java.lang.NullPointerException). It appears that the packages of application checkers and officetalk lose sql file, as a result I can't select data from databases. Can you release these sql files?

JerryI00 commented 3 years ago

Dear Muyang,

Would you please help this out? Many thanks!

Best regards,

Ke

From: b0ring @.> Reply-To: COLA-Laboratory/issta2020 @.> Date: Wednesday, April 28, 2021 at 10:02 To: COLA-Laboratory/issta2020 @.> Cc: Subscribed @.> Subject: Re: [COLA-Laboratory/issta2020] How to deploy the checker application? (#3)

I solve the problem in this issue, but there still bugs in application(checkers.testDriver). It appears that the packages of application checkers and officetalk lose sql file, as a result I can't select data from databases. Can you release these sql files?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.