Hibernate configuration loaded issue in dhis2.13

Hello Devs,

From today morning, i am facing an issue not across but around hibernate configuration load before run-time start-up routine

execution, when i am trying to build [dhis-web-maintainence-users] and running using jetty plugin.

  • INFO 2014-05-07 14:10:09,391 Hibernate configuration loaded, using dialect: org.hibernate.dialect.MySQLDialect (DefaultHibernateConfigurationProvider.java [main])

After this steep, start-up routine seems like getting paused for little extra time than usual.

I am using dhis2.13 for this build process and hibernate dialect info is given below

hibernate.dialect = org.hibernate.dialect.MySQLDialect
#hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect
#hibernate.dialect = org.hibernate.dialect.MySQLMyISAMDialect

Can i know how can i make it work properly ! Advice provided is appreciated on this issue.

Regards

Brajesh Murari

P please consider the environment before printing this email

Hi Brajesh,

can you try to start one more time? It could be some startup routines related to datavalue table which takes time and is run only once.

Lars

···

On Wed, May 7, 2014 at 10:49 AM, Brajesh Murari brajeshmurari@yahoo.in wrote:

Hello Devs,

From today morning, i am facing an issue not across but around hibernate configuration load before run-time start-up routine

execution, when i am trying to build [dhis-web-maintainence-users] and running using jetty plugin.

  • INFO 2014-05-07 14:10:09,391 Hibernate configuration loaded, using dialect: org.hibernate.dialect.MySQLDialect (DefaultHibernateConfigurationProvider.java [main])

After this steep, start-up routine seems like getting paused for little extra time than usual.

I am using dhis2.13 for this build process and hibernate dialect info is given below

hibernate.dialect = org.hibernate.dialect.MySQLDialect
#hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect
#hibernate.dialect = org.hibernate.dialect.MySQLMyISAMDialect

Can i know how can i make it work properly ! Advice provided is appreciated on this issue.

Regards

Brajesh Murari

P please consider the environment before printing this email


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Yes. but this issue comes before start-up routine execution. I have just restarted the system and than started one more time the build process but still posed and hanged round and round around

  • INFO 2014-05-07 14:43:12,360 Hibernate configuration loaded, using dialect: org.hibernate.dialect.MySQLDialect (DefaultHibernateConfigurationProvider.java [main])

My jetty plugin seems does’t allow me to let me go in further steeps to see start-up routine execution.

This is very serious issue crossing me in normal star-up routine execution.

Regards

Brajesh Murari

P please consider the environment before printing this email

Hi Brajesh,

can you try to start one more time? It could be some startup routines related to datavalue table which takes time and is run only once.

Lars

···

On Wednesday, 7 May 2014 2:39 PM, Lars Helge Øverland larshelge@gmail.com wrote:

On Wed, May 7, 2014 at 10:49 AM, Brajesh Murari brajeshmurari@yahoo.in wrote:

Hello Devs,

From today morning, i am facing an issue not across but around hibernate configuration load before run-time start-up routine

execution, when i am trying to build
[dhis-web-maintainence-users] and running using jetty plugin.

  • INFO 2014-05-07 14:10:09,391 Hibernate configuration loaded, using dialect: org.hibernate.dialect.MySQLDialect (DefaultHibernateConfigurationProvider.java [main])

After this steep, start-up routine seems like getting paused for little extra time than usual.

I am using dhis2.13 for this build process and hibernate dialect info is given below

hibernate.dialect =
org.hibernate.dialect.MySQLDialect
#hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect
#hibernate.dialect = org.hibernate.dialect.MySQLMyISAMDialect

Can i know how can i make it work properly ! Advice provided is appreciated on this issue.

Regards

Brajesh Murari

P please consider the environment before printing this email


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

OK the problem is likely wrong connection url, username or password which prohibits dhis to connect properly to db.

···

On Wed, May 7, 2014 at 11:23 AM, Brajesh Murari brajeshmurari@yahoo.in wrote:

Yes. but this issue comes before start-up routine execution. I have just restarted the system and than started one more time the build process but still posed and hanged round and round around

  • INFO 2014-05-07 14:43:12,360 Hibernate configuration loaded, using dialect: org.hibernate.dialect.MySQLDialect (DefaultHibernateConfigurationProvider.java [main])

My jetty plugin seems does’t allow me to let me go in further steeps to see start-up routine execution.

This is very serious issue crossing me in normal star-up routine execution.

Regards

Brajesh Murari

P please consider the environment before printing this email

On Wednesday, 7 May 2014 2:39 PM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi Brajesh,

can you try to start one more time? It could be some startup routines related to datavalue table which takes time and is run only once.

Lars

On Wed, May 7, 2014 at 10:49 AM, Brajesh Murari brajeshmurari@yahoo.in wrote:

Hello Devs,

From today morning, i am facing an issue not across but around hibernate configuration load before run-time start-up routine

execution, when i am trying to build [dhis-web-maintainence-users] and running using jetty plugin.

  • INFO 2014-05-07 14:10:09,391 Hibernate configuration loaded, using dialect: org.hibernate.dialect.MySQLDialect (DefaultHibernateConfigurationProvider.java [main])

After this steep, start-up routine seems like getting paused for little extra time than usual.

I am using dhis2.13 for this build process and hibernate dialect info is given below

hibernate.dialect = org.hibernate.dialect.MySQLDialect
#hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect
#hibernate.dialect = org.hibernate.dialect.MySQLMyISAMDialect

Can i know how can i make it work properly ! Advice provided is appreciated on this issue.

Regards

Brajesh Murari

P please consider the environment before printing this email


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Lars, url, username & password all are correct. It seems issue is some thing else and very comprehensive.

Regards

Brajesh Murari

P please consider the environment before printing this email

OK the problem is likely wrong connection url, username or password which prohibits dhis to connect properly to db.

···

On Wednesday, 7 May 2014 2:58 PM, Lars Helge Øverland larshelge@gmail.com wrote:

On Wed, May 7, 2014 at 11:23 AM, Brajesh Murari brajeshmurari@yahoo.in wrote:

Yes. but this issue comes before start-up routine execution. I have just restarted the system and than started one more time the build process but still posed and hanged round and round around

  • INFO 2014-05-07 14:43:12,360 Hibernate configuration loaded, using dialect: org.hibernate.dialect.MySQLDialect (DefaultHibernateConfigurationProvider.java [main])

My jetty plugin seems does’t allow me to let me go in further steeps to see start-up routine execution.

This is very serious issue crossing me in
normal star-up routine execution.

Regards

Brajesh Murari

P please consider the environment before printing this email

On Wednesday, 7 May 2014 2:39 PM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi Brajesh,

can you try to start one more time? It could be some startup routines related to datavalue table which takes time and is run only once.

Lars

On Wed, May 7, 2014 at 10:49 AM, Brajesh Murari brajeshmurari@yahoo.in wrote:

Hello Devs,

From today morning, i am facing an issue not across but around hibernate configuration load before run-time start-up routine

execution, when i am trying to build
[dhis-web-maintainence-users] and running using jetty plugin.

  • INFO 2014-05-07 14:10:09,391 Hibernate configuration loaded, using dialect: org.hibernate.dialect.MySQLDialect (DefaultHibernateConfigurationProvider.java [main])

After this steep, start-up routine seems like getting paused for little extra time than usual.

I am using dhis2.13 for this build process and hibernate dialect info is given below

hibernate.dialect =
org.hibernate.dialect.MySQLDialect
#hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect
#hibernate.dialect = org.hibernate.dialect.MySQLMyISAMDialect

Can i know how can i make it work properly ! Advice provided is appreciated on this issue.

Regards

Brajesh Murari

P please consider the environment before printing this email


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp