Issue
I am trying to create a web application when I create session beans form it shows me the error:
GlassFish Server 4.1, deploy, null, false C:\Users\User\Documents\NetBeansProjects\realestateTest\nbproject\build-impl.xml:1045: The module has not been deployed. See the server log for details.
Netbeans version I am using is Netbeans 8.2, glassfish version 4.1, java ee version: Java EE 7 Web
Can somebody help me, please?
Solution
I solved this error, I hope this solution will help the other programmers too: I changed the SQL connector version from 8.0.2 to 5.1.49.
Also, I download another version of MySQL workbench => 6.3 CE.
I also uninstall my NetBeans version 8.2 and download 8.1
This combination solved my problem.
Answered By - Ester
Answer Checked By - Robin (JavaFixing Admin)