ORACLE VM Server can not install guest

I have installed ORACLE VM server, it sucks can not use local CD-ROM to install guest, have to mount a remote iso file, but when I use install location nfs:xxx:/path/
got error msg: RPC: not registered.

nfs:xxx:/path/ got error msg: RPC: not registered.this problem is a NFS problem. please verify if NFS server is started successfully or not.
(1)issue "rpcinfo -p" on server to check if portmapper service is ready for NFS.
(2)please make sure you may mount it from command line before hand.
#mount xxx:/path/ /mnt
null

Similar Messages

  • Oracle Apps Server can NOT restart.

    Hi OTN Experts,
    I encountered a trouble, after I backuped my instance,then apps server can not be restarted. I have read several similar threads,but still didn't find my solution. Could you please give me some suggestions.
    *<<<<<<<<Symptom>>>>>>>>>>>>*
    My Steps: start DB listener > start DB > Try to Start Apps.
    I didn't encounter error while start DB listener and DB server,but while using adstrtal.sh to start apps server,encounter error.
    +[oracle@bej301441 scripts]$ adstrtal.sh user/password+
    You are running adstrtal.sh version 120.15.12010000.3
    adstrtal.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE:  adstrtal.sh <appsusername/appspassword>
    adstrtal.sh <applications_username/applications_password> -secureapps
    adstrtal.sh -nodbchk
    adstrtal.sh: exiting with status 1
    *<<<<<<What I have investigated>>>>>>*
    1.Then I guess there is something wrong with DB/DB listener.You know if DB doesn't work,then Apps server will not work. I tried to use sqlplus to connect instance.
    +[oracle@bej301441 InstanceSID_bej301441]$ sqlplus user/password@InstanceSID+
    SQL*Plus: Release 10.1.0.5.0 - Production on Sat Jun 30 03:18:39 2012
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    ERROR:
    ORA-12537: TNS:connection closed
    Enter user-name:
    so It means there is something wrong with DB server.
    2.Then I check DB listener situation. use "lsnrctl status InstanceSID"command.
    +[oracle@bej301441 InstanceSID_bej301441]$ lsnrctl status InstanceSID+
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 30-JUN-2012 03:50:09
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=bej301441)(PORT=1522))(CONNECT_DATA=(SID=InstanceSID)))
    STATUS of the LISTENER
    Alias                     InstanceSID
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0 - Production
    Start Date                30-JUN-2012 03:09:47
    Uptime                    0 days 0 hr. 40 min. 21 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/oracle/InstanceSID/db/tech_st/11.1.0/network/admin/InstanceSID_bej301441/listener.ora
    Listener Log File         /u01/oracle/InstanceSID/db/tech_st/11.1.0/log/diag/tnslsnr/bej301441/InstanceSID/alert/log.xml
    Listening Endpoints Summary...
    +(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=my server ip address)(PORT=1522)))+
    Services Summary...
    Service "InstanceSID" has 1 instance(s).
    Instance "InstanceSID", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    it appears DB listener works fine,is it right?
    3.Use addbctl.sh to start DB server.It tell me server is running...
    [oracle@bej301441 InstanceSID_bej301441]$ addbctl.sh start immediate
    You are running addbctl.sh version 120.1
    Starting the database InstanceSID ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Sat Jun 30 07:33:53 2012
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    ORA-01081: cannot start already-running ORACLE - shut it down first
    Disconnected
    addbctl.sh: exiting with status 9
    [oracle@bej301441 InstanceSID_bej301441]$
    4.Execute "ps -ef|grep tns", I can see related processes..
    +[oracle@bej301441 InstanceSID_bej301441]$ ps -ef|grep tns+
    +root        13     2  0 May24 ?        00:00:00 [netns]+
    oracle   13616     1  0 May27 ?        00:00:32 /u01/oracle/InstanceSID/apps/tech_st/10.1.2/bin/tnslsnr LISTENER -inherit
    oracle   22183     1  0 02:55 ?        00:00:00 /u01/oracle/InstanceSID/apps/tech_st/10.1.2/bin/tnslsnr APPS_InstanceSID -inherit
    oracle   22486     1  0 03:09 ?        00:00:00 /u01/oracle/InstanceSID/db/tech_st/11.1.0/bin/tnslsnr InstanceSID -inherit
    oracle   28638 20816  0 03:51 pts/8    00:00:00 grep tns
    +[oracle@bej301441 InstanceSID_bej301441]$+
    5.tnsping the instance,appears works
    C:\Documents and Settings\ptian>tnsping InstanceSID
    TNS Ping Utility for 32-bit Windows: Version 10.1.0.2.0 - Production on 30-6月 -2012 18:14:29
    Copyright (c) 1997, 2003, Oracle.  All rights reserved.
    Used parameter files:
    D:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = my server ip address)(PORT = 1522)) (CONNECT_DATA = (SID = InstanceSID)))
    OK (770 msec)
    C:\Documents and Settings\ptian>
    *<<<<<<Some Config Files>>>>>>*
    1./etc/hosts
    [oracle@bej301441 InstanceSID_bej301441]$ cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    10.182.74.33 my server ip address bej301441
    10.182.74.181 bej301589.cn.home.com
    138.1.191.58 rinoid06.us.home.com
    138.1.191.59 rinoid07.us.home.com
    2.$TNS_ADMIN/listener.ora
    [oracle@bej301441 InstanceSID_bej301441]$ cd $TNS_ADMIN
    [oracle@bej301441 admin]$ cat listener.ora
    # $Header: admk80ln_ux.sql 120.9 2007/03/09 04:31:05 sbandla ship $
    # LISTENER.ORA For Oracle Applications
    # This file is automatically generated
    APPS_InstanceSID =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= TCP)(Host= bej301441)(Port= 1627))
    SID_LIST_APPS_InstanceSID =
    (SID_LIST =
    ( SID_DESC = ( SID_NAME = FNDSM )
    ( ORACLE_HOME = /u01/oracle/InstanceSID/apps/tech_st/10.1.2 )
    ( PROGRAM = /u01/oracle/InstanceSID/user/password_st/appl/fnd/12.0.0/bin/FNDSM )
    ( envs='MYAPPSORA=/u01/oracle/InstanceSID/user/password_st/appl/APPSInstanceSID_bej301441.env,PATH=/usr/bin:/usr/ccs/bin:/bin,FNDSM_SCRIPT=/u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/admin/scripts/gsmstart.sh' )
    ( SID_DESC = ( SID_NAME = FNDFS )
    ( ORACLE_HOME = /u01/oracle/InstanceSID/apps/tech_st/10.1.2 )
    ( PROGRAM = /u01/oracle/InstanceSID/user/password_st/appl/fnd/12.0.0/bin/FNDFS )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=American_America.AL32UTF8,LD_LIBRARY_PATH=/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib32:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/InstanceSID/user/password_st/appl/sht/12.0.0/lib,SHLIB_PATH=/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib32:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/InstanceSID/user/password_st/appl/sht/12.0.0/lib,LIBPATH=/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib32:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/oracle/InstanceSID/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/oracle/InstanceSID/user/password_st/appl/sht/12.0.0/lib,APPLFSTT=InstanceSID_BALANCE;InstanceSID_FO;InstanceSID,APPLFSWD=/u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/appl/admin;/u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/appltmp;/u01/oracle/InstanceSID/user/password_st/comn/webapps/oacore/html/oam/nonUix/launchMode/restricted' )
    STARTUP_WAIT_TIME_APPS_InstanceSID = 0
    CONNECT_TIMEOUT_APPS_InstanceSID = 10
    TRACE_LEVEL_APPS_InstanceSID = OFF
    LOG_DIRECTORY_APPS_InstanceSID = /u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/logs/ora/10.1.2/network
    LOG_FILE_APPS_InstanceSID = APPS_InstanceSID
    TRACE_DIRECTORY_APPS_InstanceSID = /u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/logs/ora/10.1.2/network
    TRACE_FILE_APPS_InstanceSID = APPS_InstanceSID
    ADMIN_RESTRICTIONS_APPS_InstanceSID = ON
    IFILE = /u01/oracle/InstanceSID/inst/apps/InstanceSID_bej301441/ora/10.1.2/network/admin/InstanceSID_bej301441_listener_ifile.ora
    SUBSCRIBE_FOR_NODE_DOWN_EVENT_APPS_InstanceSID = OFF
    [oracle@bej301441 admin]$
    3.farewell is disabled as well
    [oracle@bej301441 InstanceSID_bej301441]$ vi /etc/selinux/config
    SELINUX=disabled
    ==================================
    Could you please give me some suggestions, I am not clear what I need to check next...I have read many related topic, but still not find my solution.
    Thanks for your time
    Pan

    Thanks for your answer,
    1. In site:http://becomeappsdba.blogspot.jp/2006/08/startup-shutdown-apps-services.html
    It said,"+Order of StartUp of Services Should be First DB Listener, Database & then Application Tier Services+"
    I just follow that..so what should be first, DB Server or DB listener? a little confused.
    2. remotely,used SQLTools to connect instance,it told me:"*ORA-12537: TNS:connection closed*"
    Could you please suggest next action plan.
    Thanks
    Pan

  • Oracle Http server can not start

    Hi friends,
    I'm running OAS 9i Release 2 (9.0.2.0.1) under Windows 2000 Server and I have some difficulties to start Oracle http server.
    When starting it under this the dos prompt (using the following command: C:\ora9ias_forms\opmn\bin>opmnctl.exe startall), I receive the following message:
    Request partial success -- 1 of 6 processes started.
    What's wrong ?.
    How to solve this matter. Thanks.

    Look under opmn/logs/
    There are 3 logs that can help, read the ons.log, You can fin de reason in there.
    Did you modify any conf file before restart?

  • Oracle forms 6i (Pentium 4, Win98) "Can not install"

    I have a "customized" Oracle interface that was created in Oracle forms 6. I have successfully used this form on Windows 95 Clients but now I must switch to a Windows 98 O/S on a Pentium 4 machine. I actually had to download a special Oracle Installer to install the 8i Client, but I now need to load a newer version of the Forms "run-time" and can not install it from the 6i forms download. Any suggestions would be more than appreciated.

    Forms 6i installation in Windows98 should not give any trouble. Hope you
    have checked the memory. You should have 128MB memory to install
    Forms6i. In Runtime you may not actually require that much of memory but
    to install you reuire that (Please see Hardware requirement for Form6i).

  • I can not install the Icloud control panel on a new windows 7 pc wtih outlook 2010. I get "you can't sign in because of a server error" .

    I can not install the icloud control panel on a neww windows 7 pc with outlook 2010. When i try I get "you can't inssign in because of a server error"
    I have :
    turned of the windows fire wall and antivirus protection
    stop and started the bonjour service
    done the "netsh winsock reset"
    updated all the drivers
    I can login to icloud.com with no problem and view my calendar.
    Apple chat also provide me with a test id and password to try to install the icloud panel, I got the same error message???
    Anyone have a fix?
    Thanks,

    To solve this problem you can:
    Windows 7
    1) Click on Start
    2) Type cmd and press enter
    you will see a new window
    3) type "netsh winsock reset"
    4) restart the machine
    should work.
    If still does not work you must disable the firewall and antivirus
    Para solucionar este problema debes hacer lo siguiente:
    en Windows 7
    1) click en Inicio
    2) escribe CMD y pulsa enter
    te va a aparecer una nueva ventana
    3) escribe "netsh winsock reset"
    4) reinicia la maquina
    deberia de funcionar.
    Si aun no funciona debes de deshabilitar el firewall y el antivirus

  • Can not install Oracle 9i R2 on Windows 2000

    I can not install Oracle 9i R2 on Win 2000. It failed at 48% with this message.
    Error in writing to file C:
    \oracle\ora92\oem_webstage\oem_webstage_8.jar
    I tried by copying the 3 disks to my hard drive and reinstall but not success.
    Help me please.
    Thanks
    Ken Wongho

    I've been able to install 9iAS on Windows 2000 - I have the Origin database on a Solaris machine.
    Your best bet is to have all 3 folders Disk1/Disk2/Disk3 on your computer and the run the install from there. I didn't have the disk space on my computer and ran it from a shared drive.
    I'm currently in the post install section trying to Configure cache, and wondering if it's still working or hung up.
    The 9iAS Installation took 3 1/2 days to run - I have a 300 Mhz PC with about 380 RAM. The Cache Configuration has been running for over 26 hours.
    I don't know if this helps but I hope it does.
    I didn't experience any of the problems you have.
    Hope this helps

  • I can not install Waik and mdt on server 2012 so that i can deploy windows 7 please may you help me?

    i can not install  Waik  and mdt on server 2012 so that i can deploy windows 7 on target machine, i have downloaded mdt  Waik i got error saying you must install frame 2.0  which needs also adk windows 8. i am using hyper  machine.
    thank you

    Hi Warsame12,
    It is worth mentioning that don’t use IPV6 PXE, Windows 7 doesn’t support WDS 2012 deployment over IPv6 PXE. If IPv6 PXE boot is enabled and a 
    Windows 7 installation is selected, a blank screen will appear and Setup will not run.
    The related KB:
    Windows 7 client deployment over IPv6 PXE network boot does not work.
    http://support.microsoft.com/kb/2803741
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Oracle discoverer 9i can not running at windows 2003 server

    Hi, Please help me.
    When I upgrade from windows 2000 advance server to windows 2003 server the oracle discoverer 9i can not be open. When I open it there is a error "Failed to open document"
    How to make it run smoothly at windows 2003 server?
    Thank You

    Hi,
    This is a bug in your version of Discoverer. There is a patch to make it work with windows 2003 or you can upgrade your Discoverer to a later version. The patch should be available from Oracle support. I don't know of anyway to make your version work with 2003.
    Rod West

  • BPEL Server can not start after jazn default realm has been modified

    Hi, everyone:
    In order to customize my user task assigneeGroup, I set up a new realm in the jazn-data.xml using the shell (java -jar jazn.jar -shell). I tried to modify the jazn.xml file in %OraBPELPM%\integration\orabpel\system\appserver\oc4j\j2ee\home\config, and set the default-realm attribute to my new realm.
    After these modification, the BPEL Server can not start, the server seems to stop after loading the first two EJB.
    Does anyone ever encounter this problem? Could anyone help me?

    It appears that I had the wrong oracle home and as a result some of the steps were skipped by the Universal Installer during installation, but installation was still claimed as successful. Even by launching the 'Mobile Server Repository Wizard' manually by running 'repwizard.bat' did not provide all the necessary window boxes to provide the details such as the SID, hostname, port number. I re-installed.
    After starting the back-end database and then starting mobile server and testing in IE to see if the server was working by typing in http://<host name>:80/webtogo, I got the screen displaying mobile server.
    Many thanks for your help.
    Mark

  • R12.X 64 bits HTTP server can NOT start up????

    I am doing R12.X (R12.0.4 and R12.1) 64 bits sotftware testing. If I put everything on same server, http server can NOT start up. the message I got are:
    09/05/06 15:15:49 Start process
    /u4/oracle/V121one/inst/apps/V121one_mcg-ora11/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd
    /u4/oracle/V121one/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared
    object file: No such file or directory
    -bash-3.2$ cd /u4/oracle/V121one/apps/tech_st/10.1.3/Apache/Apache/bin/httpd
    -bash: cd: /u4/oracle/V121one/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: Not a directory
    anyone know how to fix this problem???
    Thanks.

    Hi,
    What is the OS?
    Did you complete the steps under "Other Requirements" section (apply Patch 6078836, and link to Motif library)?
    Also, verify that you have all OS packages installed (especially gnome-libs-1.4.1.2.90-44.1.x86_64.rpm).
    Note: 416305.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0.4) for Linux (64-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416305.1
    Note: 761566.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=761566.1
    Regards,
    Hussein

  • I can not install 10g,tell me about that

    on my computer i have a developer home,of course we have database home on the server(not on my computer) and by net8 we connect to database normally(database is 9i).
    now i want to install oracle 10g database that i downloaded from oracle site,on my local computer.
    but when it dispaly database configuration page ,message me about Net8 connection, so it can not make database for the first time.
    would you please help me about this problem?
    thanks
    haf

    cristianefromriodejaneiro wrote:
    I can not install adobe flash player
    Correct.
    You cannot load Flash on your iPhone.

  • Can not install Database Oracle8i (8.1.7) for Windows 2000/NT

    I am not sucessfull in installing (Downloaded Unzipped then copied to CD) both version of Database "Oracle8i Release 3 (8.1.7)" Enterprise and Standard edition for Windows 2000/NT". After the start->run->autorun the CD spins for a minute then nothing happens. I tried running other files as well such as setup and install but still doesn't do anything.
    Read the Installation document but can not find the answer, need help from anyone (Oracle expert to non-expert) is greately appreciated.
    Server name = I am using Windows2000 "local" server.
    Date/Time = Happened yesterday and today (March 3-4/2002)
    Browser + Version = Microsoft Internet Explorer 5.0
    O/S + Version = Windows2000 version 5.0
    Error Msg = None (Will not install)
    ################################################################T
    Thanks...

    I am having the same problems!
    Any help here would be great!! Stephen, Hi!, I think I know what the problem is....but I need your confirmation on my hypothesis. These are the scenarios:
    PC#1
    =====
    In this computer it has operating system Windows2000 on C: Drive.
    RESULT: SUCESSFULLY INSTALLED THE ORACLE 8I (8.1.7) Enterprise or Standard (trial version) on this PC.
    PC#2
    ====
    In this computer it has operating system WindowsME on drive C:
    RESULT: When CD (Oracle 8i) was inserted on the CD Drive autorun was performed and Oracle 8i Installation screen pops up and I clicked on install and the Universal Installer shows up. A positive sign but I purposly aborted the installation.
    PC#3
    ====
    In this computer it has (2) operating system they are: Windows ME on Partitiion C: and another partition on F: the operating system is Windows2000. I Tried to install it on Windows2000 on partition F:
    RESULT: CAN NOT INSTALL (trial version) ORACLE 8I (8.1.7) Enterprise or Standard version on F: Windows2000.
    CD drive just spins for 15 seconds and nothing happens not even the Oracle Installation screen shows up.
    MY HYPOTHESIS:
    =============
    The ORACLE 8I (8.1.7) Enterprise or Standard trial version either:
    A) Can not be installed on another drive other than C: with a system with two (2) operating systems. and/or
    B) Can not be installed with a PC with two (2) operating system.
    Ben

  • Polestar server is not installed

    Hello, I'm trying to install the Polestar application but the server is not installed. I can see the folder C:\Program Files\Business Objects\Polestar12.0" but I don't have the Polestar folder under "C:\Program Files\Business Objects\Tomcat55\webapps"
    When I run the installation it asks for the CMS name and the port and finishes successfully but when I try to open the polestar at hhtp://nancy/6405/polestar nothing happens and the screen say "404 Missing Page". I look for the Polestar server in the CMC and nothing related with Polestar is installed.
    Can somebody help me?,
    Regards,
    Nancy

    Hello Anton:
    You are correct. OID was not bundled with the first release of 9iAS. OID will be bundled with the next release of 9iAS.
    However, if you ordered the EE version of 9iAS you should have received an 8.1.7 EE version of Oracle's Database. OID is bundled on the 8.1.7 CD.
    A typical installtion of 9iAS would require you to install the 8.1.7 database before installing 9iAS. You can install OID durring your database installation or after.
    CAUTION:
    The database where OID is to be installed must have been created using the UTF8 character set. Set your NLS_LANG environment variable to AMERICAN_AMERICA.UTF8 prior to database isntallation or OID will never work.
    OID can be installed in the same database as 9iAS or in a seperate instance.
    If you are still unable to locate OID on your 8.1.7 CD let me know and Ill help you locate it.
    Thanks,
    Jay
    null

  • The Oracle BI server is not running. The repositiry had to be closed

    Hi guys,
    I have a OBI Standard Edition 10.1.3.4.1.
    I have modify the rpd and if I try to "Check In Changes", the error appears: "The Oracle BI server is not running. The repositiry had to be closed".
    In the nQServer.log this error appears:
    [nQSError: 12002] Socket communication error at call=recv: (Number=10055) An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
    Why?
    The problem persist if I restart the services.
    The problem only occurs if I make a change in the Business Model Layer. The changes in the Physical Layer do not generate errors.
    Thank you,
    Sara

    Hi Sara,
    Can you please let us know, if there are any other messages in the NQServer.out.log ? I just googled around with this code to hit at the following link : http://www.bookmark-master.com/socket-error-10055.html
    Socket error (#10055): No buffer space available.
    Analyse & Solutions:
    An operation on a socket or pipe was not performed because the system lacked sufficient buffer space or because a queue was full. This error indicates a shortage of resources on your system. It can occur if you're trying to run too many applications (of any kind) simultaneously on your machine. If this tends to occur after running certain applications for a while, it might be a symptom of an application that doesn't return system resources (like memory) properly. It may also indicate you are not closing the applications properly. If it persists, exit Windows or reboot your machine to remedy the problem.
    From the above information, I understand that this is a system resource issue. Can you please recheck if your system has got enough resources?
    Hope this helps.
    Thank you,
    Dhar

  • Error 1638 - iPhone software update server can not be contacted.

    Hi,
    I can't update my iPhone iOS to 4.3.3 with iTunes since a few months i still have the 4.3 version. I am using iTunes with an iMac with all software updated.
    I am getting the error "iPhone software update server can not be contacted..."
    I made a few research and tried the following fix:
    http://support.apple.com/kb/TS1275 for error 1638 > 1004
    http://support.apple.com/kb/TS3297 with no success (specifically the Blocked by configuration section - 2 Rebuild network information, the hosts file under /private/etc/hosts had no information that needed to be commented with #)
    After all troubleshooting I re-installed iTunes with http://support.apple.com/kb/ht1224
    And I am still getting the same error...
    What can I do?
    Thanks for your help

    Same issue still with OS X Lion, last version of iTunes, can't update to iOS 4.3.5 or restore my iPhone 4. iPhone isn't Jailbrake. I am allways getting the error: "the iPhone "****" cannot be updated at this time because the iPhone software update server could not be contacted or is temporarily unavailable." (error 1638).
    I'd like to update iOS or restore my iPhone if needed but this doesn't seem to work neither as the problem is related to the conenction to the server.
    Can anyone help?

Maybe you are looking for