Re: Syncope Installation Issue

2016-12-04 Thread rajkumar
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

2016-11-29 Thread rajkumar
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()
~[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()
~[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

Re: Syncope Installation Issue

2016-11-21 Thread ilgrosso
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

2016-11-21 Thread ilgrosso
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

2016-11-21 Thread rajkumar
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

2016-11-21 Thread Francesco Chicchiriccò

On 21/11/2016 09:42, rajkumar wrote:

PFB for error screenshot,




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

2016-11-21 Thread rajkumar
PFB for error screenshot,

 

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

2016-11-21 Thread ilgrosso
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

2016-11-21 Thread rajkumar
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

2016-11-18 Thread ilgrosso
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

2016-11-18 Thread rajkumar
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

2016-11-17 Thread ilgrosso
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.