I am getting the error (…) javax.naming.NameNotFoundException: greetJndi not bound This means that nothing is bound to the jndi name greetJndi, very likely because of a deployment problem given the incredibly...
  • April 6, 2022
  • 0 Comments
Address already in use: JVM_Bind means that some other application is already listening on the port your current application is trying to bind. what you need to do is,...
  • April 3, 2022
  • 0 Comments