Package versioning not working

I'm having trouble getting the package versioning to work for me for some reason. I've stripped it down to the most elemental of examples and I'm still getting back null for all the versioning info for my package.
I set up a tmp package with a Tmp.java class as follows:
package tmp;
class Tmp
public static void main(String[] argv)
Package p = Tmp.class.getPackage();
System.out.println("Version " + p.getSpecificationVersion() + "\nImplementation Version "
+ p.getImplementationVersion());
My manifest file is as follows:
Manifest-Version: 1.0
Name: tmp
Specification-Version: blah
Implementation-Version: foo
I made sure the manifest file has a newline at the end and is in UTF8 format. I package it up with:
jar cfm tmp.jar tmp/manifest.txt tmp/*.class
I run it with:
java -cp tmp.jar tmp/Tmp.class
and get:
Version null
Implementation Version null
I can't get it to work with either Linux or Windows.
Linux Java version:
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxp64devifx-20060310 (SR1))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux ppc64-64 j9vmxp6423ifx-20060310 (JIT enabled)
J9VM - 20060220_05389_BHdSMr
JIT - 20060220_2133_r8
GC - 20060214_AA)
JCL - 20060222a
Windows Java version:
java version "1.5.0_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)
Any help would be most appreciated.

Ok, I figured it out. I didn't have a / on the end of my Name: line.

Similar Messages

  • Table_From_Block Build-in Package is not working in Oracle 10G

    Hi
    Table_From_Block Build-in Package is not working in Oracle 10G
    Kindly advice..

    user648759 wrote:
    Hi
    Table_From_Block Build-in Package is not working in Oracle 10G
    Kindly advice..Provide a little more information. Forms version OS version, more information about your problem and question.
    --and explain what on earth Table_From_Block* mean's--
    Tony
    PS: TABLE_FORM_BLOCK is a built-in for internal use, usually auto generated by forms. For a moment I didn't get what that meant, need more coffee.
    Edited by: Tony Garabedian on Aug 29, 2008 12:39 PM

  • Air 2.7 and MacOs Lion: iPhone packager does not work

    hi. After upgrading from Snow Leopard to Lion the iPhone packager does not work. It throws an error concerning the Application Version Number. Is this a Know bug? Is there a work- around?  Thanks.  Michael.

    Yeah sorry, the start of my descriptor looks like this:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <application xmlns="http://ns.adobe.com/air/application/2.7">
      <id></id>
      <versionNumber></versionNumber>
      <filename>d</filename>
      <description/>
      <name></name>
    When I go to compile the app the compiler inserts that line into my descriptor at the very bottom (just before the application tag closes). It's weird, I tried setting the <application xmlns="http://ns.adobe.com/air/application/2.7"> back to 2.6 and it works and seems to compile in 2.7 (as I noticed the timer bug).
    Anyway, I only tried 2.7 because I heard the GPU fullscreen bug had been fixed, but given that the timer issue still remains I'll go back to 2.6 for the time being.
    Thanks

  • After installing acrobat my Microsoft office package does not work properly, word will not open and in my email i can't select anything with the mouse

    After installing acrobat my Microsoft office package does not work properly, word will not open and when I want to write an email in my outlook email i can't select anything with the mouse. so copy past en delete are not an option.@

    Are you using any MS Office third party Add-ins? Test:  Remove third party Add-ins other than PDFMaker.  Test to see if the MS Office apps run afterward.
    Did you attempt to repair MS Office?  Test:  Go to Add/Remove Control Panel run Repair.
    Finally, have you tried testing to see if it's PDFMaker?  Test: Use the Add/Remove Control Panel to modify the Acrobat installation to remove PDFMaker.  See if MS Office applications launch and behave correctly?

  • Versioning not working system-wide: How do i fix this?

    Versioning not working system-wide.
    I am currently unable to restore previous versions in all apps that support versioning (pages, textedit, preview...etc).
    I'm running Lion 10.7.5 with all updates installed on a brand new 15in MacBook Pro.
    Pls help! I am open to all helpful ideas.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • IE 8 Thin App package in not working on system with IE 10 installed

    We have published IE8 thin app package for our users. But today I noticed that after upgrading IE browser to version 10 it is not working. when we launch the application on system with IE 8 than it is working fine.
    It crashes on systems with IE10. Any idea why it is happening?
    Regards,
    VST

    Download the offline installer here: http://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac/install_flash_playe r_11_osx.dmg
    If it won't download directly, right click and "Save as"
    Go to: Mac HD/Library/Internet Plugins
    Trash the Flash Player.plugin file from there
    Go to: Mac HD/Library/Application Support/Adobe
    Trash the Flash Player folder (the whole folder)
    Empty the trash
    Reboot
    Mount the DMG and run the installer.
    BEFORE opening any Flash content in Safari, open Safari>Preferences, and check the Security tab to make sure "Allow all other plugins" is checked.

  • Filter in DTP load from DSO to cube by Forecast version not working ?

    Hi All
    Can any help on the below code I did to filter data update from DSO to Cube in DTP - to filter by  next period forecast version. This code is not working it is loading data pf present forecast version also  Can any one help please
    data: l_idx like sy-tabix.
    data: L_date type sy-datum,
          t_gjahr  type t009b-bdatj,
          t_buper  type t009b-poper,
          1_period(6) type c.
              read table l_t_range with key
                   fieldname = 'ZFCSTVERS'.
              l_idx = sy-tabix.
       clear: t_buper, t_gjahr.
        L_date = sy-datum.
        call function 'DATE_TO_PERIOD_CONVERT'
          EXPORTING
            i_date  = L_date
            i_periv = 'Z1'
          IMPORTING
            e_buper = t_buper
            e_gjahr = t_gjahr.
    *---> Check if the period is 012, then increase the year by 1 and set
    *period to 001.
        if t_buper = '012'.
          t_gjahr = t_gjahr + 1.
          t_buper = '001'.
        else.
    *---> Increase just the period by 1.
          t_buper = t_buper + 1.
        endif.
        concatenate t_gjahr t_buper+1(2)  into 1_period.
        l_t_range-fieldname = 'ZFCSTVERS'.
        l_t_range-low = 1_period.
        l_t_range-sign = 'I'.
        l_t_range-option = 'EQ'.
           append l_t_range.
              p_subrc = 0.
    sk
    Edited by: SK Varma Penmatsa on Jan 23, 2012 2:30 PM

    Hi Praveen/Raj,
    Basically PCS_PER_PACK is a KF i have in the DSO, which i use to calculate the total number of pieces which i store in a KF in the cube. The transformation rule to calculate TOTAL_PCS is a routine.
    within this routine i multiply PACKS * PCS_PER_PACK to calculate the figure. I do not store PCS_PER_PACK in the cube.
    is it this rule that you want me to check whether aggregation is set to SUM or overwrite? Also this rule should add up the total pcs. if I say overwrite then it might not give me the desired result?
    Thing which i cannot figure out is since the transformation rules go record by record why would it add up the PCS_PER_PACK figure before calculating?
    I cannot access the system at the moment. as soon as i can i will check on it and get back to you.
    thanks once again for you're quick response to my need.
    regards
    dilanke

  • Oracle XE Western version not working on Windows XP pro

    I have noticed that production version of the Oracle XE Western version does not work properly. The beta version created the database properly, the production version does not. I tried to install it on a Windows XP Pro version.
    Below is the alert_xe.log
    Dump file c:\oracle\xeprod\app\oracle\admin\xe\bdump\alert_xe.log
    Thu Mar 30 11:38:32 2006
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:533M/1023M, Ph+PgF:2253M/2461M, VA:1945M/2047M
    Thu Mar 30 11:38:32 2006
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    sga_target = 285212672
    control_files = C:\ORACLE\XEPROD\ORADATA\XE\CONTROL.DBF
    compatible = 10.2.0.1.0
    db_recovery_file_dest = C:\oracle\xeprod\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 94371840
    MMAN started with pid=4, OS id=4092
    PSP0 started with pid=3, OS id=4088
    PMON started with pid=2, OS id=4084
    DBW0 started with pid=5, OS id=2044
    LGWR started with pid=6, OS id=1248
    CKPT started with pid=7, OS id=200
    SMON started with pid=8, OS id=2036
    RECO started with pid=9, OS id=2012
    CJQ0 started with pid=10, OS id=212
    MMON started with pid=11, OS id=1924
    Thu Mar 30 11:38:38 2006
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=380
    Thu Mar 30 11:38:38 2006
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Thu Mar 30 11:38:42 2006
    The input backup piece C:\ORACLE\XEPROD\APP\ORACLE\PRODUCT\10.2.0\SERVER\CONFIG\SEEDDB\EXPRESS.DFB is in compressed format.
    Thu Mar 30 11:39:10 2006
    Full restore complete of datafile 4 to datafile copy C:\ORACLE\XEPROD\ORADATA\XE\USERS.DBF. Elapsed time: 0:00:26
    checkpoint is 193065
    Full restore complete of datafile 2 to datafile copy C:\ORACLE\XEPROD\ORADATA\XE\UNDO.DBF. Elapsed time: 0:00:27
    checkpoint is 193065
    Thu Mar 30 11:39:27 2006
    Full restore complete of datafile 3 to datafile copy C:\ORACLE\XEPROD\ORADATA\XE\SYSAUX.DBF. Elapsed time: 0:00:45
    checkpoint is 193065
    Thu Mar 30 11:39:27 2006
    Errors in file c:\oracle\xeprod\app\oracle\admin\xe\udump\xe_ora_488.trc:
    ORA-00600: internal error code, arguments: [krbrckhr_fail], [C:\ORACLE\XEPROD\APP\ORACLE\PRODUCT\10.2.0\SERVER\CONFIG\SEEDDB\EXPRESS.DFB], [83], [128], [3], [9427], [], []
    Thu Mar 30 11:39:29 2006
    Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oracle\xeprod\oradata\XE\system.dbf',
    'C:\oracle\xeprod\oradata\XE\undo.dbf',
    'C:\oracle\xeprod\oradata\XE\sysaux.dbf',
    'C:\oracle\xeprod\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    Thu Mar 30 11:39:29 2006
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Thu Mar 30 11:39:29 2006
    Errors in file c:\oracle\xeprod\app\oracle\admin\xe\udump\xe_ora_744.trc:
    ORA-01565: error in identifying file 'C:\oracle\xeprod\oradata\XE\system.dbf'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-1503 signalled during: Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oracle\xeprod\oradata\XE\system.dbf',
    'C:\oracle\xeprod\oradata\XE\undo.dbf',
    'C:\oracle\xeprod\oradata\XE\sysaux.dbf',
    'C:\oracle\xeprod\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS...
    Shutting down instance: further logons disabled
    Thu Mar 30 11:39:29 2006
    Stopping background process CJQ0
    Thu Mar 30 11:39:29 2006
    Stopping background process MMNL
    Thu Mar 30 11:39:29 2006
    Stopping background process MMON
    Thu Mar 30 11:39:30 2006
    Shutting down instance (immediate)
    License high water mark = 1
    Thu Mar 30 11:39:30 2006
    Stopping Job queue slave processes
    Thu Mar 30 11:39:30 2006
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Thu Mar 30 11:39:32 2006
    ALTER DATABASE CLOSE NORMAL
    ORA-1507 signalled during: ALTER DATABASE CLOSE NORMAL...
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Mar 30 11:39:34 2006
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    sga_target = 285212672
    control_files = C:\ORACLE\XEPROD\ORADATA\XE\CONTROL.DBF
    compatible = 10.2.0.1.0
    db_recovery_file_dest = C:\oracle\xeprod\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    audit_file_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 94371840
    PMON started with pid=2, OS id=756
    PSP0 started with pid=3, OS id=796
    MMAN started with pid=4, OS id=836
    DBW0 started with pid=5, OS id=928
    LGWR started with pid=6, OS id=152
    CKPT started with pid=7, OS id=924
    SMON started with pid=8, OS id=932
    RECO started with pid=9, OS id=1212
    MMON started with pid=10, OS id=1272
    MMNL started with pid=11, OS id=1296
    Thu Mar 30 11:39:35 2006
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Thu Mar 30 11:39:35 2006
    Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oracle\xeprod\oradata\XE\system.dbf',
    'C:\oracle\xeprod\oradata\XE\undo.dbf',
    'C:\oracle\xeprod\oradata\XE\sysaux.dbf',
    'C:\oracle\xeprod\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS
    Thu Mar 30 11:39:35 2006
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Thu Mar 30 11:39:35 2006
    Errors in file c:\oracle\xeprod\app\oracle\admin\xe\udump\xe_ora_1144.trc:
    ORA-01565: error in identifying file 'C:\oracle\xeprod\oradata\XE\system.dbf'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-1503 signalled during: Create controlfile reuse set database "XE"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    'C:\oracle\xeprod\oradata\XE\system.dbf',
    'C:\oracle\xeprod\oradata\XE\undo.dbf',
    'C:\oracle\xeprod\oradata\XE\sysaux.dbf',
    'C:\oracle\xeprod\oradata\XE\users.dbf'
    LOGFILE
    GROUP 1 SIZE 51200K,
    GROUP 2 SIZE 51200K,
    RESETLOGS...
    Thu Mar 30 11:39:35 2006
    Stopping background process MMNL
    Thu Mar 30 11:39:36 2006
    Stopping background process MMON
    Starting background process MMON
    Starting background process MMNL
    MMON started with pid=10, OS id=580
    MMNL started with pid=11, OS id=1288
    Thu Mar 30 11:39:36 2006
    ALTER SYSTEM enable restricted session;
    Thu Mar 30 11:39:36 2006
    alter database "XE" open resetlogs
    ORA-1507 signalled during: alter database "XE" open resetlogs...
    Thu Mar 30 11:39:36 2006
    alter database drop logfile group 3
    ORA-1507 signalled during: alter database drop logfile group 3...
    Thu Mar 30 11:39:36 2006
    ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\oracle\xeprod\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    ORA-1109 signalled during: ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\oracle\xeprod\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED...
    Thu Mar 30 11:39:36 2006
    ALTER SYSTEM disable restricted session;
    Shutting down instance: further logons disabled
    Thu Mar 30 11:39:37 2006
    Stopping background process MMNL
    Thu Mar 30 11:39:38 2006
    Stopping background process MMON
    Thu Mar 30 11:39:38 2006
    Shutting down instance (immediate)
    License high water mark = 1
    Waiting for dispatcher 'D000' to shutdown
    Waiting for shared server 'S000' to die
    Waiting for shared server 'S002' to die
    Waiting for shared server 'S003' to die
    All dispatchers and shared servers shutdown
    Thu Mar 30 11:39:39 2006
    ALTER DATABASE CLOSE NORMAL
    ORA-1507 signalled during: ALTER DATABASE CLOSE NORMAL...
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Mar 30 11:39:42 2006
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    spfile = C:\ORACLE\XEPROD\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 285212672
    control_files = C:\ORACLE\XEPROD\ORADATA\XE\CONTROL.DBF
    compatible = 10.2.0.1.0
    db_recovery_file_dest = C:\oracle\xeprod\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = C:\ORACLE\XEPROD\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 94371840
    PMON started with pid=2, OS id=1480
    PSP0 started with pid=3, OS id=1484
    MMAN started with pid=4, OS id=1488
    DBW0 started with pid=5, OS id=576
    LGWR started with pid=6, OS id=1492
    CKPT started with pid=7, OS id=1496
    SMON started with pid=8, OS id=1260
    RECO started with pid=9, OS id=376
    CJQ0 started with pid=10, OS id=824
    MMON started with pid=11, OS id=244
    MMNL started with pid=12, OS id=1636
    Thu Mar 30 11:39:42 2006
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Thu Mar 30 11:39:42 2006
    ALTER DATABASE MOUNT
    Thu Mar 30 11:39:42 2006
    ORA-00202: control file: 'C:\ORACLE\XEPROD\ORADATA\XE\CONTROL.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Thu Mar 30 11:39:42 2006
    ORA-205 signalled during: ALTER DATABASE MOUNT...
    Thu Mar 30 11:41:54 2006
    alter database mount
    Thu Mar 30 11:41:54 2006
    ORA-00202: control file: 'C:\ORACLE\XEPROD\ORADATA\XE\CONTROL.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-205 signalled during: alter database mount
    Thanks,
    Lucian

    I think the relevant error from the log file is as follows
    ORA-01565: error in identifying file 'C:\oracle\xeprod\oradata\XE\system.dbf'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-1503 signalled during: Create controlfile reuse set database "XE
    There are a couple of things to consider here
    Why is this install going into c:\oracle\xeprod ? If should be going into C:\oraclexe. Did you do something to change the default install infrastructure ?
    Secondly - sometimes we see this unable to open file error message if some other process is reading the file at the same time as the installer is trying to install it. Anti virus software and Google desktop have been culprits to date.

  • Curl to download package is not working

    The curl command given on the site: http://dev.day.com/docs/en/crx/current/how_to/package_manager.html?cq_ck=1350401916867#Dow nloading%20Packages is not working. Can any one first test and give the exact working command to me???

    Can you try this
    curl -u <username>:<password> http://<host>:<port>/<path to package in repository> -o <destination file>
    Example - curl -u admin:admin http://localhost:4502/etc/packages/my_packages/test.zip -o ./test.zip
    if you don't use option "-o filepath" then it will write output stream to system output may be because of that you are not able to see the download.

  • Import package does not work - beginner help

    Hi, I'm a beginner with java. I just trying to figure out how to use packages. I followed everything in the tutorial, but I can't figure out why my simple example does not work.
    I made the following directories three, for the sake of the example.
    in /home/username/Desktop I created a directory named it
    inside it I created prove
    inside prove I created test1 and test2
    Inside test1 I created the following sample class:
    package it.prove.test1;
    public class HelloWorld
         private String message;
         public HelloWorld(String message)
              this.message = message;
         public String getMessage()
              return this.message;
    }in the directory test2 I created this other one:
    package it.prove.test2;
    import it.prove.test1.HelloWorld;
    public class HelloWorldProgram
         public static void main(String[] args)
              HelloWorld hw = new HelloWorld("Guten Tag, Welt!");
              System.out.println(hw.getMessage());
    }So now I have this three:
    it
    it/prove
    it/prove/test1, it/prove/test2
    As I said in test1 there is HelloWorld.java and in test2 HelloWorldProgram.java.
    When I compile HelloWorld.java, it worked fine.
    When I try to compile HelloWorldProgram.java, the compiler says that cannot find package it.prove.test1..
    Why that? What did I make wrong?
    Sorry both for my bad english (it is not my first language) and for the really trivial question (I'm a really beginner).
    Tnx to whoever will help

    Assuming you are running on Windows here.
    Packages are directly tied to the classpath. Before java can find the it.prove.test1 package, it needs to be a part of the classpath. To make this possible, you need to add the root of the path, where the 'it' directory is in, to the classpath, like this:
    javac -cp .;/home/username/Desktop file.java
    the -cp switch tells java which classpath to use; it consists of two elements:
    . = current directory
    /home/username/Desktop = the directory containing the 'it' package root
    When run like this, it should work. The same goes for running the code, you would run it like this:
    java -cp .;/home/username/Desktop it.prove.test2.HelloWorldProgram
    Hope that gives you the hints you need.

  • Download link for BEA Workshop trial version not working

    Hello All,
    I am trying to download BEA Workshop Studio 3.3 trial version (of 30 days) since last 2 weeks. However the download link- http://workshopstudio.bea.com/downloadNitroX.do is not working.
    Kindly tell me an alternate link (or mirror site) from where I can download the trial version of BEA Workshop Studio.
    Thanks in advance,
    Kiran

    Hi,
    BEA Workshop Studio 3.3 is no longer a supported product. Please see the Lifetime Support Policy docoment for Oracle Fusion Middleware Products for more specific information - http://www.oracle.com/us/support/lifetime-support/lifetime-support-software-342730.html
    I would highly recommend that you check out Oracle Enterprise Pack for Eclipse (OEPE), which provides many of the same features of Workshop Studio 3.3 including Web Application tooling, AppXRay Dependency Validation, WebLogic Server integration and much more beyond the Worskhop Studio 3.3 feature set.
    A good starting point for OEPE 11g is the OTN page found here - http://www.oracle.com/technetwork/developer-tools/eclipse/overview/index.html
    Thanks,
    Greg

  • Itunes newest version not working

    newest version of itunes not working after trying upload

    Define "not working" then maybe we can offer some relevant assistance.

  • Packaging ipa not working any more with AIR 3.3

    Hello,
    I use a custom ANE that worked without any problems on AIR 3.0, 3.1 and 3.2. Since I updated the ipa doesn't even compile any more. I get the following output on the command line on Windows and MacOS:
    K:\MyFiles\src\iOS\word smith pro>c:\air\bin\adt -package  -target ipa-test -storetype pkcs12 -keystore iphone_dev.p12 -provisioning-profile development.mobileprovision  wordSmithPro.ipa wordSmith-app-xml.xml WordSmithMob.swf icons sounds dicts -extdir "native"
    password:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    ld: warning: ignoring file C:\\Users\\Henning\\AppData\\Local\\Temp\\ca8c0034-79
    68-44dd-9859-0abb8a07e41b/libcom.devarai.MyAD.a, file was built for archive whic
    h is not the architecture being linked (armv7)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/cr
    t1.o
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_addsubdf3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_fixunsdfdi.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_udivdi3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_umoddi3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_modsi3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_udivsi3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_umodsi3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_divsi3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_dvmd_tls.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_clz.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_fixdfsi.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_fixunsdfsi.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_divdi3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_addsubsf3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_fixdfdi.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_moddi3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_cmpdf2.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_muldivdf3.o)
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: C:\\air\\lib\\aot/lib/gc
    c/libgcc.a(_unorddf2.o)
    ld: warning: ARM function not 4-byte aligned: _IDctSlow_ARM from C:\\air\\lib\\a
    ot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowProcessRowLoop from C:\\ai
    r\\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowSkipArithmeticInRow from C
    :\\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowProcessColumnLoop from C:\
    \air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC1S7 from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantTable from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC7S1 from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC3S5 from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC5S3 from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC4S4 from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC2S6 from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC6S2 from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _IDct10_ARM from C:\\air\\lib\\aot
    /lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ComputeRow0 from C:\\air\\li
    b\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ComputeRow1 from C:\\air\\li
    b\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ComputeRow2 from C:\\air\\li
    b\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ComputeRow3 from C:\\air\\li
    b\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10_skip_Row3 from C:\\air\\lib
    \\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ProcessColumns from C:\\air\
    \lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ProcessColumnLoop from C:\\a
    ir\\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10Fill2WithZero from C:\\air\\
    lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10Fill1WithZero from C:\\air\\
    lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10Fill0WithZero from C:\\air\\
    lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _IDct1_ARM from C:\\air\\lib\\aot/
    lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _IDCT1_plus_ReconBlock_ARM from C:
    \\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDCT1_plus_ReconBlock_loop from C:
    \\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _IDCT1_plus_ReconInter_ARM from C:
    \\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDCT1_plus_ReconInter_loop from C:
    \\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock1dH_ARM11 from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: loop1 from C:\\air\\lib\\aot/lib/l
    ibRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock1dV_ARM11 from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: loop3 from C:\\air\\lib\\aot/lib/l
    ibRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: loop4 from C:\\air\\lib\\aot/lib/l
    ibRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock2dFirstPass_ARM11 from
    C:\\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: loop5 from C:\\air\\lib\\aot/lib/l
    ibRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock1dBilH_ARM11 from C:\\
    air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: FilterBlock1dBilH_next_row from C:
    \\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock1dBilV_ARM11 from C:\\
    air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: FilterBlock1dBilV_outer_loop from
    C:\\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: FilterBlock1dBilV_inner_loop from
    C:\\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock2dBil_FirstPass_ARM11
    from C:\\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: FilterBlock2dBil_FirstPass_next_ro
    w from C:\\air\\lib\\aot/lib/libRuntimeAOT.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _Copy12x12_ARM9E from C:\\air\\lib
    \\aot/lib/libRuntimeAOT.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: Copy12x12_CSrcAlign0 from C:\\air\
    \lib\\aot/lib/libRuntimeAOT.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: Copy12x12_CSrcAlign1 from C:\\air\
    \lib\\aot/lib/libRuntimeAOT.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: Copy12x12_CSrcAlign2 from C:\\air\
    \lib\\aot/lib/libRuntimeAOT.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: Copy12x12_CSrcAlign3 from C:\\air\
    \lib\\aot/lib/libRuntimeAOT.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: _ReconIntra_ARM11 from C:\\air\\li
    b\\aot/lib/libRuntimeAOT.arm-air.a(reconstruct-F6251070C86EBC8D.o)
    ld: warning: ARM function not 4-byte aligned: loop from C:\\air\\lib\\aot/lib/li
    bRuntimeAOT.arm-air.a(reconstruct-F6251070C86EBC8D.o)
    ld: warning: ARM function not 4-byte aligned: _ReconInter_ARM11 from C:\\air\\li
    b\\aot/lib/libRuntimeAOT.arm-air.a(reconstruct-F6251070C86EBC8D.o)
    ld: warning: ARM function not 4-byte aligned: loop1 from C:\\air\\lib\\aot/lib/l
    ibRuntimeAOT.arm-air.a(reconstruct-F6251070C86EBC8D.o)
    ld: warning: ARM function not 4-byte aligned: _ReconBlock_ARM11 from C:\\air\\li
    b\\aot/lib/libRuntimeAOT.arm-air.a(reconstruct-F6251070C86EBC8D.o)
    ld: warning: ARM function not 4-byte aligned: ReconBlock_ARM11_LOOP from C:\\air
    \\lib\\aot/lib/libRuntimeAOT.arm-air.a(reconstruct-F6251070C86EBC8D.o)
    ld: warning: ARM function not 4-byte aligned: _tDecodeBool from C:\\air\\lib\\ao
    t/lib/libRuntimeAOT.arm-air.a(tDecodeBool.o)
    ld: warning: ARM function not 4-byte aligned: _tDecodeBool128 from C:\\air\\lib\
    \aot/lib/libRuntimeAOT.arm-air.a(tDecodeBool.o)
    Undefined symbols for architecture armv7:
      "_ExtInitializer", referenced from:
          _g_com_adobe_air_fre_fmap in extensionglue.o
         (maybe you meant: _ExtInitializer_name)
      "_ExtFinalizer", referenced from:
          _g_com_adobe_air_fre_fmap in extensionglue.o
         (maybe you meant: _ExtFinalizer_name)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64

    Kind of same thing happening with SDK 3.1 build where I'm also passing -platformsdk (IOS SDK 5.0 path) to the ADT. The IPA is generating but a lots of warning, and even when I'm running the IPA on device, its terminated with strange errors. I've investigated that its with other 'stageVideo' functionalities in the app and when I'm trying to close the stream by 'stream.close()' and 'stream.dispose()'. If I cut-off the -platformsdk in the adt build, then the app works fine, but the IOS 5.0 specific things apparently not working. I've also did 'armv7' only in the XCode.
    Following is the command-line for the adt that I'm using:
    /Applications/Adobe\ Flash\ Builder\ 4.6/sdks/4.6.0/bin/adt -package -target ipa-test-interpreter -provisioning-profile <myprofile>.mobileprovision -storetype pkcs12 -keystore Certificates.p12 <myipa>.ipa <myapp>-app.xml <myswf>.swf -extdir ../ext/ -platformsdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/
    Here's the warning while build:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    ld: warning: ARM function not 4-byte aligned: _IDctSlow_ARM from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowProcessRowLoop from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowSkipArithmeticInRow from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowProcessColumnLoop from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC1S7 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantTable from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC7S1 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC3S5 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC5S3 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC4S4 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC2S6 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDctSlowConstantxC6S2 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _IDct10_ARM from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ComputeRow0 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ComputeRow1 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ComputeRow2 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ComputeRow3 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10_skip_Row3 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ProcessColumns from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10ProcessColumnLoop from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10Fill2WithZero from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10Fill1WithZero from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDct10Fill0WithZero from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _IDct1_ARM from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _IDCT1_plus_ReconBlock_ARM from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDCT1_plus_ReconBlock_loop from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _IDCT1_plus_ReconInter_ARM from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: IDCT1_plus_ReconInter_loop from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(idct_part.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock1dH_ARM11 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: loop1 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock1dV_ARM11 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: loop3 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: loop4 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock2dFirstPass_ARM11 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: loop5 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock1dBilH_ARM11 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: FilterBlock1dBilH_next_row from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock1dBilV_ARM11 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: FilterBlock1dBilV_outer_loop from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: FilterBlock1dBilV_inner_loop from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _FilterBlock2dBil_FirstPass_ARM11 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: FilterBlock2dBil_FirstPass_next_row from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(predfilters.o)
    ld: warning: ARM function not 4-byte aligned: _ReconIntra_ARM11 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(reconstruct-F6251070C86EBC8D.o )
    ld: warning: ARM function not 4-byte aligned: loop from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(reconstruct-F6251070C86EBC8D.o )
    ld: warning: ARM function not 4-byte aligned: _ReconInter_ARM11 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(reconstruct-F6251070C86EBC8D.o )
    ld: warning: ARM function not 4-byte aligned: loop1 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(reconstruct-F6251070C86EBC8D.o )
    ld: warning: ARM function not 4-byte aligned: _ReconBlock_ARM11 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(reconstruct-F6251070C86EBC8D.o )
    ld: warning: ARM function not 4-byte aligned: ReconBlock_ARM11_LOOP from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(reconstruct-F6251070C86EBC8D.o )
    ld: warning: ARM function not 4-byte aligned: _Copy12x12_ARM9E from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: Copy12x12_CSrcAlign0 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: Copy12x12_CSrcAlign1 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: Copy12x12_CSrcAlign2 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: Copy12x12_CSrcAlign3 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(copy12x12.o)
    ld: warning: ARM function not 4-byte aligned: _tDecodeBool from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(tDecodeBool.o)
    ld: warning: ARM function not 4-byte aligned: _tDecodeBool128 from /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/libRuntimeInterpreter.arm-air.a(tDecodeBool.o)

  • Auto Save and Versions not working

    Auto Save and Versions are not working in pages or numbers.  I've worked on a project for over five minutes when I "Xed" out the drop down box opened up and asked if I wanted to save.  Any ideas why?  Also, how do you open up versions?

    There is the problem with that sentiment. I don't like the loss of "save as" either. I think the new save/duplicate paradigm has more steps and is poorly implemented to boot. Yet, people complain far more about Versions and Autosave than they do about "save as"? Why on earth would anyone complain about Autosave? There is no user interface change involved with Autosave. It is entirely in the background. If you don't like Autosave, you are free to randomly delete files from your machine and from Time Machine if you want. I don't see what the point of that would be, but it would give you the same effect of not having Autosave. There is more a user impact to Versions, but it still a really cool feature. Why would you not want to have access to old versions of your document? It isn't going to eat much disk space. The last time someone complained about disk space usage by versions I calculated that it would take 38 years for them to run out of space due to Versions. If you don't want to use Versions, don't click on the Versions tools. Problem solved.
    I don't want people lumping clear losers (like no more "save as") with clear winners like Autosave and Versions.

  • Hebrew search in Smartphone versions not working

    I have a PDF created with Adobe Acrobat 9 Pro. THe document is created from Word 2007. The document is in Hebrew. When searching the document on Windows (VISTA for example), everything is OK.
    When I do the same on Android, WM6.1/6.5 or iPhone, the Hebrew search does not work. I need to enter the Hebrew term in opposite directions (last letter first) in order for search to return the results.
    How to solve this?
    thanks,
    Sasha

    hi harilal ....
    thanx for replying..
    i tried the thing you said but it is giving me the following problem
    java.io.FileNotFoundException: JavaHelpSearch\POSITIONS (The system cannot find
    the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at com.sun.java.help.search.DocumentLists.<init>(DocumentLists.java:161)
    at com.sun.java.help.search.DocumentLists.invert(DocumentLists.java:243)
    at com.sun.java.help.search.DefaultIndexBuilder.close(DefaultIndexBuilde
    r.java:103)
    at com.sun.java.help.search.Indexer.compile(Indexer.java:228)
    at com.sun.java.help.search.Indexer.main(Indexer.java:76)
    and it is making POSITIONS file one folder above HTML folder which is containing my html files ......
    pls help me
    regards
    nik

Maybe you are looking for