youngmonkeys / ezyfox

Java library supports for reflection, generic, annotations parsing, bean management and object binding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EzySimpleBeanContext$Builder.mapProperties NullPointerException

tvd12 opened this issue · comments

2021-09-17 22:40:51 DEBUG Reflections:236 - Reflections took 139 ms to scan 39 urls, producing 0 keys and 0 values 
java.lang.NullPointerException
	at java.util.Hashtable.put(Hashtable.java:460)
	at com.tvd12.ezyfox.bean.impl.EzySimpleBeanContext$Builder.mapProperties(EzySimpleBeanContext.java:863)
	at com.tvd12.ezyfox.bean.impl.EzySimpleBeanContext$Builder.build(EzySimpleBeanContext.java:795)
	at com.tvd12.ezyfox.bean.impl.EzySimpleBeanContext$Builder.build(EzySimpleBeanContext.java:1)
	at com.tvd12.ezyhttp.server.core.ApplicationContextBuilder.createBeanContext(ApplicationContextBuilder.java:203)
	at com.tvd12.ezyhttp.server.core.ApplicationContextBuilder.build(ApplicationContextBuilder.java:171)
	at com.tvd12.ezyhttp.server.core.EzyHttpApplication.createApplicationContext(EzyHttpApplication.java:56)
	at com.tvd12.ezyhttp.server.core.EzyHttpApplication.start(EzyHttpApplication.java:45)
	at com.tvd12.ezyhttp.server.core.EzyHttpApplication.start(EzyHttpApplication.java:28)
	at com.tvd12.ezyhttp.server.core.test.EzyHttpApplicationTest.test(EzyHttpApplicationTest.java:12)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
	at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
	at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
PASSED: test