ErrorID: 2004 error.name:Argument error

FlexMonkey Forum

Hi,

I'm trying to set up FlexMonkey and I get this error when i click the browse button in project properties:

Project -> Properties -> (output source directory) Browse ._ ERROR

I'm using Flex 3.5 on Ubuntu Linux 10.04. I could work on my application using Eclipse Flex Builder for linux (alpha 5) since one year or so. Everithing has gone beautifully so far and I don't have any intention to use windows! If ever that would be the matter...

Is there a solution to this problem that arise still before I start using anything?

Thanks

 

PS: Here there is the error log:

8/31/2010 15:54:19.513 [INFO] mx.messaging.Producer '995CF6F8-202D-E724-BEB8-C8A437449DE5' producer connected.
8/31/2010 15:54:19.825 [INFO] mx.messaging.Producer '995CF6F8-202D-E724-BEB8-C8A437449DE5' producer acknowledge of 'F75C0993-B622-B5A3-0984-C8A4375A4110'.
8/31/2010 15:54:19.830 [ERROR] mx.messaging.Producer '995CF6F8-202D-E724-BEB8-C8A437449DE5' producer fault for 'F75C0993-B622-B5A3-0984-C8A4375A4110'.
8/31/2010 15:54:24.346 [ERROR] FM errorID: 2004
 error.name: ArgumentError
 error.message: Error #2004
8/31/2010 15:54:24.350 [ERROR] FM (ArgumentError)#0
  errorID = 2004
  message = "Error #2004"
  name = "ArgumentError"
8/31/2010 15:57:15.265 [ERROR] FM errorID: 2004
 error.name: ArgumentError
 error.message: Error #2004
8/31/2010 15:57:15.265 [ERROR] FM (ArgumentError)#0
  errorID = 2004
  message = "Error #2004"
  name = "ArgumentError"
8/31/2010 15:57:24.296 [INFO] FM FlexMonkey console started
8/31/2010 15:57:24.315 [INFO] mx.messaging.Producer '42A8AC86-8FF7-0FB6-0397-C8A7095A5754' producer set destination to 'DefaultHTTP'.
8/31/2010 15:57:24.332 [INFO] mx.messaging.Channel 'direct_http_channel' channel endpoint set to http:
8/31/2010 15:57:24.338 [INFO] mx.messaging.Producer '42A8AC86-8FF7-0FB6-0397-C8A7095A5754' producer sending message '20B8E7E6-E2BB-9DA1-441B-C8A7097159F9'
8/31/2010 15:57:24.358 [DEBUG] mx.messaging.Channel 'direct_http_channel' channel sending message:
(mx.messaging.messages::HTTPRequestMessage)#0
  body = (Object)#1
  clientId = (null)
  contentType = "application/x-www-form-urlencoded"
  destination = "DefaultHTTP"
  headers = (Object)#2
  httpHeaders = (Object)#3
  messageId = "20B8E7E6-E2BB-9DA1-441B-C8A7097159F9"
  method = "GET"
  recordHeaders = false
  timestamp = 0
  timeToLive = 0
  url = "FlexMonkeyEnv.xml"
8/31/2010 15:57:24.369 [INFO] mx.messaging.Producer '42A8AC86-8FF7-0FB6-0397-C8A7095A5754' producer connected.
8/31/2010 15:57:24.678 [INFO] mx.messaging.Producer '42A8AC86-8FF7-0FB6-0397-C8A7095A5754' producer acknowledge of '20B8E7E6-E2BB-9DA1-441B-C8A7097159F9'.
8/31/2010 15:57:24.683 [ERROR] mx.messaging.Producer '42A8AC86-8FF7-0FB6-0397-C8A7095A5754' producer fault for '20B8E7E6-E2BB-9DA1-441B-C8A7097159F9'.
8/31/2010 15:57:28.918 [ERROR] FM errorID: 2004
 error.name: ArgumentError
 error.message: Error #2004
8/31/2010 15:57:28.921 [ERROR] FM (ArgumentError)#0
  errorID = 2004
  message = "Error #2004"
  name = "ArgumentError"
8/31/2010 15:57:35.426 [ERROR] FM errorID: 2004
 error.name: ArgumentError
 error.message: Error #2004
8/31/2010 15:57:35.427 [ERROR] FM (ArgumentError)#0
  errorID = 2004
  message = "Error #2004"
  name = "ArgumentError"
8/31/2010 15:59:06.772 [ERROR] FM errorID: 2004
 error.name: ArgumentError
 error.message: Error #2004
8/31/2010 15:59:06.772 [ERROR] FM (ArgumentError)#0
  errorID = 2004
  message = "Error #2004"
  name = "ArgumentError"
8/31/2010 15:59:42.807 [INFO] FM Loaded Log File Contents into View

I'm getting the same error name error.

Was having the same name error but I just reinstalled FlexMonkey and it seems to be working now.

New issue

I have been able to start it. I solved that error by upgrading FlexMonkey to version 4.1.0.6 (from 4.1.0.2 that it installed by itself a few days ago...).

The problem now is that it does not work (for me) with Flex version 3.5 (the one we are using in our project).

Switching to the Flex 4 SDK, brings away the FlexMonkey? errors but creates new ones related to the code of our project.

As we are not planning to migrate to Flex 4, is there any solution to this issue?

In particular (using Flex 3.5 sdk) flex builder reports stange errors for not finding classes, things like:

1046: Type was not found or was not a compile-time constant: AdvancedDataGridGroupItemRenderer.

Although this class exist in the Flex 3.5 sdk.

Are you using the FlexMonkey 3.x automation_monkey.swc?

The console includes 2 different versions of automation_monkey.swc which you can drag and drop into your project libs directory.

Please see the Quick Start for detailed instructions: http://www.gorillalogic.com/books/flexmonkey-docs/flexmonkey-quick-start

The swc is named automation_monkey3.x.swc

Thanks for your reply.

As by subject, that is the name of the swc that appears doing the dragging operation (not so intuitive, would be better to download the swc and import it as usual) after selecting the Flex 3.5 sdk. The errors remain.

Also once I accept the settings in the project properties form, I can't open it anymore from Project -> Properties and I must close the consolle and restart it again.