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
I am using atmosphere-cdi 2.4.5 to @Inject a BroadcasterFactory but I get this error (I had to change the logging to get more details):
2017-09-27 13:20:38,795 ERROR [org.atmosphere.cdi.CDIObjectFactory] (ServerService Thread Pool -- 99) Unable to construct MyClass. Creating the object directly. - Cause: java.lang.NullPointerException at org.atmosphere.inject.AtmosphereProducers.getBroadcasterFactory(AtmosphereProducers.java:43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ... 65 skipped due to configuration
Is this a known issue?
The text was updated successfully, but these errors were encountered:
I am using atmosphere-cdi 2.4.5 to
@Inject
aBroadcasterFactory
but I get this error (I had to change the logging to get more details):2017-09-27 13:20:38,795 ERROR [org.atmosphere.cdi.CDIObjectFactory] (ServerService Thread Pool -- 99) Unable to construct MyClass. Creating the object directly. - Cause: java.lang.NullPointerException at org.atmosphere.inject.AtmosphereProducers.getBroadcasterFactory(AtmosphereProducers.java:43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ... 65 skipped due to configuration
Is this a known issue?
The text was updated successfully, but these errors were encountered: