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

vscode 运行报错 #1306

Open
scofier opened this issue Feb 27, 2020 · 4 comments
Open

vscode 运行报错 #1306

scofier opened this issue Feb 27, 2020 · 4 comments

Comments

@scofier
Copy link

scofier commented Feb 27, 2020

13:32:29.485 [main] INFO  a.a.DbServiceManager - DB service not initialized: No DB plugin found
13:32:29.804 [Thread-4] INFO  a.a.App - App shutting down ....
Exception in thread "main" java.lang.NullPointerException
        at act.util.ClassInfoByteCodeScanner$_ByteCodeVisitor.visit(ClassInfoByteCodeScanner.java:78)
        at act.asm.ClassVisitor.visit(ClassVisitor.java:113)
        at act.util.ClassFinderByteCodeScanner$_ByteCodeVisitor.visit(ClassFinderByteCodeScanner.java:59)
        at act.asm.ClassVisitor.visit(ClassVisitor.java:113)
        at act.controller.bytecode.ControllerByteCodeScanner$_ByteCodeVisitor.visit(ControllerByteCodeScanner.java:129)
        at act.asm.ClassVisitor.visit(ClassVisitor.java:113)
@greenlaw110
Copy link
Contributor

@scofier please report the ActFramework version.

@scofier
Copy link
Author

scofier commented Feb 27, 2020

@scofier please report the ActFramework version.

org.actframework act-starter-parent 1.8.31.0

@greenlaw110
Copy link
Contributor

@scofier what's the java version? And how do you run it in vscode? Do you have any issue if run the app from command line (mvn compile act:run) or other ide (idea/netbeans/eclipse)?

@scofier
Copy link
Author

scofier commented Mar 3, 2020

@scofier what's the java version? And how do you run it in vscode? Do you have any issue if run the app from command line (mvn compile act:run) or other ide (idea/netbeans/eclipse)?

run with Visual Studio Code ,my jdk is 1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants