Dbassist hanging

I want to create an 8.1.7 database on Madrake 9.1
After having closed the installer when it hung trying to run the Net8 Configuration Assistant (and not having created the database) I installed the glibc-2.1.3-stubs.tar.gz patch and ran the installer again, this time it ended successfully but without having executed neither the Net8 nor the Database Configuration Assistant.
My problem is that I can't create the database because the system hangs when I run dbassist (or netasst). I suspect it could be a problem of the jre location, as when I couldn't run the installer because I hadn't modified the oraparm.ini.
Any idea or advice?
Thanks for having read this.

Thank you Joel. You're right I am new in these tasks and I'll be very grateful for your help.
I've decided, following your advice, to create my database manually and my problems have started very soon.
I've created a file called init<my_instance>.ora in the same directory where the sample file init.ora was. I only changed the db_name from the sample file.
I modified the creation script in "Oracle8 Administrator's Guide Release 2 (8.1.6)" only changing the database name and the files location.
After some attempts I couldn't create the database but I get the following:
ERROR AT LINE 1:
ORA-01501: CREATE DATABASE failed
ORA-01100: database already mounted
ORA-01109: database not open
I don't know how to go on.

Similar Messages

  • Installation Problem on Installation

    Error code RW-50004 occur while trying to install oarcle e-business suite ver11.10.2 in Linux AS RHEL4.Please tell me any sollutions

    Hi Paulo,
    The problem is in the jre in your $ORACLE_BASE directory. The data in jre is corrupted, you can see the note 230693.1 "Netassist and Dbassist Hanging on RedHat Advanced Server (RHAS)" in metalink, and resolv your problem sure...
    Good Luck

  • Oracle 8.1.7 on Linux 7

    Hi,
    Is it possible to install Oracle 8.1.7 on Linux 7.0? I know it wasnt possible a while ago with 8.1.6.
    Thanks in advance for your help!!!
    Mike

    Regarding to the solution from John Smiley
    the problem has been fixed now.
    I have received so many emails lately that I thought it would help to re-post this under a different topic to make it easier to find.
    If you're having trouble with Oracle 8.1.x on any version of Linux that uses glibc version 2.2, try this and see if it solves your problem:
    The problem is that Oracle 8.1.x needs glibc 2.1.3. It will link without error with glibc 2.2, but when you try to run dbassist or create a database from scratch, there are problems (dbassist hangs, "End of file on communication channel", etc.)
    Here is a step-by-step process for getting Oracle 8.1.6 or 8.1.7 working on systems with glibc 2.2 (don't bother with 8.1.5 if you can help it):
    1. Install the compat-glibc RPM for 2.1.3.x
    2. cd to the directory where compat-glibc installed the files (for me it's /usr/i386-glibc21-linux/lib).
    3. Copy the following files to $ORACLE_HOME/lib:
    libc-2.1.3.so
    libpthread.so
    libdl.so
    ld-linux.so.2
    For me, several of these are symbolic links, so you'll need to copy the target of the symbolic link and rename it to the link name when you copy it to $ORACLE_HOME/lib.
    For example, if ls -l shows:
    ld-linux.so.2 -> ld-2.1.3.so
    libc-2.1.3.so
    libdl.so -> libdl.so.2
    libpthread.so -> libpthread.so.0
    Then you will:
    cp ld-2.1.3.so $ORACLE_HOME/lib/ld-linux.so.2
    cp libc-2.1.3.so $ORACLE_HOME/lib
    cp libdl.so.2 $ORACLE_HOME/lib/libdl.so
    cp libpthread.so.0 $ORACLE_HOME/lib/libpthread.so
    4. Create a file in $ORACLE_HOME/lib called libc.so with the following contents (as a single line):
    GROUP ( <OH>/lib/libc-2.1.3.so <OH>/lib/ld-linux.so.2 <CL>/libc_nonshared.a )
    Substitute the value of $ORACLE_HOME for <OH> and the location of the compat-glibc directory for <CL>. For example:
    My $ORACLE_HOME is:
    /u01/app/oracle/product/8.1.7
    (Notice the use of the OFA standard? Do yourself and others a favor - follow the standard. If you don't know what OFA is, please see the Oracle Administrator's Guide for UNIX.)
    and my compat-glibc directory is:
    /usr/i386-glibc21-linux/lib
    so the GROUP line looks like this for me:
    GROUP (/u01/app/oracle/product/8.1.7/lib/libc-2.1.3.so /u01/app/oracle/product/8.1.7/lib/ld-linux.so.2 /usr/i386-glibc21-linux/lib/libc_nonshared.a)
    This is all one line.
    5. cd $ORACLE_HOME/bin
    6. Run the following command from the UNIX prompt:
    relink all
    All of the Oracle software, including the assitants, will work fine now.
    I have used this technique for RedHat 7.0 with the 2.2.16 kernel, as well as the 2.4.0 and 2.4.1-pre11 kernels.
    Thanks to Richard Rankin for this simple and reliable method (there are others, but they are not as clean).
    John Smiley
    Sr. Oracle DBA
    Lucent Technologies, Inc.
    null

  • Oracle Installation errors on Red Hat AS 2.1

    Hi, I've installed Oracle 9i on a Red Hat AS 2.1, but after the installation, when running the Database Configuration Assistant gave this error:
    ORA-03113: end-of-file on communication channel
    I found an installation guide on http://www.puschitz.com and it recommends you, when this error comes up , to remove the shared memory segments owned by oracle, and i did so, it just couldn't remove on , which chmod was 777..after that i retry the Database configuration assistan and it failed again but telling me a different error happened:
    ORA-12571:TNS:Packet writer failure....
    And i tried again and got the same error i got in the first place...and so on, and so on....
    What can i do????
    thanks...
    Mario

    Hi Paulo,
    The problem is in the jre in your $ORACLE_BASE directory. The data in jre is corrupted, you can see the note 230693.1 "Netassist and Dbassist Hanging on RedHat Advanced Server (RHAS)" in metalink, and resolv your problem sure...
    Good Luck

  • Listener restart keeps dbassist from hanging

    After installing Oracle 81701 on SuSE 7.1
    and applying the patches, dbassist still
    worked only once. Every try to start dbassist again resulted in a hanging jre (even after
    logging off and on). A reboot made dbassist work once again.
    After a little experimentation i found that restarting the listener seems to work around the problem. dbassist worked again once more in the running session. (exactly once more... thereafter i had to restart the listener again for the next dbassist run)
    regards,
    markus
    Does somebody have an idea what the heck

    Running out of file descriptors would do this. There is a command in /usr/proc/bin
    (pfiles?) which will show the number of open files for a process. You should
    have the max open file descriptors (ulimit -h ? -n? ) set to at least 1024 for
    wls.
    Mike
    "Elizabeth Jones" <[email protected]> wrote:
    >
    We are running weblogic 5.10 on solaris 2.8 and we've run into this problem
    several
    times now,
    both using clusters and not using clusters. Our users report that
    they can't
    connect to port 7001
    and several times when this has happened the weblogic logs report that
    it is no
    longer listening on
    7001. Sometimes however there is no error report but the symptoms are
    the same.
    We have found
    that the only way to correct the problem is do a kill -9 of the weblogic
    processes
    and wait for 7001
    to clear, then we can restart weblogic and everything is fine.
    What I am trying to determine is what sort of things would cause the
    port to hang
    like this. Is this a
    known bug in weblogic?

  • 8i installation on RH6.0 - just hangs

    Trying to run ./runInstaller from /mnt/cdrom originally gave me
    the following:
    [oracle@dev cdrom]$ ./runInstaller
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    Error in CreateOUIProcess(): -1
    : No such file or directory
    I made a link:
    [root@dev local]# ln -s /dvl/jre116_v5/bin /usr/local/jre/bin
    Now, when I try to run installer again, the screen flashes a
    window for a very brief moment, can't even read what's on it,
    then it just hangs forever:
    [oracle@dev cdrom]$ ./runInstaller
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    (and so I wait... And wait... and wait)
    According to JRE1.1.6v5 installation notes, there is no need to
    set CLASSPATH - just add bin subdirectory of JRE to PATH.
    DISPLAY is set properly, PATH includes /dvl/jre116_v5/bin
    Any help is greatly appreciated.
    Thanks,
    Oleg
    null

    Oleg (guest) wrote:
    : Well, it failed again. I think I saw something about
    : "segmentation fault" in the terminal window before it closed.
    : Any ideas? I did not modify and rebuild the kernel. Could that
    be
    : it?
    : Thanks.
    : Oleg
    : Oleg (guest) wrote:
    : : Kurt Hannigan (guest) wrote:
    : : : Good going!!
    : : : I am right on your heels.
    : : : JRE is hanging for my install also.
    : : : I will now try your fix and post upda
    : : Installer went through all the dialogs fine, started
    : : installation, and at appr. 79% of completion crashed. Just
    : : disappeared. Trying to find anything in the installation log
    : : these are the last couple of lines from it:
    : : , [oratypes.h ->%ORACLE_HOME%/rdbms/demo/oratypes.h 9438
    plats=0=>[453,173,46,467,295,87,610,198,918,913,162,2,30,111,90,1
    : : 68,888]
    langs=0=>[en,fr,ar,bn,pt_BR,bg,fr_CA,ca,hr,cs,da,nl,ar_EG,en_GB,e
    t,fi,de,el,iw,hu,is,id,it,ja,ko,es,lv,lt,ms,es_MX,no,pl,pt,ro,ru,
    : : zh_CN,sk,sl,es_ES,sv,th,zh_TW,tr,uk,vi]]
    : : DllGroup = false
    : : Any ideas????
    Yes, kernel has to be recompiled with recomended values.
    I have attached a related reply from OTN team. It answers to some
    common problems. I hope it can be useful.
    John Palmer
    Re: An update from the OTN team...
    From: Oracle Technology Network Team
    Email: [email protected]
    Date: Fri Aug 06 21:23 CDT 1999
    Having checked in with the development team please find below
    their response to your comments/questions:
    line 118 in my install log file at :
    /usr/local/oracle/u01/app/oracle/oraInventory/logs/installActions
    .log says :
    platGroup = WINDOWS
    And this is on Linux!!! Maybe the Oracle folks are forgetting
    that Linux users are a little too sensitive to these kind of
    mistakes. :)
    This also supports my theory that the new installer is a gift
    from Windows programmers. Who are not too familiar with the
    idea of being able to send their video display to any computer
    around the world and work from there. A feature every Linux
    user takes for granted The Oracle Universal Installer is used to install Oracle products
    on both Windows and Unix platforms. For every action performed by
    the installer, there is a check to see if the platform on which
    installation is going on is Windows or Unix. Based on the Query
    result it performs a certain action and these are written to the
    log file.
    The log file should like:
    platGroup = WINDOWS
    Query returned : false
    as Linux belongs to Unix platform group.
    The installation types screen list 3 options: Typical, Minimal
    and Custom. Somehow Minimal takes more disk space >
    (642MB)compared to Typical (585 MB). Well that is what the
    installation screen says. I have not tried to install using
    the minimal install. The Oracle Software Packager which is used to create the shiphome
    doesn't seem to report the correct size of the components and so
    this inconsistency.
    The installation cant figure out how much free space is
    available on the / partition. Is it that hard? Its gives
    warnings about how I may not have enough space. The free disk space calculation is done as follows:
    ((# free blocks) * (block size)) / 1024 in KB
    The multiplication might have resulted in an overflow and
    displaying the
    wrong figures.
    dbassist cant find the cdrom if you try to install the default
    database from CDROM. It says cannot find CDROM even if you
    have all your stuff under /mnt/cdrom dbassist script cannot be run from the shiphome on a CD. It can
    only be run from the installed ORACLE_HOME.
    The docs talk about software mount points and data mount points
    /u01 /u02 /u03 and /u04 that I created, but I could not find
    anywhere to specify them like I was able to, with the last
    release.
    Database Creation Assistant doesn't understand OFA. It wants
    to put all of the database files /u01/app/oracle/oradata/<sid>
    ! Database Creation Assistant will sometimes prevent editing
    the data file names to put them in OFA compliant directories. In DataBase Configuration Assistant, select the type of database
    to create to be "custom" and create the database which allows to
    give different paths for various database files and control
    files.
    "Oracle Protocol Support" section during the install shows no
    options at all. What happened to good ole Net8? Only the TCP/IP adapter is supported which is default and
    built-in, and so the screen is blank.
    Some executables in the $ORACLE_HOME/bin directory do not have
    execute permissions. "root.sh" script needs to be run when prompted by the installer
    to set the appropriate permissions.
    Zero length library file $ORACLE_HOME/lib/libnjni8.so.
    Netasst doesn't work without it. Someone said they posted the
    source code to the comp.databases.oracle.server newsgroup, but
    I can't find it. and many libraries are zero length. This was noted internally also. We shall be providing a patch to
    be released soon with the correct libraries.
    Database Creation Assistant thinks dbmssql.sql is called
    dbmssml.sql. The file $ORACLE_HOME/rdbms/admin/dbmssml.sql gets instantiated
    from $ORACLE_HOME/rdbms/install/sbs/dbmssml.sbs at install time
    and it's not getting instantiated. Also, the instantiated SQL
    script uses $ORACLE_HOME/lib/libqsmashr.so.
    Get the shared library libqsmashr.so which will be provided in
    the patch to be released soon and copy it to $ORACLE_HOME/lib.
    Run the generated SQL script (dbmssml.sql) from the file
    $ORACLE_HOME/rdbms/install/sbs/dbmssml.sbs by replacing the
    %ORACLE_HOME% with the actual path to ORACLE_HOME. Copy the
    generated SQL script to $ORACLE_HOME/rdbms/admin.
    Building the Intelligent Agent with TCL 7.5 causes a cascade
    of undefined references when running gmake -f ins_oemagent.mk
    agent The makefile $ORACLE_HOME/network/lib/ins_oemagent.mk is
    incorrect.
    Get the makefile ins_oemagent.mk from the patch to be released
    soon and copy it to $ORACLE_HOME/network/lib
    OR
    in the mean time modify $ORACLE_HOME/network/lib/ins_oemagent.mk
    as follows:
    - replace -R$(LIBHOME) with -Wl,-rpath,$(LIBHOME) on line 20
    (make sure to type entire option as one word, do not leave any
    blank spaces in-between)
    - replace the make rules for dbsnmp target with (while adding
    these lines, for the first line keyin <tab> as the first
    character)
    $(LDCCOM) $(DBSNMPMAI) $(OSMMAI_STUB) $(LLIBNMI) $(LLIBNMS)
    $(LLIBNMD) \
    $(LLIBVPPDC) -lnms0 $(LSNMPLIB) $(SQLLIBS) $(DXALIBS) \
    $(DEF_OPT) $(SSDBAED) $(TTLIBS) $(LLIBTCL) $(SNMPAGENTLIB) \
    -ldl -lm -lcrypt -lc
    - replace the make rules for oemevent target with ((while
    adding these
    lines, for the first line keyin <tab> as the first
    character)
    $(LDCCOM) $(OEMEVENTMAI) $(LLIBNMI) $(LLIBNMS) $(LLIBNMD)
    -lnms0 \
    $(SQLLIBS) $(DXALIBS) $(DEF_OPT) $(SSDBAED) $(TTLIBS)
    $(LLIBTCL) \
    $(SNMPAGENTLIB) -ldl -lm -lcrypt -lc
    Set ORACLE_HOME and link the executables,
    gmake -f ins_oemagent.mk agent
    We hope this helps to clarify your issues.
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Personal 8i - DB Config. Assistant Hangs-HELP

    HI,
    I downloaded the personal oracle 8i and I installed it on my computer. I did a clean installation to avoid any problems. The installation was successful. At the end three assistant tools start automatically. Two of them were successful. The Database Configuration assistant failed. I tried
    to start it manually through the menu a few times. It always failed in the same way. It starts, installs 1%, displays a DOS window c:\WINDOWS\COMMAND and then it hangs. I have to shut down the computer to recover from this state. It creates the directories for the database files, the itit.ora file,
    registers the data base name, but it does not create any data base or control files. I tried to delete the name of the database name it registered, but it hangs again with the same conditions. I think it fails
    when it tries to execute the installation commands shown in the log bellow:
    If you know any way to resolve this problem, I will appreciate it a lot. My
    computer has 128 MB of RAM and 15 GB free space. It should not be a resource
    problem. Can it have to do anything with any DOS environment parameters I do
    not know?
    Attached for your in formation is the last part of the installation log at
    c:\program files\oracle\inventory\logs\installactions.log:
    Thanks
    LOG:
    Starting to execute optional autolaunch configuration tools
    Launched configuration tool Net8 Configuration Assistant
    Command which is being spawned is C:\Program
    Files\Oracle\jre\1.1.7\bin/jrew.exe -Duser.dir=c:\Oracle\Ora81\network\jlib
    -classpath ";C:\Program
    Files\Oracle\jre\1.1.7\lib\rt.jar;c:\Oracle\Ora81\jlib\ewt-3_3_6.jar;c:\Orac
    le\Ora81\network\jlib\NetCA.jar;c:\Oracle\Ora81\network\jlib\netcam.jar;c:\O
    racle\Ora81\network\jlib\opsclust.jar;c:\Oracle\Ora81\jlib\netcfg.jar;c:\Ora
    cle\Ora81\jlib\help-3_1_8.jar;c:\Oracle\Ora81\jlib\ice-4_06_6.jar;c:\Oracle\
    Ora81\jlib\share-1_0_8.jar;c:\Oracle\Ora81\jlib\swingall-1_1_1.jar;C:\Progra
    m Files\Oracle\jre\1.1.7\lib\i18n.jar;c:\Oracle\Ora81\network\tools"
    oracle.net.ca.NetCA /orahnam OraHome81 /instype typical /inscomp
    client,net8,javavm,server /insprtcl nmp,tcp /cfg local /authadp NO_VALUE
    /nodeinfo NO_VALUE /responseFile NO_VALUE
    Configuration tool Net8 Configuration Assistant succeeded
    Result code for launching of configuration tool is 0
    Launched configuration tool Oracle Database Configuration Assistant
    Command which is being spawned is C:\Program
    Files\Oracle\jre\1.1.7\bin/jrew.exe -Duser.dir=c:\Oracle\Ora81\assistants\d
    bca\jlib -classpath ";C:\Program
    Files\Oracle\jre\1.1.7\lib\rt.jar;C:\Program
    Files\Oracle\jre\1.1.7\lib\i18n.jar;c:\Oracle\Ora81\jlib\ewt-3_3_6.jar;c:\Or
    acle\Ora81\jlib\share-1_0_8.jar;c:\Oracle\Ora81\jlib\swingall-1_1_1.jar;c:\O
    racle\Ora81\assistants\dbca\jlib\dbassist.jar;c:\Oracle\Ora81\assistants\jli
    b\jnls.jar;c:\Oracle\Ora81\assistants\jlib\acc.jar;c:\Oracle\Ora81\jlib\help
    -3_1_8.jar;c:\Oracle\Ora81\jlib\ice-4_06_6.jar;c:\Oracle\Ora81\jlib\netcfg.j
    ar;" DBCreateWizard -progress_only -responseFile NO_VALUE -createtype
    seed -numusers NO_VALUE -apptype NO_VALUE -options NO_VALUE -seedloc
    C:\poracle\starterdb -sid orcl -orabase c:\Oracle -gdbName orcl
    null

    well, i guess i answered my own question. re-sized the oracle partition to 1.5GB and all installed correctly. must be some HUGE temp files created. It damn well better after 3 install/abort/removes! Oracle should document install space reqs much better (if you;re listening, Lar).
    I never did have any of the java problems reported by other users. go figure.

  • 98% CPU when using dbassist

    I've installed the database on RedHat 7.0
    with the compat-glibc for 2.1.3x. The installation is successful but when I try to
    create a starter database using dbassist, I see that the jre just hangs while using 98-99% of the CPU. I'm running an Intel
    Pentium III (Coppermine). Here's the info
    from /proc/cpuinfo:
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 8
    model name : Pentium III (Coppermine)
    stepping : 6
    cpu MHz : 863.798
    cache size : 256 KB
    fdiv_bug : no
    hlt_bug : no
    sep_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 2
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr xmm
    bogomips : 1723.60
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Markus Krieger ([email protected]):
    For me dbassist worked only once after applying the patch and unsetting LANG.
    <HR></BLOCKQUOTE>
    Can you explain "unsetting LANG", pls?
    I am also unable to run dbassist and netasst, but the results are different:
    [oracle@proton oracle]$ dbassist
    /bin/sh: /usr/oracle/lib/libc.so.6: version `GLIBC_2.2' not found (required by /bin/sh)
    [oracle@proton oracle]$ ldd /bin/sh
    libtermcap.so.2 => /lib/libtermcap.so.2 (0x40018000)
    libdl.so.2 => /lib/libdl.so.2 (0x4001c000)
    libc.so.6 => /lib/libc.so.6 (0x40020000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
    [oracle@proton oracle]$
    Does dbassist must always use that library file (in /usr/oracle/lib) instead of /lib or /usr/lib? The glibc2.2 libraries are in /lib or /usr/lib, but I installed Oracle with Glibc2.1, thus the outdated libraries in the oracle folder. What should I do?
    Oracle runs fine locally (I already created a database during the install), but I really need to get netasst running so I can access Oracle from a remote computer.
    Here are the contents of my *.ora file (edited manually, because I could not get netasst running), can anyone proofread it for me?
    null

  • Dbastudio hangs

    Hi all,
    I installed oracle 8i on redhat 8. I can use dbassist and
    sqlplus without problems. When I tried to
    use dbastudio, it looks hang there forever.
    I issued the oemapp dbastudio and then chose the standalone choice. The system seems to find the
    local database. But when I double-clicked the database icon,a window poped up to ask me to input the username and
    password and i input system(username) and manager(password). But after then the system looks hang there forever.
    Anyone met this problem too? Any help is greatly appreciated.

    there is a problem with pentium IV processors.
    mayb it is related.

  • My Excel with PowerPivots acts weird, it hangs when i try to change font color

    Hi 
    I am facing a weird issue using PowerPivot in my workbook, there is a worksheet named Charts in my workbook and all the charts i am using resides in that worksheet. Whenever i try to change the font color in that sheet, my excel's color palette goes blur
    and then everything just freezes and turns black. This problem is happening only with Charts worksheet, when i try to change the color in other sheets, it works just, the problem is only with Charts sheet. File
    size is 16 MB, there are just 10 pivot tables with some calculations and some calculated fields. There are no add-ins other than PowerPivot. 
    Thanks,
    Shanker

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    Do you receive any error message?
    Which Excel version are you using?  Excel 2013 or other?
    Which workbook format are you using? XLS or XLSX?
    Are you performing any specific task?
    According to your description, this issue seems only occur with the special worksheet "Charts".
    Firstly, I recommend we copy all of the content to a new/blank Excel file to test.
    If it works fine, this issue might be caused by the "Charts" workbook itself. We'd better check the "Charts" workbook. Or re-build the file with a new workbook.
    If it still makes Excel hang with a new file, this issue might due to the content. Please check the content first.
    Secondly, we could follow below KB to troubleshoot this issue:
    https://support2.microsoft.com/kb/2758592/en-us?wa=wsignin1.0
    Thirdly, if the issue still exists, we may try to collect the Event log and App crash dump file to do advanced troubleshooting.
    Event log:
    http://windows.microsoft.com/en-US/windows7/Open-Event-Viewer
    App crash dump file:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing
    it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\EXCEL.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open Excel
    to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Skydrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Just installed Firefox 4. It hangs when I open any website and type in, for example, an ID, or even just click on something, for example, "Compose", in my webmail site.

    Here's the detail of what happens.
    1. Turn on computer and then click on Firefox icon on desktop.
    2. Firefox opens. Everything looks OK. Mr Bunsen's graphic is working fine.
    3. Click on any webpage link. For example, a newspaper or an online webmail page. All looks OK until
    4. Click on anything or type anything, such as in ID in a box, and bingo, the top line of Firefox goes from dark blue to very pale blue and the computer is hung. You cannot get out of Firefox or get Firefox to work.
    5. Switch off computer.
    Is this perhaps due to a clash of Add-ons. I run Avast anti-virus. McAfee came with Firefox 4 and I did not reject it. Is it conflicting wth something in my system and causing it to hang?

    You can modify the pref <b>keyword.URL</b> on the <b>about:config</b> page to use Google's "I'm Feeling Lucky" or Google's "Browse By Name".
    * Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    * Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search

  • I upgraded to the latest version of Firefox but it hangs when I use a search site such as Google or Bing. How can I fix this?

    putting a search option in the search box to the right of the address bar opens up the full search window but then Firefox hangs.

    Your UserAgent string in Firefox is messed up by another program that you installed, and those websites don't know you are running Firefox 3.6.3 (which is what you do have installed).
    [http://en.wikipedia.org/wiki/User_Agent]
    type '''about:config''' in the URL bar and hit Enter
    ''If you see the warning, you can confirm that you want to access that page.''
    Filter = '''general.useragent.'''
    Right-click the preferences that are '''bold''', one line at a time, and select '''''Reset''''',
    Then restart Firefox

  • It hangs when playing games

    My system is Windows 7 - 64 bit operating system
    I've used Firefox for many many years and always praised it compared to EI. I am afraid I wont be able to praise it much more. It stinks. It hangs mostly when I am playing games or looking at pictures or videos. Its worse when on Facebook but also happens on other web site. I did all the troubleshooting, updates, remove old versions and re install, disable add ons all and all Its driving me insane. Can you solve the problem with a new versionof Firefox or do we have to flush the darn browser for good.
    Thank you

    anyone has a solution until a new version comes out?

  • When I boot up it hangs on the login screen for awhile, why?

    I have a mid 2011 Macbook Air 13".  It came with Lion but I recently updated to Mountain Lion.  When I wake the laptop from sleep everything is fine.  If it's been awhile since it slept (a couple of hours), the login screen hangs.  What happens is that it boots like normal and looks like everything is correct, but it won't let me type in my password.  After 10 seconds or so I can see a cursor come up but it won't let me type (but anything I do type at this point will later fill in the field after another 2-3 seconds or so).  One other thing that's weird is that when the screen first comes up it shows the battery percentage from when I put it back on the charger, then after everything catches up, it changes to show 100%.
    I hope I explained the problem well enough.  Basicly a "wake from sleep" is fine if it hasn't been long since the laptop slept, but if it's been awhile it takes about 15-20 seconds to boot up.
    Ideas?

    Here are some suggestions based on my recent issue with unable to get Mavericks up after upgrade - The Apple geniuses just simply couldnt figure this one out...despite it being in their shop for 3 days (They probably did not look at it...and asked if they can just wipe out everything and install fresh...i had said NO):
    Restart computer and hold Cmd+V when you hear chime. This will start the computer in Verbose mode.
    See the messages and see where the system boot fails. In my case, it was some backtrace IOStorageFamily issue with com.paragon-software.
    Google may be able to solve your Apple issues - just type the error message in and see if you get any useful suggestions. in most cases - this would be some faulty 3rd party drivers.....
    In my case, it was something stupid i had probably installed....I had to boot to safe mode (Hold Shift at boot chime) - open Terminal, delete the folder com.paragon-software.kext from System/Library/Extensions....that fixed the problem. Mavericks is working great now....
    Let me know if your debugging thing works...

  • Firefox hangs on opening requiring force quit I have snow leopard mac It hangs when I try safe mode. I need to know how to remove all traces of firefox on my mac so I can reinstall. I have tried terminal as advised on firefox webpage. Please advise m

    Firefox hangs on opening requiring force quit I have snow leopard Mac It even hangs when I try safe mode. I need to know how to remove all traces of firefox on my mac so I can reinstall. I have tried terminal as advised on firefox webpage. Please advise me
    == This happened ==
    Every time Firefox opened
    == I tried to update firefox add-ons ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    Try a new profile. See [[Recovering important data from an old profile]]

Maybe you are looking for

  • Viewing the users inbox for pending workitems..

    Hi all, I have a situation where in the management has asked me to look into a person's business workplace and report the number of pending workitems.Any suggestions... Regards, Sukumar.

  • How to move existing attachments into new external storage?

    Dears, could you pls advice is it possible to move attachments, stored in internal database (table SOFFCONT1) into content server? I've read note 389366 (report RSIRPIRL), but i guess it doesn't work as expected, because document area is empty for SO

  • Caption in h:dataTable not displayed properly.

    Hi, Iam having a problem with adding caption to h:dataTable. My table displays fine with out caption. When i add a caption the headers seem to be scrolled towards right. Eg: Product Displayed (This is caption) .......... Name number bola 1234 my data

  • Uninstalled cc and now I can't download it again

    I installed trial versions of Photoshop CC and Lightroom. Lightroom worked but PS would not open no matter what I tried. So I uninstalled both. I want to download again and see if the problem is fixed. But CC thinks I still have both on my computer.

  • Can't terminate batch file using Ctrl+C in 2003 and 2008server

    Batch file like below:==============================================================@echo off set DB_USER=:INPUT_USERNAME if "%DB_USER%"=="" ( set /p DB_USER=Please enter username: goto INPUT_USERNAME ================================================