Expand my Community achievements bar.

I am seeing the following error. Can anyone help me?

Avatar

Level 1

I am setting up a RemoteObject that is communicating to a Spring enabled BlazeDs AMFChannel on my Java application server.  The communication seems to be going OK, bt I am getting the following errors.  Any idea how to get them to go away?  I am using Flex SDK 3.3.

5/6/2009 07:53:04.836 [WARN] mx.rpc.AbstractInvoker ReferenceError: Error #1065: Variable http://www.adobe.com/2006/flex/mx/internal::monitorRpcEvent is not defined.
ReferenceError: Error #1065: Variable http://www.adobe.com/2006/flex/mx/internal::monitorRpcEvent is not defined.
    at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[C:\autobuild\3.3.0\frameworks\projects\rpc\src\mx\rpc\AbstractOperation.as:205]
    at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:193]
    at mx.rpc::Responder/result()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responder.as:43]
    at mx.rpc::AsyncRequest/acknowledge()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:74]
    at NetConnectionMessageResponder/resultHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:515]
    at mx.messaging::MessageResponder/result()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\MessageResponder.as:199]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
ReferenceError: Error #1065: Variable http://www.adobe.com/2006/flex/mx/internal::monitorRpcEvent is not defined.
    at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[C:\autobuild\3.3.0\frameworks\projects\rpc\src\mx\rpc\AbstractOperation.as:205]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at mx.rpc::AsyncDispatcher/timerEventHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncDispatcher.as:50]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
5/6/2009 07:53:07.711 [INFO] mx.messaging.Producer 'E906E145-DA26-BAA1-7295-166981BEC910' producer acknowledge of 'F17C356C-8D23-2D4F-7FBA-1669DBA51586'.
ReferenceError: Error #1065: Variable http://www.adobe.com/2006/flex/mx/internal::monitorRpcEvent is not defined.
    at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[C:\autobuild\3.3.0\frameworks\projects\rpc\src\mx\rpc\AbstractOperation.as:205]
    at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:193]
    at mx.rpc::Responder/result()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responder.as:43]
    at mx.rpc::AsyncRequest/acknowledge()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:74]
    at NetConnectionMessageResponder/resultHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:515]
    at mx.messaging::MessageResponder/result()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\MessageResponder.as:199]

1 Reply

Avatar

Level 1

HI,

I am seeing a similar error.

Error #1065: Variable http://www.adobe.com/2006/flex/mx/internal::monitorRpcEvent is not defined

This is happening when I am making a RemoteObject call to the Java code on the web server

I am using Flex SDK 3.3

Please let me a resolution to this problem.