Unknown reasons for iView timeout in EP 6.0

Hello,
we have recently developed a HR portal application for appraising employees. It is an application using JSP DynPage,connecting to R3 with JCo. The strangest thing about it, is that it works perfectly well on our DEV EP, however on production portal it doesn't. When user tries to save an appraisal form, we get an error. This happens if time of edition of the form exceeds about one minute. If user saves his appraisal quicker,everything is just ok. We don't have this time restriction on DEV EP. User can save his appraisal even after 20 minutes of edition. We were looking for differences in DEV and PRD portals, and found none, except the number of users. We can't figure out, what may be causing this problem. Any ideas? Please help.
Apr 7, 2006 2:40:39 PM Fatal PRT-Async 5 [async] Exception in PortalRequestManager.dispatchRequest without timeout
java.lang.NullPointerException
     at com.img.polkomtel.hr.AppraisalCard$UsingJSPDynPagePage.doProcessAfterInput(AppraisalCard.java:181)
     at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:91)
     at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:135)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
     at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:384)
     at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:338)
     at com.sapportals.portal.navigation.workAreaiView.doContent(workAreaiView.java:252)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:363)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:376)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
     at java.lang.Thread.run(Unknown Source)

Hi Detlev,
I guess the problem boils down to opening a new window in javascript and keeping the session. As I moved all Beans to SessionComponent and thier scope is "session", I can not access them from a new window. This is quite reasonable, but how to walk around ? I tried including the session id in url:
function setTarget(newTarget, newParam, parentRow, who) {
               <% String sessionid = request.getSession().getId(); %>
               var url="<%=selectionBean.componentUrl%>"; 
               var pageUrl = "<%=selectionBean.pageUrl%>";                 
               var connected = "<%=selectionBean.connected%>";
if (connected == 'true') {
//                         var val = window.showModalDialog(url+"?JSESSIONID=<%=sessionid%>&param=note", '', 'dialogHeight: 285px; dialogWidth: 230px; edge: Raised; center: Yes; help: No; resizable: No; status: Yes');                    
                         var wind = window.open(url+"?JSESSIONID=<%=sessionid%>&param=note&parent=" + parentRow + "&who=" + who,"","menubar=0,resizable=0,width=205,height=235,center=1,status=0,scrollbars=0");
                    } else {
//                         var val = window.showModalDialog(url+"?JSESSIONID=<%=sessionid%>&param=note", '', 'dialogHeight: 295px; dialogWidth: 230px; edge: Raised; center: Yes; help: Yes; resizable: No; status: Yes; menubar: Yes');                    
                         var wind = window.open(url+"?JSESSIONID=<%=sessionid%>&param=note&parent=" + parentRow + "&who=" + who,"","menubar=0,resizable=0,width=205,height=235,center=1,status=0,scrollbars=0");                         
But it didn't help. I still get a null pointer exception when I open a new window. Any ideas ?
Best Regards,
Piotr

Similar Messages

  • Unknown reason for error code 36331 in DAC run

    Hi,
    While running full load i am getting following error
    Can any one give me the solution
    ANOMALY INFO::: Error while executing : INFORMATICA TASK:SDE_ORAR1213_Adaptor:SDE_ORA_GLJournals_Full:1:(Source : FULL Target : FULL)
    MESSAGE:::
    Irrecoverable Error
    pmcmd startworkflow -sv INFOIS -d Domain_oracle.ebiz.com -u Administrator -p **** -f SDE_ORAR1213_Adaptor -paramfile /Oracle/OBIAPPS/DAC/orahome/11g/dac/Informatica/parameters/SDE_ORAR1213_Adaptor.SDE_ORA_GLJournals_Full.ORA_R1213.txt SDE_ORA_GLJournals_Full
    Status Desc : Failed
    WorkFlowMessage :
    Error Message : Unknown reason for error code 36331
    ErrorCode : 36331
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.IrrecoverableException
    com.siebel.analytics.etl.etltask.InformaticaTask.doExecute(InformaticaTask.java:254)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:477)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)
    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    java.lang.Thread.run(Thread.java:662)
    (Number of retries : 1)
    pmcmd startworkflow -sv INFOIS -d Domain_123 -u Administrator -p **** -f SDE_ORAR1213_Adaptor -paramfile /Oracle/OBIAPPS/DAC/orahome/11g/dac/Informatica/parameters/SDE_ORAR1213_Adaptor.SDE_ORA_GLJournals_Full.ORA_R1213.txt SDE_ORA_GLJournals_Full
    2013-02-07 01:41:19.126 INFORMATICA TASK:SDE_ORAR1213_Adaptor:SDE_ORA_GLJournals_Full:1:(Source : FULL Target : FULL) has finished execution with Failed status.

    HI Srini,
    I had copied Src files from BIApps to informatica Src file
    While running DAC11g full load, we are en counting some issues below is the error we are facing
    ERROR CODE - Unknown reason for error code 36331
    one more thing to consider, In DAC10g we give /Oracle/OBIAPPS/Informatica/9.1.0/server/infa_shared/SrcFiles as Informatica parameter path in DAC system properties but in DAC11g if i take same path no task is running, it is failing at first task only and no parameter file is generating.
    But if i give dafault in that Informatica parameter path of DAC11g some tasks are running success and i am able to see some parameters generated in DAC PATH, but Default is taking
    /Oracle/OBIAPPS/DAC/orahome/11g/dac/Informatica/parameters path for that location.
    Informatica Server details are Success, Physical Data sorce are success.
    I had copied SrcFiles and LkpFiles to informatica from BIApps.
    ParameterDW and parameterOLTP are moved to /Oracle/OBIAPPS/DAC/orahome/11g/dac/Informatica/parameters as well as Informatica Src folder
    for one task below is the error
    2013-02-07 21:50:17.515 Acquiring Resources
    2013-02-07 21:50:17.517 Acquired Resources
    2013-02-07 21:50:17.519 INFORMATICA TASK:SDE_ORAR1213_Adaptor:SDE_ORA_GLJournals_Full:1:(Source : FULL Target : FULL) has started.
    ANOMALY INFO::: Error while executing : INFORMATICA TASK:SDE_ORAR1213_Adaptor:SDE_ORA_GLJournals_Full:1:(Source : FULL Target : FULL)
    MESSAGE:::
    Irrecoverable Error
    pmcmd startworkflow -sv INFOIS -d Domain_oracle.ebiz.com -u Administrator -p **** -f SDE_ORAR1213_Adaptor -paramfile /Oracle/OBIAPPS/DAC/orahome/11g/dac/Informatica/parameters/SDE_ORAR1213_Adaptor.SDE_ORA_GLJournals_Full.ORA_R1213.txt SDE_ORA_GLJournals_Full
    Status Desc : Failed
    WorkFlowMessage :
    Error Message : Unknown reason for error code 36331
    ErrorCode : 36331
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.IrrecoverableException
    com.siebel.analytics.etl.etltask.InformaticaTask.doExecute(InformaticaTask.java:254)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.doExecuteWithRetries(GenericTaskImpl.java:477)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:372)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)
    com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    java.util.concurrent.FutureTask.run(FutureTask.java:138)
    java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    java.lang.Thread.run(Thread.java:662)
    (Number of retries : 1)
    pmcmd startworkflow -sv INFOIS -d Domain_oracle.ebiz.com -u Administrator -p **** -f SDE_ORAR1213_Adaptor -paramfile /Oracle/OBIAPPS/DAC/orahome/11g/dac/Informatica/parameters/SDE_ORAR1213_Adaptor.SDE_ORA_GLJournals_Full.ORA_R1213.txt SDE_ORA_GLJournals_Full
    2013-02-07 21:50:46.989 INFORMATICA TASK:SDE_ORAR1213_Adaptor:SDE_ORA_GLJournals_Full:1:(Source : FULL Target : FULL) has finished execution with Failed status.

  • Unknown reason for loss of mobile connection. No Service message.

    Recently my phone randomly loses connection to the network. I get "no service" instead of my mobile phone provider. Tried a restore - new and from backup. Sometimes airport mode resets the connection. Using iOS 4.3.5. On Orange in the UK. Ant ideas?

    Wow! Still no reply from Support Team?
    I have the same problem.
    iPhone 4 (Factory Unlocked) 32 Gb. FW 4.3.5. iTunes 10.4.1 (Mac OS X Lion). System and iTunes are up to date.
    My phone just out of the blue lost connection and has been showing No Service. I tried everything (execpt of Service - as I'm in Russia now - we have no official Apple Service). First times connection might appear online for some time, then lost again. Air Plane switching helped intially - then failed to restore network connection. Here starts an interesting thing - when I rebooted iPhone - I found my phone asking me to connect to iTunes (it didn't seem to be a revocery mode - I was able to see network and battery indicators). When I connected it to iTunes - it some times wasn't able to activate my iPhone (due to No Service), some times it saw the phone but failed to recognize it contents and asked to restore. Many times I performed restore procedure. Another interesting thing was - when I've just restored device - it saw network for some time (20-40 min) then lost it. When I rebooted the Phone....behold......it asked me to connect to iTunes once again!!!!! And this repeates all the time. The only way to use it as iPod - restore with iTunes and DO NOT reboot as it requires activation each time I reboot it.
    Thus we have a conclusion:
    1. iPhone loses network some minutes after compleate restore to factory settings.
    2. It restores the connection if one recovers it with iTunes (or resets network settings of complete iPhone erase), but asks to active it.
    3. It asks for activation each time the phone was rebooted.
    4. It's not a SIM card problem (I've chenged for another micro-SIM - the same). I also tried SIM cards with another phones - work perfectly (and still working).
    5. It's not a Firmware problem (initally I had 4.3.3, then upgraded to 4.3.5).
    6. It's likely a hardware error as:
    6.1 when I've just restored iPhone - it some times showed 'Searching' till the next restore (I was unable to active such phone).
    6.2 Some times it couln't find network just after restore - hence it's defenetely not a sync problem (as I thought for the first times).
    6.3 Some times iPhone was connected to iTunes just right after restore - it showed 'iTunes can't read iPhone contents - restore...etc.'
    6.4 It seems like a bad SIM-card contact, or some failure in Antena Module. Let me explain why: when phone is on (and show No Service) I eject SIM Card - phone didn't show up 'SIM Card Missing' error. There may be a lot of time past before this message shows up. Just to prove I've checked when I had connection - I ejected SIM Card and I got No SIM Card Installed error instantly. Then I inserted card and iPhone found network instantly too.
    7. Some times when I connect the phone to iTunes it can't read Capaty! (shows n/a) and says: "iTunes can't read iPhone's contents - please restore...etc.
    Hence I made a conclusion that there may be some hardware mailfunctions in antena/GSM/com module (I don't now how it's called). I hope it's just a bad stub connection of the parts or some minor issues in SIM-Socket.
    Dear Supprot Team - have you any ideas or have you had such issues solved yet? As I'm in Russia now - I can't take my phone to Apple Service on warranty. And I don't want to pay much money for unofficial service. And of course I don't want to use my iPhone just as iPod (I paid money not for an iPod).
    Please also tell me - when iPhone upgrades to new FW - does it erase all the internal drives and flashes new? Or it rewrites only some system drives? Is there any possibilty thet data from previous sync left on iPhone ?
    I think there might be some file system mess during incorrect sync (I have no any other explanation on why iTunes some times can't recognize iPhone's contents and asks for restore even if restore just has been done).

  • Firefox crashes for unknown reason lately, so I removed it and reinstalled it. How can I put my Favorites (bookmarks) back into the newly installed FireFox???

    Firefox crashes a few times when I was on Facebook and with email, also watching dramas online. Most of the time due to Adobe Flash and I did submit crash report. Later it crashes for unknown reason while I have email and Facebook on different tabs -- when I was on the tab of email, it looks system hang and not responding. This happened to my laptop that uses Windows Vista as I noticed. I don't remember it ever happens to my desktop that uses Windows XP.
    It's pretty annoying of such known crash, but before removing Firefox, I did try to update all add-ons or plugins and it looks like doesn't work out. After updating for couple times and it still crashed like that, I removed Firefox and reinstall it.
    '''Now I want to know how to put the shortcuts from my Favorite folder into the newly installed FireFox's bookmarks.''' I didn't backup the bookmarks by using Firefox. I even went to Firefox help for instructions, but it only mentions how to merge/input the bookmarks from other browsers. Please note the version I've removed and inrestalled is the same -- 3.6.13.

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox Profile Folder.
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    *http://kb.mozillazine.org/Multiple_profile_files_created
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder

  • HT1311 For some unknown reason I have two Apple ID/Accounts in operation which is causing an issue. How do I completely delete one of these Accounts?

    For some unknown reason I have two Apple ITunes/ID Accounts in operation.
    How do I completely delete one of these Accounts?

    I have a similar situation.. in my case, I started using an Apple ID a while back, then when MobileMe was introduced, I got an account there, and somehow that is the account that is mostly used when making updates or purchases.
    Sometimes when making updates, it prompts me for the PW for one account, and sometimes for the other.
    This is a real pain - is there anyway both these accounts can be consolidated into one?  When I asked an Apple rep, I was told 'no', but they have been known to make mistakes when giving advice.  So, is there a way?  Technically, I don't see this as a problem.. but Apple seems to be of the opinion that this would lead to having apps 'shared' amoung users. I think all that would be necessary if for me to provide the necessary proof that both accounts are indeed mine, and not belonging to someone else.
    If not, what about deleting the apps registered to one account, and then re-purchasing them with the other account?  To do this, I would need to identify which apps are registered to which accouts - is this possible? Most of my apps are free, but there are a few I paid for.. not many, so this possible solution might work and not cost too much.  Ideas?

  • I have an iPhone 4s, and I reset the content and setting. It turned on, I chose English, Australia, and now, I am unable to connect/activate my iPhone through Wi-Fi, and for an unknown reason, it will not allow me to use cellular data or iTunes.

    I have an iPhone 4s, and I reset the content and setting. It turned on, I chose English, Australia, and now, I am unable to connect/activate my iPhone through Wi-Fi, and for an unknown reason, it will not allow me to use cellular data or iTunes. I'm not sure of what to do. It's quite frustrating, and all I need is advice, and help. I would much appreciate it. Thank-you.

    In order to download to your phone over the air, you need to be connected to WiFi.
    It's possible the Internet connection through Verizon is not stable enough for the downlaod to begin (it is a very large download).
    You might want to head over to Starbucks with your laptop for the afternoon and see if you can download it over their WiFi.

  • HT4356 I previously was able to wirelessly ePrint to my HP Photosmart Plus e-All-In-One B210a using both my iPad & iPhone (both run IOS 5.1).  For some unknown reason neither one can now print.  I keep getting a message that the printer is no longer avail

    I previously was able to wirelessly ePrint to my HP Photosmart Plus e-All-In-One B210a using both my iPad &amp; iPhone (both run IOS 5.1).  For some unknown reason neither one can now print.  I keep getting a message that the printer is no longer available.  My MacBook continues to print ok.  Any ideas?

    Reboot everything.  Router, printer and pad.  If it used to work, it will again.  It just lost itself somewhere.

  • Transaction failed for unknown reason (100) Unable to complete backup at this time. Does anyone know how to solve this issue?

    Transaction failed for unknown reason (100) Unable to complete backup at this time. Does anyone know how to solve this issue?
    Thanks.

    The system is set up to backup files to the iCloud at the end of the day. This has ot happen for sometime now and the mesaage I get is the back up error.

  • For unknown reasons iTunes will no longer open.  I have an HP laptop running windows 7 with Kaspersky protection.  It worked fine before but now won't open.  I tried downloading the most recent up-date and it will still not open.  Any suggestions?

    For unknown reasons iTunes will no longer open.  I have an HP laptop running windows 7 with Kaspersky protection.  It worked fine before but now won't open.  I tried downloading the most recent up-date and it will still not open.  Any suggestions?

    thrillhousecody
    Thanks for the reply with additional information.
    Recent history for Premiere Elements points to the program having problems when more than 1 video card/graphics card is
    being used by the computer on which Premiere Elements is running. This observation may seem contra indicated by the fact
    that you say that the program did work well about 2 years ago in the same setup. But other factors may have set in with regard
    to drivers, drivers versions, and driver conflicts. But this factor, does need to be ruled in or out.
    Can you disable one or the other card to determine the impact of this on your problem?
    But, of prime concern with regard to video card/graphics card is the use of a NVIDIA GeForce card with Premiere Elements 10.
    Even if your NVIDIA GeForce were the only card, Premiere Elements 10 will not work properly unless the NVIDIA GeForce driver
    version is rolled back to about May 2013. This may be one of the major factors here.
    a. Device Manager/Display Adapters and find out Driver Version and Driver Date
    b. Read the background information for the Premiere Elements 10/NVIDIA GeForce issue
    ATR Premiere Elements Troubleshooting: PE10: NVIDIA Video Card Driver Roll Back
    Also see the Announcement at the top of this forum regarding the matter - also with full details of the situation and how to fix with the
    driver version roll back.
    Please review and consider and then we can decide what next.
    Thanks.
    ATR
    Add On...This NVIDIA GeForce situation is specific for Premiere Elements 10. You should not expect to see the problem for
    later versions of Premiere Elements.

  • I cannot send emails after latest update/release for "an unknown reason"

    Sorry to duplicate, but the reply I got to my first question didn't help, and there didn't seem to be any follow up. So I am trying to be more specific. I can receive but not send emails. I have read the page of suggested Mozilla solutions (Cannot send messages), tried them all, to no avail. I have contacted Network Solutions. Everything checks out their end. Disabling my anti-virus software does not help. I can send messages from a cell phone. As an experiment, I downloaded Opera, and tried it. I can send messages from Opera. But I don't want to use Opera. I want to use Thunderbird. The exact error message I get when trying to send is... "The message could not be sent using SMTP server XXXXX for an unknown reason. Please verify that your SMTP server settings are correct and try again, or contact your network administrator." I'd be very grateful for help with this.

    closing in favor of https://support.mozilla.org/en-US/questions/1037758
    Also closed https://support.mozilla.org/en-US/questions/1037765

  • My Time Machine will no longer back up to my external disk for unknown reasons.  It would not accept my password and said the disk is read-only and damaged.  How can I copy my files to my Mac so I can repair it?

    My Time Machine will no longer back up to my external drive for unknown reasons.  It began after a series of power outages (my equipment is protected by a surge protector with battery backup), and was shut down correctly.  Then it began by not recognizing my disk and my Time Machine password, although I am positive it was correct. I tried NUMEROUS times to get into it. It says the disk is damaged and needs to be erased and started over.  How can I back up my files on my Mac so I can do that? I have no other disk to back up to.  I found the files in a folder called "Backups.backupdb", and tried to copy them into a folder, but get the message "The volume has the wrong case sensitivity for a backup."  The "lost+found" folder did copy for me. Will I just have to lose 4 years of backups?

    Hi there,
    I have the same issue. Usually hangs after 10K od sometimes after 18MB of backup file.
    Config: iTunes 10.4., Win 7 64bit, iPhone 4 with iOS 4.3.3
    I tried all of these without success:
    - deleted backups via iTunes / Preferences
    - deleted backups from sync folder
    - created a new admin user and tried to sync
    - reinstalled iTunes
    - ran all Windows updates, restarted, reinstalled iTunes
    - ran iTunes / Diagnostics (says everything okay, only info which is strange: diag says I am not a admin user, which is not correct)
    Nothing helped. Who can help. I hope someone from Apple can take care, as I seem not to be the only one. Actually iTunes is the worst part about iPhone. Hope with iOS 5 and Cloud sync to get rid of iTunes.
    Any hints welcome,
    Cheers,
    Miguel-KA

  • For some unknown reason my app for Remote no longer works.  It says it cannot find my itunes.  I have tried to remove it and signed out and back in all that jazz but it didnt help.  Anyone else have a solution for this?  Thx.

    For some unknown reason my application "Remote" no longer works.  I deleted it from my phone.  Signed out of Itunes and back in.  Turned back on home sharing and all that jazz but it says it cannot find my itunes library.  Is anyone else having this problem and if so how did you fix it?  Thx.

    Hello Philly,
    I believe that when you reset your ipod(command given from the computer, right?)  touch WHILE the ipod was updating, It cleared the system in the middle of writing files, thus corrupting(equivalent of cutting of in the middle of a sentence) the basic running system.
    I suggest you go to an apple store and ask for a technical diagonosis in person. they may offer to help if the problem is fixable. If your ipod is still under warrenty, i would guess it would be free/low cost.
    ~Remember, I am just giving an educated guess on limited information

  • HT1386 directory (harddrive) into my IPOD Touch 4.   I get an unknown reason -50 error for their names during syncing attempts.  1 album is greyed names on my IPOD. What can I do?

    I bought some mp3 music files from Amazon that will not sync from the Itunes directory onto my IPOD Touch 4.  What can I do to get them to sync?  I am getting a -50 unknown reason error message when the system tries certain songs.  I also bought a whole album from Amazon in mp3s that downloaded to my Itunes directory, yet only shows up as greyed out on my IPOD.  What can I do?  Most of the rest of my songs have synced with the IPOD.  I called Amazon's help line but they say I have to call Apple's help line, and it is just past the end of my year's service.  I wondered if it was due to the new Amazon cloud software, but they claim it isn't since the songs play on my hard drive.  I'd appreciate any suggestions.

    Thanks for the information.  I actually fixed my problem after many hours of experimentation in two different ways.
    I found that when I filled in more information in the catalog about songs on mixture albums, I had to always check the COMPILATION box to have those songs sync correctly. Apple didn't say anything about that. Without the checkmark on each song in the compilation album, the song would cause a 50 error.
    I also found that if I moved the problem songs (that caused the error 50 message) out of my Itunes Library and reimported them, that stopped them from causing the error 50.  So I deleted them and reimported them into the library.  I found that some of the songs in the Itunes catalog had showed weird locations with addresses like C:\\\documents and settings...instead of the real pathway that might have been C:\documents and settings..  Some pathway addresses had become corrupted for some reason in the information that my Itunes library stored.  So when I reimported them into the ITunes library from another location, their pathways were fixed and they no longer caused the 50 error while syncing.  I painstakingly identified each song that was failing and deleted each specific song to clear up the problems.
    That said, I do appreciate this board and the fact that others are willing to take time to help other users.  Much obliged.

  • [SOLVED] Kernel panic for an unknown reason

    [Solved] Steps done to solve it:
    0. Panic because I couldn't play starcraft2 (this step is sooo important! ;)
    1. Updated my mirrorlist.
    2. Forced a refresh on the package list from the new mirrorlist. "pacman -Syy"
    3. Downgraded the kernel.
    4. Deleted the latest kernel package from the pacman cache.
    5. Updated the system. (pacman -Syu)
    6. Thanked lilsirecho for helping out!
    7. Profit
    Hi all
    I just did a "pacman -Syu" this afternoon and after that I'm getting kernel panics for unknown reasons.
    edit: I had kernel 3.0.4 befure syu and I have kernel 3.0.7 now. I tried downgrading wine and the kernel with no success.
    It first happened when I tried to run StarCraft2 with wine. I even created a post looking for help because of that.
    Later on I tested another game, just in case, and it crashed too.
    Looks like a wine problem, right? Or even a graphics driver problem.
    That's what I thought too. But then I tried to update with "yaourt -Syu --aur" and in the first package compression it freezed once again. And it does fail everytime I try to update with yaourt during the compression phase.
    What do this situations have in common?
    My opinion is that they all require a lot of resources. StarCraft 2 puts my PC at 100% almost all the time. The other game is pretty old, but it freezed during an "environment loading" phase, right when the map was loading. The compression phase of yaourt also consumes a lot of resources.
    This is my view of this problem, but I could be completely wrong.
    What I need is help finding what is the real source of this kernel panics. I don't know where to look for the logs or the error reports when a kernel panic occurs.
    I hope someone can help me trace the problem somehow. I think I'm lost
    ty in advance.
    cheers!
    Last edited by fatum (2011-11-10 23:16:10)

    lilsirecho wrote:
    Possibly caused by a mirror download.
    Perhaps you need to revert kernel and insure you have the latest mirrorlist and then syu again.
    When I saw your response I thought: "Why should that be true? I downgraded the kernel with no success. Doesn't make much sense".
    But then I did what you said:
    Downgraded the kernel back to 3.0.4.
    Moved the latest mirrorlist.pacnew I had to be the mirrorlist in use.
    Then did a "pacman -Syyu".
    And, miraculously, it works fine now.
    How in the world did you know that could be the reason? It would have been the last possibility I would have thought about, no doubt about that
    Thank you very much lilsirecho. Your post really helped me.
    Not gonna mark this as SOLVED yet. Yesterday I marked my other thread as solved too soon and I regretted my decision.
    I will leave a 1week time-frame to be 100% sure that it is fixed, just in case.

  • Firefox Displays "Peer's certificate has an invalid signature." SubCA shows "Could not trust this certificate for unknown reasons"

    Using a 2-tier on-premise PKI. Offline Root CA (Standalone Windows 2008 R2 Enterprise) and online SubCA for issuing certificates (Domain-Joined Issuing CA)
    ROOTCA certificate installed in the store and showing trusted (Uses a SHA2 signature and PKCS #1 SHA-256 With RSA Encryption algorithm)
    ISSUINGCA certificate installed in the store and showing "Could not trust for unknown reasons" also has SHA2 signature with RSASSA-PSS algorithm
    Issued certificate is for a Lync Front-End Web Server and when attempts are made to load the secure web connection. I receive the error "Peer's certificate has an invalid signature"
    I've completely de-installed and re-installed Firefox. Removed and re-added the ROOT and SUBCA certs. Note: No issues when using same certs in Internet Explorer 8, 9 or 10 on the same system. Lync client also using same certificates, no issues. Only when accessing the Lync Web Services from Firefox.
    Question: Does Firefox NSS Internal PCKS#11 Module support RSASSA-PSS SHA-256 with different hashes? How can I troubleshoot this further?

    HI khetheri,
    In order to better test the certificate may we request the certificate without the private keys? I have some backup from the security team if this is possible.
    There is a temporary work around as well but I don't recommend turning on all certificates to make sure it is not a compatibility error(ish)
    It is possible to check if it is being detected as a bad certificate in Firefox itself to eliminate compatibility issues.
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''', to continue to the about:config page.
    # Search for '''browser.xul.error_pages.expert_bad_cert ''' and set it to true to try the certificate normally.
    Looking forward to your reply!

Maybe you are looking for