Not working as advertised

Adobe documentation, book and verse:

The availability and number of debugging sessions is set in the AllowDebugDefault and MaxPendingDebugConnections elements of the Application.xml configuration file. By default, debugging is not allowed. To override the debug setting in the Application.xml file, add the following code to an application’s server-side code:
application.allowDebug = true;

(Developer’s guide for 3.5)

And:

1 Open the Application.xml file of the virtual host or application you want to configure.
2 Locate the following XML:
<Debug>
<MaxPendingDebugConnections>50</MaxPendingDebugConnections>
<AllowDebugDefault>false</AllowDebugDefault>
</Debug>
3 Set the AllowDebugDefault element to true.
Note: Debug connections count against license limits.
4 Save and validate the file.
5 Restart the server.

(Configuration and Administration Guide for 3.5)

But yet, when I try these soutions and look at my shared obejcts, I get this in the server log:

Mon 07:41:05 AM: Connection rejected by server. Reason : [ Server.Reject ] : Invalid uri :
rtmp:///fabCustomer/penny?_fcs_debugreq_=72139185

When I solve this, I’ll post the solution. I found another post out there after hours of Googling – basically a “Me Too” post that no one answered. I’m connecting with 2 clients, so I should have enough connections to debug with before I hit the max of 10 on the developer’s license.

Grrrr.

Leave a Reply

You must be logged in to post a comment.

handy stuff i’d like to remember