> On Oct 24, 2022, at 8:36 AM, Christopher Schultz 
> <ch...@christopherschultz.net> wrote:
> 
> Darious,
> 
> On 10/24/22 04:10, Strib wrote:
>> Due to the security echelon of the network, I can not send the entire
>> stacktrace.
>> However, I can say that it also states the web app archives are not
>> starting. (IllegalStateException: Error starting child).
>> Prominent "caused by" lines state bean creation errors, or instantiating
>> [org.grails.orm.hibernate.HibernateDatastore]: Constructor threw exception;
>> nested exception is
>> org.hibernate.tool.schema.extract.spi.SchemaExtractionException...
> 
> This could be almost anything.
> 
> Tomcat does not package Hibernate, so this is something your application is 
> trying to do. Maybe there is an error extracting a schema or something?
> 
> If you can't share the stack trace with this community, than this community 
> will be unable to help you. You will have to get help from internal corporate 
> resources.
> 
> -chris

Two likely places to look: 1) Connectivity to the database 2)permissions within 
the db server.   Both should write in the server’s log and the latter should 
report in the app’s log.

Reply via email to