Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Error Message

...


SEVERE:

...

Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0' defined in ServletContext resource [/WEB-INF/msh-config.xml]: Invocation of init method failed; nested exception is org.quartz.JobPersistenceException:

...

Failed to obtain DB connection from datasource

...

'springTxDataSource.org.springframework.scheduling.quartz.SchedulerFactoryBean#0': com.atomikos.jdbc.AtomikosSQLException:

...

Failed to grow the connection pool [See nested

...

exception: com.atomikos.jdbc.AtomikosSQLException: Failed to grow the connection pool]

        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1578)

...

        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301)

...

SEVERE:

...

One or more listeners failed to start. Full details will be found in the appropriate container log file

May 11, 2016 10:12:43 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom

...

INFO: Shutting down log4j

Highlight

Caused by: java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"

Cause

Cause

The password was not setup properly in the domibus.properties fileThis is because basic authentication to proxy server has been disabled by default from Java 8 version 111 onwards.

Workaround/Fix

Re-enable basic authentication to proxy server setting by adding the environment setting   -Djdk.http.auth.tunneling.disabledSchemes="" on start-up script of each managed server.Setup the password properly in the domibus.properties.

Content by Label
showLabelsfalse
max5
spacesHOME
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("domibus","security","proxydatabase","authenticationpassword") and type = "page" and space = "HOME"
labelsdomibus

...