RoboHTML.exe exits with exception

I've just installed RoboHelp Office V10. Everything seems fine except for one problem. If I try to generate printed documentation, then RoBoHTML.exe exits with an exception.
I have Microsoft Office 2010 installed also.
Any idea who this should be reported to and how?
Anyone seen anything similar, and have a fix?
TIA
Mick Mathers

The problem I have seen always enables the option within a few minutes so clearly something else is wrong.
According to Adobe's page on Activation, other causes are you have Volume Licensing, the product is part of a suite and you need to deactivate that, or you cannot connect. I had to get our IT guys to approve the link before Update would work. What I am not following is that unless you are a government department or similar, you have to activate online, no exceptions. What request / response code are you talking about as we have been through the activation issue before and there are NO exceptions.
This is all getting away from the problem though of being able to print. Where does your Normal.dot template reside? We have seen issues when IT put it on a network drive.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Severe error(s) occurred in phase PREP_INSTALL/SHDINST_OS Last error code set: Process H:\SUM\abap\exe/sapstartsrv.exe exited with -1

    Hi Experts ,
    Currently performing EHP7 upgrade I have faced error during the configuration phase , below attached was the error screenshot .
    error logs shows the below :
    Executing module 'PREP_INSTALL'.
    Execution of PREPARE module "Installation" begins at 20140302202456
    # Starting phase execution with maxpar = 6, scheduled: 14x'-'
    CURRENTPHASE PREP_INSTALL/SHDINST_OS
    ...started at 20140302202456
    # Using phase log file 'SHDINST_OS.LOG'.
    ..finished at 20140302202457 with status ABORTED.
    # Error message set: 'Process H:\SUM\abap\exe/sapstartsrv.exe exited with -1, see 'H:\SUM\abap\log\SAPup.ECO' for details'
    .begin dialog at 20140302202459
    SHDINST_OS log :
    1 ETQ399 Possibly the password for user ISNET\SAPServiceDEC entered in phase
    1 ETQ399 INITPUT was wrong. You can reset it by calling 'SAPup set stdpar'.
    1 ETQ399 Try to execute SAPSTARTSRV.EXE manually using the following syntax:
    1 ETQ399 H:\SUM\abap\exe\sapstartsrv.exe -r
    1 ETQ399 -p H:\SUM\abap\DEC\SYS\profile\START_DVEBMGS01_SAPECCDV -s DEC -n 01
    1 ETQ399 -U ISNET\SAPServiceDEC -P <PASSWORD> -e ISNET\decadm
    1 ETQ399 and check if the service SAPDEC_01 can be stopped and restarted.
    1EETQ399 Last error code set is: Process H:\SUM\abap\exe/sapstartsrv.exe exited with -1, see 'H:\SUM\abap\log\SAPup.ECO' for details
    1EETQ204 Upgrade phase "SHDINST_OS" aborted with severe errors ("20140302202457")
    Kindly advice to fix

    Hi Mohan,
    Solution of your issue is already present in SHDINST_OS.LOG
    Possibly the password for user ISNET\SAPServiceDEC entered in phase
    1 ETQ399 INITPUT was wrong. You can reset it by calling 'SAPup set stdpar'.
    1 ETQ399 Try to execute SAPSTARTSRV.EXE manually using the following syntax:
    1 ETQ399 H:\SUM\abap\exe\sapstartsrv.exe -r
    1 ETQ399 -p H:\SUM\abap\DEC\SYS\profile\START_DVEBMGS01_SAPECCDV -s DEC -n 01
    1 ETQ399 -U ISNET\SAPServiceDEC -P <PASSWORD> -e ISNET\decadm
    1 ETQ399 and check if the service SAPDEC_01 can be stopped and restarted.
    Read the log carefully.Have you performed the above mentioned steps from SHDINST_OS.LOG file at your end.
    Also just give a full restart your server,up all the required services & confirm the execution of the phase.
    Thanks,
    Gaurav

  • Dynamically call DBMS_XMLINDEX to drop parameter and exit with exception

    Hi All,
    I am trying to create a procedure to dynamically call DBMS_XMLINDEX.dropparameter.
    If the parameter does not exist then gracefully exit with exception as 'Parameter does not exist'.
    But I keep on getting errors due to dynamically passing.
    Procedure is something like:
    Create PROCEDURE drop_parameter(p_parameter IN VARCHAR2)
    IS
    no_parameter EXCEPTION;
    PRAGMA EXCEPTION_INIT(no_parameter,-12004);
    BEGIN
    EXECUTE IMMEDIATE 'DBMS_XMLINDEX.dropparameter( ''||p_parameter||'') ';
    dbms_output.put_line('Parameter dropped');
    EXCEPTION
    WHEN no_parameter THEN
    dbms_output.put_line('Parameter does not exist');
    END drop_parameter;
    For implementaion we can try creating parameter as :
    BEGIN
    DBMS_XMLINDEX.REGISTERPARAMETER (
    'Param1',
    'PATH TABLE PathTB1
    PATHS (INCLUDE ( /a/b/c
    /d/e/f
    END;
    The above parameter should be dropped or if not existing, then exit gracefully.
    Please suggest.
    Thanks...

    You're testing the wrong error code...
    ORA-12004 : http://docs.oracle.com/cd/E11882_01/server.112/e17766/e9858.htm#sthref3299
    Try with ORA-44737, for example :
    SQL> set serveroutput on
    SQL>
    SQL> BEGIN
      2  DBMS_XMLINDEX.REGISTERPARAMETER (
      3  'Param1', 'PATH TABLE PathTB1 PATHS (INCLUDE ( /a/b/c /d/e/f ))');
      4  END;
      5  /
    PL/SQL procedure successfully completed
    SQL>
    SQL> CREATE PROCEDURE drop_parameter(p_parameter IN VARCHAR2)
      2  IS
      3    no_parameter EXCEPTION;
      4    PRAGMA EXCEPTION_INIT(no_parameter,-44737);
      5  BEGIN
      6    DBMS_XMLINDEX.dropparameter(p_parameter);
      7    dbms_output.put_line('Parameter dropped');
      8  EXCEPTION
      9    WHEN no_parameter THEN
    10        dbms_output.put_line('Parameter does not exist');
    11  END;
    12  /
    Procedure created
    SQL> exec drop_parameter('Param1');
    Parameter dropped
    PL/SQL procedure successfully completed
    SQL> exec drop_parameter('Param1');
    Parameter does not exist
    PL/SQL procedure successfully completed
    (and again, you do not need dynamic code)

  • RoboHTML.exe and WHOffice.exe hang at "Windows Installer"

    When we try to start RoboHelp either with RoboHTML.exe or
    with WHOffice.exe, it brings up a window labelled "Windows
    Installer" with "Preparing to install..." and a Cancel buton
    inside. It never gets beyond this and if I press Cancel, the window
    locks and has to be killed in Task Manager. I have tried everything
    I can think of including uninstalling all the X5 updates,
    uninstalling the entire X5 product, deleting its Program Files
    directory, rebooting and reinstalling RoboHelp Office X5 from CD
    using my key starting with RHO13. I've also tried updating the
    Windows installer. The problem occurs even under different logins
    (all with administrative privileges). Any idea what could be the
    problem?
    Thank you for any help you can give!
    Scott Wallace
    Ternion Corporation

    quote:
    Originally posted by:
    Captiv8r
    Hi all
    Sometimes we see that another application has horked (that's
    a technical term) the Windows installer. We also see it sometimes
    with Captivate too. I believe when this happens you have to run a
    cleanup utility for the Windows Installer.
    You should consider visiting the link below and downloading
    Microsoft's installer cleanup utility. See if that corrects the
    issue on the affected PC.
    http://support.microsoft.com/kb/290301
    Cheers... Rick
    Hi Rick,
    Actually, I installed the cleanup utility and after
    uninstalling RH, there was no listing for RH in the utility. Maybe
    I don't know the way its supposed to be used. Are you supposed to
    run the cleanup on RH after RH is installed?
    As additional info, there are several other Adobe products
    installed on this machine including:
    Acrobat 8.1.2 Standard
    Illustrator CS3
    Photoshop 6.0
    Shockwave Player 11
    SVG Viewer 3.0
    Winsoft Linguistics Plugin
    As well as Pinnacle Studio 12, Picasa 2 and ProDAD to name a
    few other installed programs.
    Don't know if any of those could be causing the problem.
    Thanks Rick,
    Scott

  • Third party payload installer DistillrStarter.exe failed with exit code: 1603

    I need to reinstall FrameMaker 11 after a system crash. At 99% of the installation process, I get the following message.
    (For my understanding, downloading a new DistillrStarter.exe should solve the issue.
    The file is for creating Japanese PDFs. I do not even need it. :-)
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR: DW030 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s)
    ----------- Payload: Adobe PDF Creation Add-On 10 10.0.0.0 {AC76D478-1033-0000-3478-000000000005} -----------
    ERROR: Third party payload installer DistillrStarter.exe failed with exit code: 1603
    ----------- Payload: Adobe FrameMaker 11_AdobeFrameMaker11_en_US 11.0.0.0 {E26880FB-DEB4-4299-A1EB-FDEB85C09FD7} -----------
    ERROR: DW030: Custom Action for payload Adobe FrameMaker 11_AdobeFrameMaker11_en_US 11.0.0.0 {E26880FB-DEB4-4299-A1EB-FDEB85C09FD7} returned error. Failing this payload.

    Hi Mylenium,
    from the notifications, IMHO, FrameMaker installation failed because of a corrupt DistillrStart.exe file in the installer.
    What I did not know, in the installation options, I could disable PDF maker.
    I do not need this module, that is already installed with Acrobat Pro on my system.
    In the support chat, I was not pointed to this, either. Although I asked if I really had to uninstall
    all Adobe software from my system before re-installing, even Acrobat...
    Thank God, my company's administration remembered this issue from a previous installation.
    Best regards,
    Michael

  • Error installing mastercollection cs6 Windows7 x64 - ERROR: Third party payload installer vcredist_x64.exe failed with exit code: 1603

    Here's the error summary:
    Exit Code: 6
    See error summary below:
    I installed the Visual C++ 2008 redis pkg from Microsoft site (both x86&x64) then tried reinstalling and after 2 hours the very error and nothing installed!!!
    VERY FRUSTRATING...
    Please advise
    Please see specific errors below for troubleshooting. For example,  ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s)
    ----------- Payload: Microsoft Visual C++ 2008 Redistributable Package (x86) 9.0.30729.4148 {9C4AA28F-AC6B-11E0-8997-00215AEA26C9} -----------
    ERROR: Third party payload installer vcredist_x86.exe failed with exit code: 1603
    ERROR: Failed to install Microsoft Visual C++ 2008 Redistributable Package (x86). Please try installing it by double clicking on the executable at "\\nbcc-srv-v-fs01\co-share\Finance and Administration\Information Technology\Software\Adobe\MasterCollection_CS6_LS16\WIN\Adobe CS6\payloads\Microsoft VC 2008 Redist (x86)\vcredist_x86.exe", or download and install the latest Microsoft Visual C++ 2008 Redistributable Package (x86) from Microsoft website - www.microsoft.com
    ----------- Payload: Microsoft Visual C++ 2008 Redistributable Package (x64) 9.0.30729.4148 {9B78FAB0-AC6B-11E0-8EF3-00215AEA26C9} -----------
    ERROR: Third party payload installer vcredist_x64.exe failed with exit code: 1603
    ERROR: Failed to install Microsoft Visual C++ 2008 Redistributable Package (x64). Please try installing it by double clicking on the executable at "\\nbcc-srv-v-fs01\co-share\Finance and Administration\Information Technology\Software\Adobe\MasterCollection_CS6_LS16\WIN\Adobe CS6\payloads\Microsoft VC 2008 Redist (x64)\vcredist_x64.exe", or download and install the latest Microsoft Visual C++ 2008 Redistributable Package (x64) from Microsoft website - www.microsoft.com

    uninstall those old ms vc packages and install the latest, Latest Supported Visual C++ Downloads
    then uninstall anything cs6 that did get installed, clean and reinstall per, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • ERROR: Third party payload installer Install Lightroom 5 CCM.exe failed with exit code: 1603

    Anyone out there that knows how to get past this? I´m using Adobe Application Manager and nothing else.
    Installed Photoshop and Illustrator without problem, but as I try to install Lightroom 5 it is aborted.

    I am having the same problem, I am using win vista 64, and everything but LR 5 works,
    {{ Third party payload installer Install Lightroom 5 CCM.exe failed with exit code: 1603 }}
    any solutions out there??

  • ERROR: Third party payload installer vcredist_x86.exe failed with exit code: -2147024546

    My install of Photoshop CC failed during download with the error message:
    ----------- Payload: Microsoft Visual C++ 2012 Redistributable Package (x86) 11.0.61030.0 {873BE68F-480F-49A6-9649-F98CAB056AFC} -----------
    ERROR: Third party payload installer vcredist_x86.exe failed with exit code: -2147024546
    ERROR: Failed to install Microsoft Visual C++ 2012 Redistributable Package (x86). Please try installing it by double clicking on the executable at "C:\Users\Charles\AppData\Local\Temp\{6451C8AE-D1A8-4B06-9A19-583A0AAC7146}\Photoshop_15_ LS20_win64\Adobe CC 2014\payloads\Microsoft VC 2012 Redist (x86)\vcredist_x86.exe", or download and install the latest Microsoft Visual C++ 2012 Redistributable Package (x86) from Microsoft website - www.microsoft.com
    But I don't find anything in the path described.
    The machine is an Asus desktop PC running Windows 8.1 (which I hate and despise) but was stuck with on this recently purchased PC.
    Since I can't find the file or error code -2147024546 what is my next step to complete an install?
    Thanks,
    Charles    

    Charles the Microsoft Visual C++ 2012 Redistributable Package (x86) component of your operating system has become damaged.  You can reinstall it from Latest Supported Visual C++ Downloads.

  • Third party payload installer vcredist_x64.exe failed with exit code: 2147942750

    Hello there,
    I've been having problems with Premier since installing it on Windows 8.1
    I'm signed up with creative cloud but first I was having trouble actually loading the program (it just kept trying to load then would bomb
    Then it would load but wouldn't give me an option to actually edit movies by dragging them to the timeline (it would drag the movie only no sound)
    And today I've tried an upgrade but get an error message with it. As above (the full summary is below).
    I've tried to uninstall and reinstall through windows and it appeared to uninstall and resintall but I now have this problem.
    <PRE>Exit Code: 6
    Please see specific errors below for troubleshooting. For example,  ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s)
    ----------- Payload: Microsoft Visual C++ 2012 Redistributable Package (x64) 11.0.61030.0 {3E272A93-C06B-4206-AD02-0EBE02535E20} -----------
    ERROR: Third party payload installer vcredist_x64.exe failed with exit code: 2147942750
    ERROR: Failed to repair Microsoft Visual C++ 2012 Redistributable Package (x64). Please try repairing it by double clicking on the executable at "C:\Users\Tony\AppData\Local\Temp\{16356A70-E248-4837-900C-D624C25EAB3B}\PremierePro_8_LS 20\Adobe Premiere Pro CC 2014\payloads\Microsoft VC 2012 Redist (x64)\vcredist_x64.exe", or download and install the latest Microsoft Visual C++ 2012 Redistributable Package (x64) from Microsoft website - www.microsoft.com
    </PRE>

    You might attempt to simply REBOOT and then retry the installation.
    VC++ 2012 x64 can require a restart.  The Adobe installer is not designed to handle this situation.   If this is the issue in your case, rebooting will resolve it. 
    You are less likely to run into this particular issue if you reboot your PC and then run the Adobe install with every other program and tray icon closed.

  • Third party payload installer InstallAdobeMuse.exe failed with exit code: 25 (Was: Installing Muse)

    I'm trying to install Adobe Muse but keep getting an installation failed message. It generates the following error code 
    ERROR: Third party payload installer InstallAdobeMuse.exe failed with exit code: 255
    Anyone have any ideas?

    Hi Njugl
    Please look for Muse in your machine and uninstall it if present. Run the cleaner tool: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation -problems.html and remove any ruminants of Muse.
    Enable root account:http://support.apple.com/kb/ht1528 in case of Mac.
    Download CC desktop and try to install
    Muse:https://creative.adobe.com/products/creative-cloud .
    Please refer the kb for Exit Code 7: http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html .
    Regards,
    Prabs

  • Dictionary nonunique add  MSONWL64.exe Program exited with status 1

    EBS R12.1.3
    Database 11GR2
    Begin Date: 2456133
    End Date: 2456632MSO_SCO_ASSIGNED_UNITS: 1
    MSO_SCO_MAXIMIZE_POWO = 0
    MSO_SCO_EXIST_SUPP_ABR_SUBSCOMP = 0
    MSO_SCO_COST_ROLLUP_INCR_FACTOR = 1
    MSO_SS_PLAN_LEVEL: 1
    Dictionary nonunique add/app/oracle/EBSCRP2/apps/apps_st/appl/mso/12.0.0/bin/MSONWL64.exe
    Program exited with status 1

    Hi Hussein,
    Problem is fixed by the document "Memory Based Planner Failied Program Was Terminated By Signal 6 in msopmmd3.cpp [ID 859179.1]"
    But We can not set MSO: Enable Decision Rules to NO.
    Please suggest a solution for the same.
    *+<Moderator edit - MOS Doc content deleted - pl do not post contents of MOS Docs - this is a violation of your Support agreement>+*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Application exits with an exception code 0xc0020001 (with exit code as -1073740771)

    I have a WPF application, which sometimes is exiting with an exit code of -1073740771. The issue is not occurring in any pattern and it's varying from system to system. In some system the issue is occurring for less that 10% of the total cases and
    in other system I am seeing it occurring at a rate of almost 30% of the total cases. I haven't been able to form any solid repro steps and it seems to be happening at random.
    The symptoms include that after I have clicked the close button, the application exits but in task manager I could still see the process lingering for about 20-40 seconds, and then in exits. The application seems to be shutting gracefully (from
    a functional point of view) so it might not have much effect on customers using it, but the error code is getting logged in the logs which is pretty annoying.
    This issue is also happening when I am debugging from Visual Studio, but no exception is getting caught in the try - catch block.
    On analyzing the crash dump of the process (collected using Procdump) , its seen that an exception with code 0xc0020001
    has occurred on thread 0, and the finalizer thread seems to be blocked. Any pointers to what might be causing the issue?

    Hi Pratik,
    >>The symptoms include that after I have clicked the close button, the application exits but in task manager I could still see the process lingering for about 20-40 seconds, and then in exits
    Have you used some native methods in your project, does it have some third-party references? In my experience, some third-party libraries causes this exception.
    Because it's difficult to reproduce, I would suggest you making the following tests:
    (1) Removing all native methods and third-party references
    (2) If the above test has avoid this issue, I think you need to deep into the native methods or references
    (3) If the above test still can't solve this issue, could you make a minimized demo without sensitive data for troubleshooting?
    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.
    Click
    HERE to participate the survey.

  • Ctios exited with unknown exit/exception code 80

    I'm seeing random disconnects for CTIOS service on one of my PG's.
    From the CTIOS_nm:
     CTIOS1-nm Process ctios on ICM\xxxx\CTIOS1 went down for unknown reason. Exit code 0x80. It will be automatically restarted. 
    1 CTIOS1-nm Trace: main: noticed process ctios handle 188 exited with unknown exit/exception code 80
    MDS just shows this:
     Unexpected disconnect from client ctios1b.
      Last EMT Error [-519897069]: The remote process has exited.
     Client ctios1b registered with handle 166.
     Client ctios1b started. 
    Nothing telling in the windows app logs either.

    After further try and error, using the following alternative method of setting a dataset works:
    CrystalDecisions.ReportAppServer.DataDefModel.ISCRDataSet crDataset = CrystalDecisions.ReportAppServer.DataSetConversion.DataSetConverter.Convert(m_XmlInfo.CustomDataSet);
    report.ReportClientDocument.DatabaseController.SetDataSource(crDataset, string.Empty, string.Empty);

  • Error while running a OA framework Page  Process exited with exit code 1.

    Hi all,
    I downloaded the Patch 4573517 from Metalink for JDEV with OA extension release 11i.I followed all the instruction of the setup init and installed the Jdev,also mytutorial pages got compiled successfully,but when i trie dto run the page
    Run > Run test_fwktutorial.jsp from the main menu.
    it gives me error.The error is as follows
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\D drive\OA_2008\jdevbin\jdk\bin\javaw.exe -client -classpath C:\D drive\OA_2008\jdevbin\j2ee\home\oc4j.jar;C:\D drive\OA_2008\jdevbin\jdev\lib\jdev-oc4j.jar -Xbootclasspath/p:C:\D drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14.jar;C:\D drive\OA_2008\jdevbin\jdev\appslibrt\nls_charset12.zip -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 com.evermind.server.OC4JServer -config C:\D drive\OA_2008\jdevhome\jdev\system9.0.3.5.1437\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    java.lang.NoClassDefFoundError: drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14/jar;C:\D
    Exception in thread "main"
    Process exited with exit code 1.
    I am not understanding why it is going in exception.One reason which i doubthere is the line
    java.lang.NoClassDefFoundError: drive\OA_2008\jdevbin\jdev\appslibrt\ojdbc14/jar;C:\D
    here in this line the last word is ojdbc14/jar,i think it should have been ojdbc14.jar.
    Can any body please help me out on how to correct this problem.Thanks
    Manish

    Manish,
    You should ask on the OA Framework Forum.
    john

  • Run a .exe file with parameters from my java code

    Hi, I want to run a .exe file from my java program. This .exe file will take some parameters in the command line. I need
    to supply that to the program as well. Can someone help me in this please?
    Thanks in advance.

    I am trying like this:
    public class lauch_ext {
         public static void main(String[] args) throws Exception{
              try {
                Runtime rt = Runtime.getRuntime();
                Process pr = rt.exec("C:\\Apps\\myapp.exe arg1 -arg2 return_arg");
                BufferedReader input = new BufferedReader(new InputStreamReader(pr.getInputStream()));
                String line=null;
                while((line=input.readLine()) != null) {
                    System.out.println(line);
                int exitVal = pr.waitFor();
                System.out.println("Exited with error code "+exitVal);
            } catch(Exception e) {
                System.out.println(e.toString());
                e.printStackTrace();
    }

Maybe you are looking for

  • Ref. monitor for pal,ntsc and HD

    hey there, i am working more and more on my own edit station. so i want to make it more efficient. i need a monitor or TV to see my edits on a bigger scale, something like a reference screen!! and i need a pci card to connect it, too. but here is the

  • Milky / Cloudy ghosted view & can't switch to story view

    I do layout work on a magazine and export stories for the editor using a Dropbox Incopy workflow. I use Indesign CS6 and the editor uses Incopy CS6. The editor was complaining that when she opened the files, everything looks "milky" or "cloudy" and i

  • Not able to restart weblogic server

    Hi Guys, I have installed OIM 10g 6 months ago in my personal system and it is working fine till yesterday. Today, when I try to start the weblogic server, i am getting the below error and the command window getting closed immediately. Weblogic was i

  • Connecting for Backup

    Please excuse my ignorance.  I am planning on buying a Macbook Air and researched how the best config would be to meet my very simple needs.  I will be getting 13" 8gb 128 ssd.  Now i am reading backup ,backup, backup.  Know this is important cause m

  • Yahoo Email Help - Palm Centro (Sprint)

    I'm trying to sync my versamail with Yahoo mail.. It worked for a while then last few weeks it wont work.. I keep getting the error message when trying to connect to the IMAP server to yahoo it says "Unable to connect to imap.mail.yahoo.com Please ve