Player 10.1 and Air using Compatibility Mode

This is related to post at http://forums.adobe.com/message/2933137#2933137, but, thought I should start another since that one is marked answered.
I'm having a similar issue with an Air app, but, I am using 4.1 SDK (and LCCS 10.1 swc), but still getting the same error regarding GroupSpecifier (pasted below).
I have an Air app project and related web app project, which both use a library project (ARSystemLib in the trace below).  The library project is using 4.1 SDK, and has the Flex 3 compatibility mode turned on, along with 10.1.0 set as "use a specific version" under "Flash Player Options".  The Air project is also using 4.1 SDK and Flex 3 compatibility, along with the compiler option "-target-player=10.1.0".
For the web app, I had to remove the "Use a specific version" of 10.1.0 for it to compile ( was getting many "Classes must not be nested", which seems to be a difficult issue to fix after much research on others getting this message).
I'm okay with the web version not using 10.1 for p2p, but, critically need this for the Air version.  I'm hoping it's not the "Compatibility" mode setting, as reworking the app without is a huge undertaking.
Thanks,
David
VerifyError: Error #1014: Class flash.net::GroupSpecifier could not be found.
at com.adobe.rtc.session::ConnectSessionContainer()[/Users/arun/Work/aponnusa_theoden.corp.a dobe.com_1666/depot/branches/connect/1010/cocomoPlayer10.1/src/com/adobe/rtc/session/Conne ctSessionContainer.as:112]
at com.ssc.compo

Hi David,
Apologies for the delayed response. I am guessing you will have to update the namespace in your <PROJECTNAME>-app.xml file under src of your project.
Your name space should be 2.0 or greater.
Its possible that your app has namespace like -
<application xmlns="http://ns.adobe.com/air/application/1.5"> ,
but it should be
<application xmlns="http://ns.adobe.com/air/application/2.0">
Also other options is to add -target-player=10.1.0 to your flex compiler options [additional compiler arguments]
Thanks
Arun

Similar Messages

  • Force IE using Compatibility Mode

    Hi,
    I would like to force IE using compatibility mode to visit webpage. However, after I set the custom header "X-UA-Compatible: IE=EmulateIE9", it stills does not work. Only .NET project can be auto applied compatibility mode.
    Is there any setting I have missed for setting ColdFusion webpage to use compatibility mode?
    Thanks.

    Try this "X-UA-Compatible" content="IE=EmulateIE9"

  • Kodak imaging doesn't work on Windows 7 using compatibility mode

    Hi,
    I want to run Kodak imaging on windows 7, I have register the OCX files correctly  but when click on kodakimg.exe nothing happening.
    i try to change the compatibility mode to windows 7 but nothing happen too.
    Please help me.
    Regards

    Hi,
    The Kodak Imaging for Windows program and the related controls are not included with Microsoft Windows XP and higher.
    Imaging for Windows XP Professional Edition and higher is now provided by Global 360.
    For more information. Please see:
    Kodak imaging for Windows is not included with Windows XP
    http://support.microsoft.com/kb/308979
    If you are using Windows 7 Professional, Windows 7 Ultimate and Windows 7 Enterprise, you may have a try to run this software in Windows XP Mode.
    More information about Windows XP Mode, please see:
    Windows XP Mode
    http://windows.microsoft.com/en-us/windows7/products/features/windows-xp-mode
    Hope this helps,
    Ada Liu

  • How can I do to install Patch and RDBMS using SILENT mode in a Pentium 4 ?

    I was installing the Oracle 8.1.6.0.0 in remote machines using a SILENT mode normally. But now, I`m having a problem with the Pentium 4. I need to apply a patch because of the bug number 1507768. And, after apply the patch, I don't get to install using the same response file (in a SILENT mode). How can I do to install the patch and the RDBMS using a SILENT mode in a Pentium 4?

    I've created a new domain with this command:
    $ asadmin create-domain adminport 18000 user admin dmRemineTest
    I've installed the serviceWindows with this script:
    SETLOCAL
    SET I=C:\Sun\SDK
    c:\windows\system32\sc.exe create JCAPS6U1_dmRemineTest binPath= "%I%\lib\appservService.exe \"%I%\bin\asadmin.bat start-domain dmRemineTest\" \"%I%\bin\asadmin.bat stop-domain dmRemineTest\"" start= auto DisplayName= "JCAPS6U1_dmRemineTest"
    pause
    ENDLOCAL
    like the one suggest me in this forum, and thanks for it but now i have an other problem. I've started the domain dmRemineTest and it is running:
    asadmin> list-domains
    dmRemineTest running
    domain1 not running
    Command list-domains executed successfully.
    I'm proving to access to eManager at link: http://intaliodevsrv:15000/eManager/Welcome.do
    inserting this informations required:
    Server Type: Sun Java System Application Server Domain (9.1)
    Host Name: localhost
    HTTP Administration Port: 18000
    User Name: admin
    Password: adminadmin
    I insert into HTTP Administration Port 18000 from here:
    <http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="18000" security-enabled="false" server-name="" xpowered-by="true"/>
    When I click on Connect to Server, eManager response with this message:
    Connection Failed. Please check the following:
    - Server Type is correct.
    - Server is running.
    - Hostname and Port number(s) are correct.
    - Server SSL configuration.
    How can I solve the problem?

  • Flash and AIR iOS Render Mode

    Discovered when I add video to my project I have to use GPU Render Mode to play the video smoothly. But this causes any Filters I've applied to text objects to disappear. Tried numerous ways of correcting including cacheAsBitmap... doesn't work. On some of my MovieClips I've checked ExportAsBitmap and that does work.
    Any suggestions to find a medium in both worlds?
    Video to play correctly and text objects with Filters applied to them.
    Testing on my iPad.

    I've heard and its been my experience that GPU shouldn't be used when dealing with video.
    @see http://forums.adobe.com/message/4310153
    http://help.adobe.com/en_US/as3/mobile/WS901d38e593cd1bac-3d719af412b2b394529-8000.html

  • Encrypt and decrypt using ECB mode

    Dear All,
    I'm looking the way to convert special character to hex and perform the encryption
    Example : (All are dummy values )
    Encryption key = K (Double length and using triple-DES)
    Clear test (C) 1234AB=C6578ABE3 -----(Encode) ------------>After encoding the data should 0-F (ABC12E340987EA12) --------(Encrypt using K)------>Ciper data ( ACF1BE547659AC34) ------->and sending to another server.
    At server level
    Ciper data( ACF1BE547659AC34) ------>(Decrypt using K)------>Getting encoding value (ABC12E340987EA12)-------->(Decode)------>Clear test (C) = 1234AB=C6578ABE3 -----------> and processing
    Q1. Is there any encoding method that can be used ?
    Note : Really I'm not in position to change length of clear test (such as encoding asciii ) .
    Regards

    Thanks
    I have send the my test code
    import java.security.Provider;
    import java.security.Security;
    import javax.crypto.Cipher;
    import javax.crypto.KeyGenerator;
    import javax.crypto.SecretKey;
    public class Encrypter {
         private static Provider PR   = null;
         private static SecretKey KEY = null;
         public static void init() throws Exception{
              PR = new com.sun.crypto.provider.SunJCE();
              Security.addProvider(PR);
            KeyGenerator desKeyGen = KeyGenerator.getInstance("DESede", PR);
            desKeyGen.init(112);
            KEY=  desKeyGen.generateKey();
         public static byte[] encrypt(byte[] clearBytes) throws Exception {
              Cipher cipher = Cipher.getInstance("DESede/ECB/NoPadding", PR.getName());
              cipher.init(Cipher.ENCRYPT_MODE,KEY);
              return cipher.doFinal(clearBytes);
         public static byte[] decrypt(byte[] encr) throws Exception {
              Cipher cipher = Cipher.getInstance("DESede/ECB/NoPadding", PR.getName());
              cipher.init(Cipher.DECRYPT_MODE, KEY);
              return cipher.doFinal(encr);
         static String byteArrayToHexString(byte in[])
             byte ch = 0x00;
             int i = 0;
             if (in == null || in.length <= 0)
                     return null;
             String pseudo[] = {"0", "1", "2","3", "4", "5", "6", "7", "8","9", "A", "B", "C", "D", "E", "F"};
             StringBuffer out = new StringBuffer(in.length * 2);
             while (i < in.length)
                     ch = (byte) (in[i] & 0xF0); // Strip off high nibble
                     ch = (byte) (ch >>> 4);     // shift the bits down
                     ch = (byte) (ch & 0x0F);    // must do this is high order bit is on!
                     out.append(pseudo[ (int) ch]); // convert the nibble to a String Character
                     ch = (byte) (in[i] & 0x0F); // Strip off low nibble
                     out.append(pseudo[ (int) ch]); // convert the nibble to a String Character
                     i++;
             String rslt = new String(out);
             return rslt;
         public static byte[] hexStringToByteArray(String s) {
               int len = s.length();
               byte[] data = new byte[len / 2];
               for (int i = 0; i < len; i += 2){
               data[i / 2] = (byte) ((Character.digit(s.charAt(i), 16) << 4)
               + Character.digit(s.charAt(i+1), 16));
               return data;
         public static void main(String[] args) {
              String clearString = "1234AB=C6578ABE3";
              byte clearByte[] = hexStringToByteArray(clearString);
              try {
                   init();
                   System.out.println("Clear     data : "+clearString);
                   byte enrByte[] = encrypt(clearByte);
                   System.out.println("Encrypted data : "+byteArrayToHexString(enrByte));
                   byte decByte[] = decrypt(enrByte);
                   System.out.println("Decrypted data : "+byteArrayToHexString(decByte));
              } catch (Exception e) {
                   e.printStackTrace();
    Out put as follow,
    Clear data : 1234AB=C6578ABE3
    Encrypted data : 7EAEA4AB3FAA8DC1
    Decrypted data : 1234ABFC6578ABE3
    I'm not getting correct clear value after decrypting. (= character is getting replace with F)
    Thanks
    Edited by: sabre150 on Aug 9, 2012 2:46 PM
    Moderator action : added [ code] tags to format the code. Please do this yourself in the future.

  • AP1042N and AIR-PWRINJ3 compatibility

    I read the Cisco Aironet 1040 Series Access Points Data Sheet
    http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps11203/data_sheet_c78-609338.html
    In Powering options recommended for powering
    • Cisco AP1040 Power Injectors (AIR-PWRINJ4=)
    AIR-PWRINJ4, how i know, is used for devices with needing power up to 20W through PoE.
    In description to that AP is writen
    Designed for sustainability, the Cisco Aironet 1040 Series offers 802.11n performance with standard 802.3af Power over Ethernet (PoE). At only 12.95 watts of power, the 1040 Series combines the power of dual-radio 802.11n with the efficiency of standard PoE. The sleek industrial design of the 1040 Series blends seamlessly into any indoor enterprise environment.
    Turns it should be enough AIR-PWRINJ3 injector. Can AIR-LAP1042N works with PoE injector AIR-PWRINJ3?

    Hi Yury,
    I think you may have to go with AIR-PWRINJ4= for safer side. Even though AP1040 theoretically consumes power of 12.95 please be aware that when deployed using PoE, the power drawn from the power sourcing equipment will be higher by some amount dependent on the length of the interconnecting cable. This additional power may be as high as 2.45W, bringing the total system power draw (access point + cabling) to 15.4W.
    So it would be ideal for you to use AIR-PWRINJ4= which offer power upto 20W rather than AIR-PWRINJ3 which offer the power of 15W only. I'm assuming that 1042 Ap's would work with AIR-PWRINJ3 on most of the cases but if your planning to buy new i would recommend you to go with AIR-PWRINJ4=  in order to avoid last minute surprise :-)
    Regards
    Najaf
    Please rate when applicable or helpful!!!

  • My itunes will not open on my laptop anymore. I tried reinstalling it and checking the compatability mode and it still will not open. I have windows 7. Please help!!

    My itunes will not open on my laptop I have windows 7

    Remove SC Info.sidb file 
    (This applies to Win7 or Vista)
    From the Start menu, click Computer.
    In the Organize menu, click Folder and Search Options.
    Click the View tab.
    In the "Advanced settings" pane under "Hidden files and folders" make sure that the "Show hidden files and folders" option is selected.
    Click OK.
    Navigate to the following location by either typing it into the address bar, copying and pasting it into the address bar, or clicking through the folder hierarchy listed: C:\Program Data\Apple Computer\iTunes\SC Info
    Right-click the SC Info.sidb file shown and on the shortcut menu, click Delete.
    Right-click the SC Info.sidd file shown and on the shortcut menu, click Delete.
    Restart the computer and open iTunes.

  • HT201263 ipod is dead, wont charge, and cant use recovery mode

    I have tried everything that Apple has on the troubleshooting page.  I have used several different cables (all of which work on my other ipods), but it is just being a paperweight!  It was working fine until just a few days again, then just wouldn't turn on, charge, or come up on iTunes.

    Time for an appointment at the Genius Bar of an Apple store.

  • Using iTunes with 'compatability mode'?

    I continue to get an error message that states iTunes is running using the compatability mode for an earlier version of windows. I am using Windows 7 OS and using a right click on the iTunes.exe file the 'use compatability mode' box is unchecked and I am running as administrator. Anybody got an idea as to how to turn this off??

    This is already explained in "Oracle Database Utilities 10g Release 2 (10.2)" manual.
    Table Mode
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_export.htm#sthref69
    Example - Performing a Table-Mode Export
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_export.htm#sthref220
    Oracle® Database Utilities 10g Release 2 (10.2)
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm
    Note: 277905.1 - Export/Import DataPump Parameter TABLES - How to Export and Import Tables Residing in Different Schemas
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=277905.1

  • How to set Compatibility Mode for a single site in ie10

    This question was originally posted on the Answers forum -
    http://answers.microsoft.com/en-us/ie/forum/ie10-windows_7/how-to-set-compatibility-mode-for-a-single-site-in/187152e3-142a-4d96-8d1b-af82ef571eec
    I am having problem with getting ie10 to set ie9 compatibility for a single site (sharepoint.contoso.com).
    When I add this website in Compatibility View Settings (Alt > Tools > Compatibility View Settings > 'Add this Website') it adds the domain 'contoso.com' and not the individual website (sharepoint.contoso.com).
    This cause other sites (www.contoso.com) to be configured to use compatibility mode. Because this is a separate site (different web server) to the site sharepoint.contoso.com (sharepoint 2010 server) we need different compatibility settings.
    Using a different example to explain the issue -
    Microsoft has three websites that are different websites created by different developers written in different programming languages and they only work with certain browsers.
    microsoft.com (Website1 created by Developer1) - compatible with ie8/ie9/ie10
    msdn.microsoft.com (Website2 created by Developer2) - compatible with ie8/ie9
    technet.microsoft.com (Website3 website created by Developer3) - compatible only with ie10
    The only thing the three website share is the URL contains 'microsoft.com'.
    Marking 'msdn.microsoft.com' to run in compatibility mode affects the other 2 websites - mainly technet.microsoft.com which will not work now since it only runs in pure ie10 mode. 
    Should you be able to add an individual site to the compatibility list instead of all sites that have  .microsoft.com in the URL? Am I missing a simple setting in the ie10?
    As a workaround I am using the F12 Developer Tools to set the Browser Mode which temporary sets the compatibility mode. However this is not a nice solution to the end users at our organisation. 

    problem is not solved for non corporate environments...
    You could start your own thread.  Then if you got that answer and it was marked Answered you would have the ability to unmark it.  The OP of this one seems satisfied.  Also note that this is TechNet.  Consumers can get help on Answers
    forums.
    Robert Aldwinckle
    Oh! I wrote it wrong: I should have said: This is not solved for NON-AD environments. No demands what so ever to use Window 7/8 professional in a small corporation or on a big corporation with Island of smaller departments for example offshore.
    The problem is that the thread is not "Answered" by the OP, its is marked answered by a moderator (and same moderator that did the answer) so no way of telling if the OP is satisfied.
    But you are right in the fact that I am almost kidnapping the thread. But a complete answer would benefit all in this case I would presume.
    Regards
    /Aldus

  • Problem losing Compatibility Mode in migrating to 9i

    I am currently working on migrating a large number of forms to 9i. Some of these forms were created by Designer 2 for Forms 4.5 and have been manually maintained over the years and are currently running client-server under Forms 6i. However, many of them have the Forms Compatibility Mode set to 4.5. In preparation for the step to 9i, I am updating the forms under 6i, replacing deprecated builtins that are not included in 9i, etc, and changing the Compatibility mode up to 5.0 (9i does not have a compatibity mode property).
    I have come across a problem with one form which does not operate correctly when I switch off Compatibility Mode 4.5. It has 4 blocks in a simple master-detail-subdetail-subsubdetail structure. The Copy Value From Item property is used to deal with the foreign keys. Querying and scrolling through records works perfectly. However, on creating a new record in the second level, the subdetail blocks do not pick up the new key values, but retain the last values they held. With Compatibility Mode 4.5 set, the form works perfectly.
    I have read through Metalink and found the differences between 4.5 and 5.0 and can not see anything that would cause this behaviour. Has anyone else experienced anything similar please?
    Ian Morgan

    OK, I can answer my own problem now. The form had a When-Validate-Item trigger on the lowest level block which apparently fired before the Copy Value From Item takes effect in 5.0 Mode, but must be the other way around in 4.5 Mode.
    I moved the When-Validate-Item trigger code into a When-Validate-Record trigger instead, and now it works as required.
    Ian Morgan

  • 15530-FCGE-8P ISC3 in Compatibility Mode

    We an ONS 15530 with a 15530-FCGE-8P card on slot 7. Physical ports are configured as follows: Ports 0 and 1 = GE, Ports 2 and 3 = GE, Ports 4 and 5 = ISC Compatibility, Ports 6 and 7 = ISC compatibility mode. Ports 5 and 7 are up. However, port 4 and 6 are still down.
    No trouble was found on the mainframe side and. If we swap the cable from port 4 to port 5, port 5 works. But if we connect the cable from port 5 to port 4. The connection is down.Same happens between ports 6 and 7.
    Anybody out there with experience in using CISCO DWDM with ISC (coupling facility) links ?

    Since you have swapped the cables and checked, the possibility of a cable fault is ruled out. Looks like there is some compatibility problems. What is the encapsulation used on the ports which are down. Maybe there is a mismatch in the encapsulations at the two ends.

  • Equivalent to IE9 compatibility mode?

    I cannot access the Sage Customer Portal site. I can sign in, but when I move on to the screen where I can choose what support I need, the top fills in, but the rest of the screen remains blank.
    I fixed this problem with IE9 by using compatibility mode (makes the browser work on websites designed for older browsers). I much prefer using Firefox and would like to get it to work with the Sage Customer Portal site. Is there any equivalent in Firefox to the IE comptability mode?
    Thanks.

    Firefox has always been W3C compliant and doesn't have or need a mode to be compatible with older version.
    IE is now more W3C compliant and has such a mode to make sites work that were designed with those older IE versions in mind. That means that they have code that only works properly in those older IE versions and not in modern browsers that are W3C compliant. They will have to update their code to support other browsers (including Google Chrome and Opera as well) to keep their site working. You can contact them via mail to ask when they intend to support such other browsers.

  • I have windows 7 and I can't sign into ITunes.  Message says to turn off compatibility mode to use.  How and why do I need to do this?

    I have Windows 7.  I was previously using Windows 98 when I set up ITunes and developed a library of music and movies.  When I try to log in I keep getting a message stating that am using an older version of Windows and that I need to turn off "compatability mode to use ITunes.  Where and why do I need to do this?

    Hi there skinguru,
    You may find the information in the article below helpful.
    iTunes for Windows: How to turn off Compatibility Mode
    http://support.apple.com/kb/ts1489
    -Griff W. 

Maybe you are looking for

  • Smartforms output in list display

    hi, Table borders are not displayed in list display of the spool request.how to resolve this?

  • Half of RAID 50 missing

    I have a fully populated 14 disk RAID, formatted as RAID 50. Both partitions show in disk utility, but only the other half shows as missing part of the RAID 0 set. Simply, I only see one slice when I should see two. So the volume doesn't mount, obvio

  • THIS IS WHAT FIXED MY iTUNES

    After uninstalling and reinstalling everything over and over again, I read on a post somewhere that you need the standalone version of Quicktime to get iTunes to work again. That can be found here: http://www.apple.com/quicktime/download/standalone.h

  • Photoshop out of memory error

    Hi, I am running in a mixed enviroment with Open Directory master for authentication on a Snow Leopard OS 10.68 server, with both Lion and Snow Leopard client machines. My Users, due to Adobe products crashing with none mobile accounts, are using ext

  • Menu item in Jsp/Servlet

    Hi experts, when you're using Jsp/Servlet to implement the front-end web application, what options do you have for implementing some menu dropdown? Is awt or swing can be used for that purpose? How would you go about the layout management issue? Than