We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are getting this error suddenly on our environment. Its running on java 11 and wildfly 21.
�[0m�[31m11:07:56,245 ERROR [stderr] (EJB default - 3) at deployment.Testear//com.socketLabs.injectionApi.SocketLabsClient.(SocketLabsClient.java:47)
Our code
final SocketLabsClient client = new SocketLabsClient(somenumbers, "apikey")
<dependency> <groupId>com.socketlabs</groupId> <artifactId>injectionApi</artifactId> <version>1.2.1</version> </dependency>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are getting this error suddenly on our environment. Its running on java 11 and wildfly 21.
[0m�[31m11:07:56,245 ERROR [stderr] (EJB default - 3) java.lang.NullPointerException
�[0m�[31m11:07:56,245 ERROR [stderr] (EJB default - 3) at deployment.Testear//com.socketLabs.injectionApi.SocketLabsClient.(SocketLabsClient.java:47)
Our code
The text was updated successfully, but these errors were encountered: