This error log, I found in console.log NOT in core.log..
17:31:35.868 ERROR org.apache.syncope.console.SyncopeRequestCycleListener -
Exception found
org.apache.wicket.WicketRuntimeException: Method onRequest of interface
org.apache.wicket.behavior.IBehaviorListener targeted at
org.apache.wicket.ajax.markup.html.form.AjaxButton$1@27cf1905 on component
[AjaxButton [Component id = submit]] threw an exception
at
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:268)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:241)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:250)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:236)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:890)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
~[wicket-request-6.19.0.jar:6.19.0]
at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:218)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:289)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
~[catalina.jar:7.0.54]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
~[catalina.jar:7.0.54]
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
~[catalina.jar:7.0.54]
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
~[catalina.jar:7.0.54]
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
~[catalina.jar:7.0.54]
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
~[catalina.jar:7.0.54]
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
~[catalina.jar:7.0.54]
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
~[catalina.jar:7.0.54]
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
~[catalina.jar:7.0.54]
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
~[catalina.jar:7.0.54]
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
~[tomcat-coyote.jar:7.0.54]
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
~[tomcat-coyote.jar:7.0.54]
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
~[tomcat-coyote.jar:7.0.54]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[?:1.7.0_09-icedtea]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[?:1.7.0_09-icedtea]
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
~[tomcat-coyote.jar:7.0.54]
at java.lang.Thread.run(Thread.java:722) [?:1.7.0_09-icedtea]
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.7.0_09-icedtea]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
~[?:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
~[?:1.7.0_09-icedtea]
at
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258)
~[wicket-core-6.19.0.jar:6.19.0]
... 28 more
Caused by: javax.xml.ws.WebServiceException: Remote exception with status
code: NOT_FOUND
at
org.apache.syncope.client.rest.RestClientExceptionMapper.fromResponse(RestClientExceptionMapper.java:71)
~[syncope-client-1.2.4.jar:?]
at
org.apache.syncope.client.rest.RestClientExceptionMapper.fromResponse(RestClientExceptionMapper.java:39)
~[syncope-client-1.2.4.jar:?]
at
org.apache.cxf.jaxrs.client.ClientProxyImpl.checkResponse(ClientProxyImpl.java:302)
~[cxf-rt-rs-client-3.0.4.jar:3.0.4]
at
org.apache.cxf.jaxrs.client.ClientProxyImpl.handleResponse(ClientProxyImpl.java:725)
~[cxf-rt-rs-client-3.0.4.jar:3.0.4]
at
org.apache.cxf.jaxrs.client.ClientProxyImpl.doChainedInvocation(ClientProxyImpl.java:683)
~[cxf-rt-rs-client-3.0.4.jar:3.0.4]
at
org.apache.cxf.jaxrs.client.ClientProxyImpl.invoke(ClientProxyImpl.java:224)
~[cxf-rt-rs-client-3.0.4.jar:3.0.4]
at $Proxy56.getOwnEntitlements(Unknown Source) ~[?:?]
at org.apache.syncope.console.pages.Login.authenticate(Login.java:306)
~[Login.class:?]
at org.apache.syncope.console.pages.Login.access$300(Login.java:64)
~[Login.class:?]
at org.apache.syncope.console.pages.Login$1.onSubmit(Login.java:130)
~[Login$1.class:?]
at
org.apache.wicket.ajax.markup.html.form.AjaxButton$1.onSubmit(AjaxButton.java:108)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior$AjaxFormSubmitter.onSubmit(AjaxFormSubmitBehavior.java:215)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:774)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:171)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:146)
~[wicket-core-6.19.0.jar:6.19.0]
at
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:633)
~[wicket-core-6.19.0.jar:6.19.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.7.0_09-icedtea]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
~[?:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
~[?:1.7.0_09-icedtea]
at
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258)
~[wicket-core-6.19.0.jar:6.19.0]
... 28 more
Thanks & Regards,
Prabhu Rajendran
On Wed, May 27, 2015 at 4:36 PM, Prabhu Rajendran <
[email protected]> wrote:
> Its in my tomcat - catalina.out
>
> Thanks & Regards,
> Prabhu Rajendran
>
> On Wed, May 27, 2015 at 4:30 PM, andrea patricelli <
> [email protected]> wrote:
>
>> Il 27/05/2015 12:46, Prabhu Rajendran ha scritto:
>>
>> Yes, the same
>>
>>
>> Have you checked where is logged the exception you see in your tweet [2]?
>> It must be logged somewhere. It can give us a clue of what is happening.
>>
>> [2] https://twitter.com/prabhur_3/status/603485259611676673
>>
>> Thanks & Regards,
>> Prabhu Rajendran
>>
>> On Wed, May 27, 2015 at 4:09 PM, andrea patricelli <
>> [email protected]> wrote:
>>
>>> Il 27/05/2015 12:27, Prabhu Rajendran ha scritto:
>>>
>>> Hi Andrea/Francesco,
>>>
>>>
>>> There is NO log output on those core*.log files.
>>>
>>> Thanks & Regards,
>>> Prabhu Rajendran
>>>
>>>
>>> Ok,
>>> for the installation through installer did you follow the guide provided
>>> in the wiki in [1] ?
>>>
>>> [1]
>>> https://cwiki.apache.org/confluence/display/SYNCOPE/Install+Syncope+from+installer#InstallSyncopefrominstaller-Introduction
>>>
>>>
>>> On Wed, May 27, 2015 at 3:55 PM, andrea patricelli <
>>> [email protected]> wrote:
>>>
>>>> Il 27/05/2015 12:14, Prabhu Rajendran ha scritto:
>>>>
>>>> I could able to retrieve the syncope console in web browser.
>>>>
>>>> But, couldn't able to login.
>>>>
>>>> It throws,
>>>>
>>>> *Alert:*
>>>> Session expired: please login again.
>>>>
>>>>
>>>> It's a "normal" error due to the fact that probably syncope module
>>>> "core" hasn't been deployed in the right way.
>>>> You can find these log files in the directory you specified during
>>>> installation of Syncope (for example /opt/syncope/log).
>>>> In this directory you will find all core*.log files such as core.log,
>>>> core-persistence.log, etc.
>>>> As Francesco asked in the previously could you attach output written in
>>>> these core logs, please?
>>>>
>>>>
>>>>
>>>> Thanks & Regards,
>>>> Prabhu Rajendran
>>>>
>>>> On Wed, May 27, 2015 at 3:42 PM, Prabhu Rajendran <
>>>> [email protected]> wrote:
>>>>
>>>>> Sorry.. core*.log doesn't have any logs.
>>>>>
>>>>> Thanks & Regards,
>>>>> Prabhu Rajendran
>>>>>
>>>>> On Wed, May 27, 2015 at 3:38 PM, Francesco Chicchiriccò <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> On 27/05/2015 12:06, Prabhu Rajendran wrote:
>>>>>>
>>>>>> Version - syncope-installer-1.2.4-uber.jar
>>>>>>
>>>>>>
>>>>>> On deploying syncope-core in tomcat 7, I found this error in
>>>>>> catalina log
>>>>>> [...]
>>>>>>
>>>>>>
>>>>>> Please take a look at core*.log files you will find in the log
>>>>>> directory configured during installation.
>>>>>> Regards.
>>>>>>
>>>>>> On Wed, May 27, 2015 at 3:30 PM, Francesco Chicchiriccò <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> On 27/05/2015 11:57, Prabhu Rajendran wrote:
>>>>>>>
>>>>>>>> Hi All,
>>>>>>>>
>>>>>>>
>>>>>>> Hi Prabhu,
>>>>>>>
>>>>>>> I tried to install and configure syncope.
>>>>>>>>
>>>>>>>> I used GUI installer for installation.
>>>>>>>>
>>>>>>>
>>>>>>> Which version?
>>>>>>>
>>>>>>> I generated war files of core and console, then deployed it in
>>>>>>>> tomcat.
>>>>>>>>
>>>>>>>> But deploying syncope-core failed with following error
>>>>>>>>
>>>>>>>> INFO: Deploying web application archive
>>>>>>>> /opt/apache-tomcat-7.0.54/webapps/syncope.war
>>>>>>>> May 27, 2015 3:22:50 PM org.apache.catalina.core.StandardContext
>>>>>>>> startInternal
>>>>>>>> SEVERE: Error listenerStart
>>>>>>>>
>>>>>>>
>>>>>>> This error gives poor information: could you please take a look and
>>>>>>> find the real cause? Alternatively, post your full log somewhere.
>>>>>>>
>>>>>>> Regards.
>>>>>>>
>>>>>> --
>>>>>> Francesco Chicchiriccò
>>>>>>
>>>>>> Tirasa - Open Source Excellencehttp://www.tirasa.net/
>>>>>>
>>>>>> Involved at The Apache Software Foundation:
>>>>>> member, Syncope PMC chair, Cocoon PMC, Olingo
>>>>>> PMChttp://people.apache.org/~ilgrosso/
>>>>>>
>>>>>>
>>>>>
>>>>
>>>> Best regards,
>>>> Andrea
>>>>
>>>> --
>>>> Dott. Andrea Patricelli
>>>> Tel +393204524292
>>>>
>>>> Junior Engineer @ Tirasa S.r.l.
>>>> Viale D'Annunzio 267 - 65127 Pescara
>>>> Tel +390859116307 / FAX +39 0859111173http://www.tirasa.net
>>>>
>>>>
>>>
>>>
>>> --
>>> Dott. Andrea Patricelli
>>> Tel +393204524292
>>>
>>> Junior Engineer @ Tirasa S.r.l.
>>> Viale D'Annunzio 267 - 65127 Pescara
>>> Tel +390859116307 / FAX +39 0859111173http://www.tirasa.net
>>>
>>>
>>
>>
>> --
>> Dott. Andrea Patricelli
>> Tel +393204524292
>>
>> Junior Engineer @ Tirasa S.r.l.
>> Viale D'Annunzio 267 - 65127 Pescara
>> Tel +390859116307 / FAX +39 0859111173http://www.tirasa.net
>>
>>
>