Atricore Identity Bus

Error accessing console upon a fresh atricore start

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.0.0-M1
  • Fix Version/s: 1.0.0-M2
  • Component/s: Server (App)
  • Description:
    Hide
    Upon a fresh start of the atricore identity bus and accessing console's home the following error is produced :

    Error Connecting with server: [FaultEvent fault=[RPC Fault faultString="Error creating bean with name 'userProvisioningServiceManagerBean': FactoryBean threw exception on object creation; nested exception is org.springframework.osgi.service.ServiceUnavailableException: service matching filter=[(objectClass=org.atricore.idbus.capabilities.management.main.spi.UserProvisioningService)] unavailable" faultCode="Server.Processing" faultDetail="null"] messageId="7F5D39D7-80B3-85F7-A3B5-A9D8CC9B332A" type="fault" bubbles=false cancelable=true eventPhase=2]

    Show
    Upon a fresh start of the atricore identity bus and accessing console's home the following error is produced : Error Connecting with server: [FaultEvent fault=[RPC Fault faultString="Error creating bean with name 'userProvisioningServiceManagerBean': FactoryBean threw exception on object creation; nested exception is org.springframework.osgi.service.ServiceUnavailableException: service matching filter=[(objectClass=org.atricore.idbus.capabilities.management.main.spi.UserProvisioningService)] unavailable" faultCode="Server.Processing" faultDetail="null"] messageId="7F5D39D7-80B3-85F7-A3B5-A9D8CC9B332A" type="fault" bubbles=false cancelable=true eventPhase=2]

Activity

Hide
Dejan Maric added a comment - 03/Jun/10 2:07 AM
This issue occurs when org.atricore.idbus.applications.server.web bundle (atricore-idbus-web feature) is deployed before org.atricore.idbus.capabilities.management.main bundle exports osgi services. It also occurs after the restart of karaf with these features already installed.

Web bundle defines management.main bundle as required and osgi:reference in web's application context sets cardinality to 1:
<osgi:reference id="userProvisioningServiceManagerBean" cardinality="1..1" timeout="60"
                interface="org.atricore.idbus.capabilities.management.main.spi.UserProvisioningService"/>

Needs further investigation.
Show
Dejan Maric added a comment - 03/Jun/10 2:07 AM This issue occurs when org.atricore.idbus.applications.server.web bundle (atricore-idbus-web feature) is deployed before org.atricore.idbus.capabilities.management.main bundle exports osgi services. It also occurs after the restart of karaf with these features already installed. Web bundle defines management.main bundle as required and osgi:reference in web's application context sets cardinality to 1: <osgi:reference id="userProvisioningServiceManagerBean" cardinality="1..1" timeout="60"                 interface="org.atricore.idbus.capabilities.management.main.spi.UserProvisioningService"/> Needs further investigation.

People

Dates

  • Created:
    02/Jun/10 9:18 AM
    Updated:
    03/Jun/10 2:07 AM