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

AAAPlugin cause NPE on hot reload #40

Open
greenlaw110 opened this issue Jul 22, 2019 · 0 comments
Open

AAAPlugin cause NPE on hot reload #40

greenlaw110 opened this issue Jul 22, 2019 · 0 comments
Assignees
Labels

Comments

@greenlaw110
Copy link
Contributor

Found in act-aaa-1.6.0

Error stack:

java.lang.NullPointerException: null
	at act.aaa.AAAPlugin$3.on(AAAPlugin.java:81)
	at act.aaa.AAAPlugin$3.on(AAAPlugin.java:75)
	at act.event.EventBus.callOn(EventBus.java:1440)
	at act.event.EventBus.callOn(EventBus.java:1462)
	at act.event.EventBus.callOn(EventBus.java:1497)
	at act.event.EventBus._emitWithOnceBus(EventBus.java:1413)
	at act.event.EventBus.emit(EventBus.java:975)
	at act.app.ActionContext.resolve(ActionContext.java:1336)
	at act.route.Router$ContextualHandler.handle(Router.java:1766)
	at act.xio.NetworkHandler$3.run(NetworkHandler.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

image

@greenlaw110 greenlaw110 self-assigned this Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant