Upgrading Pages help needed ASAP

I have a store bought version of Pages for my Mac which is currently version 4.3.  I need the latest version to open a document I edited on Pages for ipad.  Since I didn't purchase Pages through the app store how can i upgrade it?

I would call Apple and explain that you already have the iWork '09 DVD, and want the free upgrade to Pages v5.2. You must have OS X Mavericks (10.9+) on your Mac as a precondition to downloading Pages v5.2. It will move your v4.3 Pages into /Applications/iWork '09 (if not already there) where it remains fully functional.
Based on what is known after 9 months of v5 use; never has free been so expensive, as v5 has about 100+ features/functionality absent that are in v4.3. Apple is positively lethargic about improvements. Support for Pages ’08, RTF, and AppleWorks documents has been dropped. No automatic capitalization of sentences… ad nauseum.
For the critical path, why not launch Pages (v2.2.1) on your iPad. Select the sharing icon above the array of documents. Choose Send a Copy. Select the document you want to open in Pages ’09 v4.3. Click Mail. Choose Word. After the document is converted, an e-mail prompt appears with the Word .docx attached. Send it, open it in Mail on OS X, and open again with Pages ‘09 v4.3. This is the non-elegant, critical path approach to continued use of v4.3 with IOS Pages v2.2.1.

Similar Messages

  • Error messages help need asap!!!!

    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly ended

    Hi,
    Welcome to the forum!
    Don't say things like "urgent" or "asap" (as in your title, "error messages help need asap!!!!"). It's rude.
    971848 wrote:
    hi this is my code and I need help with what i need to do and how to do it to get rid of the error messages
    CREATE OR REPLACE FUNCTION
    no_of_task_types (x NUMBER)
    RETURN NUMBER IS
    my_val NUMBER;
    BEGIN
    SELECT COUNT(distinct t.task_type_no)
    INTO my_val
    FROM employee e, assignment a, task t
    WHERE e.employee_id = x
    AND e.employee_no = a.employee_no
    AND t.task_id = a.task_id
    RETURN tasktotal;
    END;
    SHOW ERRORS
    these are the error messages:
    Warning: Function created with compilation errors.
    Errors for FUNCTION NO_OF_TASK_TYPES:
    8/1     PL/SQL: SQL Statement ignored
    13/27     PL/SQL: ORA-00933: SQL command not properly endedIt looks like you're missing a semicolon at the end of line 13; that's why the statement beginning at line 8 can't be understood.
    Also, you store a number in my_val, but never use that number, and you have a variable called tasktotal that's never defined. Should my_val and tasktotal be the same variable?
    Perhaps this is what you want:
    CREATE OR REPLACE FUNCTION
           no_of_task_types (x NUMBER)
    RETURN NUMBER IS
        tasktotal   NUMBER;
    BEGIN
        SELECT  COUNT(distinct t.task_type_no)
        INTO    tasktotal
        FROM    employee e, assignment a, task t
        WHERE   e.employee_id = x
        AND     e.employee_no = a.employee_no
        AND     t.task_id        = a.task_id;          -- ; at end is important
        RETURN tasktotal;
    END;
    /This question doesn't have anything to do with SQL*Plus, so maybe the SQL*Plus forum isn't the best place for it. This is strictly a PL/SQL problem; in the future, post questions like this in the PL/SQL. The FAQ page for that forum, {message:id=9360002} , can really help you.

  • Help needed asap! Will my IPAD 3G wifi work in another country with the sim of a 3G services provider?

    Help needed asap! I want to buy an IPAD 3G + Wifi before I return to my country from the US. The problem is that I have GSM service providers in my country that provide 3G services but I am wondering if their SIM card would work in the IPAD? In other words, can I get an unlocked IPAD 3G wifi? Thanks for helping out

    The AT&T 3G iPads (which are GSM/sim based) in the US are not locked (the Verizon models are CDMA based so they effectively are). So as long as you can get a sim in your own country you shouldn't have a problem

  • I want to upgrade to 10.9 to upgrade pages. help! please

    I became a mac user at the end of 2011 and in truth it has not been an easy transition.
    I believe my particular one was made on a Monday and has NEVER been able to stay online for more than ten minutes without being cut off.
    Anyway not todays problem .
    I have below
    Software  Mac OS X Lion 10.7.5 (11G63)
    I need to upgrade pages and am not allowed as I am told to upgrade to 10.9 ,cannot figure out how to , please advise
    many thanks
    SH

    Back up your data, check your applications for compatibility, and download Mavericks from the Mac App Store.
    (110542)

  • Harddrive Upgrade - Please Help needs to be done ASAP

    I have the MC375LL/A 13.3/2.66/4GB/320 Macbook Pro which I purchased November 2010.  The hard drive only has about 30gb of space left because I have lots of photos, movies & music.  I am looking to upgrade my hard drive to a WD Scorpio 1 TB Internal Hard drive 5400 RPM (UPC: 718037753119 or Model WDBABC0010BNC-NRSN).  Is this hard drive okay to use in my Macbook Pro? Will it work with apple energy conservation software & it’s motion detection software?  Is there another hard drive that I should be looking at aside from the one list? Please Help.

    I can also get the one listed below which is a Seagate.
    http://www.bestbuy.com/site/Seagate+-+Momentus+LP+1TB+Internal+Serial+ATA+Hard+D rive+for+Laptops/5542941.p?id=1218655167046&skuId=5542941&st=seagate%201tb%20int ernal&cp=1&lp=2
    Do you know if this will work with apples energy conservation software & it’s motion detection software? 

  • HELP NEEDED ASAP! SIMPLE ONE!

    I'm a noob so please dont shout at me....!
    Okay, I have a 1x1 table, and an image....i need tick boxes
    and image maps ontop of this image. Now I thought I'd have to set
    the image as a background image in the table, but in doing so, I
    cant see a way that I can add my maps or tick boxes........and If
    the image is simply placed in the table as an image, I cant add the
    tickboxes, but can add the maps........what should I do??
    Please can someone help asap as this is the final stage of a
    stupid uni project that needs handed in in a day or so....
    Thanks in advance!!
    Mark

    mthorpe84 wrote:
    > Lol that's utter garbage. As much as I appreciate the
    help from you guys n
    > gals, graphic design, as a degree is the study of
    design, design traits,
    > publication, print, typography etc etc. Flash is as much
    web work that any
    > graphic design school will follow. And just for the
    record, I'm at what's
    > regarded as one of the top 3 design schools in the UK,
    so please don't give me
    > that crap.
    I was at an elite university many years ago, so can
    understand the
    feeling of a student who "knows it all". I thought I did,
    too. When I
    got out into the real world, I discovered that what
    university teaches
    you, although valuable, means little until you have built up
    practical
    experience.
    Perhaps your design school was trying to tell you something
    when it
    decided the project was to be a web page. Lesson:
    understanding the
    basics of the web is just as important to your craft as
    print,
    typography, and all the rest.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Dreamweaver/Flash help need ASAP!!!!!

    Okay So I am designing a site in dreamweaver as a final
    project and i have to used fireworks and flash throughout the
    site...So I did the flash insert it into dreamweave and it DOESNT
    WORK!!! It is giving me this message
    Unable to find the plugin that handles this media type.
    Dreamweaver lookis in both the "Configuration/Plugins" folder, and
    the plugins folder for each of your installed browsers. So someone
    please help how do I fix this so my flash will play!!!! Thanx in
    Advance

    Flash should play in DW - select it and click on the Play
    button on the
    Property inspector.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Maneet Puri" <[email protected]> wrote in
    message
    news:gh0b8d$liu$[email protected]..
    > Hi,
    > Just to confirm that I assume that you are testing the
    page in the browser
    > where the flash you have embed does not work, but if you
    are doing it it
    > in the
    > design view of the dream weaver then please note that it
    will not play the
    > flash animation there you will have to check it in the
    browser.
    >
    > If its not working in the browsers and you have the
    plugins then just
    > check
    > the version in which you have created the flash and the
    plugin should
    > support
    > that version of flash other wsie you will have to
    upgrade your browser?s
    > flash
    > plugins.
    >
    > Hope this helps.
    >
    > Cheers,
    >
    > ~Maneet
    > Lexolution IT Services
    >
    http://www.lexolutionit.com
    >

  • Adobe digital editions (help needed asap)

    I keep getting an error message saying adobe digital editions 2.0 has stopped working, How do i fix

    Depends why it stopped working.  You could try uninstall and reinstall.
    Unfortunately, ADE2.0/2.0.1 is a terrible program riddled with bugs,
    unless you need a feature it does not have the best solution is to install 1.7.2.
    There are lots of bugs in ADE2.0 (and 2.0.1).  Try replacing ADE2.0 with the older but more reliable v1.7.2.
    (You can have them both installed at once if you like.)
    Version 1.7.2, it is a little difficult to find, available on Adobe site for Windows and for Mac.
    http://helpx.adobe.com/digital-editions/kb/cant-install-digital-editions.html
    The forum software is sometimes corrupting the link above.  There shouldn't be a blank in 'editio ns.html'.  The following redirects to the same page: http://tinyurl.com/diged172
    Some people have found ADE trying to upgrade automatically. 
    It appears (not 100% sure) that if you install ADE2.0 as a new install (not as an upgrade) that your 1.7.2 will continue to run.
    Probably best to say no if 2.0.x installation asks if you want to migrate your library.

  • HELP Needed ASAP! Curve Not Turning On, Red Flashing Lights!

    Hi,
    I have a Blackberry curve 8310. I plugged my curve into my mac to do a software update. Midway through, my phone shut off and hasn't worked since. The battery is fully charged. The phone is off and won't turn on. Additionally, there is a red LED light blinking twice every few seconds. I think I found an article on blackberry.com's knowledge database that diagnosed my issue, but my problem now is that because the curve isn't turning on/off, it's not connecting to my mac's desktop manager. So I can't do anything the article tells me to do. What should I do now? I need help ASAP!
    Here's the link to the article: http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB19915
    Thanks in advanced!

    Hello Asmro and welcome to the BlackBerry Support Community Forums.
    It can take up to 30 minutes for the Mac to connect to the BlackBerry.
    I would remove your battery and connect to the BlackBerry Desktop Manager. Once it comes up there is no software installed, re-insert the battery and follow the article KB19915.
    Let me know how you make out.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Error in Jdeveloper 10g in Remote deployment : Help Needed ASAP

    Hi,
    Am trying to deploy the simple application to remote oracle IAS server from Jdeveloper 10g. It is not allowing me to deploy any application remotely. The deployment log window shows following message:
    Target platform is Oracle9i Application Server (AppServerConnection1).
    Wrote WAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.war
    Wrote EAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear
    Invoking DCM servlet client...
    C:\jdev10g\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\jdev10g\jdev\lib\oc4j_remote_deploy.jar http://as18schgefage:1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Command = INVALID_COMMAND
    #### Invalid command: redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    #### Could not send command to Oc4jDcmServlet
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-6)
    #### HTTP return code was -6
    Exit status of DCM servlet client: -6
    Elapsed time for deployment: 4 seconds
    #### Deployment incomplete. #### Mar 16, 2005 9:20:03 AM
    Please help asap.
    Regards,
    Ujwala

    1. Re-test your connection from JDev to AS and it must success.
    I suggest to create a new OC4J instance on AS and fill
    the instance name on the dialog window while
    creating AS Connection on JDev. i.e OC4J instance name (optional)
    2. For JDev 9.0.5.x/10.1.2 using AS 9.0.4,
    don't forget to install ADF Runtime Libraries on AS.
    3. Make sure your AS support JDK/J2SE version as in JDev.
    JDev 10.1.2 need AS to use JDK version 1.4.2_04-b05.
    You can download it from http://java.sun.com/products/archive/j2se/1.4.2_04/index.html
    and install it.
    To cek your ORACLE_HOME/jdk/bin/java -fullversion
    Regs,
    Ferry Situmorang

  • Simple HTML page HELP needed

    Hi all,
    Here's my dilemma:
    I've got this simple html page that I've made with
    dreamweaver CS3. On the starting page I want to put a section
    called "NEWS", under which there would be essentially a texfield
    with the news. Now, I don't want to put the news text in the html
    code. Rather, I'd like the code to somehow take this text from a
    separate text file which I could edit at will and simply overwrite
    on the host server so that changes are seen in browsers.
    I don't need a real CMS (besides, CMS is way over my head).
    Just this one text field. I've tried with the textfield/text
    area/HTML object/etc. in the 'insert' tool but none worked. Can
    this be done at all? Appreciate any help.

    macioo1 wrote:
    > Now, I don't want to put the news text in
    > the html code. Rather, I'd like the code to somehow take
    this text from a
    > separate text file which I could edit at will and simply
    overwrite on the host
    > server so that changes are seen in browsers.
    You can do this with a server-side include. The first thing
    you need to
    do is to find out whether your hosting company has enabled
    server-side
    includes, or if you have access to a server-side language
    such as ASP or
    PHP. The way that you create a server-side include is
    slightly different
    in each type of setup.
    When you have found what your remote server supports, someone
    can give
    you further instructions.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • MAC OS-X Lion and Error 51 - Help Needed ASAP Please

    Greetings,
    I have been using the Cisco VPN Client (4.9.01) for Mac under Snow Leopard (10.6.x) without any issues.
    Since upgrading to Lion earlier today I am now receiving an Error 51 - unable to communicate with the subsystem.
    I found a thread that suggested restarting the system while holding down Opt/3/2 keys to force a 32-Bit restart and the Client will indeed run. However, this is a bandaid patch.
    Has Cisco addressed this issue? Is there a better workaround at this time?
    Thank you,
    Lyman

    Hello Robert,
    In Windows 7 you would need to use the Cisco IPsec client which operates the same way as it does in XP with regards to the pcf.  So I am not sure why you are having trouble with Win7, if you are still having trouble with Win7 using the Cisco IPsec client please start a new thread for that specific issue as it is separate and distinct from Mac OS X and using the Mac OS X built in client.
    Did you follow this guide:
    http://anders.com/guides/native-cisco-vpn-on-mac-os-x/
    Thanks tomas.truchly.
    I have not heard of an issue with the Mac OS X Built-in client when properly configured and when the head-end has the security levels necessary.
    Also, since this thread has been Answered, to help ensure you get the help you need it might be best to open a new thread.
    -Craig

  • Unexpected Signal : 11 Error??? Help needed ASAP

    hello All,
    I have been running tomcat with SDK 1.4 on a linux for around 6 months with no major problem. The other day though tomcat began to crash, now it will not stay up. As soon as you browse a JSP page it crashes with the following error.
    Any ideas please, this is really important that i fix this ASAP.
    Unexpected Signal : 11 occurred at PC=0x402DD686
    Function=(null)+0x402DD686
    Library=/home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
         at java.lang.StringBuffer.expandCapacity(StringBuffer.java:202)
         at java.lang.StringBuffer.append(StringBuffer.java:401)
         - locked <0x45e5fec8> (a java.lang.StringBuffer)
         at java.util.zip.ZipFile.getEntry(ZipFile.java:149)
         - locked <0x462c4790> (a java.util.jar.JarFile)
         at java.util.jar.JarFile.getEntry(JarFile.java:194)
         at java.util.jar.JarFile.getJarEntry(JarFile.java:181)
         at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:671)
         at sun.misc.URLClassPath.getResource(URLClassPath.java:160)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:191)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         - locked <0x462cc500> (a sun.misc.Launcher$ExtClassLoader)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:282)
         - locked <0x462ca3e0> (a sun.misc.Launcher$AppClassLoader)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
         - locked <0x462ca3e0> (a sun.misc.Launcher$AppClassLoader)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         - locked <0x462ca3e0> (a sun.misc.Launcher$AppClassLoader)
         at mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor.addNotificationListener(NotificationListenerMBeanServerInterceptor.java:91)
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.addNotificationListener(DefaultMBeanServerInterceptor.java:98)
         at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.addNotificationListener(ContextClassLoaderMBeanServerInterceptor.java:54)
         at mx4j.server.MBeanServerImpl.addNotificationListenerImpl(MBeanServerImpl.java:609)
         at mx4j.server.MBeanServerImpl.addNotificationListener(MBeanServerImpl.java:603)
         at org.apache.coyote.tomcat5.MapperListener.init(MapperListener.java:145)
         at org.apache.coyote.tomcat5.CoyoteConnector.start(CoyoteConnector.java:1537)
         at org.apache.catalina.core.StandardService.start(StandardService.java:489)
         - locked <0x4637e370> (a [Lorg.apache.catalina.Connector;)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
         - locked <0x463bc2b0> (a [Lorg.apache.catalina.Service;)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 62:00 442447     /home/audient/Java/j2sdk1.4.2_07/bin/java
    08056000-08059000 rw-p 0000d000 62:00 442447     /home/audient/Java/j2sdk1.4.2_07/bin/java
    40000000-40004000 rw-s 00000000 62:00 655436     /tmp/hsperfdata_audient/1347
    40004000-40005000 r--p 0034f000 62:00 9504       /usr/lib/locale/locale-archive
    40005000-40008000 r--s 00000000 62:00 786492     /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/dnsns.jar
    40009000-40407000 r-xp 00000000 62:00 557107     /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so
    40407000-40423000 rw-p 003fd000 62:00 557107     /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so
    40435000-4043d000 r-xp 00000000 62:00 1376291    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/native_threads/libhpi.so
    4043d000-4043e000 rw-p 00007000 62:00 1376291    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/native_threads/libhpi.so
    4043e000-40448000 r-xp 00000000 62:00 24306      /lib/libnss_files-2.3.2.so
    40448000-40449000 rw-p 0000a000 62:00 24306      /lib/libnss_files-2.3.2.so
    40449000-40459000 r-xp 00000000 62:00 1245289    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libverify.so
    40459000-4045b000 rw-p 0000f000 62:00 1245289    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libverify.so
    4045b000-4047b000 r-xp 00000000 62:00 1245290    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libjava.so
    4047b000-4047d000 rw-p 0001f000 62:00 1245290    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libjava.so
    4047d000-40491000 r-xp 00000000 62:00 1245292    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libzip.so
    40491000-40494000 rw-p 00013000 62:00 1245292    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libzip.so
    40494000-4058b000 r--s 00000000 62:00 852034     /home/audient/jakarta-tomcat-5.0.28/common/endorsed/xercesImpl.jar
    4058b000-405aa000 r--s 00000000 62:00 852035     /home/audient/jakarta-tomcat-5.0.28/common/endorsed/xml-apis.jar
    405aa000-41f53000 r--s 00000000 62:00 557164     /home/audient/Java/j2sdk1.4.2_07/jre/lib/rt.jar
    41f9d000-41fb3000 r--s 00000000 62:00 557110     /home/audient/Java/j2sdk1.4.2_07/jre/lib/sunrsasign.jar
    41fb3000-42090000 r--s 00000000 62:00 557155     /home/audient/Java/j2sdk1.4.2_07/jre/lib/jsse.jar
    42090000-420a1000 r--s 00000000 62:00 557111     /home/audient/Java/j2sdk1.4.2_07/jre/lib/jce.jar
    420a1000-425fa000 r--s 00000000 62:00 557156     /home/audient/Java/j2sdk1.4.2_07/jre/lib/charsets.jar
    42722000-42922000 r--p 00000000 62:00 9504       /usr/lib/locale/locale-archive
    42922000-4293e000 r--s 00000000 62:00 786491     /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/sunjce_provider.jar
    4293e000-4294b000 r--s 00000000 62:00 786494     /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/ldapsec.jar
    4294b000-42a07000 r--s 00000000 62:00 786495     /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/localedata.jar
    42a07000-42a43000 r--s 00000000 62:00 1097765    /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/mysql-connector-java-3.0.11-stable-bin.jar
    42a43000-42f1f000 r--s 00000000 62:00 278689     /home/audient/Java/j2sdk1.4.2_07/lib/tools.jar
    42f1f000-42f27000 r--s 00000000 62:00 1343609    /home/audient/jakarta-tomcat-5.0.28/bin/bootstrap.jar
    42f27000-42f7b000 r--s 00000000 62:00 1343619    /home/audient/jakarta-tomcat-5.0.28/bin/jmx.jar
    42f7b000-42f7e000 r--s 00000000 62:00 1343614    /home/audient/jakarta-tomcat-5.0.28/bin/commons-daemon.jar
    42f7e000-42f85000 r--s 00000000 62:00 1343616    /home/audient/jakarta-tomcat-5.0.28/bin/commons-logging-api.jar
    42f85000-42f95000 r-xp 00000000 62:00 1245295    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libnet.so
    42f95000-42f96000 rw-p 0000f000 62:00 1245295    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libnet.so
    42f96000-42f99000 r--s 00000000 62:00 1261707    /home/audient/jakarta-tomcat-5.0.28/common/lib/ant-launcher.jar
    42f99000-43084000 r--s 00000000 62:00 1261708    /home/audient/jakarta-tomcat-5.0.28/common/lib/ant.jar
    43084000-4310d000 r--s 00000000 62:00 1261709    /home/audient/jakarta-tomcat-5.0.28/common/lib/commons-collections-3.1.jar
    4310d000-43128000 r--s 00000000 62:00 1261710    /home/audient/jakarta-tomcat-5.0.28/common/lib/commons-dbcp-1.2.1.jar
    43128000-43144000 r--s 00000000 62:00 1261711    /home/audient/jakarta-tomcat-5.0.28/common/lib/commons-el.jar
    43144000-4314f000 r--s 00000000 62:00 1261712    /home/audient/jakarta-tomcat-5.0.28/common/lib/commons-pool-1.2.jar
    4314f000-431a5000 r--s 00000000 62:00 1261713    /home/audient/jakarta-tomcat-5.0.28/common/lib/jasper-compiler.jar
    431a5000-431bf000 r--s 00000000 62:00 1261714    /home/audient/jakarta-tomcat-5.0.28/common/lib/jasper-runtime.jar
    431bf000-431cc000 r--s 00000000 62:00 1261715    /home/audient/jakarta-tomcat-5.0.28/common/lib/jsp-api.jar
    431cc000-431d3000 r--s 00000000 62:00 1261716    /home/audient/jakarta-tomcat-5.0.28/common/lib/naming-common.jar
    431d3000-431d7000 r--s 00000000 62:00 1261717    /home/audient/jakarta-tomcat-5.0.28/common/lib/naming-factory.jar
    431d7000-431d8000 r--s 00000000 62:00 1261718    /home/audient/jakarta-tomcat-5.0.28/common/lib/naming-java.jar
    431d8000-431e3000 r--s 00000000 62:00 1261719    /home/audient/jakarta-tomcat-5.0.28/common/lib/naming-resources.jar
    431e3000-431fb000 r--s 00000000 62:00 1261720    /home/audient/jakarta-tomcat-5.0.28/common/lib/servlet-api.jar
    431fb000-43200000 r--s 00000000 62:00 573558     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-ant.jar
    43200000-4321f000 r--s 00000000 62:00 573559     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-cluster.jar
    4321f000-43225000 r--s 00000000 62:00 573560     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-i18n-es.jar
    43225000-4322b000 r--s 00000000 62:00 573561     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-i18n-fr.jar
    4322b000-43231000 r--s 00000000 62:00 573562     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-i18n-ja.jar
    43231000-4324c000 r--s 00000000 62:00 573563     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-optional.jar
    4324c000-432f9000 r--s 00000000 62:00 573564     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina.jar
    432f9000-43328000 r--s 00000000 62:00 573565     /home/audient/jakarta-tomcat-5.0.28/server/lib/commons-beanutils.jar
    43328000-43343000 r--s 00000000 62:00 573566     /home/audient/jakarta-tomcat-5.0.28/server/lib/commons-digester.jar
    43343000-43349000 r--s 00000000 62:00 573567     /home/audient/jakarta-tomcat-5.0.28/server/lib/commons-fileupload-1.0.jar
    43349000-43364000 r--s 00000000 62:00 573568     /home/audient/jakarta-tomcat-5.0.28/server/lib/commons-modeler.jar
    43364000-4336b000 r--s 00000000 62:00 573569     /home/audient/jakarta-tomcat-5.0.28/server/lib/jakarta-regexp-1.3.jar
    4336b000-43373000 r--s 00000000 62:00 573570     /home/audient/jakarta-tomcat-5.0.28/server/lib/jkconfig.jar
    43373000-43374000 r--s 00000000 62:00 573571     /home/audient/jakarta-tomcat-5.0.28/server/lib/jkshm.jar
    43374000-43375000 r--s 00000000 62:00 573573     /home/audient/jakarta-tomcat-5.0.28/server/lib/servlets-common.jar
    43375000-4337b000 r--s 00000000 62:00 573574     /home/audient/jakarta-tomcat-5.0.28/server/lib/servlets-default.jar
    4337b000-4337d000 r--s 00000000 62:00 573575     /home/audient/jakarta-tomcat-5.0.28/server/lib/servlets-invoker.jar
    4337d000-43383000 r--s 00000000 62:00 573577     /home/audient/jakarta-tomcat-5.0.28/server/lib/servlets-webdav.jar
    43383000-43388000 r--s 00000000 62:00 573578     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-coyote.jar
    43388000-43395000 r--s 00000000 62:00 573579     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-http11.jar
    43395000-43396000 r--s 00000000 62:00 573580     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-jk.jar
    43396000-433b4000 r--s 00000000 62:00 573581     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-jk2.jar
    433b4000-433b8000 r--s 00000000 62:00 573582     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-jni.jar
    433b8000-433e4000 r--s 00000000 62:00 573583     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-util.jar
    433e4000-433ea000 r--s 00000000 62:00 49514      /usr/lib/gconv/gconv-modules.cache
    43bb0000-43bc5000 r-xp 00000000 62:00 69861      /lib/ld-2.3.2.so
    43bc5000-43bc6000 rw-p 00015000 62:00 69861      /lib/ld-2.3.2.so
    43bc8000-43cff000 r-xp 00000000 62:00 69862      /lib/libc-2.3.2.so
    43cff000-43d02000 rw-p 00137000 62:00 69862      /lib/libc-2.3.2.so
    43d07000-43d28000 r-xp 00000000 62:00 31514      /lib/libm-2.3.2.so
    43d28000-43d29000 rw-p 00020000 62:00 31514      /lib/libm-2.3.2.so
    43d2b000-43d2d000 r-xp 00000000 62:00 69864      /lib/libdl-2.3.2.so
    43d2d000-43d2e000 rw-p 00001000 62:00 69864      /lib/libdl-2.3.2.so
    43d43000-43d52000 r-xp 00000000 62:00 24322      /lib/libpthread-0.10.so
    43d52000-43d53000 rw-p 0000f000 62:00 24322      /lib/libpthread-0.10.so
    43dc6000-43dd8000 r-xp 00000000 62:00 33884      /lib/libnsl-2.3.2.so
    43dd8000-43dd9000 rw-p 00011000 62:00 33884      /lib/libnsl-2.3.2.so
    Heap at VM Abort:
    Heap
    def new generation   total 576K, used 551K [0x45de0000, 0x45e80000, 0x462c0000)
      eden space 512K,  99% used [0x45de0000, 0x45e5ffe8, 0x45e60000)
      from space 64K,  61% used [0x45e60000, 0x45e69cf0, 0x45e70000)
      to   space 64K,   0% used [0x45e70000, 0x45e70138, 0x45e80000)
    tenured generation   total 7136K, used 4382K [0x462c0000, 0x469b8000, 0x49de0000)
       the space 7136K,  61% used [0x462c0000, 0x46707848, 0x46707a00, 0x469b8000)
    compacting perm gen  total 6656K, used 6602K [0x49de0000, 0x4a460000, 0x4dde0000)
       the space 6656K,  99% used [0x49de0000, 0x4a452bb0, 0x4a452c00, 0x4a460000)
    Local Time = Mon Mar 21 23:25:01 2005
    Elapsed Time = 11
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode)
    #

    I'm having a similar problem. Did you ever find a solution?

  • Substitution not working - Help needed ASAP..

    Hi Gurus,
    We're trying to substitute the PersonListVO of Irecruitment>Candidates page> Individuals tab. We have imported the substitution successfully and deployed the classes and xml in the right directory. But the page is still referencing the original vo. below is the output statement of jdr_utils.printdocument. PLs help as we're near our deadline and we've run out of ideas. Thanks.
    <?xml version='1.0' encoding='UTF-8'?>
    <customization xmlns="http://xmlns.oracle.com/jrad" xmlns:ui="http://xmlns.oracle.com/uix/ui" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:user="http://xmlns.oracle.com/user" version="9.0.3.8.13_1426" xml:lang="en-US"
    customizes="/oracle/apps/per/irc/candidateSearch/server/PersonListVO">
    <replace with="/fao/oracle/apps/per/irc/candidateSearch/server/FaoPersonListVO"/>
    </customization>

    Yes, we have already bounced the server many times and check the about this page if the substitution has been reflected even before we checked using jdr_utils.. But so far no luck. What I forgot to mention before is that the vo we are substituting is composed of 6 EO and we couldn't change the query using the expert mode, so we just added one of the columns from the EO..

  • Oracle Forms - need to update multi-record block - Help needed asap

    Hi,
    We are using Oracle apps release 11i - Oracle forms 6i.
    I have a field "project_start_date" in project_block in a custom form. There is another multi-record block called role_block in the same custom form and it has a field named start_date. Requirement is when ever I make change in the project_start_date in project_block, that should reflect in role_block.start_date. I tried different means and could update only the very first record of the multi-record block - role_block. I need to update all the records in the role_block with the same project_start_date. Used looping and several other methods. But could not achieve. Any help is really appreciated.
    Thanks
    Akil

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Application Development in PL/SQL » Forms which you can get more quick response
    Regard
    Helios

Maybe you are looking for

  • Blackberry curve 9360 freezes after 1 minute

    ive rebooted my phone about 20 times now ive left it off all night with the battery out and it still wont work i tried to wipe it but after 6 hours it still didnt wipe, it just froze after rebooting everything loads like normal then after 1 minute of

  • Options in Ovi maps invisible

    Hi, E72: navigating with OVI-maps, the selected options hardly visible. I only see a small blue frame around the selected option. Maybe it is me, but at night i really cannot see which option is selected. Is there a way to change background for the s

  • Media player 11 in vista

    ,by defualt in Media player the option to play dvds and hear sound is not load by defualt its hidden.i have sound blaster li've 5. and sound in any thing i play it does not matter about volume control at this time. in rc i had no dvd sound at all to

  • Cannot switch video cards

    Searching as best I could, the only relevant question I could find was this: http://discussions.apple.com/thread.jspa?threadID=1823910&start=0&tstart=0 My problem, however, is slightly different. On the Energy Saver pane, I have the choice between 'B

  • HELP! Firewire Drives Unmounting by themselves.

    I have a small workgroup with a G4/800 server with two FireWire drives connected. One of the drives contains ALL of the organizations files and is shared over the network using the SharePoints software. The other Firewire drive is just a backup drive