You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so far so good. All the RESTful web services work as indended.
asadmin enable myproject:4
At this point MOST of the web services work. However, at least one that is using a Completeable Future using a ManagedThreadFactory and @Suspended AsyncResponse fails without any trace of the problem. The only hint is the following message in the logs:
Checking the management UI, and clicking on the application details, it can be seen, that for app myproject:4 there is no module listed, whatsoever, yet it is shown as active. At this moment the logs say:
[2015-09-14T15:58:42.240+0200] [Payara 4.1] [SEVERE] [] [javax.enterprise.web] [tid: _ThreadID=50 _ThreadName=admin-listener(2)] [timeMil
lis: 1442239122240] [levelValue: 1000] [[
WebModule[]StandardWrapper.Throwable
java.lang.NullPointerException
at org.glassfish.jersey.gf.ejb.internal.EjbComponentProvider.registerEjbInterceptor(EjbComponentProvider.java:166)
at org.glassfish.jersey.gf.ejb.internal.EjbComponentProvider.bind(EjbComponentProvider.java:250)
at org.glassfish.jersey.server.ApplicationHandler.bindWithComponentProvider(ApplicationHandler.java:982)
at org.glassfish.jersey.server.ApplicationHandler.bindProvidersAndResources(ApplicationHandler.java:911)
at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:495)
at org.glassfish.jersey.server.ApplicationHandler.access$500(ApplicationHandler.java:166)
However, the following works (note the lack of the version):
Following #433, i deployed the same WAR twice to an application server, using the following commands:
so far so good. All the RESTful web services work as indended.
At this point MOST of the web services work. However, at least one that is using a
Completeable Future
using aManagedThreadFactory
and@Suspended AsyncResponse
fails without any trace of the problem. The only hint is the following message in the logs:Checking the management UI, and clicking on the application details, it can be seen, that for app myproject:4 there is no module listed, whatsoever, yet it is shown as active. At this moment the logs say:
The following also fails (initial deployment, without any previous version being present on the application server after a fresh start:
The logs shows the following:
However, the following works (note the lack of the version):
All tests done on Payara 4.1.152.1
The text was updated successfully, but these errors were encountered: