Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML 형태의 결과 파일 생성: -x 옵션 #6

Closed
Min-Ho-Kim opened this issue Aug 13, 2016 · 0 comments
Closed

XML 형태의 결과 파일 생성: -x 옵션 #6

Min-Ho-Kim opened this issue Aug 13, 2016 · 0 comments
Assignees

Comments

@Min-Ho-Kim
Copy link
Owner

Create XML result file - dexter-result.xml. eg) -x

D:\dev\dexter\20160811_dexter\cli\dexter-cli_0.10.3_64\bin>dexter2.bat -u yes.ho -p yes.ho -x

D:\dev\dexter\20160811_dexter\cli\dexter-cli_0.10.3_64\bin>java -Xms256m -Xmx786m -XX:MaxPermSize=256m -jar dexter-executor.jar -u yes.ho -p yes.ho -x
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

===== Starting Dexter Analysis =====

  • Loaded cppcheck 0.10.3
  • Loaded findbugs 0.10.3
  • Loaded dexter-opensource 0.10.3
  • Loaded dexter-vd-cpp 0.10.3

== Defects Report ==
analyze synchronously...
Exception in thread "main" java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.io.Files$FileByteSink.(Files.java:195)
at com.google.common.io.Files$FileByteSink.(Files.java:189)
at com.google.common.io.Files.asByteSink(Files.java:186)
at com.google.common.io.Files.asCharSink(Files.java:232)
at com.google.common.io.Files.write(Files.java:508)
at com.google.common.io.Files.append(Files.java:492)
at com.samsung.sec.dexter.executor.cli.CLIResultFile.writeXmlResultFilePrefix(CLIResultFile.java:47)
at com.samsung.sec.dexter.executor.cli.CLIAnalysisResultHandler.handleBeginnigOfResultFile(CLIAnalysisResultHandler.java:105)
at com.samsung.sec.dexter.executor.cli.CLIAnalysisResultHandler.handleAnalysisResult(CLIAnalysisResultHandler.java:64)
at com.samsung.sec.dexter.executor.DexterAnalyzerThread.run(DexterAnalyzerThread.java:102)
at com.samsung.sec.dexter.executor.DexterAnalyzer.runSync(DexterAnalyzer.java:79)
at com.samsung.sec.dexter.executor.cli.Main.analyzeSynchronously(Main.java:204)
at com.samsung.sec.dexter.executor.cli.Main.analyze(Main.java:129)
at com.samsung.sec.dexter.executor.cli.Main.main(Main.java:74

@Min-Ho-Kim Min-Ho-Kim self-assigned this Sep 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant