You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@syncope.apache.org by ilgrosso <il...@apache.org> on 2016/11/17 13:47:26 UTC

Re: Syncope Installation Issue

Hi,
as the yellow band you can currently see at

http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-td5708775.html

says, "This post has NOT been accepted by the mailing list yet."

This happens because you have not subscribed to the user@syncope.apache.org
mailing list: in order to do so, please either send an empty e-mail to
user-subscribe@syncope.apache.org - as reported in 

http://syncope.apache.org/mailing-lists.html

or just click on the "Subscribe" button at

http://syncope-user.1051894.n5.nabble.com/mailing_list/MailingListOptions.jtp?forum=4425151

HTH
Regards.


rajkumar wrote
> Hi All, 
> 
> I am trying to nstall Apache syncope in my local with postgreSQL database
> and i am getting "Invocation Problem Calling :
> org.apache.syncope.installer.processessor.ArcheTypeProcess, null" error. 
> 
> Kindly let me know what is the mistake i am doing and how to fix this
> issue. Kindly check the image for more info. 
> 
<http://syncope-user.1051894.n5.nabble.com/file/n5708775/Capture.png> 
> 
> 
> Thanks, 
> Rajkumar



--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708776.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
Any one answer for above post please.

Thanks,
Raj

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708842.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
Hi ,

Please reply for below post and also some clarification required as
mentioned below.

1. For version Syncope 1.2.9  i can able to configure but when i try to
access syncope-console i am getting session time out error.

2. for version above Syncope 2.0.0 i can able to follow and configure
syncope but when i try to access syncope-console i am getting

org.apache.wicket.WicketRuntimeException: Unable to instantiate web session
class org.apache.syncope.client.console.SyncopeConsoleSession 
       
org.apache.wicket.authroles.authentication.AuthenticatedWebApplication.newSession(AuthenticatedWebApplication.java:121) 
       
org.apache.wicket.Application.fetchCreateAndSetSession(Application.java:1714) 
        org.apache.wicket.Session.get(Session.java:169) 
       
org.apache.syncope.client.console.SyncopeConsoleSession.get(SyncopeConsoleSession.java:103) 
       
org.apache.syncope.client.console.SyncopeConsoleRequestCycleListener.onException(SyncopeConsoleRequestCycleListener.java:61) 
       
org.apache.wicket.request.cycle.RequestCycleListenerCollection$4.notify(RequestCycleListenerCollection.java:126) 
       
org.apache.wicket.request.cycle.RequestCycleListenerCollection$4.notify(RequestCycleListenerCollection.java:122) 
       
org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:80) 
       
org.apache.wicket.request.cycle.RequestCycleListenerCollection.onException(RequestCycleListenerCollection.java:121) 
       
org.apache.wicket.request.cycle.RequestCycleListenerCollection$4.notify(RequestCycleListenerCollection.java:126) 
       
org.apache.wicket.request.cycle.RequestCycleListenerCollection$4.notify(RequestCycleListenerCollection.java:122) 
       
org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:80) 
       
org.apache.wicket.request.cycle.RequestCycleListenerCollection.onException(RequestCycleListenerCollection.java:121) 
       
org.apache.wicket.request.cycle.RequestCycle.handleException(RequestCycle.java:351) 
       
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:233) 
       
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293) 
       
org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:70) 
       
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203) 
       
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:284)

3. for version less than syncope 1.1.8 we able to configure and access
console but when i try to update user in syncope i am getting below issue.

19:15:34.556 WARN  org.springframework.web.client.RestTemplate - POST
request for "http://localhost:8080/syncope/rest/user/update" resulted in 500
(); invoking error handler 
19:15:34.570 ERROR org.apache.syncope.console.pages.AbstractBasePage - While
creating or updating user 
org.springframework.web.client.HttpServerErrorException: 500 
        at
org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:91)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE] 
        at
org.apache.syncope.common.validation.SyncopeClientErrorHandler.handleError(SyncopeClientErrorHandler.java:50)
~[syncope-common-1.1.3.jar:na] 
        at
org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:537)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE] 
        at
org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:493)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE] 
        at
org.springframework.web.client.RestTemplate.execute(RestTemplate.java:452)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE] 
        at
org.springframework.web.client.RestTemplate.postForObject(RestTemplate.java:302)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE] 
        at
org.apache.syncope.client.services.proxy.UserServiceProxy.update(UserServiceProxy.java:80)
~[syncope-client-1.1.3.jar:na] 
        at
org.apache.syncope.console.rest.UserRestClient.update(UserRestClient.java:69)
~[classes/:na] 
        at
WICKET_org.apache.syncope.console.rest.UserRestClient$$FastClassByCGLIB$$73691fb2.invoke(<generated>)
~[cglib-2.2.2.jar:na] 
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
~[cglib-2.2.2.jar:na] 
        at
org.apache.wicket.proxy.LazyInitProxyFactory$CGLibInterceptor.intercept(LazyInitProxyFactory.java:333)
~[wicket-ioc-6.9.0.jar:6.9.0] 
        at
WICKET_org.apache.syncope.console.rest.UserRestClient$$EnhancerByCGLIB$$dcfc88e9.update(<generated>)
~[cglib-2.2.2.jar:na] 
        at
org.apache.syncope.console.pages.EditUserModalPage.submitAction(EditUserModalPage.java:93)
~[classes/:na] 
        at
org.apache.syncope.console.pages.UserModalPage$2.onSubmit(UserModalPage.java:189)
~[classes/:na] 
        at
org.apache.wicket.ajax.markup.html.form.AjaxButton$1.onSubmit(AjaxButton.java:108)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior$1.onSubmit(AjaxFormSubmitBehavior.java:179)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1253)
[wicket-core-6.9.0.jar:6.9.0] 
        at org.apache.wicket.markup.html.form.Form.process(Form.java:925)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:156)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:123)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:626)
[wicket-core-6.9.0.jar:6.9.0] 
        at sun.reflect.GeneratedMethodAccessor115.invoke(Unknown Source)
~[na:na] 
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[na:1.8.0_102] 
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_102] 
        at
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:241)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:247)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:226)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:861)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
[wicket-request-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:218)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:289)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
[wicket-core-6.9.0.jar:6.9.0] 
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
[catalina.jar:8.5.8] 
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
[catalina.jar:8.5.8] 
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
[catalina.jar:8.5.8] 
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:108)
[catalina.jar:8.5.8] 
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
[catalina.jar:8.5.8] 
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
[catalina.jar:8.5.8] 
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
[catalina.jar:8.5.8] 
        at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620)
[catalina.jar:8.5.8] 
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
[catalina.jar:8.5.8] 
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)
[catalina.jar:8.5.8] 
        at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:783)
[tomcat-coyote.jar:8.5.8] 
        at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
[tomcat-coyote.jar:8.5.8] 
        at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:789)
[tomcat-coyote.jar:8.5.8] 
        at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455)
[tomcat-coyote.jar:8.5.8] 
        at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
[tomcat-coyote.jar:8.5.8] 
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[na:1.8.0_102] 
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[na:1.8.0_102] 
        at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
[tomcat-util.jar:8.5.8] 
        at java.lang.Thread.run(Thread.java:745) [na:1.8.0_102] 


Please assist with this. For your referance, i have followed the below
links.

http://coheigea.blogspot.in/2013/07/apache-syncope-tutorial-part-i_26.html 
http://coheigea.blogspot.in/2013_07_01_archive.html
http://coheigea.blogspot.in/2013/08/apache-syncope-tutorial-part-iii.html

https://ci.apache.org/projects/syncope/reference-guide.html#customization 

Thanks,
Rajkumar Kanikumar



--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708852.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
I am getting below error when i try to update user/ create user. kindly
assist me to fix the same.

19:15:34.556 WARN  org.springframework.web.client.RestTemplate - POST
request for "http://localhost:8080/syncope/rest/user/update" resulted in 500
(); invoking error handler
19:15:34.570 ERROR org.apache.syncope.console.pages.AbstractBasePage - While
creating or updating user
org.springframework.web.client.HttpServerErrorException: 500 
	at
org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:91)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE]
	at
org.apache.syncope.common.validation.SyncopeClientErrorHandler.handleError(SyncopeClientErrorHandler.java:50)
~[syncope-common-1.1.3.jar:na]
	at
org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:537)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE]
	at
org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:493)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE]
	at
org.springframework.web.client.RestTemplate.execute(RestTemplate.java:452)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE]
	at
org.springframework.web.client.RestTemplate.postForObject(RestTemplate.java:302)
~[spring-web-3.2.3.RELEASE.jar:3.2.3.RELEASE]
	at
org.apache.syncope.client.services.proxy.UserServiceProxy.update(UserServiceProxy.java:80)
~[syncope-client-1.1.3.jar:na]
	at
org.apache.syncope.console.rest.UserRestClient.update(UserRestClient.java:69)
~[classes/:na]
	at
WICKET_org.apache.syncope.console.rest.UserRestClient$$FastClassByCGLIB$$73691fb2.invoke(<generated>)
~[cglib-2.2.2.jar:na]
	at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
~[cglib-2.2.2.jar:na]
	at
org.apache.wicket.proxy.LazyInitProxyFactory$CGLibInterceptor.intercept(LazyInitProxyFactory.java:333)
~[wicket-ioc-6.9.0.jar:6.9.0]
	at
WICKET_org.apache.syncope.console.rest.UserRestClient$$EnhancerByCGLIB$$dcfc88e9.update(<generated>)
~[cglib-2.2.2.jar:na]
	at
org.apache.syncope.console.pages.EditUserModalPage.submitAction(EditUserModalPage.java:93)
~[classes/:na]
	at
org.apache.syncope.console.pages.UserModalPage$2.onSubmit(UserModalPage.java:189)
~[classes/:na]
	at
org.apache.wicket.ajax.markup.html.form.AjaxButton$1.onSubmit(AjaxButton.java:108)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior$1.onSubmit(AjaxFormSubmitBehavior.java:179)
[wicket-core-6.9.0.jar:6.9.0]
	at org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1253)
[wicket-core-6.9.0.jar:6.9.0]
	at org.apache.wicket.markup.html.form.Form.process(Form.java:925)
[wicket-core-6.9.0.jar:6.9.0]
	at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:156)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:123)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:626)
[wicket-core-6.9.0.jar:6.9.0]
	at sun.reflect.GeneratedMethodAccessor115.invoke(Unknown Source) ~[na:na]
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[na:1.8.0_102]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_102]
	at
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:241)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:247)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:226)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:861)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
[wicket-request-6.9.0.jar:6.9.0]
	at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:218)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:289)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
[wicket-core-6.9.0.jar:6.9.0]
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
[catalina.jar:8.5.8]
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
[catalina.jar:8.5.8]
	at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
[catalina.jar:8.5.8]
	at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:108)
[catalina.jar:8.5.8]
	at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
[catalina.jar:8.5.8]
	at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
[catalina.jar:8.5.8]
	at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
[catalina.jar:8.5.8]
	at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620)
[catalina.jar:8.5.8]
	at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
[catalina.jar:8.5.8]
	at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)
[catalina.jar:8.5.8]
	at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:783)
[tomcat-coyote.jar:8.5.8]
	at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
[tomcat-coyote.jar:8.5.8]
	at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:789)
[tomcat-coyote.jar:8.5.8]
	at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455)
[tomcat-coyote.jar:8.5.8]
	at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
[tomcat-coyote.jar:8.5.8]
	at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[na:1.8.0_102]
	at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[na:1.8.0_102]
	at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
[tomcat-util.jar:8.5.8]
	at java.lang.Thread.run(Thread.java:745) [na:1.8.0_102]


--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708838.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by ilgrosso <il...@apache.org>.
rajkumar wrote
> Do we have any common drive or path where i can place my project zip
> folder .

No, we don't have that, but I do not understand why you are asking this.
I have already been able to get your syncope.zip archive, attached to this
forum thread.

FYI, I have been able to build your project without issues on Linux. As
already asked above, I'd need you to build it manually on your Windows box
too, to see if this would trigger any error.

Regards.


--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708793.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
Hi,

Do we have any common drive or path where i can place my project zip folder
.

Thanks,
Raj

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708792.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by ilgrosso <il...@apache.org>.
The ZIP file is unfortunately not containing any relevant information.

In order to investigate the problem, could you please try to manually run
the generated Maven project?

cd D:\syncope\syncope
mvn clean verify

Naturally, this assumes that 'mvn' is available in the PATH.

Regards.


--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708791.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
Hi,

PFB the zip file of my project folder.

syncope.zip
<http://syncope-user.1051894.n5.nabble.com/file/n5708790/syncope.zip>  

Thanks
Raj

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708790.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
Hi ,

Really sorry, this is the first time i am using forum. Do you have any
common shared path where i can share this details(Zip folder).

Thanks,
Raj

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708789.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 21/11/2016 09:42, rajkumar wrote:
> PFB for error screenshot,
>
> <http://syncope-user.1051894.n5.nabble.com/file/n5708786/Capture.png>

This is very poorly useful: could you please zip the content of 
D:\syncope and place it somewhere? I am looking for some detailed error 
information about running the "mvn clean package command".

Regards.
-- 
Francesco Chicchiricc�

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
PFB for error screenshot,

<http://syncope-user.1051894.n5.nabble.com/file/n5708786/Capture.png> 

Thanks,
Raj

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708786.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by ilgrosso <il...@apache.org>.
The install.log is pointless as it only shows that the archetype did
effectively generate the Maven project for Syncope 2.0.1.


rajkumar wrote
> PFA for install log,  "
*
> mvn clean package
*
> " command is not performing and when it try to perform it is throwing
> below error.

Please report such error, I cannot see nothing about it currently.

Regards.



--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708785.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
install.log
<http://syncope-user.1051894.n5.nabble.com/file/n5708784/install.log>  

PFA for install log,  "*mvn clean package*" command is not performing and
when it try to perform it is throwing below error. Kindly assist me. Other
than install.log file, no other log files are created inside syncope
folder(all /*var/..../log*/s folder is empty).

apache tomcate : 8.5.8 ; PostgreSQL : 9.4.10; syncope using : 2.1 and
windows 64 bit machine.

Kindly let me know in case of any additional information required from my
end.

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708784.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
Hi,

Thanks for your reference, May i know which log file you are looking for, I
have shared you with install.log file last time. Do you want any other
files? or same again.

Thanks,
Raj 

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708783.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 21/11/2016 07:51, rajkumar wrote:
> Hi,
>
> Kindly let me know how to configure postgreSQL with syncope 1.2.9. Kindly
> share any Links or documents please.

Hi,
since you are on 1.2, the documentation is in the wiki:

https://cwiki.apache.org/confluence/display/SYNCOPE/Index

About configuration for PostgreSQL:

https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments#RunSyncopeinrealenvironments-PostgreSQL

Or about using the GUI installer:

https://cwiki.apache.org/confluence/display/SYNCOPE/Install+Syncope+from+installer


However, I would not suggest to go along this way: Syncope 2.0.1 also 
works pretty well with PostgreSQL.
Moreover, please consider that the 1.2 series is in maintenance mode and 
that 2.0 is the current mainstream.

Last time I've asked for all of your log files in order to investigate 
your problems with 2.0.1 GUI installer: could you please provide them so 
we can see if there is a bug to be fixed? Thanks.

Regards.

-- 
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/



Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
Hi,

Kindly let me know how to configure postgreSQL with syncope 1.2.9. Kindly
share any Links or documents please.

Thanks,
Raj

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708781.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by ilgrosso <il...@apache.org>.
Please also send other log files, the content of that one does not help much
to understand your issue.

Also, thanks for subscribing.

Regards.


--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708779.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by rajkumar <ra...@gmail.com>.
install.log
<http://syncope-user.1051894.n5.nabble.com/file/n5708778/install.log>  

Please find the install.log

Thanks,
Rajkumar K

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708778.html
Sent from the syncope-user mailing list archive at Nabble.com.

Re: Syncope Installation Issue

Posted by ilgrosso <il...@apache.org>.
Please also attach  D:\syncope\install.log which might contain some
information to dig into your error.

Regards.

--
View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708777.html
Sent from the syncope-user mailing list archive at Nabble.com.