RunInstaller hang without apparently errors

The runInstaller hang without apparently error (nothing in the installActions.log, .err and .out)
We originally install 8.1.7.0 64bits on a Sparc 5.8 64 bits without problem, after this, we apply patch 8.1.7.4.1.
Now are necessary installing interMedia software from CD 8.1.7.0 but the runInstaller from CD or in the Sparc hang without errors.
Please, any help will be appreciated!
Any way to trace runInstaller or to find the cause of the hang...
Thanks,
Diego L.
[email protected]

We found a workaround, but not satisfy.
We make a "truss -f -o /tmp/intaller.truss -p <pid>" for the runInstaller process and when it hang, we abort the truss "Ctrl+C" and run it again.
This method "pick up" the runInstaller and the installation continue for some minutes, when the runInstaller hang again we repeat the process (abort the truss and run it again) until the end of installation. :(
We see the truss output and appreciate the same patron when the runInstaller hang... always after a SIGNAL 14 (timeout).
Thanks!
Any help will be apreciated.
[email protected]

Similar Messages

  • Propagation Queue hanged without any error.

    Hi All,
    We have bi-directional replication using streams on 10g database.Last night propagation process hanged without any error in any of the queue.
    We tried to restart it but propagation queue didnt stop.It just went into infinite loop.
    Finally we have to kill the session.Then we restarted the database and everything worked fine.
    Just curious what happened there is no error so far neither in the queue nor in alert log/trace files.
    Please help!!!
    Thanks for all your help!!!
    Kind Regards
    Rahul

    There is insufficient information here to help you.
    If you have not patched to 10.2.0.4 that might be something to put on your radar sooner rather than later.

  • OBIEE 11.1.1.6 installation hangs without any error or warning

    Hi all,
    I'm trying to install OBIEE 11.1.1.6 on a previous 11.1.1.5 installation, on Windows Server 2003 Enterprise Edition. I followed the instructions on the "Oracle® Fusion Middleware Upgrade Guide for Oracle Business Intelligence 11g Release 1 (11.1.1)" manual, "Moving from 11.1.1.3 or 11.1.1.5 to 11.1.1.6" paragraph.
    All checks give positive result but then installation hangs without any error or warning. I tried 3 times with the same behaviour.
    Any suggestion? Anyone having similar problems?
    Thanks in advance,
    Cristina

    The only error I get (in the Windows application event viewer) is:
    [nQSError: 12002] Socket communication error at call=recv: (Number=10054) An existing connection was forcibly closed by the remote host
    Any suggestion?
    Thanks,
    Cristina

  • Web service hangs without any errors and exceptions

    hi all,
    We have a ejb application web service that is binded with shedular bc to trigger for every 2 hours
    and it runs for one and half hours making continous transactions with database..
    In the web service a outer for loop will be iterated by fetching list of data from database. And this list will be iterated in the inner for loop.
    This logic works fine for sometime, but suddenly after some random period of time without any errors and exceptions the outer for loop gets no list from database
    and the inner for loop is never executed and the web service completes processing.
    This i can able to see form my log files.
    i dont understand why the list is not fetched from the database, is the problem with hibernate or it lost the connection with database,
    either case it has to throw exception but the service is not.
    otherwise does this is garbage collector issue.
    Thanks in advance,
    Bye

    Without any code to see what's going on we'd be flying blind trying to answer this one.

  • WL510 startup hangs without any error messages.

    I have installed WebLogic 510 on a Sun Sparc with Solaris 5.7
    following WebLogic installation guide(which I have used to
    successfully install other similar machines). We are using
    JDK 1.2.2_06(with the three necessary OS patches installed).
    When I try to start WebLogic from command line(see below)
    using script, it just hangs and sits there without giving any
    error messages. Is there anything obvious that I have missed?
    Thanks, Jim
    Command line I used to start WebLogic server
    (all in one line of course):
    /usr/java1.2/bin/java
    -native
    -ms64m -mx64m
    -classpath ./classes/boot:
    ./eval/cloudscape/lib/cloudscape.jar
    -Dweblogic.class.path=./license:
    ./classes:
    ./lib/weblogicaux.jar:
    ./myserver/serverclasses:
    /opt/oracle8/product/8.1.6/jdbc/lib/classes12.zip:
    /usr/local/j2sdkee1.2.1/lib/j2ee.jar
    -Dweblogic.home=.
    -Djava.security.manager
    -Djava.security.policy==/opt/weblogic/weblogic.policy
    weblogic.Server

    I think I've got a newer WebLogicLicense.xml format, i.e.
    version 6.0(it starts with:
    <?xml version="1.0"?>
    <bea-licenses>
    <license-group format="1.0" product="WebLogic Server" release="*">
    <license
    component="WebLogic"
    Is there a way to convert it back to 5.1.0
    format(so that it starts with:
    <!-- Keys for version 4.0 and later -->
    <WEBLOGIC-LICENSES>
    <LICENSE PRODUCT="WebLogic"
    Kumar Allamraju <[email protected]> wrote:
    That thread doesn't appear to be hanging. It's in Running
    state.
    Also have you tried to ping the server? Does WLS responds
    to ping commands?
    Jim Lee wrote:
    Here is the thread dump for the "main" thread:
    "main" (TID:0x3a3d0, sys_thread_t:0x3a308, state:R,thread_t: t@1,
    threadID:0x25
    118, stack_bottom:0xffbf0000, stack_size:0x20000) prio=5
    [1] weblogic.xml.license.BaseParser.sendCharacters(BaseParser.java:119)
    [2] weblogic.xml.license.WEBLOGICLICENSESParser.parse(WEBLOGICLICENSESParser.jav
    a:59)
    [3] weblogic.xml.license.BaseParser.parse(BaseParser.java:81)
    [4] weblogic.common.internal.LicenseInfo.loadXML(LicenseInfo.java:131)
    [5] weblogic.common.internal.ServerUtil.initLogging(ServerUtil.java:112)
    [6] weblogic.common.internal.ServerUtil.initLogging(ServerUtil.java:82)
    [7] weblogic.common.internal.ServerUtil.<clinit>(ServerUtil.java:75)
    [8] weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:883)
    [9] weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:822)
    [10] java.lang.reflect.Method.invoke(Native Method)
    [11] weblogic.Server.startServerDynamically(Server.java:99)
    [12] weblogic.Server.main(Server.java:65)
    [13] weblogic.Server.main(Server.java:55)
    Kumar Allamraju <[email protected]> wrote:
    How do you know WLS was hanging?
    Did you tried to ping the server? Take a thread dump
    and
    post it here
    Jim Lee wrote:
    I have installed WebLogic 510 on a Sun Sparc with
    Solaris
    5.7
    following WebLogic installation guide(which I have
    used
    to
    successfully install other similar machines). We
    are
    using
    JDK 1.2.2_06(with the three necessary OS patches
    installed).
    When I try to start WebLogic from command line(seebelow)
    using script, it just hangs and sits there withoutgiving
    any
    error messages. Is there anything obvious that I
    have
    missed?
    Thanks, Jim
    Command line I used to start WebLogic server
    (all in one line of course):
    /usr/java1.2/bin/java
    -native
    -ms64m -mx64m
    -classpath ./classes/boot:
    /eval/cloudscape/lib/cloudscape.jar
    -Dweblogic.class.path=./license:
    /classes:
    /lib/weblogicaux.jar:
    /myserver/serverclasses:
    /opt/oracle8/product/8.1.6/jdbc/lib/classes12.zip:
    /usr/local/j2sdkee1.2.1/lib/j2ee.jar
    -Dweblogic.home=.
    -Djava.security.manager
    -Djava.security.policy==/opt/weblogic/weblogic.policy
    weblogic.Server

  • Firefox 6 hangs without an error message/crash report when I try to run it.

    I've been running a previous version of Firefox 3.x without incident and just tried upgrading to Firefox 6. I've had this same problem with trying to upgrade to Firefox 5 in the past. The installer runs fine and reports no problems. The first time I try to run Firefox after installing, I get a dialog box saying something along the lines of "Checking your add-ons for compatibility..." and the application IMMEDIATELY hangs. I have to kill the process from Windows Task Manager. Afterwards, trying to run Firefox simply results in no visible instance of anything running, although the process still hangs in the background taking up 25% CPU and ~10-20MB of memory. However, when I try opening a locally saved .html file, Firefox successfully runs and initially loads/displays the page, THEN hangs. I've closed as many background applications as possible and still get the same problem.

    I've been having the problem with as few as two tabs opening. The only time it does not do it is in safe mode. I have cleared my history, turned on the plugins one at a time, and run virus check. With any plugins turned on, it hangs every couple of web pages opened.
    When I clicked on post for the above answer, Firefox got hung up for 30 seconds.

  • Eclipse hangs without an error when exporting finished extension

    I'm on Win7. Compiling, previewing, debugging from Eclipse works fine, apart from when I try to save out an image, i can only write to the Eclipse project directory,
    I've tried to export the finished extension, to see how it behaves, but Eclipse hangs after about 20 seconds, and has to be forcefully closed.
    Anybody successfully compiling on windows? Any ideas?
    Cheers!

    Hi,
    Extension Builder 3 simply copies the extension to this location (on Mac) : /Users/<username>/Library/Application Support/Adobe/CEPServiceManager4/extensions/
    To remove it, simply delete the extension folder.
    Pure HTML5 extensions are not compiled. Therefore there is no distinction between a debug extension and a real extension from a code or binary perspective.
    Best regards,
    Hallgrimur

  • JavaMail application hanged with no error throwed at Transport.send

    JavaMail application hanged with no error throwed at Transport.send,even though I set the timeout property
    import java.util.Date;
    import java.util.Properties;
    import javax.mail.Authenticator;
    import javax.mail.Message;
    import javax.mail.PasswordAuthentication;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeBodyPart;
    import javax.mail.internet.MimeMessage;
    import javax.mail.internet.MimeMultipart;
    import javax.mail.internet.MimeUtility;
    public class tt {
         static Properties props=null;
         static boolean needAuth=true;
         static MailAuthenticator authenticator = null;
         static String host="host";
         static String account="account";
         static String password="pwd";
         static String sender="sender";
          * @param args
          * @throws Exception
         public static void main(String[] args) throws Exception{
               if (props == null) {
                     props = new Properties();
                     props.put("mail.smtp.host", host);
                     props.put("mail.smtp.timeout      ", "1000");
                     props.put("mail.smtp.connectiontimeout      ", "1000");
    //                 props.put("mail.debug", "true");
                     props.put("mail.smtp.auth", String.valueOf(needAuth));
                     authenticator = new MailAuthenticator(account, password);
                 MailData mailData = new MailData();
                 mailData.setSubject("altireport mail configuration");
                 mailData.setContent("mail server has been configured successfully.");
                 mailData.setRecipients(new String[]{"[email protected]"});
                 final Session session = Session.getInstance(props, authenticator);
                 final MimeMessage msg = new MimeMessage(session);
                 InternetAddress from = new InternetAddress(sender);
                 msg.setFrom(from);
                 //        msg.setSender(from);
                final InternetAddress[] addressTo = new InternetAddress[mailData.getRecipients().length];
                 for (int i = 0; i < mailData.getRecipients().length; i++) {
                     addressTo[i] = new InternetAddress(mailData.getRecipients());
         msg.addRecipients(Message.RecipientType.TO, addressTo);
         //msg.setSubject(mailData.getSubject());
         msg.setSubject(MimeUtility.encodeText(mailData.getSubject(), "UTF-8", "B"));
         MimeBodyPart bodyPart1 = new MimeBodyPart();
         bodyPart1.setContent(mailData.getContent(), "text/plain; charset=UTF-8");
         MimeMultipart multipart = new MimeMultipart();
         multipart.addBodyPart(bodyPart1);
         msg.setContent(multipart);
         msg.setSentDate(new Date());
    //     msg.saveChanges();
         for(int i=0;i<10;i++){
              new Thread(new Runnable(){
                             public void run() {
                             try {
                                  System.out.println("send...");                                   
                                  Transport.send(msg);
                                  } catch (Exception e) {
                                       e.printStackTrace(System.out);
                        System.out.println("end!");
              }).start();
    class MailData {
    private String[] recipients = null;
    private String subject = null;
    private String content = null;
    private String attachment = null;
    private String attachmentName = null;
    * @return the attachment
    public String getAttachment() {
    return attachment;
    * @param attachment the attachment to set
    public void setAttachment(String attachment) {
    this.attachment = attachment;
    * @return the content
    public String getContent() {
    return content;
    * @param content the content to set
    public void setContent(String content) {
    this.content = content;
    * @return the recipients
    public String[] getRecipients() {
    return recipients;
    * @param recipients the recipients to set
    public void setRecipients(String[] recipients) {
    this.recipients = recipients;
    * @return the subject
    public String getSubject() {
    return subject;
    * @param subject the subject to set
    public void setSubject(String subject) {
    this.subject = subject;
    * @return the attachmentName
    public String getAttachmentName()
    return attachmentName;
    * @param attachmentName the attachmentName to set
    public void setAttachmentName(String attachmentName)
    this.attachmentName = attachmentName;
    class MailAuthenticator extends Authenticator {
    private PasswordAuthentication authentication;
    public MailAuthenticator(String account, String password) {
    authentication = new PasswordAuthentication(account, password);
    protected PasswordAuthentication getPasswordAuthentication() {
    return authentication;
    I have tried use session to get a SMTPTransport instance to use sendMessage ,but still have the same problem.No exception ,No error.
    This problem doesn't appear always. It appears sometimes.
    I hope get help for someone who has the solution for this problem.
    Thanks in advanced.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Ok, I think I see the problem:
         props.put("mail.smtp.timeout      ", "1000");
         props.put("mail.smtp.connectiontimeout      ", "1000");
    Why do you have spaces at the end of the property names?
    Those spaces are not being ignored, which means you've
    set the wrong properties.

  • PO Approval stuck in error without any Error message

    Hi All,
    we have few notifications for PO Approval where they are stuck in error without any error message. they are also not showing in the worklist of the approver nor in the wf_notifications table. please help on this on how to solve this. we have done various options to solve the issue like skip/rewind/suspend/retry. but none of them works..... below is an extract of such an notification -
    Error in Workflow POAPPRV/3112-127925
    From SYSADMIN
    To Das, SD
    Sent 12-Dec-2011 16:55:01
    Closed 12-Dec-2011 17:07:30
    ID 164593
    Responder Das, SD
    An Error occurred in the following Workflow.
    Item Type = POAPPRV
    Item Key = 3112-127925
    User Key =429766-245
    Error Name =
    Error Message =
    Error Stack =
    Activity Id = 10770
    Activity Label = ROOT:POAPPRV_TOP
    Result Code = #STUCK
    Notification Id =
    Assigned User =
    Thanks,
    Sam D
    Edited by: Sam D on 12 Dec, 2011 1:45 PM

    Please post the details of the application release, database version and OS.
    Can you find any errors in the Workflow log file?
    All Purchase Orders or Requisitions Getting Stuck in Pre-Approved or In Process Status - Troubleshooting Checklist [ID 1104843.1]
    Troubleshooting for Requisitions / Purchase Orders in Process or Pre-Approved Status [ID 225017.1]
    Also, search MOS for (POAPPRV stuck) and go through the docs.
    Thanks,
    Hussein

  • I bought a used PowerMacPC G5. I can burn and read DVDs, but I can't read or burn CDs. The CDs are not even recognized. After the drive searches for a while, the CD is ejected without any error messages. The CDs work okay on my iMac.

    I bought a used PowerMacPC G5. I can burn and read DVDs, but I can't read or burn CDs. The CDs are not even recognized. After the drive searches for a while, the CD is ejected without any error messages. The CDs work okay on my iMac.
    I am running Mac OSX 10.4.11. According to the System profiler the CD/DVD drive is a "PioneerDVD-RWDVR-112D." When I compare the information under this heading, the only unusual difference from my iMac is that the G5 reads "Burn Support: Yes (Unsupported)." My iMac reads "Burn Support: Yes (Apple Shipping Drive)."
    Under the System Preferences the options are set to "Ask what to do" when a blank CD or DVD is inserted. Music CD set to open iTunes, Picture CD set to open iPhoto, Video DVD set to open DVD player.
    Do you have any suggestions?
    Thanks, Jack

    Hi Jack, great help so far!
    Internal...
    http://eshop.macsales.com/static_pages/Framework.cfm?page=superdrive/sdl_powerma c_g5.html
    External be sure it's Firewire & not Bus powered...
    http://eshop.macsales.com/shop/firewire/optical-drives/

  • I can't burn a disc from Itunes without getting error 4280 repeatedly.

    I can't burn a disc from Itunes without getting error 4280 repeatedly. I was just able to burn a CD and now can't burn another. Any thoughts? I know my CD burner works as I just made a disc. I have tried changing file type from Audio to MP3 with no luck. Thanks for trying to help me.

    Hello Sonni,
    It sounds like you are unable to burn a disc with iTunes due to this error code. I would first use the following article to check issues with the type of disc drive:
    Burning disc in iTunes for Windows using a Sony CD-RW/DVD CRX830E model drive fails with 4280 error
    http://support.apple.com/kb/ta38101
    If this is not the case, use the following article to help troubleshoot the issue:
    iTunes for Windows: Additional troubleshooting tips for burning issues
    http://support.apple.com/kb/TS1374
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • String to XML conversion without fatal error?

    Can one of you tell me how to convert the folowing string to XML without fatal error?
    String s1 = "<?xml version="1.0" encoding="UTF-6.0"?> <Main> <sub> 12345 </sub> </Main>".

    First, you can't have double quotes (") in a string like that, you need to do (\") instead. If you wrote the below line and saved the file as a file_name.xml It should work fine.
    import java.io.*;
    public class yourclass{
         public static void writeXML(){
              try{
                   File xmlOut = new File("file_name.xml");
                   BufferedWriter xmlWriter = new BufferedWriter(new FileWriter(xmlOut));
                   String s1 = "<?xml version=\"1.0\" encoding=\"UTF-6.0\"?> <Main> <sub> 12345 </sub> </Main>";
                   // you can concatenate the strings using a + 
                   // the \n will create a new line in the file
                   String s2 = "<?xml version=\"1.0\" encoding=\"UTF-6.0\"?>" + "\n" +  "<Main> <sub> 12345 </sub> </Main>";
                   xmlWriter.write(s1);
                   xmlWriter.close();
              }catch(Exception ex){
                   ex.printStackTrace();
    }There are a few other ways to do this, the one above is sloppy. One is XStream to convert xml to Java objects and back again. http://xstream.codehaus.org/tutorial.html

  • Weird : Database Hangs without any message in Alert File

    Hi
    We have production database 10.2.0 , in the last 3 days database database has to be restarted as it hangs without any information in the Alert File.
    No trace file is genrated at that time.
    Only SYS user Can LOGIN to the database.
    I had no other option but to restart
    Database is in NO ARCHIVE MODE
    There is Enough Space in Temporary Tablespace and all other tablespace.
    NO patches were applied to the database
    NO parameters has been modified
    When i check the CPU usage its normal.
    There is Enough Disk Space.
    This is procution and i apreciate Help.
    Thank You

    user6421665 wrote:
    Only SYS user Can LOGIN to the database.
    What is the OS ? Windows --> Did you check virus scan or some other process running during that time ?
    Unix / Linux --> Is sysadmin running a defrag on the disks or some other OS Utility ?
    Do you login as SYS from the server ? Can you login as any other user from the server ?
    Hang == Slow ?
    >
    This is procution and i apreciate Help.
    Production database in NOARCHIVE log mode... is interesting by itself, but that is not a question here.

  • In Adobe Acrobat X Standard, our user used to be able to resize drawings to 8.5 x 10, it stopped working yesterday. It allows her to do this without an error but the size does not change?

    In Adobe Acrobat X Standard, our user used to be able to resize drawings to 8.5 x 10, it stopped working yesterday. It allows her to do this without an error but the size does not change?

    Try unmounting the volume on your iMac using Disk Utility. Then mount it again. You may need to reboot the laptop or relaunch its Finder process (using the Force Quit window) after remounting the drive on your iMac. Remember that no process may be accessing any files on the drive you plan to unmount, or the unmount will fail. Unmounting and remounting an external drive on my iMac made it become visible on my MacBook Pro after it had disappeared.

  • Hello I Download Adobe Photoshop CC 2014 Last Night i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message I Need Help Can You Resolve This Problem i Tried Creative Cloud Sign Out Nd Sign iN But iT DidnT ReSolve My

    Hello I Download Adobe Photoshop CC 2014 Last Night
     i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message
    I Need Help Can You Resolve This Problem

    Lotfi are you receiving any error messages during the installation?  I would recommend reviewing your installation logs for errors.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.  You are welcome to post any specific errors you discover to this discussion.

Maybe you are looking for

  • I had a previous version of Elements, will my license number work with the new version?

    I purchased a new pc and would like to install Adobe Photoshop Elements. I had purchased a previous version and have a license number for it but cannot find the original CD. Can I download the latest version and use my existing license? So far, it wi

  • Attach document in an excel sheet

    Hi, How to append a documents in an Excel Sheet using java.

  • Lost my Pre pouch, any idea how to get a replacement?

    I lost my Pre sleeping bag (pouch) over the weekend.  Today I visited the Sprint store and they couldn't help me.  They directed me to the Palm Web site.  But the Palm site doesn't offer the pouch as an accessory. Not sure what to do now besides spen

  • WPA-PSK problems

    We have a guest WLAN set up using WPA2-PSK where we give out the generic network key to all users. The thing is, some users can connect, others cannot. Debugs on the APs show "Authentication Failed." That's it. I know it's not a mistyped key. I know

  • C4280 label printing problem

    I have an all-in-one c4280 printer.  I am trying to print labels....when I print on regular paper they are perfectly aligned.  When I print on labels....it prints too high and they are all off.  I have tried to select specialty paper from the printer