Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save scottmarlow/3a13c406cedd107ced53c7b4ad2db4d8 to your computer and use it in GitHub Desktop.

Select an option

Save scottmarlow/3a13c406cedd107ced53c7b4ad2db4d8 to your computer and use it in GitHub Desktop.
Exception thrown java.lang.NullPointerException: Cannot invoke "java.lang.Short.shortValue()" because "version" is null
shortClassFieldTest:196, Client2 (ee.jakarta.tck.persistence.core.annotations.version)
invoke0:-1, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:77, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:43, DelegatingMethodAccessorImpl (jdk.internal.reflect)
invoke:569, Method (java.lang.reflect)
run:541, EETest (com.sun.ts.lib.harness)
run:129, ServiceEETest (com.sun.ts.lib.harness)
runTest:96, EJB3ShareBaseBean (com.sun.ts.tests.common.vehicle.ejb3share)
runTest:73, Stateful3VehicleBean (com.sun.ts.tests.common.vehicle.stateful3)
invoke0:-1, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:77, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:43, DelegatingMethodAccessorImpl (jdk.internal.reflect)
invoke:569, Method (java.lang.reflect)
lambda$invokeBeanMethod$2:498, AuthorizationService (org.glassfish.exousia)
get:-1, AuthorizationService$$Lambda$922/0x00007f1078c59200 (org.glassfish.exousia)
runInScope:582, AuthorizationService (org.glassfish.exousia)
invokeBeanMethod:498, AuthorizationService (org.glassfish.exousia)
invoke:264, EJBSecurityManager (org.glassfish.ejb.security.application)
invokeBeanMethod:4140, BaseContainer (com.sun.ejb.containers)
invokeBeanMethod:604, EjbInvocation (com.sun.ejb)
invokeNext:708, AroundInvokeChainImpl (com.sun.ejb.containers.interceptors)
proceed:553, EjbInvocation (com.sun.ejb)
aroundInvoke:78, AbstractEJBRequestScopeActivationInterceptor (org.jboss.weld.module.ejb)
aroundInvoke:52, SessionBeanInterceptor (org.jboss.weld.module.ejb)
invoke0:-1, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:77, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:43, DelegatingMethodAccessorImpl (jdk.internal.reflect)
invoke:569, Method (java.lang.reflect)
intercept:743, AroundInvokeInterceptor (com.sun.ejb.containers.interceptors)
invokeNext:708, AroundInvokeChainImpl (com.sun.ejb.containers.interceptors)
intercept:309, InterceptorManager (com.sun.ejb.containers.interceptors)
__intercept:4115, BaseContainer (com.sun.ejb.containers)
intercept:4105, BaseContainer (com.sun.ejb.containers)
invoke:169, EJBLocalObjectInvocationHandler (com.sun.ejb.containers)
invoke:61, EJBLocalObjectInvocationHandlerDelegate (com.sun.ejb.containers)
runTest:-1, $Proxy309 (jdk.proxy60)
invoke0:-1, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:77, NativeMethodAccessorImpl (jdk.internal.reflect)
invoke:43, DelegatingMethodAccessorImpl (jdk.internal.reflect)
invoke:569, Method (java.lang.reflect)
invokeAndUnwrap:413, Reflections (org.jboss.weld.util.reflection)
invoke:133, EnterpriseBeanProxyMethodHandler (org.jboss.weld.module.ejb)
invoke:54, EnterpriseTargetBeanInstance (org.jboss.weld.bean.proxy)
invoke:109, ProxyMethodHandler (org.jboss.weld.bean.proxy)
runTest:-1, EJB3ShareIF$Stateful3VehicleIF$649219014$Proxy$_$$_Weld$EnterpriseProxy$ (com.sun.ts.tests.common.vehicle.ejb3share)
runTest:34, Stateful3ServletVehicle (com.sun.ts.tests.common.vehicle.stateful3)
doGet:93, ServletVehicle (com.sun.ts.tests.common.vehicle.servlet)
doPost:111, ServletVehicle (com.sun.ts.tests.common.vehicle.servlet)
service:653, HttpServlet (jakarta.servlet.http)
service:723, HttpServlet (jakarta.servlet.http)
service:1316, StandardWrapper (org.apache.catalina.core)
invoke:200, StandardWrapperValve (org.apache.catalina.core)
invoke:123, StandardContextValve (org.apache.catalina.core)
doInvoke:563, StandardPipeline (org.apache.catalina.core)
invoke:504, StandardPipeline (org.apache.catalina.core)
invoke:71, WebPipeline (com.sun.enterprise.web)
invoke:121, StandardHostValve (org.apache.catalina.core)
doService:294, CoyoteAdapter (org.apache.catalina.connector)
service:187, CoyoteAdapter (org.apache.catalina.connector)
call:429, ContainerMapper$HttpHandlerCallable (com.sun.enterprise.v3.services.impl)
service:143, ContainerMapper (com.sun.enterprise.v3.services.impl)
runService:174, HttpHandler (org.glassfish.grizzly.http.server)
doHandle:153, HttpHandler (org.glassfish.grizzly.http.server)
handleRead:196, HttpServerFilter (org.glassfish.grizzly.http.server)
execute:88, ExecutorResolver$9 (org.glassfish.grizzly.filterchain)
executeFilter:246, DefaultFilterChain (org.glassfish.grizzly.filterchain)
executeChainPart:178, DefaultFilterChain (org.glassfish.grizzly.filterchain)
execute:118, DefaultFilterChain (org.glassfish.grizzly.filterchain)
process:96, DefaultFilterChain (org.glassfish.grizzly.filterchain)
execute:51, ProcessorExecutor (org.glassfish.grizzly)
fireIOEvent:510, TCPNIOTransport (org.glassfish.grizzly.nio.transport)
fireIOEvent:82, AbstractIOStrategy (org.glassfish.grizzly.strategies)
run0:83, WorkerThreadIOStrategy (org.glassfish.grizzly.strategies)
run:101, WorkerThreadIOStrategy$WorkerThreadRunnable (org.glassfish.grizzly.strategies)
doWork:535, AbstractThreadPool$Worker (org.glassfish.grizzly.threadpool)
run:515, AbstractThreadPool$Worker (org.glassfish.grizzly.threadpool)
run:840, Thread (java.lang)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment