Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • 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.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • 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:

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
View: https://imgur.com/a/t7LTru3


To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
View: https://imgur.com/a/Mwu9Ulz


Here're the files that I added for deployment in

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

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
View: https://imgur.com/a/aLILZya


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

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
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.
 

Buy us a coffee!

Back
Top Bottom