Deallocate/Release channel failed (urgent)

Hello forum users,
I encountered a serious issue with RMAN.
I use an RMAN script, allocate manually 5 channels for backup to an external server with Legato/LTO.
In RMAN log backup finishes successfully but RMAN process do not release channels and for next backup RMAN returns errors because it considers that there is a running backup.
Did someone encounterer this issue ? What can I do ?
Regards,
Guillaume

Hi Alan,
Application "EMC Networker" is used to launch rman script :
NSR.log (EMC Networker)
cmd_args = send "'NSR_ENV=(NSR_GROUP=Archive_MYINSTANCE,NSR_SERVER=server.localdomain,NSR_SAVESET_NAME=d:\nsr\rman_scripts\archive_all_myinstance.txt)'"
rman_script = d:\nsr\rman_scripts\archive_all_myi.txt
saveset_name = d:\nsr\rman_scripts\archive_all_bip.txt
Launching backup process
nwora_run_RMAN: Entering.
nwora_run_RMAN: Writing out the RMAN script.
nwora_run_RMAN: The argv[] is:
D:\oracle\BIP\102\bin\rman.exe
"msglog 'd:\nsr\applogs\msglog102_myinstance.log' "
send "'NSR_ENV=(NSR_GROUP=Archive_myinstance,NSR_SERVER=server.localdomain,NSR_SAVESET_NAME=d:\nsr\rman_scripts\archive_all_myinstance.txt)'"
cmdfile
'd:\nsr\rman_scripts\archive_all_myinstance.txt'
nwora_run_RMAN: The envp is:
nwora_run_RMAN: Spawning the RMAN session.
nwora_spawn_RMAN: Entering.
nwora_spawn_RMAN: Creating the communication pipe.
nwora_spawn_RMAN: Spawning the RMAN process.
nwora_spawn_RMAN: Spawned the RMAN process 13132.
------------------------------------------------------------------------------------> no message EXIT ????
RMAN log :
Recovery Manager: Release 10.2.0.2.0 - Production on Thu Feb 14 16:19:18 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
RMAN> connect rcvcat *
2> connect target *
3> run{
4> allocate channel c2 type 'SBT_TAPE'
5> parms 'ENV=(NSR_SERVER=SERVER.localdomain, NSR_DATA_VOLUME_POOL=VSL)';
6> sql "alter system archive log current";
7> backup format 'ARC_%d_s%s_p%p_t%t' archivelog all delete input ;
8> release channel c2;
9> }
10>
connected to recovery catalog database
connected to target database: myinstance (DBID=4288410793)
allocated channel: c2
channel c2: sid=106 devtype=SBT_TAPE
channel c2: NMO v4.5.0.0
sent command to channel: c2
sql statement: alter system archive log current
Starting backup at 14-FEB-08
current log archived
channel c2: starting archive log backupset
channel c2: specifying archive log(s) in backup set
input archive log thread=1 sequence=11876 recid=11772 stamp=646676364
input archive log thread=1 sequence=11877 recid=11773 stamp=646676424
channel c2: starting piece 1 at 14-FEB-08
channel c2: finished piece 1 at 14-FEB-08
piece handle=ARC_myinstance_s3432_p1_t646676474 tag=TAG20080214T162114 comment=API Version 2.0,MMS Version 4.5.0.0
channel c2: backup set complete, elapsed time: 00:00:26
channel c2: deleting archive log(s)
archive log filename=R:\ORACLE\myinstance\ORAARCH\myinstanceARCHARC11876_0626437590.001 recid=11772 stamp=646676364
archive log filename=R:\ORACLE\myinstance\ORAARCH\myinstanceARCHARC11877_0626437590.001 recid=11773 stamp=646676424
Finished backup at 14-FEB-08
---------------------------------------------------------------------------------------------> no channel released
Script RMAN (archive log all) :
connect rcvcat xxxx/xxxx@xxxx;
connect target sys/xxxx@yyyy;
run{
allocate channel c2 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=SERVER.localdomain, NSR_DATA_VOLUME_POOL=VSL)';
sql "alter system archive log current";
backup format 'ARC_%d_s%s_p%p_t%t' archivelog all delete input ;
release channel c2;
Script RMAN (full backup) :
connect rcvcat xxxx/xxxx@xxxx;
connect target sys/xxxx@yyyy;
run{
set command id to 'Stopme!';
allocate channel c1 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=SERVER.localdomain, NSR_DATA_VOLUME_POOL=VSL)';
allocate channel c4 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=SERVER.localdomain, NSR_DATA_VOLUME_POOL=VSL)';
allocate channel c5 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=SERVER.localdomain, NSR_DATA_VOLUME_POOL=VSL)';
allocate channel c6 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=SERVER.localdomain, NSR_DATA_VOLUME_POOL=VSL)';
sql "alter system archive log current";
backup filesperset 20 tag 'Backup SCP' format 'DB_%d_s%s_p%p_t%t' database;
release channel c1;
release channel c4;
release channel c5;
release channel c6;
allocate channel c2 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=SERVER.localdomain, NSR_DATA_VOLUME_POOL=VSL)';
sql "alter system archive log current";
backup filesperset 10 format 'ARC_%d_s%s_p%p_t%t' archivelog all ;
release channel c2;
allocate channel c3 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=SERVER.localdomain, NSR_DATA_VOLUME_POOL=VSL)';
backup tag 'ControlFiles SCP' format 'CTL_%d_s%s_p%p_t%t' current controlfile;
release channel c3;
}

Similar Messages

  • RMAN 0 level backup failed while releasing channels at end.

    In RMAN 0 level backup, when it's about to finish, reports an error as releasing channels. It backed up about 98% datafiles.
    Is this backup is usable. As we can not affort to take backup again as it's a big terabyte databse.
    Please suggest.
    Thanks in advance.
    Aj.

    Do you have release stmts in the script
    From 9i onwards oracle Release the channels automatically upon backing up, so you can remove the release channel lines if you have and try it

  • RMAN - Backups are failing *URGENT*

    Hi,
    I have a 2 10g DB (CM and ODSPROD) on HP-UX B.11.23 and both are on the same box and I have configured different script for individual DB on that BOX
    till yesterday the backups were working fine but today it errored as follows:
    run
    allocate channel c1 type 'SBT_TAPE';
    send 'NB_ORA_POLICY=ODSPROD1_RMAN,NB_ORA_SERV=QUEBACKUP';
    backup database format 'backup_of_%d_%s_%D_%M_%Y' plus archivelog format 'arch_of_%d_%s_%D_%M_%Y';
    restore validate database;
    ++++++++++++++++++++++++++++++
    run
    allocate channel c1 type 'SBT_TAPE';
    send 'NB_ORA_POLICY=ODSPROD1_RMAN,NB_ORA_SERV=QUEBACKUP';
    backup database format 'backup_of_%d_%s_%D_%M_%Y' plus archivelog format 'arch_of_%d_%s_%D_%M_%Y';
    restore validate database;
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 04/21/2009 22:24:17
    ORA-19513: failed to identify sequential file
    ORA-27206: requested file not found in media management catalog
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 04/21/2009 22:52:14
    ORA-19513: failed to identify sequential file
    ORA-27206: requested file not found in media management catalog
    Let me know if you require any info in this regards.

    as others have said this is a netbackup media manager error. To be honest though the most likely cause is a bad tape. I still prefer if you've got the space, and I'd hazard a guess that you have since you are backing up the database and archivelogs all in one go by the looks of it, to backup to disk and then let the tape backup pickup the backupsets
    Niall

  • [svn:bz-trunk] 14593: Bug: BLZ-495 - HTTP channel failed to deserialize Externalizable( ArrayCollection ) body in AsyncMessage.

    Revision: 14593
    Revision: 14593
    Author:   [email protected]
    Date:     2010-03-05 00:50:36 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Bug: BLZ-495 - HTTP channel failed to deserialize Externalizable(ArrayCollection ) body in AsyncMessage.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This regression was caused by change 12844 for BLZ-436. In that change, we assume that an ArrayList is always used temporarily but in ArrayCollection case (which is also an ArrayList), this is not the case, so we had to account for that.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-495
        http://bugs.adobe.com/jira/browse/BLZ-436
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/amfx/AmfxInput.java

  • We do not understand what Mozilla Firefox means by Firefox Final Release Channel

    We are a university that uses the Blackboard Vista 8 product. In order for our students to complete their courses online in Blackboard, they have to use compatible and certified browsers. The Blackboard vendor has a website detailing which browsers the students should use. The URL is http://kb.blackboard.com/pages/viewpage.action?pageId=75071574. No one understands what the vendor (Blackboard) or Mozilla Firefox means by the phrase "Firefox (Final Release Channel)." Does this mean the latest version of Firefox? If so, why not say the latest version and where did the word "channel" come from and what does it mean? It's not explained anywhere on the Firefox website.

    Mozilla has 4 channels. In order of less to more secure and stable: Nightly, Aurora, Beta, Release.
    On the page you reference, "Final Release Channel" refers to Mozilla's "Release". These are versions that have been completed and "pushed" out for download by everyone. The most current version is always available at https://www.mozilla.com/en-US/firefox/fx/ (currently, Firefox 6.0).
    There are only 2 currently supported versions: Firefox 6.0 and Firefox 3.6.20.
    *All other versions have stability and security issues that will not be corrected, but are corrected in the updated versions, as they are released.
    Other download links:
    *Current version (now version 6.0): http://www.mozilla.com/en-US/firefox/all.html
    *Older supported version (now 3.6.20): http://www.mozilla.com/en-US/firefox/all-older.html
    According to the chart on the page you referenced, your students should be using Firefox 3.6.20 (Firefox 3.5.x versions are no longer supported or updated).
    The certified/compatible classifications are Blackboard's determination.
    '''<u>Firefox Portable</u>'''<br />
    If your students wish to use the most current version of Firefox for their everyday browsing and use a Blacboard compatible version for use only with Blackboard activities, they can have both on their systems by installing Firefox Portable (not produced by Mozilla):
    *Firefox Portable installs in a separate folder on your hard drive so that it does not interfere with your current version Firefox settings or personal information (bookmarks, passwords, etc.). Add-ons are also kept separate.
    *You can also install Firefox Portable on a USB/thumb/pin/jump drive.
    *Firefox Portable general information: http://portableapps.com/apps/internet/firefox_portable
    *Firefox Portable 3.6.20 download links: http://portableapps.com/apps/internet/firefox_portable/localization#legacy36
    *Firefox Portable user forum: http://portableapps.com/forums/support/firefox_portable
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins ('''''on the system you used to post your question'''''):
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]

  • Get off of Beta release channel

    Hello. I want to get off of the beta channel but have run into a snag. I went to uninstall FF prior to reinstalling, but there is only a FF 15 listed in my Control Panel and this will not initiate an uninstall. My browser shows that I am on v 17. I am wanting to opt out of the beta as flash is continually crashing. Then it will work for a couple of days, then an update hits and back to the same problems. I'm not sure if I should just do an install as I don't want to lose my settings etc. Thanks very much.

    I decided to spend more time trying to find out why Vista won't let me edit the pref file. It was a permissions issue. It took awhile and a tutorial to figure out how to add myself as a user with additional permissions to write to that file, but I finally did, which fixed the problem.
    However, it remains so that this is WAYYYYYY too complicated. It is hard to believe that the program offers no options to get off a beta release channel other than going into a java script file and editing it.

  • How to receive alert mails when communication channel fails

    Hi everybody,
    Today there were in the "Communication Channel Monitoring" of the Runtime Workbench some Communication Channels in a "red" status and I would like to know if it is possible to receive per mail any alerts about a failing communication channel?
    In SXMB_MONI the error is the following:
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: RfcAdapter: receiver channel has static errors: can not instantiate RfcPool caused by: com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=ECPOPR1.corp GROUP=PRODUCCION_SANTANDER R3NAME=PR1 MSSERV=sapmsPR1 PCS=1 ERROR partner not reached (host ECPOPR1.corp, service sapmsPR1) TIME Mon Apr 20 03:25:16 2009 RELEASE 640 COMPONENT NI (network interface) VERSION 37 RC -10 MODULE nixxi_r_mt.cpp LINE 8688 DETAIL NiPConnect2 SYSTEM CALL SiPeekPendConn ERRNO 79 ERRNO TEXT A remote host refused an attempted connect operation. COUNTER 1</SAP:AdditionalText>
    Usually, I receive mail alerts when messages failed since I have CCMS configurated but in the CCMS I don´t see any entries for this kind of errors with a Communication Channel...
    Thanks in advance,
    Regards,
    Olivier

    Hi!
    You can receive Alerts even though you are configured CCBPM. Through Control Step you can throw alerts but only difference between PI7.1 and XI is in 7.1 you can easily create Alert categoy in ESR itself at java stack but in XI you can't create it in Java stack you need to create this ALert category though ALRTCATDEF   t code  in ABAP Stack even though in 7.1 you created in Java Stack it will be reflecting in ABAP Stack.
    Next thing is later you need to Configure ALert Rules in RWB and in ABAP Stack at Alert Category you need to Add your XI SAP ID;s at FIxed Receipients and before adding this Ask your Basis people to link your company mail ID or any mail ID with SAP ID so that you can receive Alerts both in RWB ALert Inbox as well as your Mail Server.
    Since the above experts given diff blogs you can easily configure...
    I hope u understand the flow....right ?
    Regards::
    Amar Srinivas Eli

  • Abt RFC & FTP---- RFC to SAPFTP failed (urgent)

    Hi all,
    my program is working fine when i execute it in SAP GUI.
    in this program i need to send some local file to FTP server from presentation server.
      actually we have a scanner through which we can scan the barcode data from barcode label.this scanner is connected to  sap test server through web console.
         so ,i can see the sap screen on the screen of scanner for this perticular transaction.
    after scanning a barcode,the barcode data comes to scanner.when i execute this report on the scanner, it is showing the error---- RFC to SAPFTP failed.
            where as this same report is working very fine on the SAP server.it can send my file from presentation server to FTP server located at some other place.
        web console is installed so i can connect scanner to SAP for this perticular transaction through web.i think, to execute on scanner is same as execute on sap server.
       This error comes while executing a Function module FTP_CONNECT which is present in my program.
       can u please tell where  is the problem?it is very urgent as they need in 1 day of time.
    code is as follows.
    FORM ftp_send using printer dir.
          data: user(64) type c value 'man',
                pwd(64) type c value 'post',
                host(64) type c value '172.160.122.30',
                cmd1(80) type c ,
                cmd2(150) type c ,
                cmd3(80) type c ,
                dest like rfcdes-rfcdest value 'SAPFTP',
                compress type c value 'N'.
    data: hdl type i,
          key type i value 26101957,
          dstlen type i.
    data: begin of result occurs 0,
          line(100) type c,
          end of result.
    data:begin of tab_oline occurs 0,
         oline(200) type c,
         end of tab_oline.
    describe field pwd length dstlen.
    LOOP AT bt.
          CLEAR tab_oline.
          CONCATENATE
          bt-userid
          bt-zdate
          bt-seq
          bt-charg
          bt-batch
          bt-matnr
          bt-menge
          bt-lgpla
          bt-lifnr
          bt-lot_code
          bt-date_code
          bt-lead_nolead
          INTO tab_oline-oline SEPARATED BY ','.
    append tab_oline.
    endloop.
    CALL FUNCTION 'WS_DOWNLOAD'
    EXPORTING
      BIN_FILESIZE                  = ' '
      CODEPAGE                      = ' '
       FILENAME                      = 'c:\pabi29.txt '
       FILETYPE                      = 'DAT'
      MODE                          = ' '
      WK1_N_FORMAT                  = ' '
      WK1_N_SIZE                    = ' '
      WK1_T_FORMAT                  = ' '
      WK1_T_SIZE                    = ' '
      COL_SELECT                    = ' '
      COL_SELECTMASK                = ' '
      NO_AUTH_CHECK                 = ' '
    IMPORTING
      FILELENGTH                    =
      TABLES
        DATA_TAB                      = tab_oline.
      FIELDNAMES                    =
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_WRITE_ERROR              = 2
      INVALID_FILESIZE              = 3
      INVALID_TYPE                  = 4
      NO_BATCH                      = 5
      UNKNOWN_ERROR                 = 6
      INVALID_TABLE_WIDTH           = 7
      GUI_REFUSE_FILETRANSFER       = 8
      CUSTOMER_ERROR                = 9
      OTHERS                        = 10
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    clear tab_oline.
    refresh tab_oline.
    call 'AB_RFC_X_SCRAMBLE_STRING'
      id 'SOURCE'      field pwd    id 'KEY'         field key
      id 'SCR'         field 'X'    id 'DESTINATION' field pwd
      id 'DSTLEN'      field dstlen.
    **Set FTP File Paths
    call function 'FTP_CONNECT'
      exporting
        user            = user
        password        = pwd
        host            = host
        rfc_destination = dest
      importing
        handle          = hdl.
    if sy-subrc ne 0.
    message e020 with 'RFC connection failed'.
    endif.
       DATA: zfilename(150) TYPE c,
              zfilename2(150) TYPE c.
             printer(5) TYPE c." value 'P0001'.
    CONSTANTS: dir(50) TYPE c VALUE '\SAPuser\SAPfolder\'.
    DATA: dir(50) type c.
    select single pfolder from zkt014 into dir where printer = printer.
    TEXT file name
    CONCATENATE dir printer bt-userid bt-zdate sy-uzeit bt-seq '.txt'
      INTO zfilename.
      CONDENSE zfilename no-gaps.
    Done filename
      CONCATENATE dir printer bt-userid bt-zdate sy-uzeit bt-seq '.done'
      INTO zfilename2.
      CONDENSE zfilename2 no-gaps.
    clear bt.
    refresh bt.
    concatenate 'put' '\pabi29.txt' zfilename
    into cmd1 separated by space.
    if cmd1 ne ' '.
      call function 'FTP_COMMAND'
        exporting
          handle        = hdl
          command       = cmd1
          compress      = compress
        tables
          data          = result
        exceptions
          command_error = 1
          tcpip_error   = 2.
      IF SY-SUBRC NE 0.
      message e021 with 'bar tender is not submited due to error in RFC'.
      endif.
      loop at result.
        write:/ result.
      endloop.
    ENDIF.
      refresh result.
    endif.
    concatenate 'rename' zfilename zfilename2 into cmd2 separated by
    space.
    if cmd2 ne ' '.
      call function 'FTP_COMMAND'
        exporting
          handle        = hdl
          command       = cmd2
        tables
          data          = result
        exceptions
          command_error = 1
          tcpip_error   = 2.
          if sy-subrc eq 0.
      MESSAGE w044(zv).
      ELSE.
      message e019 with 'RFC ftp_command problem'.
       endif.
      loop at result.
        write:/ result.
      endloop.
      refresh result.
    endif.
    if cmd3 ne ' '.
      call function 'FTP_COMMAND'
        exporting
          handle        = hdl
          command       = cmd3
        tables
          data          = result
        exceptions
          command_error = 1
          tcpip_error   = 2.
      loop at result.
        write:/ result.
      endloop.
      refresh result.
    endif.
    call function 'FTP_DISCONNECT'
      exporting
        handle = hdl.
    thanks in advance.
    Regards
    pabitra

    Well may be the reason is that you are running report from SAP console.
    SAPFTP is just an RFC destination which is actually pointing to an exe file on your frontend. filename is 'sapftp' and it is installed with your GUI frontend installation. May be while running through web console it is having problems accessing this file.
    As a solution, why don't you use the rfc destination for the application server. It is called SAPFTPA. So instead of ws_download, you can save the file on application server through OPEN dataset ... ABAP commands. Than from application server ftp it using the same logic as it is in existing program. Just be sure to use the rfc destination SAPFTPA.
    Hope this helps.
    Cheers.

  • Oracle 8.1.6 Release 2 fails on Linux 7.2

    Can somebody help me in guiding me how to install Oracle 8.1.6 Release 2 Enterprise Edition for Linux on Red Hat Linux 7.2?
    I have followed the step-by-step instructions from the book
    "ORACLE 8i for Linux Starter Kit by Steve Bobrowski".
    The ISBN for the book is : 0070435738 (0-07-043575-8)
    When run the runInstaller from the terminal it says please wait and nothing happens what so ever. Am I missing anything to do if so please guide me.
    Thanks a ton in advance.
    Bye,
    Sincerely,
    Ramanujam S. Paravastu.

    I have a similar problem. I Tried all sorts of permutation combination after having failed to install as your case. I even tried to install JDK1.1.6 but was not sucdessful in installing J.D.K 1.1.6 as I am a novice on Linux platform and am very much keen to have an experience of Oracle on Linux. Actually after downloading JDK1.1.6 I was unable to install it on Linux as I said I am a novice . TRY THIS OUT IT MIGHT WORK!!!!!! If you are able to do so please let me know
    Bye Buddy
    Samiran Shee
    [email protected]

  • FB4: Release build fails with RSLs using FlexSDK 3.5

    Flash Builder 4 (v 4.0.1.277662) fails, when trying to do a release build with the following simple project setup:
    - Flash library project with a simple test class (using the 3.5 Flex SDK which ships with FB4)
    - Flex project with simple mxml-application (using the same SDK)
      The Library is linked as RSL
    When you try to export the release build of the project, you´ll get an unspecified error.
    In the log file, you can found:
    java.lang.NoClassDefFoundError: flex2/tools/oem/OEMException$CircularLibraryDependencyException
    With some google search, I found out, that the error occured with FB 4 beta und should be already fixed.
    That´s for sure true with SDK 4.0 oder SDK 4.1, but not SDK 3.5 (remember: it´s the version, which ships with the FB itself !!!).
    After scanning the jar´s of the SDK 3.5 and 4.0, I found out, that the following 3 files are missing in the flex-compiler-oem.jar in SDK 3.5:
    - OEMException$CircularLibraryDependencyException.class
    - OEMException.class
    - OEMException_en.properties
    Adding these files to the jar of the 3.5 SDK, the release build will be successfully exported.
    We were absolutely disappointed after realizing this issue. This has cost a lot of working time and was frustrating too.
    Is there another way to get this working, without changing the SDK files?
    Greetings, Jörg

    Not sure of any workarounds apart from one what you have already tried, but can you file a Flex SDK bug for this to be fixed in the current version.
    Thanks
    -Sunil

  • Export release build failed with an error message: complilation failed while excuting : compile-abc

    I updated air sdk from 4.0 to 16.0 beta to fix apple app store submitting bug. I can build the project and run it on simulator without any problem.  But when I tried to export the ios release build, I got this error message: complilation failed while excuting : compile-abc. 
    I use commmand line to excute compile-abc.exe with the parameters that adt gives it, but it failed without any error message.
    Here is the command line:
    compile-abc.exe -mtriple=armv7-apple-ios -filetype=obj -sdk "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/avmglue.abc" -fields "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/air-fields.arm-air.txt" -O3 -abc-file-list=E:\MyApp\bin-debug\AOTBuildOutput8184169967790207636.tmp\ABCFilesList.txt
    There's a empty file AOTBuildOutput-0000001821_1821.o left in the command line workaroud path. I opened file AOTBuildOutput-0000001821.abc, but didn't get any clue. How can I trace this problem?

    Still having similar issues - seems to be when I embed an image - but works for every release except for release build
    Tried your work around but doesnt seem to make a different
    [Embed(source = "/../assets/[email protected]")]
    protected static const ATLAS_IMAGE:Class;
    [Embed(source = "/../assets/[email protected]", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML:Class;
    [Embed(source = "/../assets/iconMap.png")]
    protected static const ATLAS_IMAGE_LOW_RES:Class;
    [Embed(source = "/../assets/iconMap.xml", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML_LOW_RES:Class;
    if(Starling.current.viewPort.width > 320)
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE(), false), XML(new ATLAS_XML()));   
    }else{
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE_LOW_RES(), false), XML(new ATLAS_XML_LOW_RES()));

  • Flash Builder export release build fails with lot of assets

    I'm having troubles when building for release and when running with "standard" packaging. It just hangs without having a error notification or so.
    The project I'm packaging has a lot of assets, like 150 MB. When trying to package with the "fast" packaging option, it is working realy good!
    I tried to increase the vm arguments in the .ini settings file, but without succes.
    Do you have any suggestion?

    Hi Sanjay,
    Thanks for the quick reply! Hereby the extra info:
    1. -Xmx2048m
    2. We are using ATF files with all three textures included (around 14 MB for @2x and 8 MB for @1x). We could exclude the DXT and ETC ones, but than we need to create them for all separately. Thereby we are not done with the project so the size will still increase, than it is a solution for a short time.
    3. I just tried with the following results:
    At the beginning it is giving some warnings:
    Exception in thread "main" com.adobe.air.ipa.ProcessError: Assembler failed
              at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:271)
              at com.adobe.air.ipa.AOTCompiler.compileModule(AOTCompiler.java:1444)
              at com.adobe.air.ipa.AOTCompiler.compileBitcodeImpl(AOTCompiler.java:1342)
              at com.adobe.air.ipa.ASMGenerator.main(ASMGenerator.java:68)
    Exception in thread "main" com.adobe.air.ipa.ProcessError: Assembler failed
              at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:271)
              at com.adobe.air.ipa.AOTCompiler.compileModule(AOTCompiler.java:1444)
              at com.adobe.air.ipa.AOTCompiler.compileBitcodeImpl(AOTCompiler.java:1342)
              at com.adobe.air.ipa.ASMGenerator.main(ASMGenerator.java:68)
    Undefined symbols for architecture armv7:
    After that, a lot of lines are shown with this at the end:
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    Any idea?
    Thanks,
    Ben

  • Flash Builder Export Release Build Fails

    I'm having an issue when trying to export the release build of my AIR application in Flash Builder 4.5.  After choosing the key to sign the package and clicking finish to complete the export, it errors saying that "Error occurred while saving the project settings: "default" build target cannot be found for the selected project."  I've included the error message output to the log in the .metadata folder.  Any help would be great as this is baffling to me.
    !ENTRY com.adobe.flexbuilder.project 4 43 2011-05-10 15:56:11.432
    !MESSAGE Failed to get build target settings: default
    !STACK 0
    java.lang.Exception
        at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1009)
        at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
        at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
        at com.adobe.flexbuilder.project.ui.utils.ProjectBuildPackagingUI.doApplySettings(ProjectBui ldPackagingUI.java:754)
        at com.adobe.flexbuilder.project.ui.utils.ProjectBuildPackagingUI.applySettings(ProjectBuild PackagingUI.java:781)
        at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionBuildPackagingPa geContent.saveSettings(ExportReleaseVersionBuildPackagingPageContent.java:131)
        at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionBuildPackagingPa ge.saveSettings(ExportReleaseVersionBuildPackagingPage.java:84)
        at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFi nish(ExportReleaseVersionWizard.java:144)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(Export ReleaseVersionAction.java:97)
        at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportRe leaseVersionAction.java:103)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
        at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1407)

    Take a look at .actionScriptProperties file, there is <buildTargets/> tag. Ideally it should look something similar to
    <buildTargets>
        <buildTarget buildTargetName="default">
          <airSettings airCertificatePath="" airTimestamp="true" anePathSet="false" version="1">
            <airExcludes/>
            <anePaths/>
          </airSettings>
          <actionScriptSettings version="1"/>
        </buildTarget>
      </buildTargets>
    Changing this when FB is open wouldn't help. You would need update the file, while project is closed or flash builder is closed.

  • "Show release notes" fails in Add-ons Manager

    Prior to manually updating extensions the "Show Release Notes" option fails with an error message. I always like to know what changes are going to be implemented before updating.
    This has been occurring on every update of every extension for the last few months under FF28. FF29 has not fixed it.

    I just tried a manual Addons -> Extensions update and got an update for [https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/ Adblock Plus]. When I checked Recent Updates, The release notes were accessible (see attached).
    <s>Maybe the release notes only show up AFTER an update?</s><sup>EDIT: I just checked in another profile I had set to manually update addons. The release notes for Adblock Plus could also be viewed before installing the available update.</sup> Honestly, I've never even looked at that option in the Add-ons Manager
    You didn't furnish the error message you saw and you didn't include any troubleshooting information showing your installed addons (see [[Use the Troubleshooting Information page to help fix Firefox issues]] for future reference). What you should probably do is visit the webpage for the add-on to see what updates are available.

  • SOAP Sender Channel Failed to render XIMessage. Reason: java.io.IOException

    I am attemping to set up a sender channel using the SOAP adatper to process HTTP(S) posts containg a file that is being uploaded.
    The Sender channel is set up to use HTTPS With Client Authentication, and selected "Do Not Use SOAP Envelope" -- since the payload will not be SOAP.  I am simply trying to generate a message in PI from the HTTP post.
    I have posted the data but am getting the following error in the channel:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessageFormatException: Failed to render XIMessage. Reason: java.io.IOException: Missing mandatory element <sap:Main>sap:Receiver/sap:Service
    The trading partner I am workgin with only has the ability to use a generic POST (I believe he is usnig CURL or some some other tool the 'post' the data.

    Thank you for your reply.
    The solution I am seeking is not for XML payload. Its a flat-file that one of our trading partners is sending to us, both for flat files as well as EDI/X12 data.   I have the checkbox selected to not use the SOAP Envelope and am using the "nosoap=true" in the URL.
    This should be simple, as all we need to do is to pass the data as posted by the trading partner to a SFTP or FILE adapter on the receiver side.  Nothing more than we've already done using an AS2 Sender channel for, the trouble with in case case our trading partner does not support any encrypted transports except for HTTPS.
    -Gerry

Maybe you are looking for

  • Getting database properties from current container

    Hi guys I'm a trainee java developer and I'm struggling... I've done countless google's & I'm not getting anywhere... I won't mind if the response to this post is RTFM, but at least could you point me in the right direction :) My manager told me to r

  • [Fluxbox?] Missing right-clicks

    Hi everyone, I recently installed Arch with Fluxbox only, because sadly my laptop can't run KDE as well as my desktop machine. I finally finished setting everything up as I needed it. Then this problem came up: Some right clicks are not detected. At

  • I-Photo colours on ATV

    I have been transferring some 1960's 35mm colour slides onto i-photo using MediaImpression and they look great - when I stream them across to my Apple TV the blue on every slide shows up as green - I have tried adjusting the colour on i-photo but it

  • Can I uninstall CS6 if I am a subscriber?

    Sorry this is all new to me i just started a monthly subscritption via download to CS6 photoshop. i get this message when opening CS6 "One or more files in the Adobe Application Support folder, necessary for running Photoshop, are missing.  Please ru

  • Append xml node into a list

    Hi, In an embedded sub process with looping logic, we have a db adapter call. We are trying to insert the single response object from each of the db adapter call into a list. Problem we are facing is the list is not able to append the new db response