Received Platform error, process stuck in Trace?

On Friday, one of my linux 2.6.11 systems running JRockit triggered a "platform error." After receiving the error, one of the processes is stuck in Trace mode (as reflected by top, ps, etc), which means none of the processes will die using "kill" either (which means the system won't cleanly reboot).
The error was:
[JRockit] Platform error is: Cannot allocate memory (12)
===================
JROCKIT FATAL ERROR
Failure to map memory (mmap) (70)
===================
The process that triggered the failure (from /proc/X/status):
Name: java
State: T (stopped)
SleepAVG: 93%
Tgid: 25143
Pid: 25143
PPid: 25142
TracerPid: 0
Uid: 1000 1000 1000 1000
Gid: 1000 1000 1000 1000
FDSize: 256
Groups: 4 10 20 32 101 1000
VmSize: 2196916 kB
VmLck: 0 kB
VmRSS: 2177784 kB
VmData: 2190740 kB
VmStk: 84 kB
VmExe: 56 kB
VmLib: 5488 kB
VmPTE: 2156 kB
Threads: 1
SigPnd: 0000000000000100
ShdPnd: 0000000000004101
SigBlk: 0000000000000000
SigIgn: 8000000000000000
SigCgt: 1000004380405a8f
CapInh: 0000000000000000
CapPrm: 0000000000000000
CapEff: 0000000000000000
Running:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
BEA WebLogic JRockit(R) (build dra-38972-20041208-2001-linux-ia32, R25.0.0-75, GC: System optimized over throughput (initial strategy singleparpar))
If I see this again, what's the best way to remedy it?

When a process dies its parent gets a notification. However, the parent
must explicitly poll for this notification using wait().
If a process (JRockit) dies and its parent (whatever) doesn't do wait(),
the JRockit process will become "zombie". This means that the process
won't ever do anything else, but it doesn't go away either. It won't go
away until the parent wait()s for it or the parent dies.
If by "traced" you mean that JRockit's process state is "T", it means
somebody (most probably gdb or strace) has called ptrace() on JRockit.
That turns the ptrace() caller into JRockit's parent. And JRockit won't
go away until the parent either dies or calls wait().
So next time (if there is one), try killing JRockit's parent process.
That said, I have seen cases where zombie processes have init (the first
process) for parent, and I don't have any explanation for that.
Also, if JRockit turns the whole system to mush, that's (at least) the
kernel's fault. The kernel shouldn't let that happen under any
circumstances, regardless of what JRockit does (either by design or by
being broken).
Regards //Johan
Nicole Pauls wrote:
It's a custom 2.6.11 kernel, but it is debian (and based on debian kernel sources). Good guess :)
The "not responding to -9" was definitely weird. I would expect the system to not respond to signals very quickly in a high load situation, but it's strange that after I passed many signals of differing value (ending with 23) that it suddenly died. It had sat for about 12 hours after severla -9s before I got around to passing the sequential signals to it.
I have seen OutOfMemoryErrors and other inside-the-JVM problems and been able to send -9 signals, so it was definitely related to the state the "Platform Error" put the system in.
Thanks for your thoughts -- I've asked a few other linux people out there for theirs as well and so far come up with nothing other than "must have been coincidence that it responded to -9 at the same time I was passing other signals" :)
Also, I am testing and then planning on migrating to 1.5.0_02, but since this is the first time I've seen the issue, I don't expect to see it again. If the system does reproduce the issue in a timely fashion, I'll update the JVM and see if that resolves the strangeness.

Similar Messages

  • JDBC receiver adapter - Error processing request in sax parser

    Hello,
    I want to INSERT idoc data via JDBC adapter into a MS SQL database. After digging through SAP Help, numerous blogs and forum discussions on SDN and even posting an OSS message I still get the same error:
    'Error: TransformException error in xml processor class: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)'
    When testing my mapping in the Integration Repository the resulting XML message is:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Employee xmlns:ns0="http://prodrive.nl/xi/HRMasterdata/HRMD_A_2_d_bcommerp">
       <STATEMENT>
          <T_PD_Employees action="INSERT">
             <access>
                <KeyTag>00088888</KeyTag>
                <PerNo>00088888</PerNo>
             </access>
          </T_PD_Employees>
       </STATEMENT>
    </ns0:Employee>
    The connection to the database is fine, Sender adapter with a SELECT * works perfect.
    Can anyone help me solve this problem? I'm lost.
    Best regards,
    Roelof Jan Bouwknegt

    Hi Bhavesh,
    I have tried out the change you suggested. Without success. Message I get back is
    - 2006-12-28 10:34:08 CET: Error: TransformException error in xml processor class: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)
    structure in testtool:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Employee xmlns:ns0="http://prodrive.nl/xi/HRMasterdata/HRMD_A_2_d_bcommerp">
       <STATEMENT>
          <T_PD_Employees action="INSERT">
             <ACCESS>
                <KEYTAG>00088888</KEYTAG>
                <PERNO>00088888</PERNO>
             </ACCESS>
          </T_PD_Employees>
       </STATEMENT>
    </ns0:Employee>
    Somehow the SAX  parser doesn't like the result of my mapping. Maybe there is something wrong with the structure cardinality. Let me describe what I have built:
    XSD:
    WA_T_PD_Employees - Complex Type
    > STATEMENT - Element - Occurence = 1
    >> T_PD_Employees - Element - Occurence = 1
    >>> STATEMENT - Attribute - Occurence = optional
    >>> access - Element - Occurence = 1..Unbounded
    Best regards Roelof Jan and thanks for your quick response

  • A Different "Error processing calendar data (210)"

    *What is the next step to get rid of this error?*
    Blogs and Wikis work on our server's web portal fine. The group Calendar service does not.
    (Individual users on their client can create and share calendars using Apple's iCal software.)
    Upon loading the Calendar page, I receive a "Error processing calendar data (210)" error. I receive the same error if I try to create an event.
    I have read fully the following posts:
    http://discussions.apple.com/thread.jspa?threadID=1346536&tstart=-1
    http://discussions.apple.com/thread.jspa?messageID=7498100
    http://discussions.apple.com/thread.jspa?threadID=1788666&tstart=0
    +The second thread's post by Cyrus (http://discussions.apple.com/message.jspa?messageID=7484449#7484449) solved the "Record disabled due to conflict" error messages in iCal Server's Error Log.+
    I would like very much to make this work, because our 200+ user-base (of mostly Apple clients) needs the organization it could bring.
    *Our setup is as follows:*
    Rock-solid DNS (finally) and an OD Master on one server (all other servers are "connected").
    Mail and a Website (Wiki, Blog, and Calendar enabled) on another server.
    The location for iCal is on a separate server that is also hosting our database.
    +Honestly, I feel I'm missing something basic. I think I remember something about iCal needing to be hosted on the same server as an O.D. Master or Replica. Is this true?+
    *What I think to be the relevant portion of the Error Log is as follows:*
    2008-11-14 16:35:22+0800 [-] [caldav-8010] [OpenDirectoryService] Reloading users record cache
    2008-11-14 16:35:22+0800 [-] [caldav-8009] [-] "Directory service <OpenDirectoryService '/LDAPv3/dir.cesci.net': '/LDAPv3/dir.cesci.net'> has no GUID; generating service GUID from realm name."
    2008-11-14 16:35:22+0800 [-] [caldav-8011] [-] "Directory service <OpenDirectoryService '/LDAPv3/dir.cesci.net': '/LDAPv3/dir.cesci.net'> has no GUID; generating service GUID from realm name."
    2008-11-14 16:35:23+0800 [-] [caldav-8009] [OpenDirectoryService] Reloading groups record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8011] [OpenDirectoryService] Reloading groups record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8012] [-] "Directory service <OpenDirectoryService '/LDAPv3/dir.cesci.net': '/LDAPv3/dir.cesci.net'> has no GUID; generating service GUID from realm name."
    2008-11-14 16:35:23+0800 [-] [caldav-8012] [OpenDirectoryService] Reloading groups record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8009] [OpenDirectoryService] Reloading locations record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8011] [OpenDirectoryService] Reloading locations record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8009] [OpenDirectoryService] Reloading resources record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/LDAPv3/dir.cesci.net': '/LDAPv3/dir.cesci.net'> has no GUID; generating service GUID from realm name."
    2008-11-14 16:35:23+0800 [-] [caldav-8011] [OpenDirectoryService] Reloading resources record cache
    +The "/LDAPv3/dir.cesci.net" occurred after changing the /etc/caldavd/caldavd.plist file's '<key>node</key>' value from "/Search" to "/LDAPv3/127.0.0.1". This was based off of Cyrus' advice in the above-mentioned post (http://discussions.apple.com/message.jspa?messageID=7484449#7484449)+
    Message was edited by: Wesley.Bomar (Log snippet added)

    I was mistaken about which server Wiki and Blog are on, and which server iCal is on.
    All three are now on the same server and web calendar seems to work. It's odd though:
    When I login to the web calendar for a new group, it creates a new folder in calendars/_uids_/ (not in calendars/groups...). And it also creates 4 folders in principals/_uids_/:
    XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX#calendar-proxy-write
    XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX#calendar-proxy-read
    XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
    YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY
    Server Admin reports iCal has 1 Calendar, but 3 Groups. I'm guessing it is still remembering two other groups I tested before, but have since disconnected from web calendar. All three groups have a folder in /Library/Collaboration/Groups/.
    *Is this all normal?*
    I saw no folders appear within calendar/groups, and the principals/groups folder does not exist.

  • I have recently bought an iPhone 4S and I am trying to install iOS7. The install initially failed and I received an error message. I attempted a restore, however, the progress bar is now stuck at "Restoring iPhone software.."

    I have recently bought an iPhone 4S and I am trying to install iOS7. The install initially failed and I received an error message. I attempted a restore, however, the progress bar is now stuck at "Restoring iPhone software.."
    I'm still attempting to restore it, but the process goes as follows
    - Extracting software.
    - Waiting for iphone.
    - Preparing iphone software for restore.
    - Verifying iphone software.
    - Restoring iPhone software.
    It is at this point where it begins to load approxiamtely 10% and then freezes. I have had the handset connected 7 hours with no progress and this is my third attempt since Friday. Please help.

    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...
    But... if the Device has been Modified... this will Not necessarily work.
    Unauthorized modification of iOS  >  http://support.apple.com/kb/HT3743

  • Unable to open a new window you must first close exsisting firefox process or restart your system. There is no firefox process running why should I receive this error msg?

    I closed a Firefox process. Then clicked the FF icon to restart my browser. I received an error message. " Firefox is already running, but not responding. To open a new window you must first close existing Firefox process, or restart your system. However there is no Firefox process running to begin with. I checked the task manager.
    == This happened ==
    Every time Firefox opened

    It takes Firefox 5-15 seconds to completely close and for the OS to release the processes; it may take longer if you have a Flash animation/video running in one of the tabs. If not waiting long enough is not the problem, you can try the following to determine if an Extension or Plugin might be causing Firefox to hang at exit.
    <u>'''Kill Application'''</u>
    In Task Manager, does firefox.exe show in the <u>'''Processes'''</u> tab?
    See: [http://kb.mozillazine.org/Kill_application Kill Application]
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    [[Firefox hangs]]
    [http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit]
    [[Firefox is already running but is not responding]]
    <u>'''Safe Mode'''</u>
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes <u>'''before'''</u> starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it by enabling <u>'''one at a time'''</u> until the problem reappears. <u>'''You MUST close and restart Firefox after EACH change'''</u> via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.

  • Hi I have a question about shooting in Raw with my Canon EOS 6d. I'm in the process of learning photography and my goal was to start shooting in raw. I have Photoshop CS5. When I tried to edit my images in raw I received an error message stating, "The pho

    Hi I have a question about shooting in Raw with my Canon EOS 6d.
    I'm in the process of learning photography and my goal was to start shooting in raw.
    I have Photoshop CS5. When I tried to edit my images in raw I received an error message stating, "The photoshop camera raw plug-in did not recognize the format. If these files are from a camera, you may need to update your camera raw plug in."
    In researching the issue I read that to edit in raw you need a camera model requirement of at least 7.3 which only works with CS6. My version of CS5 is 6.0.0.205. Being new to all this I see that my options are to upgrade to CS6 or convert by using DNG converter and paying a monthly fee. Two things I know nothing about and don't know which is would be more beneficial.
    I'd appreciate any advise on which route to go and how upgrade and what it may cost. THANKS in advance!
    Heather

    In researching the issue I read that to edit in raw you need a camera model requirement of at least 7.3 which only works with CS6.
    That is correct. Your camera was first supported by Camera Raw 7.3. Camera Raw 7.3 will not work with CS5. You need CS6 or CC.
    Being new to all this I see that my options are to upgrade to CS6 or convert by using DNG converter and paying a monthly fee. Two things I know nothing about and don't know which is would be more beneficial.
    I'd appreciate any advise on which route to go and how upgrade and what it may cost.
    It all depends on your preferred workflow and your budget.
    Using the DNG converter is free. There is no monthly fee. You use the converter to convert all Raw files from the EOS 6D to DNGs then edit the DNGs in CS5. That's an extra step every time - every photo. Some people don't like the extra step. Others don't mind.
    Camera raw, DNG | Adobe Photoshop CC
    Or you can upgrade to CS6 (non-Cloud) and pay the upgrade fee
    Creative Suite 6
    Or join the Cloud and pay the monthly fee
    Or join the Photoshop Photography Program (US9.99/month) and get PS CC+LR

  • HT1926 Can't download iTunes on my laptop receive following error message- an error occurred during the installation of assembly Microsoft vc80.CRT.type="win32", version 8.0.50727. 6195 public key token= ifc8b3b9a1e18e3b process architecture=x86hresult:00

    Can't download iTunes on my laptop receive following error message- an error occurred during the installation of assembly Microsoft vc80.CRT.type="win32", version 8.0.50727. 6195 public key token= ifc8b3b9a1e18e3b process architecture=x86hresult:0073

    These ones are typically caused by underlying problems on the PC that also often cause Windows Updates to fail to install. If we can fix the Windows Update trouble, we can usually get the iTunes trouble cleaned up en passant.
    Go into your Windows update and try to check for new updates. If updates install, stock up on the ones you're behind on, restarting the PC if requested to do so. After the restart, try installing iTunes again. Does it go through this time for you?
    If windows updates fail to install, go into your Update History and doubleclick the failures. What alphanumeric codes appear for you? (For example, 8007000B.)

  • ERROR Internal Error: Received unexpected exception processing connection

    Hi,
    I am observing A INTERNAL Error within the JMS Open MQ server with a connection failing:
    Thanks.!
    Java Runtime: 1.6.0_01 Sun Microsystems Inc. /usr/jdk/instances/jdk1.6.0/jre
    [08/Nov/2007:12:07:49 MST] IMQ_HOME=/zpool1/OpenMQ4-1/mq
    [08/Nov/2007:12:07:49 MST] IMQ_VARHOME=/zpool1/OpenMQ4-1/mq/var
    [08/Nov/2007:12:07:49 MST] SunOS 5.10 x86 vdev4th (4 cpu) root
    [08/Nov/2007:12:07:49 MST] Max file descriptors: 65536 (65536)
    [08/Nov/2007:12:07:49 MST] Java Heap Size: max=191168k, current=34304k
    [08/Nov/2007:12:07:49 MST] Arguments: -loglevel DEBUG
    [08/Nov/2007:12:07:50 MST] [B1060]: Loading persistent data...
    [08/Nov/2007:12:07:50 MST] Using built-in file-based persistent store: /zpool1/OpenMQ4-1/mq/var/instances/imqbroker/
    [08/Nov/2007:12:07:50 MST] [B1039]: Broker "imqbroker@vdev4th:7676" ready.
    [08/Nov/2007:19:19:35 MST] ERROR Internal Error: Received unexpected exception processing connection closing connection:
    java.lang.NullPointerException
         at com.sun.messaging.jmq.util.lists.NFLPriorityFifoSet.internalRemove(NFLPriorityFifoSet.java:1069)
         at com.sun.messaging.jmq.util.lists.NFLPriorityFifoSet$FilterSet.removeNext(NFLPriorityFifoSet.java:583)
         at com.sun.messaging.jmq.jmsserver.core.Consumer.getMoreMessages(Consumer.java:556)
         at com.sun.messaging.jmq.jmsserver.core.Consumer.getAndFillNextPacket(Consumer.java:798)
         at com.sun.messaging.jmq.jmsserver.core.Session.fillNextPacket(Session.java:675)
         at com.sun.messaging.jmq.jmsserver.service.imq.IMQIPConnection.fillNextPacket(IMQIPConnection.java:2039)
         at com.sun.messaging.jmq.jmsserver.service.imq.IMQIPConnection.writeData(IMQIPConnection.java:1678)
         at com.sun.messaging.jmq.jmsserver.service.imq.IMQIPConnection.process(IMQIPConnection.java:650)
         at com.sun.messaging.jmq.jmsserver.service.imq.OperationRunnable.process(OperationRunnable.java:170)
         at com.sun.messaging.jmq.jmsserver.util.pool.BasicRunnable.run(BasicRunnable.java:493)
         at java.lang.Thread.run(Thread.java:619)

    This this from a new install or on that been running for awhile?

  • I am unable to have photos processed from my Photoshop Elements 11 program directly to Costco due to the fact that I am now receiving a error statement saying: "Online services encountered an error. The service will now be terminated or paused if possible

    I am unable to have photos processed from my Photoshop Elements 11 program directly to Costco.  I am now receiving a error statement saying: "Online services encountered an error. The service will now be terminated or paused if possible. 7: NULL ==*in Attributes." How do I get the online services back and running on my PS to allow me to have my photos processed by Costco online? 

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • Workflow tasks related to error processing when u201Cinvoices received via EDI"

    Hi all,
    Please tell me the process like how an workflow tasks related to error processing when u201Cinvoices received via EDI".
    Give me in details the inform.
    Thanks in advance
    Chakri

    Hi Sven,
    Please implement SAP Note: 1321676 in your backend system to solve the current issue.
    But later you will have to implement SAP Note: 1380788 also in your backend system to solve some other issues.
    Regards,
    Binson

  • TS3694 hello out there ! am trying to restore my ios, but toward the end of the process, i am receiving an error message like "the iphone could not be restored, an unknown error occured(1015). Kindly help me resolve this problem, my iphone has been down f

    hello good samaritan out there ! am trying to restore my ios for for i phone 3G, but toward the end of the process, i am receiving an error message like "the iphone could not be restored, an unknown error occured(1015). Kindly help me resolve this problem, my iphone has been down for a we

    mazunzo tembo wrote:
    "the iphone could not be restored, an unknown error occured(1015).
    Unauthorized modification of iOS  >  http://support.apple.com/kb/HT3743
    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • HT3951 I have several tv episodes stuck in my downloads on my iPad. I receive an error, unable to download when I try to resume downloading. I can't clear them out of the download queue. How do I get rid of these from download?

    I have several tv episodes stuck in my downloads on my iPad. I receive an error, unable to download when I try to resume downloading. I can't clear them out of the download queue. How do I get rid of these from download?

    You can always finish the downloads in iTunes on your computer and then the TV Shows to the iPad. Launch iTunes and go to Store>Check for available downloads. Finish the downloads and then sync the iPad.
    As far as trying to finish the downloads on the iPad .....
    Make sure that you do not have a stalled download in iTunes - a song or podcast .... if you have a download in there that did not finish, complete that one first. Only one thing can download at a time on the iPad so that could be what is causing the problem.
    If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>Store>Sign in and then try to download again.

  • HT4972 I have an Iphone 4 and each time I try to update to iOS 7.0.6 I receive an error message after attempting the update.  I have gone through the update process about 3 different times, and each time I get the error message after about 30 minutes.

    I have an IPhone 4 and each time I try to update to iOS 7.0.6 I receive an error message.  I have gone through te update process about 3 times and each time I get message saying there was an error and it was unable to update. 

    What is the error message, and the error number specifically? You can look it up here: http://support.apple.com/kb/TS3694

  • I am having issues deactivating my version of CS4. I receive an error message stating unable to connect or that my firewall or proxy settings are interfering with the process. I do not want to uninstall until i can deactivate as i wish to use a copy on an

    am having issues deactivating my version of CS4. I receive an error message stating unable to connect or that my firewall or proxy settings are interfering with the process. I do not want to uninstall until i can deactivate as i wish to use a copy on another laptop

    Hi K8tym,
    Please refer to below article.
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    Thanks

  • HT201210 Hi. During the process of updating my ipad to IOS 6 utilizing iTunes, I received the error #1602. I tried the update procedure again, this time itunes does not recognize the devise. The pad is displaying USB connecter to iTunes. Does anyone recom

    Hi. During the process of updating my ipad to IOS 6 utilizing iTunes, I received the error #1602. I tried the update procedure again, this time itunes does not recognize the devise. The pad is displaying USB connecter to iTunes. Can anyone recomend a fix?
    Thank you

    There is only one fix now. The message on the screen means that you have to restore the iOS software on the iPad now. Read the part at the very end about using recovery mode.
    iTunes: Restoring iOS software - Support - Apple
    About the error code.....
    Error 1600, 1601, 1602
    Follow the steps listed above for Error 1604. This error may also be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.
    If needed.....
    Additional Information
    If your device is continually restarting, not responding, or showing the Apple logo with no progress bar or a stopped progress bar, place the device into recovery mode and try restoring again.

Maybe you are looking for

  • Error When Deploying a planning application

    I've prepared a planning application in hyperion 9.3; Validation is successful but when deploying the application deployment fails with the message "Action aborted. Please check the Job Status for results." Job status shows: =========================

  • Need help in UDF

    Hello Gurus, Could you please help me if v need any UDF for splitting or can i do it with graphical mapping. Below is the source structure <header>id123</header>   <item>item123</item>          <data>abd1232011 ^^efg4562011 ^^hij7892012</data> Requir

  • FinalCutProX vs the old FCP

    Hi I have no background in the movie business but i anyhow get into the old FCP many years ago. I have been struggling and tried to learn the way to look at movies in the old days but i have not been so sucessfull. I have said to myself many times th

  • Editing o/p of alv

    how to edit the output of alv report and alvgrid .ans plz asap.

  • My Ipod lock screen has disappeared!

    My iPod lock screen has disappeared and says the iPod is disabled. I had a passcode and I have tried turning it on and off and when I plug it into iTunes it says I need to unlock the iPod first! But the passcode 'slide to unlock' bar is gone! HELP!