Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * ERROR 2013-01-15 23:15:08,850 Can't create table 'zimbabwerbf.#sql-410_51b' (errno: 150) (SchemaUpdate.java [pool-2-thread-1])
- * ERROR 2013-01-15 23:15:08,959 HHH000388: Unsuccessful: alter table program_patientIdentifierTypes add index fk_program_patientIdentifierTypes_patientidentifiertypeid (patientidentifiertypeid), add constraint fk_program_patientIdentifierTypes_patientidentifiertypeid foreign key (patientidentifiertypeid) references patientidentifiertype (patientidentifiertypeid) (SchemaUpdate.java [pool-2-thread-1])
- * ERROR 2013-01-15 23:15:08,960 Can't create table 'zimbabwerbf.#sql-410_51b' (errno: 150) (SchemaUpdate.java [pool-2-thread-1])
- * ERROR 2013-01-15 23:15:09,074 HHH000388: Unsuccessful: alter table programstageinstance_outboundsms add index FKD7263DB9BACED27D (programstageinstanceid), add constraint FKD7263DB9BACED27D foreign key (programstageinstanceid) references programstageinstance (programstageinstanceid) (SchemaUpdate.java [pool-2-thread-1])
- * ERROR 2013-01-15 23:15:09,075 Can't create table 'zimbabwerbf.#sql-410_51b' (errno: 150) (SchemaUpdate.java [pool-2-thread-1])
- * ERROR 2013-01-15 23:15:09,173 HHH000388: Unsuccessful: alter table programstageinstance_outboundsms add index FKD7263DB9E486B09E (outboundsmsid), add constraint FKD7263DB9E486B09E foreign key (outboundsmsid) references outbound_sms (id) (SchemaUpdate.java [pool-2-thread-1])
- * ERROR 2013-01-15 23:15:09,174 Can't create table 'zimbabwerbf.#sql-410_51b' (errno: 150) (SchemaUpdate.java [pool-2-thread-1])
- * ERROR 2013-01-15 23:15:09,283 HHH000388: Unsuccessful: alter table programstagesection add index FKFA727AAB8704EE73 (programStageid), add constraint FKFA727AAB8704EE73 foreign key (programStageid) references programstage (programstageid) (SchemaUpdate.java [pool-2-thread-1])
- * ERROR 2013-01-15 23:15:09,284 Can't create table 'zimbabwerbf.#sql-410_51b' (errno: 150) (SchemaUpdate.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:15,321 Found the following message senders: [org.hisp.dhis.message.EmailMessageSender@133ef4c] (DefaultMessageService.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:21,707 Scheduled task with key: dataMartLast6MonthsTask and cron: 0 0 0 ? * 2-7 (SpringScheduler.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:21,708 Scheduled task with key: dataMartFrom6To12MonthsTask and cron: 0 0 0 ? * 1 (SpringScheduler.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:24,195 Camel context started (DHIS2LifecycleStrategy.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:24,805 Executing startup routine [1 of 9, runlevel 1]: TableAlteror (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:27,717 Tables updated (TableAlteror.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:27,719 Executing startup routine [2 of 9, runlevel 1]: MapViewUpgrader (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:27,835 Executing startup routine [3 of 9, runlevel 2]: IdentityPopulator (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:27,880 Problem updating organisationunit: (IdentityPopulator.java [pool-2-thread-1])
- com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ',`zimbabwerbf`.`organisationunit`.`comment`=null,`zimbabwerbf`.`organisationuni' at line 1
- at sun.reflect.GeneratedConstructorAccessor63.newInstance(Unknown Source)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
- at com.mysql.jdbc.Util.getInstance(Util.java:386)
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4096)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4028)
- at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2490)
- at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2651)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2683)
- at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2144)
- at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2444)
- at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2362)
- at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2347)
- at com.mysql.jdbc.UpdatableResultSet.updateRow(UpdatableResultSet.java:2411)
- at org.hisp.dhis.common.IdentityPopulator.execute(IdentityPopulator.java:98)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:601)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
- at $Proxy31.execute(Unknown Source)
- at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:101)
- at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:77)
- at org.hisp.dhis.system.startup.StartupListener.contextInitialized(StartupListener.java:66)
- at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4779)
- at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5273)
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
- at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:895)
- at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:871)
- at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
- at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:958)
- at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1599)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
- at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
- at java.util.concurrent.FutureTask.run(FutureTask.java:166)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
- at java.lang.Thread.run(Thread.java:722)
- * INFO 2013-01-15 23:15:27,889 Problem updating dataelement: (IdentityPopulator.java [pool-2-thread-1])
- com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ',`zimbabwerbf`.`dataelement`.`valuetype`='int',`zimbabwerbf`.`dataelement`.`num' at line 1
- at sun.reflect.GeneratedConstructorAccessor63.newInstance(Unknown Source)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
- at com.mysql.jdbc.Util.getInstance(Util.java:386)
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4096)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4028)
- at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2490)
- at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2651)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2683)
- at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2144)
- at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2444)
- at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2362)
- at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2347)
- at com.mysql.jdbc.UpdatableResultSet.updateRow(UpdatableResultSet.java:2411)
- at org.hisp.dhis.common.IdentityPopulator.execute(IdentityPopulator.java:98)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:601)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
- at $Proxy31.execute(Unknown Source)
- at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:101)
- at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:77)
- at org.hisp.dhis.system.startup.StartupListener.contextInitialized(StartupListener.java:66)
- at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4779)
- at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5273)
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
- at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:895)
- at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:871)
- at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
- at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:958)
- at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1599)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
- at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
- at java.util.concurrent.FutureTask.run(FutureTask.java:166)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
- at java.lang.Thread.run(Thread.java:722)
- * INFO 2013-01-15 23:15:27,912 Executing startup routine [4 of 9, runlevel 2]: PeriodTypePopulator (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:27,916 Executing startup routine [5 of 9, runlevel 3]: TableCreator (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:27,975 Executing startup routine [6 of 9, runlevel 3]: DataElementDefaultDimensionPopulator (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:28,009 Linked default category with default concept (DataElementDefaultDimensionPopulator.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:28,594 Executing startup routine [7 of 9, runlevel 4]: PatientTableAlteror (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:29,136 Executing startup routine [8 of 9, runlevel 5]: OrganisationUnitGroupSetPopulator (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:29,152 Executing startup routine [9 of 9, runlevel 5]: DataEntryFormUpgrader (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:29,174 Upgraded custom case entry form identifiers: 15 (DataEntryFormUpgrader.java [pool-2-thread-1])
- * INFO 2013-01-15 23:15:29,176 All startup routines done (DefaultStartupRoutineExecutor.java [pool-2-thread-1])
- Jan 15, 2013 11:15:31 PM org.apache.catalina.util.SessionIdGenerator createSecureRandom
- INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [1,866] milliseconds.
- Jan 15, 2013 11:15:35 PM org.apache.catalina.startup.HostConfig deployDirectory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement