java.lang.NullPointerException at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:272) while accessing JAX-WS services

╄→гoц情女王★ 提交于 2019-12-05 14:51:05

This is a bug in GlassFish 4.1 affecting the grizzly-kernel component in the server - the GlassFish Grizzly Embedded Server serving HTTP requests. This requires replacing the nucleus-grizzly-all.jar jar file in GlassFish server (4.1) as suggested here under ${glassfishHome}/glassfish/modules (do not forget to clear osgi-cache under #{glassfishHome}/glassfish/domains/yourDomain before starting/restarting the server).

I visited that link prior to this post but its status was "resolved" according to GlassFish Server 4.1 that made me think something different.

Please note : Someone already posted the same answer a few hours ago but the answer was deleted perhaps by trusted users considering a link-only answer. Despite the fact that it is a link-only answer but in this case, there is no way to get around the issue other than replacing the new jar in the server and even the jar was provided after this question was asked on November 19, 2014. I hope this answer will not be deleted.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!