AudioSubscriber.getNetStreamInfo error/bug BEWARE-DINGOS

Not sure if this is a bug or just me abusing things. I get the following error when I do what I describe below:
TypeError: Error #1010: A term is undefined and has no properties.
    at com.adobe.rtc.collaboration::AudioSubscriber/getNetStreamInfo()[C:\work\main\connect\coco moPlayer10\src\com\adobe\rtc\collaboration\AudioSubscriber.as:412]
    at com.desktop.view.videoChat::videoChat/stats()[/Users/eric/Documents/Flex Builder 3/betty/src/com/desktop/view/videoChat/videoChat.mxml:190]
I have two clients:
HSTEIMLE, using an instance of our air client
ESTEIMLE, using an instance of our web based client
I make a video call from ESTEIMLE to HSTEIMLE.  Once that call is set up, on the HSTEIMLE client I do a:
var test:Object = session.streamManager.getStreamsOfType(StreamManager.AUDIO_STREAM);
And I get an object containing two streamDescriptors:
EXT-ESTEIMLE-ESTEIMLE
EXT-ESTEIMLE-HSTEIMLE
Now I couldn't really see which one was going in which direction so I used my audioSubscriber and tried this:
var test2:NetStreamInfo =  audioSub.getNetStreamInfo("EXT-ESTEIMLE-ESTEIMLE");
this returns a valid NetStreamInfo result
var test2:NetStreamInfo = audioSub.getNetStreamInfo("EXT-ESTEIMLE-HSTEIMLE");
it fails with the error above for this case
Now the thing that leads me to believe this could be a bug is if I do the same thing with a nonsense word it's fine for example:
var test2:NetStreamInfo =  audioSub.getNetStreamInfo("EXT-BEWARE-DINGOS");
in this case null is returned.
I wonder if this could be because in AudioSubscriber.as, the getNetStreamInfo function first uses streamManager to get a stream descriptor based on the publisherID passed to it.  So it will get a valid streamDescriptor because it does exist in the streamManager.   However the next thing it does is look up that streamDescriptor in it's local netStreamTable.  It won't be there though so it will throw "the term is undefined and has no property error" at this line return this._netStreamTable[streamDescriptor].info, because this._netStreamTable[streamDescriptor] does not exist?
Just a thought and since I ran up against it I thought I'd report it.
-Eric

Thanks for the additional information. Because you mention Session.getUserID(), some feedback from my side:
- I need the parameter "id" that is passed into Session.getAuthenticationToken() also on the client side. This allows to link the AFCS users to users of my apps.
- There is no method to extract the parameter "id" from e.g. the MessageItem.publisherId(), .recipientID(), .associatedUserID()
- It was confusing that userID is not the parameter "id" passed into Session.getAuthenticationToken().
- A class UserID on the server and client would help. Besides others, it should have UserId.customId().
Just some thoughts...
Marc

Similar Messages

  • Microsoft Project 2010 Error/Bug Using Filters and AutoFilters

    Dear Community Members/Team,
    I came across an error/bug while using Filter and AutoFilter options in Microsoft Project 2010. The details are as under:
    I have an MS Project 2010 file which has total 3049 activities (IDs).
    The linking process (predecessors and successors) is almost complete.
    In MS Project 2010 software console, in the bottom left most corner, I have right clicked and enabled the options of "Filter" and "AutoFilter".
    In the "View" tab located at top console, I have selected "[No Filter] against the "Filter" icon. Also, from the drop down arrow against the "Filter"
    icon, I have enabled "Display AutoFilter". As a result I can see drop down arrows in front of all columns displayed in the file.
    I have displayed columns "Duration", "Start", "Finish", "Total Slack", etc.
    I used the drop down arrow appearing in front of "Total Slack" column, and I can see some options. At the bottom I can see all the "Total Slack" values with
    scroll option available and all the boxes here are checked. I remove the check box in "Select All" field and manually select any random value such as "-11.17 wks".
    To my surprise, some values when selected, they are displayed correctly with the relevant activities shown. However some of the values which I select are not appearing and the relevant
    activities are not shown and only empty rows are shown. So I use "Clear Filter" and try some other option.
    Now, to find those activities, I have to click on the drop down arrow in front of "Total Slack" column, Go to "Filters", and select the last option "Custom".
    Now I select show rows where Total Slack "equals" and I select any value from drop down arrow appearing in front of "equals", I can see all those values of "Total Slack" and I randomly select the same value for e.g. "-11.17
    wks". This time the relevant activity is displayed correctly which was not shown by using the above method of selecting a certain value by selecting a check box from drop down arrow appearing against any column.
    I hope to have a response from the community.
    Regards,
    Usman

    Hi Usman,
    Strangely we are having the exact same discussion with another member here:
    https://social.technet.microsoft.com/Forums/projectserver/en-US/0ae3530f-6760-4ef9-afd9-6028258a490e/autofilter-feature-malfunctioning?forum=projectprofessional2010general
    Please go through this thread and tell us if it brings some light. Particularly try with a brand new file to reproduce the error. It could see the error on Ahmad's file, but couldn't reproduce it on a brand new file.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Error / BUG in BPM SAP PI7.1 "Expression must not return a multiline value"

    Hey experts,
    I try to use a MULTILINE interface in an integration process, but when I try to select the multiline interface in the sending Step (asynch), then I can´t select a INDEX variable? ...
    See here: Picture of ERROR
    I tried my steps with a XI3.0 in exactly the same way and it works. Is this a bug in the PI? We have Service Package 04 (initial Shipment).
    Does anyone has an idea?
    Thanks a lot for fast help
    Rgds,
    Steffen

    Hi,
    I tested it on a PI 7.1 SP 8 and there it works.
    What you could try is to export your Integration Process from XI 3.0 (you said it's working) and import it in your PI 7.1.
    Regards
    Patrick

  • ORACLE LOG ERRORS - Bug in oracle??

    Hi,
    we are using oracle log errors to capture oversized err records for varchar2 type fields. Sql is something like:
    INSERT INTO abc (col1,col2) VALUES ('asdsass','weqwewqee') LOG ERRORS INTO abc_err('1') REJECT LIMIT UNLIMITED;
    But, data captured in abc table is trimmed data. Right spaces present in source are being trimmed by oracle while capturing this error table. I have the following queries:
    -Has anyone else experienced this type of behavior?
    -Is it a bug in oracle log errors functionallity??
    -Is there any workaround to use oracle log errors functionality to catch untrimmed data?
    thanks,
    Edited by: user7036480 on Dec 11, 2008 4:22 PM

    user7036480 wrote:
    -Has anyone else experienced this type of behavior? Yes, described in that issue while "log errors into g_logtest_err(1) reject limit 1" (is it you?)
    -Is it a bug in oracle log errors functionallity?? Raise a SR to know.
    -Is there any workaround to use oracle log errors functionality to catch untrimmed data?No.
    Nicolas.

  • OCA - ODBC - Error/BUG

    Hi everybody,
    Could anybody help me on this :
    I encountered an error message when I use SQL-Plus 8.0.6 with OCA 8.0.6 and RSF 8.0.6, it said : ORA-00022 : invalid session id; access denied.
    I heard that the solution is to downgrade the RSF to 8.0.5, yes it really works. But the problem is RSF 8.0.5 resides in default_home directory, but the Form 6i that i use resides in oracle_home directory.
    Could anybody help me to solve the problem, since 8.0.6 resides in oracle_home and 8.0.5 resides in default_home.
    Thank you very much for the kind attention, greatly appreciate for the help.
    Best regards,
    Tonny Loekito
    null

    Here are few Metalinks that support the Error
    DOC ID: 159964.1
    DOC ID: 299604.1
    Bug No: 779714
    Sometimes it will be a ORA-1013 error!
    Re: ORA Error 1013 - Problem Connecting to Oracle Via ODBC
    Follow up with the above forum - hopefully it will solve your issue

  • Urgent! Music player error/bug

    my n95 8gb's music player has some kinda error. i downloaded a mp3 file, the artist name was ACDC. i renamed it to AC/DC, but the ACDC artist name wasn't deleted. i opened it, nothing was there. i tried to delete it, but a pop-up message says General: Feature Not Supported. Can anyone here help me with this? coz i have to sell my phone so i can buy an electric guitar. Please help..
    Regards,

    This is a normal case with the phone
    on firmware 3.08 you often get General System Error
    on firmware 3.26 you would get an never ending Searching for Music
    on firmware 4.13 you would freeze up your music playing by using the original head set after playing 2-5 tracks
    I have to add that the music player is the major flaw in this phone with its series of bugs.  It has issues when updating library after adding new songs too, in addition to its low sound production.
    I have tried the phone soft reset but this is never a permanent solution
    The phone is a good phone still but Nokia seems to neglect its users.

  • "Unsupported Image Format" malloc error BUG

    I've been having this issue for weeks now; not sure what triggered it, but lately, it happens after editing somewhere between 20 - 50 photos. It happens with files from my Nikon D1, Nikon D70, and Nikon D300. It happens to both RAW files and JPEGS.
    The issue is, while going through a project, performing edits to the photos and then moving to the next one, after doing a set of photos, eventually, Aperture will give me the dreaded burgondy "Unsupported Image Format" in the main viewing window. That error will pop up for every photo, until I fix it, by quitting Aperture and restarting it; once I do that, the problem goes away, until it pops up again in another 20 - 50 photo edits.
    When the error does occur, something similar to what is below gets written to /var/log/system.log. This is most definately a bug in Aperture. Obviously not everyone is running into it, but Google tells me that enough people are hitting it, so there is obviously some combination of software and hardware configurations that causes this bug to trigger. There is a memory allocation bug in Aperture. The below messages make that statement indisputable. Apple, please fix this!
    May 17 09:49:01 sklarbook Aperture[17310]: Aperture(17310,0xb0cda000) malloc: * mmap(size=48848896) failed (error code=12)\n* error: can't allocate region\n* set a breakpoint in mallocerrorbreak to debu
    g
    May 17 09:49:03: --- last message repeated 1 time ---
    May 17 09:49:01 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: Aperture(17310,0xb0cda000) malloc: * mmap(size=48848896) failed (error code=12)
    May 17 09:49:01 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * error: can't allocate region
    May 17 09:49:01 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * set a breakpoint in mallocerrorbreak to debug
    May 17 09:49:01 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: Aperture(17310,0xb0cda000) malloc: * mmap(size=48848896) failed (error code=12)
    May 17 09:49:01 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * error: can't allocate region
    May 17 09:49:01 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * set a breakpoint in mallocerrorbreak to debug
    May 17 09:51:27 sklarbook Aperture[17310]: Aperture(17310,0xb0cda000) malloc: * mmap(size=48848896) failed (error code=12)\n* error: can't allocate region\n* set a breakpoint in mallocerrorbreak to debu
    g
    May 17 09:51:33: --- last message repeated 1 time ---
    May 17 09:51:27 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: Aperture(17310,0xb0cda000) malloc: * mmap(size=48848896) failed (error code=12)
    May 17 09:51:27 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * error: can't allocate region
    May 17 09:51:27 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * set a breakpoint in mallocerrorbreak to debug
    May 17 09:51:27 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: Aperture(17310,0xb0cda000) malloc: * mmap(size=48848896) failed (error code=12)
    May 17 09:51:27 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * error: can't allocate region
    May 17 09:51:27 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * set a breakpoint in mallocerrorbreak to debug
    May 17 09:51:46 sklarbook Aperture[17310]: Aperture(17310,0xb0637000) malloc: * mmap(size=35876864) failed (error code=12)\n* error: can't allocate region\n* set a breakpoint in mallocerrorbreak to debu
    g
    May 17 09:51:52: --- last message repeated 1 time ---
    May 17 09:51:52 sklarbook Aperture[17310]: Aperture(17310,0xb0cda000) malloc: * mmap(size=48848896) failed (error code=12)\n* error: can't allocate region\n* set a breakpoint in mallocerrorbreak to debu
    g
    May 17 09:52:03: --- last message repeated 1 time ---
    May 17 09:51:46 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: Aperture(17310,0xb0637000) malloc: * mmap(size=35876864) failed (error code=12)
    May 17 09:51:46 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * error: can't allocate region
    May 17 09:51:46 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * set a breakpoint in mallocerrorbreak to debug
    May 17 09:51:46 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: Aperture(17310,0xb0637000) malloc: * mmap(size=35876864) failed (error code=12)
    May 17 09:51:46 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * error: can't allocate region
    May 17 09:51:46 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * set a breakpoint in mallocerrorbreak to debug
    May 17 09:51:52 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: Aperture(17310,0xb0cda000) malloc: * mmap(size=48848896) failed (error code=12)
    May 17 09:51:52 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * error: can't allocate region
    May 17 09:51:52 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * set a breakpoint in mallocerrorbreak to debug
    May 17 09:51:52 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: Aperture(17310,0xb0cda000) malloc: * mmap(size=48848896) failed (error code=12)
    May 17 09:51:52 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * error: can't allocate region
    May 17 09:51:52 sklarbook [0x0-0x279279].com.apple.Aperture[17310]: * set a breakpoint in mallocerrorbreak to debug

    Make sure you use Aperture's "send feedback" to report this bug. Apple doesn't necessarily read these forums on a regular basis (see the TOS); they are user-to-user forums.

  • BPEL wsdl customisation throwing Error -- Bug?

    Hi guys,
    I observed something strange in BPEL's behaviour.
    I made a synchronous HelloWorld/Echo service, accepting default schema. the BPEL wsdl is create with default "process" operation and "payload" message part.
    I changed the wsdl to reflect operation as "CustomMethod" and message part to be "random" and made relevant changes in BPEL as well . On redeplying, i am unable to invoke from console. It's giving me error:
    The following exception occured while processing this request:
    Failed get operation definition.
    Failed to get the WSDL operation definition of "CustomMethod" in portType "{http://xmlns.oracle.com/HelloWorldBPEL}HelloWorldBPEL".
    Please verify that operation "CustomMethod" is defined in portType "{http://xmlns.oracle.com/HelloWorldBPEL}HelloWorldBPEL".
    Am i missing something or is this a probable bug ?

    Did you tried undeploying the old helloworld and redeploy the new one.
    Sometimes this occures overhere because of old wsdl cache

  • Importing Feedback Error (Bug?)

    Hi,
    I get the following issue when importing feedback from a prod environment into a dev environment:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-20001: You can't import feedback into the same system! <pre>begin wwv_flow_api.set_feedback_origin('MYWORKSPACE', 'DEVELOPMENT'); null; end;</pre>Here's how to replicate it:
    Prod Machine:
    Workspace: myworkspace
    export file
    Dev Machine:
    Workspace: myworkspace
    import file
    I get the error message above.
    This issue does not occur when the dev and prod workspaces names are different. I'm not sure if this is a bug or intended functionality.
    Thanks,
    Martin
    http://www.talkapex.com
    Edited by: Martin Giffy D'Souza on Nov 7, 2010 9:06 PM

    Hi Martin,
    your problem is that you have the same "Feedback Synchronization Source Identifier" on body systems. It's defaulted with the workspace name when you create a workspace.
    Here is what you have to do.
    On your PROD system:
    1) Login into INTERNAL (Instance Administration)
    2) Go to "Manage Workspaces"
    3) Existing Workspaces
    4) Pick your workspace and click the "Edit" icon
    5) Modify the "Feedback Synchronization Source Identifier" to "PROD" or something else.
    On your DEV system:
    1) Login into INTERNAL (Instance Administration)
    2) Go to "Manage Workspaces"
    3) Existing Workspaces
    4) Pick your workspace and click the "Edit" icon
    5) Modify the "Feedback Synchronization Source Identifier" to "DEV" or something else.
    Now your import/export should work without any problems.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Error (bug) collecting projects linked to AAF footage (via CC's integrated Automatic Duck)

    Hi.
    I think this might be a bug. Every time we try to collect a project that has imported media, ingested from an AAF (with embedded media) via AE CC's integrated Automatic Duck (or what used to be Automatic Duck before Adobe bought it and integrated it into AE natively) script, we get an error such as this:
    ... and the project won't collect. The errors that pop up are always referring to Quicktimes that are pulled from the AAF via the script. If we manually relink each and every one of these media files, the project collects fine -- but not unless we go that extra step.
    So, everytime we have to collect a project, we have to collect the project as "project only" and then manually hunt down every media file and relink it to the collected project.
    Any one out there experience something similar?
    We are using Mac workstations on OSX 10.9.2 with AE CC 12.2.1.5. Our media is storage on a NAS shared via AFP/SMB. Importing AAF's (with embedded media) into AE is such an a great way for offline Avid workflow, but this little bit of weirdness does put a kink in that awesomeness.

    Just a another little detail. The file path that comes up in the error is the destination of the where the collection process is trying to dump the media, not the source.

  • Has anyone solved the notorious "Cannot Connect to Youtube" error/bug?

    Whenever I open the Youtube app I get "Cannot connect to Youtube" no matter what why network I'm on no matter how I'm connected. EVERYTHING else on the phone works perfectly.
    Even the youtube website works fine via safari but the videos WILL NOT PLAY.
    I have tried all the hit or miss speculative solutions that people claim work for them:
    *Change the date past the year 2030 and then back again.
    *Hard reset the phone
    *Power on power off
    *Reset network settings
    *Full reset of settings
    *Trying different networks
    *Connecting to the computer and synching the phone and the apps
    None of these work. Some people claim success with one or more of the different methods above but it doesn't work for me and many others. This issue has been going on for a LONG time and it is WIDESPREAD (just search this forum or the internet at large via google and you will see). It spans across multiple devices (iPhone and iPod Touch alike) and multiple software versions across multiple generations of the devices. I find it appalling that Apple is silent on this gaping bug.
    Does anyone have a solution? Does anyone know how to get Apple to DO SOMETHING?
    Thanks.

    get the new update 3.1.3. youtube works great for me. not had a problem with it yet...

  • Manual Recording Errors & Bugs

    Last night.  FOX (508)  Daytona 500 NASCAR Race.
    "House" as a series was scheduled to record.
    All attempts to create a manual recording for any timeframe on CH 508 was met with errors, from, one telling me there was a recording already scheduled for that channel (although there was only one, and it was from 8-to-9 PM), another telling me the start time had already passed (the time was 8:02, and the manual start time was 8:59.
    At times, the scheduled HOUSE did not show up on the DVR->View Schedule>, yet at all times the red record indicator showed up on the GUIDE.
    Bottom line - once I started trying, I got only errors UNTIL I STOPPED, then DELETED the House recording.  I ended up having to use the guide and press RECORD on each guide listing until midnight.  (and then the Simpson's time slot, and my recordings, ended 15 laps before the finish!!!!!!!!!)
    PJ
    CISCO CHS 435HDC (2)
    CISCO CHS 335HDC (1)
    1.9 Build:12.40

    Manual recording from the web is currently not possible.  Only guide scheduled recordings.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • CS6 3D error (bug?) "Could not complete your request because the path is too complex."

    I'm running into a bit of a problem with having a shape extruded in 3D.
    If I draw a rectangle shape set to path over an image and then choose "source - work path" and "3D extrusion" I will get a 3D rectangle with the image on the front side.
    If I draw a 3 sided polygon (triangle) set to path over an image and then choose "source - work path" and "3D extrusion" I will get a error telling me that the path is too complex.
    I'm doing the exact same thing.
    Now, if I have 4 sides plus, on the polygon it will extrude just fine.
    Something seems to be happening with 3 sided polygons.
    This holds true with the pen tool as well. Three points will give you the error, 4 and above seem not to.
    Any ideas and to why this is happening?
    Thanks!
    Lux
    CS6 - latest build
    Mac 12 core
    24gigs Ram
    Cloud subscriber

    Work around. (CS6)
    (1) Draw your trangle shape.
    (2) Convert one of the corners to a smooth corner (just barely). If you doesn't work, bend flex it a little more, and try again.
    (3) 3D/New 3D extrusion from selected layer.
    (4) Switch camera to top view.
    (5) With 3D layer selected, in the coordinates menu of Properties panel, set X angle to 90.
    (6) Snap object to ground plane.
    (7) Set depth to 0.
    (8) In the Cap menu of the Properties panel, adjust cap width to 100%.

  • IMessage error / bug found

    My friend has a non ios5 iPhone 4. I have an ios5 iPhone 4s.
    I took their sim card and out and put it in my ios5 device, now when I text them my phone believes they have iMessage when they don't. I turned off iMessage so I can still text them.
    Has anyone else seen this bug or know a fix so I can continue to use iMessage?
    Thank you for the help

    I understand you can start writing a new message and when you type their name in, a small blue balloon appears. If you click and hold the balloon you should be able to remove them from the iMessage database
    Can't verify this however

  • How to fix javascript error/bug on custom web part of SharePoint 2013

    I have a custom web part with serveral business fields. This web part is installed on DispForm, EditForm an NewForm.
    But, I click on Attach File button and a javascrit error is throw on my browser's status bar.
    Line: 5279
    Character: 5
    Code: 0
    URI: http://mysite:4000/_layouts/15/form.debug.js?rev=vyMg8qjZfJ8La1jn7bQ2cg%3D%3D
    How to solve this problem? I think it is a javascript conflict
    Tarcísio Corte [email protected]

    Hi,
    1. You can create a simple demo web part without your custom code firstly, then insert it into your form pages to see if the similar issue would occur. If it works, then add your
    other code into it one after one. By doing this, it will be easier to find out the root cause of this issue.
    2. What browser do you use? Please try to use IE 10(SharePoint 2013), IE8(SharePoint2010).
    3. You can also debug your code using IE F12 Developer Tools.
    http://blogs.msdn.com/b/kaevans/archive/2011/04/25/debugging-javascript-with-the-ie-developer-tools.aspx
    If the issue still exists, I can suggest you provide more information for further research.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

Maybe you are looking for