I have used [1] to clean up my db. At the first execution return some errors: ------------------------------------------------------------------------ ... 2012-10-09 12:18:54,883 ERROR main net.tirasa.ilgrosso.resetdb.Main - Could not perform: DROP INDEX U_CNNNTNC_DISPLAYNAME; 2012-10-09 12:18:54,887 ERROR main net.tirasa.ilgrosso.resetdb.Main - Could not perform: DROP INDEX U_MTTRQVL_BOOLEANVALUE; 2012-10-09 12:18:54,896 ERROR main net.tirasa.ilgrosso.resetdb.Main - Could not perform: DROP INDEX U_MMBRSHP_SYNCOPEUSER_ID; 2012-10-09 12:18:54,900 ERROR main net.tirasa.ilgrosso.resetdb.Main - Could not perform: DROP INDEX U_RTTRQVL_BOOLEANVALUE; 2012-10-09 12:18:54,911 ERROR main net.tirasa.ilgrosso.resetdb.Main - Could not perform: DROP INDEX U_REPORT_NAME; 2012-10-09 12:18:54,919 ERROR main net.tirasa.ilgrosso.resetdb.Main - Could not perform: DROP INDEX U_SYNCPRL_NAME; 2012-10-09 12:18:54,928 ERROR main net.tirasa.ilgrosso.resetdb.Main - Could not perform: DROP INDEX U_SYNCPSR_USERNAME; 2012-10-09 12:18:54,931 ERROR main net.tirasa.ilgrosso.resetdb.Main - Could not perform: DROP INDEX U_TTRNQVL_BOOLEANVALUE; 2012-10-09 12:18:58,052 INFO main net.tirasa.ilgrosso.resetdb.Main - Reset successfully done. [INFO] ------------------------------------------------------------------------
I have retried execution and execution ended without any errors: ------------------------------------------------------------------------ ... 2012-10-09 12:19:56,300 INFO main net.tirasa.ilgrosso.resetdb.Main - Reset successfully done. [INFO] ------------------------------------------------------------------------ I have restarted tomcat (apache-tomcat-7.0.26) but the same error happened: catalina.out:422:12:23:46,588 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@77:29 - no applicable action for [priority], current pattern is [[configuration][root][priority]] Riccardo -----Messaggio originale----- Da: Francesco Chicchiriccò [mailto:[email protected]] Inviato: martedì 9 ottobre 2012 11:50 A: [email protected] Oggetto: Re: R: Error on startup of Syncope 1.0.2-incubating version On 09/10/2012 11:42, Riccardo Costa wrote: > Look at my answers below ... > Regards > > -----Messaggio originale----- > Da: Francesco Chicchiriccò [mailto:[email protected]] > Inviato: martedì 9 ottobre 2012 11:17 > A: [email protected] > Oggetto: Re: Error on startup of Syncope 1.0.2-incubating version > > > On 09/10/2012 11:03, Riccardo Costa wrote: >> Hi, >> >> I'm just install Syncope 1.0.2-incubating version. >> I have done installation from scratch (on tomcat with Oracle Database 10g >> Release). >> On startup I have this error: >> >> -ERROR in ch.qos.logback.core.joran.spi.Interpreter@77:29 - no applicable >> action for [priority], current pattern is [[configuration][root][priority]] >> >> Any ideas about this? > Hi Riccardo, > some questions for you: > 1. how did you generate your project (from archetype)? > > I have use maven archetype > > mvn archetype:generate \ > -DarchetypeGroupId=org.apache.syncope \ > -DarchetypeArtifactId=syncope-archetype \ > -DarchetypeRepository=http://repo1.maven.org/maven2 \ > -DarchetypeVersion=1.0.2-incubating That's just fine. > 2. was your Oracle DB clean? > > Yes, I have cleaned all objects with "drop-schema.sql" attached ML strips attachments: for safety, would you mind to use [1] to clean up your database? > 3. which JEE container are you running? > > java version "1.6.0_31" > Java(TM) SE Runtime Environment (build 1.6.0_31-b04) > Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01, mixed mode) I mean here "what servlet container": Tomcat? Glassfish? ... [1] https://github.com/ilgrosso/resetdb -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/
