wh1t3p1g / tabby

A CAT called tabby ( Code Analysis Tool )
https://www.yuque.com/wh1t3p1g/tp0c1t/lf12lg69ngh47akx
Apache License 2.0
1.3k stars 153 forks source link

运行出错 #66

Closed Und3r1ine closed 9 months ago

Und3r1ine commented 1 year ago

错误内容

Exception in thread "main" java.lang.reflect.InvocationTargetException
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
        at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:65)
Caused by: java.lang.IllegalArgumentException: target not exists!
        at tabby.config.GlobalConfiguration.initConfig(GlobalConfiguration.java:144)
        at tabby.App.main(App.java:27)
        ... 8 more
wh1t3p1g commented 1 year ago

配置文件里的待分析目录不存在

Und3r1ine commented 1 year ago

修改配置文件中的这一项是吗 tabby.build.target = cases/commons-collections-3.1.jar

wh1t3p1g commented 1 year ago

是的,其他配置参考配置

Und3r1ine commented 1 year ago

ok,thanks