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:
pastebin.com
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.
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:

#Any changes made in this file required Sms server to restart to get changes - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
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.