kahntang / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

Runtime Error #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run program that uses JSON in Flex Developer.
2.
3.

What is the expected output? What do you see instead?
I expected to see a web page that looked like the one in the designer. 
Instead, I to the following output:
------------------------------------------------------------------------
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
    at
com.adobe.serialization.json::JSONDecoder/com.adobe.serialization.json:JSONDecod
er::parseValue()[C:\Development\ContractProjects\Adobe\as3corelib\src\com\adobe\
serialization\json\JSONDecoder.as:197]
    at
com.adobe.serialization.json::JSONDecoder$iinit()[C:\Development\ContractProject
s\Adobe\as3corelib\src\com\adobe\serialization\json\JSONDecoder.as:64]
    at
com.adobe.serialization.json::JSON$/decode()[C:\Development\ContractProjects\Ado
be\as3corelib\src\com\adobe\serialization\json\JSON.as:81]
    at main/main::eventJSON()[/Users/hewij/Documents/Flex Builder
2/PHPJSON/main.as:24]
    at main/__eventRequest_result()[/Users/hewij/Documents/Flex Builder
2/PHPJSON/main.mxml:9]
    at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunctio
n()
    at flash.events::EventDispatcher/dispatchEvent()
    at
mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispat
chRpcEvent()[C:\dev\enterprise_bali\frameworks\mx\rpc\http\mxml\HTTPService.as:2
47]
    at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandle
r()[C:\dev\enterprise_bali\frameworks\mx\rpc\AbstractInvoker.as:168]
    at
mx.rpc::Responder/result()[C:\dev\enterprise_bali\frameworks\mx\rpc\Responder.as
:48]
    at
mx.rpc::AsyncRequest/acknowledge()[C:\dev\enterprise_bali\frameworks\mx\rpc\Asyn
cRequest.as:82]
    at
DirectHTTPChannel.as$139::DirectHTTPMessageResponder/completeHandler()[C:\dev\en
terprise_bali\frameworks\mx\messaging\channels\DirectHTTPChannel.as:359]
    at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunctio
n()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::onComplete()
------------------------------------------------------------------------

What version of the product are you using? On what operating system?
The version of as3corelib is .90.  The version of Flex is 2.0.  My
operating system is a Mac.

Please provide any additional information below.

Original issue reported on code.google.com by jordanh...@gmail.com on 20 Dec 2007 at 9:28

GoogleCodeExporter commented 9 years ago
Can you give a code snippet? I cannot reproduce.

Original comment by mikechambers on 2 Jul 2008 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by mikechambers on 2 Jul 2008 at 4:44

GoogleCodeExporter commented 9 years ago

Original comment by mikechambers on 7 Nov 2008 at 7:27