ilgrosso / oldSyncopeIdM

Exported from Google Code for historical reasons; now at The Apache Software Foundation
http:/syncope.apache.org
Apache License 2.0
1 stars 0 forks source link

Tab resource doesn't work if "something" deleted an used bundle #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a resource with X bundle
2. Delete X bundle
3. Restart container
4. Tab resource is inaccessible

In this case, Wicket in DEV mode, if I click on Resource Tab I see:

Unexpected RuntimeException

Last cause: {[NotFound [Connector Info for key ConnectorKey( 
bundleName=org.connid.bundles.openam bundleVersion=0.1-SNAPSHOT 
connectorName=org.connid.openam.OpenAMConnector )]], }
WicketMessage: Error attaching this container for rendering: 
[WebMarkupContainer [Component id = body]]

Stacktrace

Root cause:

org.syncope.client.validation.SyncopeClientCompositeErrorException: {[NotFound 
[Connector Info for key ConnectorKey( bundleName=org.connid.bundles.openam 
bundleVersion=0.1-SNAPSHOT connectorName=org.connid.openam.OpenAMConnector )]], 
}
     at org.syncope.client.validation.SyncopeClientErrorHandler.handleError(SyncopeClientErrorHandler.java:58)
     at org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:486)
     at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:443)
     at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:401)
     at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:199)
     at WICKET_org.springframework.web.client.RestTemplate$$FastClassByCGLIB$$aa4e9ed0.invoke(<generated>)
     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:688)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

Original issue reported on code.google.com by Massimil...@gmail.com on 8 Feb 2012 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by chicchiricco on 8 Feb 2012 at 12:21

GoogleCodeExporter commented 9 years ago

Original comment by fabio.ma...@gmail.com on 16 Feb 2012 at 3:39

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1464.

Original comment by fabio.ma...@gmail.com on 17 Feb 2012 at 8:55