Hi,

Not that I'm aware of.

Kind regards,
Werner


On 2015-05-08 15:22, Francesco Chicchiriccò wrote:
Il 2015-05-08 15:12 [email protected] ha scritto:
Hi Francesco,

This is what I found in the logfile:
[...]
java.lang.IllegalArgumentException: Source must not be null
    at org.springframework.util.Assert.notNull(Assert.java:112)
~[spring-core-3.2.5.RELEASE.jar:3.2.5.RELEASE]
    at
org.springframework.beans.BeanUtils.copyProperties(BeanUtils.java:589)
~[spring-beans-3.2.5.RELEASE.jar:3.2.5.RELEASE]
    at
org.springframework.beans.BeanUtils.copyProperties(BeanUtils.java:571)
~[spring-beans-3.2.5.RELEASE.jar:3.2.5.RELEASE]
    at


e.core.rest.data.TaskDataBinder.getTaskExecTO(TaskDataBinder.java:197)
~[syncope.war/:na]
    at


ncope.core.rest.data.TaskDataBinder.getTaskTO(TaskDataBinder.java:244)
~[syncope.war/:na]
    at


cope.core.rest.controller.TaskController.list(TaskController.java:200)
~[syncope.war/:na]

Here's the exception: for some reason there is an unexpected null
value when invoking BeanUtils#copyProperties in
TaskDataBinder#getTaskTO after TaskController#list

This is extremely uncommon: have you customized some component(s) or
made some manual operations on the database managed by Syncope?

Regards.

[...]
On 2015-05-08 14:50, Francesco Chicchiriccò wrote:
On 08/05/2015 14:44, [email protected] wrote:
Hi there,

When I try to open the "Tasks" page, I get the following error in my browser:

Unexpected RuntimeException

Last cause: 500 Internal Server Error
WicketMessage: Error attaching this container for rendering: [WebMarkupContainer [Component id = body]]

Stacktrace

Root cause:

org.springframework.web.client.HttpServerErrorException: 500 Internal Server Error
     at
[...]

What is happening?
I can't change any task now. Any ideas?

You need to take a look at core's logs (the stacktrace above is from
console) to figure out what is the actual error.
Regards.

Reply via email to