Riccardo,
I've just replicated your env and got the same message as you in catalina.out

This should be harmless and has already been fixed in SVN (soon available in 1.0.3-SNAPSHOT and 1.1.0-SNAPSHOT).

Anyway, a simple workaround for make this message disappearing is to change

   <root>
    <priority value="INFO"/>
     <appender-ref ref="main"/>
   </root>

with

   <root>
    <level value="INFO"/>
     <appender-ref ref="main"/>
   </root>

in console/src/main/resources/logback.xml

Regards.

On 09/10/2012 11:17, Francesco Chicchiriccò wrote:
On 09/10/2012 12:49, Riccardo Costa wrote:
I have used [1] to clean up my db.
[...]

That's fine.

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]]

A couple more questions:

1. are you deploying core + console on the same Tomcat?
2. did you follow [2], especially related to orm.xml?

Regards.

-----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

[2] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments#RunSyncopeinrealenvironments-Oracle



--
Francesco Chicchiriccò

ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member
http://people.apache.org/~ilgrosso/

Reply via email to