• Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Error occurred during deployment: Exception while loading the app : javax.ejb.CreateException: Initialization failed for Singleton ResourceLoader. ...

Brief-Wishbone

New Coder
Error occurred during deployment: Exception while loading the app : javax.ejb.CreateException: Initialization failed for Singleton ResourceLoader. Please see server.log for more details.


I am trying to deploy an .ear application to Glasssfish application server. And I am getting the above mentioned error.

The JDBC Connection Pools database ping is successful.
Here're all the settings:

View: https://imgur.com/a/t7LTru3


View: https://imgur.com/a/Mwu9Ulz


Here're the files that I added for deployment in

/home/banksmart/glassfish4/glassfish/domains/domain1/config

View: https://imgur.com/a/aLILZya


Here's what I get when I "ll" into config directory.

View: https://imgur.com/a/221wrwp


As per the instruction manual, this is my adminconfiguration.properties file:


I've changed hibernate.update = update

And initialize.initial.script=Y in this file.
And,
hibernate.dialect=org.hibernate.dialect.MySQL8Dialect

I've got no idea how do I get the full server.log of the most recent log, so pardon me for not being able to present it.

How do I fix this issue? This issue is causing me break my laptop.

I'm on centos 7 on vmware workstation pro.
 
Top Bottom