Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Issue With Setting registerRepository

Avatar

Level 1

Hi All,

Can someone help me with the following issue:

strObjectOfRemoteCall: (mx.rpc.remoting::RemoteObject)#0

  callGetAccountManager = (mx.rpc.remoting::Operation)#1

    argumentNames = (Array)#2

    arguments = (Object)#3

    concurrency = "multiple"

    lastResult = (null)

    makeObjectsBindable = true

    name = "callGetAccountManager"

    operationManager = (null)

    properties = (null)

    resultElementType = (null)

    resultType = (null)

    service = (mx.rpc.remoting::RemoteObject)#0

    showBusyCursor = false

  channelSet = (mx.messaging::ChannelSet)#4

    authenticated = false

    channelIds = (Array)#5

      [0] (null)

    channels = (Array)#6

      [0] (mx.messaging.channels::AMFChannel)#7

        authenticated = false

        channelSets = (Array)#8

          [0] (mx.messaging::ChannelSet)#4

        connected = true

        connectTimeout = -1

        enableSmallMessages = true

        endpoint = "http://dgbnhm90lt01/flex2gateway/"

        failoverURIs = (Array)#9

        id = (null)

        mpiEnabled = false

        netConnection = (flash.net::NetConnection)#10

          client = (mx.messaging.channels::AMFChannel)#7

          connected = false

          httpIdleTimeout = 0

          maxPeerConnections = 8

          objectEncoding = 3

          proxyType = "none"

          uri = "http://dgbnhm90lt01/flex2gateway/"

        piggybackingEnabled = false

        polling = false

        pollingEnabled = true

        pollingInterval = 3000

        protocol = "http"

        reconnecting = false

        recordMessageSizes = false

        recordMessageTimes = false

        requestTimeout = -1

        uri = "http://dgbnhm90lt01/flex2gateway/"

        url = "http://dgbnhm90lt01/flex2gateway/"

        useSmallMessages = false

    clustered = false

    connected = true

    currentChannel = (mx.messaging.channels::AMFChannel)#7

    heartbeatInterval = 0

    initialDestinationId = (null)

    messageAgents = (Array)#11

      [0] (mx.rpc::AsyncRequest)#12

        authenticated = false

        autoConnect = true

        channelSet = (mx.messaging::ChannelSet)#4

        clientId = "FBE7089A-D30E-9864-4598-132ED088655E"

        connected = true

        defaultHeaders = (null)

        destination = "ColdFusion"

        id = "3D5287FE-8595-54AB-0B1E-B2F48A501A63"

        priority = -1

        reconnectAttempts = 0

        reconnectInterval = 0

        requestTimeout = -1

        subtopic = ""

  concurrency = "multiple"

  convertParametersHandler = (null)

  convertResultHandler = (null)

  destination = "ColdFusion"

  endpoint = "http://dgbnhm90lt01/flex2gateway/"

  makeObjectsBindable = true

  managers = (null)

  operations = (Object)#13

    callGetAccountManager = (mx.rpc.remoting::Operation)#1

  requestTimeout = -1

  showBusyCursor = false

  source = "CFSite.Muzo._component._remoteaccess.roMuzoLCCS" strObjectOfError: (mx.rpc::Fault)#0

  content = (null)

  errorID = 0

  faultCode = "Server.Processing"

  faultDetail = "Either there are no methods with the specified method name and argument types, or the registerRepository method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that matched the provided arguments. If this is a Java object and you verified that the method exists, you may need to use the javacast function to reduce ambiguity."

  faultString = "Unable to invoke CFC - The registerRepository method was not found."

  message = "faultCode:Server.Processing faultString:'Unable to invoke CFC - The registerRepository method was not found.' faultDetail:'Either there are no methods with the specified method name and argument types, or the registerRepository method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that matched the provided arguments. If this is a Java object and you verified that the method exists, you may need to use the javacast function to reduce ambiguity.'"

  name = "Error"

  rootCause = (null)

have anyone had this problem.

I am trying to set the register repository in the com.adobe.rtc.account.AccountManager

Thanks

Charles

0 Replies