Webutiljpi.htm and webutilbase.htm!!!!!!!!!

hi,
well i am using web utility (webutil) in forms 9i....i dont have webutiljpi.htm and webutilbase.htm in my webutil\server directory. can anyone plz mail it to me on [email protected]
regards
M.Najeeb Khan

you don't need this since you are using Jinitator -its a doc bug.
Regards
Grant Ronald
Forms Product Management

Similar Messages

  • What happened to the firefox icon on htm and html document files?

    Today I have noticed it for the first time.. The icon use to look like a blank page with a mini firefox icon on it.. Now the htm and html icon looks like a blank white page that is bent on the top right hand corner.. I tried a firefox reset and it didn't help.. I don't wanna do a reinstall of firefox because I want to keep the old firefox download manager and not the new one that is on the right of the search bar.. ( I saw it on my ubuntu linux computer) BUT my computer with the html file icon problem is Windows 7 x64

    It didn't solve it for me. I have tried the switch icons, uninstall and reinstall, making IE default and then back to FF, file association (there is no Program group in Control Panel in XP btw, the earlier Contributor poster is thinking only of Win7) and scanned other forums without any solution.
    mhtml and html files save fine, but are tagged with the Windows default icon for a program the o/s does not recognise. This causes constant irritation because while quickly browsing data files, my eye falls on the unrecognised file icon and I pause wondering what is the problem before realising it's the Firefox error yet again.
    There are FF users on other forums with the same problem too, some devising solutions which work for them but not for others, probably because computers are so individual.
    I am a recent convert to Windows XP 64-bit sp2 on a new build. With my previous 32-bit machines, I had no problem. I think, like Apple, Firefox has not come to terms with 64-bit despite it supposedly being "the future." I use FF v12 because I can't stand the look of its successors. However, from browsing forums, I gather it makes no matter what version is used. It seemingly happened after v11 and continues throughout.
    Any help would be greatly appreciated.
    Thanks.

  • JCo Calling BAPI and generate htm and xml page in output

    Friends,
            I am developing an Application in Java using JCO. The requirement there is a list of BAPI's are available for the selection, once the user select the BAPI , it will dynamically generates the screen of input parameters and than result will be stored in .htm and .xml file. It works for many BAPI's, but for few of that it won't work. Will you help me out why its gng to create problem for other BAPI's.
    e.g.
    BAPI_SALESORDER_GETLIST
    BAPI_PO_GETITEMS
    BAPI_MATERIAL_GET_DETAIL and few more...
    It doesn't generate the proper output of these BAPI's.
    Thanks.
    HItesh Shah

    Tanveer,
    There are many files so i wont be able to put the codes but let me tell u how i m doing.
    1) Giving the options to user in which server they want to connect.
    2) After connection has been established there is a plain text file available which consists the list of BAPI's which will be displayed in the list box.
    3) After user select any BAPI and press a button named 'DETAILS' it will display the Import/Export/Tables list.
    4) After clicking on Next , i m generating a dynamic screen for input parameters.
    5)Here is this step also one problem is that i have to write all the zeros, can u tell me if i want to pad the zeroes automatically what i will do.Becz every time the input parameters of each BAPI would be different.
    6) After getting input parameters i will generate the .htm and .xml file using writeXML and writeHTML function.
    7) I want to show them generated xml and html file in iexplore using clicking button...Can u tell me how to achieve that.
    Here is the code through which my xml and htm file will be generated.
    import com.sap.mw.jco.*;
    import java.io.*;
    import java.util.*;
    import java.math.*;
    import java.util.Iterator;
    // Quick imports
    import com.jxml.quick.QDoc;
    import com.jxml.quick.Quick;
      class RFCG {
          static final String SID = "R3";
          String conDetails []=new String[6];
          String ErrorMsg;
          int i=0;
          String LogonDetail;
          int Rows;
          IRepository repository;
          String InputName[]=new String[200];
          String InputType[]=new String[200];
          String OutputName[]=new String[200];
          String OutputType[]=new String[200];
          String OutputINTTYPE[]=new String[200];
          String OutputField[]=new String[200];
          String TableName[]=new String[500];
          String TableType[]=new String[500];
          String TableINTTYPE[]=new String[500];
          String FIELDNAME[]=new String[500];
          //String FIELDNAME[]=new String[20];
          String FIELDINTTYPE[]=new String[500];
          String OutputFieldType[]=new String[200];
          String OutputFieldINTTYPE[]=new String[200];
          String InputParFieldName[][]=new String[200][200];
          String InputParFieldDatatype[]=new String[200];
          String InputParFieldIntType[]=new String[200];
          int l,j,k,m,n,o,t,q;
           /** public static void main(String [] args){
                  new RFCG("SAPR3.txt");
             public RFCG(String LogonDetail,String BAPI)
                      this.LogonDetail=LogonDetail;
                      cleanUp();
                      try {
                                 /* for xml */
                                 // Initialize Quick
                                  QDoc schema = PersonSchema.createSchema();
                              // Convert input XML to Java
                                  QDoc doc = Quick.parse(schema, "input.xml");
                             // Get the result
                                  Person person = (Person)Quick.getRoot(doc);
                               for (Iterator i = person.getClientList().iterator(); i.hasNext(); ) {
                                            Client number = (Client)i.next();
                                           // String type=number.getType();
                                            //System.out.println(type);
                                           // System.out.println(LogonDetail+"LOGO");
                                            if(LogonDetail.equals(number.getType())){
                                                   //conDetails[0]=number.getType();
                                                   conDetails[0]=number.getSapclient();
                                                   conDetails[1]=number.getUserid();
                                                   conDetails[2]=number.getPassword();
                                                   conDetails[3]=number.getLanguage();
                                                   conDetails[4]=number.getHostname();
                                                   conDetails[5]=number.getSystemnumber();
                                            //System.out.println("  Client Type(" + number.getType() + "):");
                                          //System.out.println("  Sapclient " + number.getSapclient());
                                          //System.out.println("  Userid  " + number.getUserid());
                                          //System.out.println("  Password " + number.getPassword());
                                          //System.out.println("  Language " + number.getLanguage());
                                          //System.out.println("  Hostname  " + number.getHostname());
                                          //System.out.println("  Systemnumber  " + number.getSystemnumber());
                                          //System.out.println("   \n  ");
                               } catch (Exception e) {
                                     e.printStackTrace();
                      Connect(LogonDetail);
                      zbapi(BAPI);
                      new BapiParameters1(InputName,InputType,OutputName,OutputType,TableName,TableType,BAPI,repository,OutputINTTYPE,FIELDNAME,FIELDINTTYPE,OutputField,OutputFieldType,OutputFieldINTTYPE,LogonDetail,InputParFieldName,InputParFieldDatatype,InputParFieldIntType);
                      for (int i = 0; i < 10; i++) {
                               //System.out.println("STRING***RFCG*******"InputName<i>'\t'+InputType<i>);
         public void Connect(String LogonDetail){
         //CustName=CustName;
      /** try{
           File myFile = new File(LogonDetail);
           FileReader fr= new FileReader(myFile);
           BufferedReader reader=new BufferedReader(fr);
           String line=null;
           while ((line=reader.readLine())!=null){
                     String[] result=line.split(":");
                     conDetails<i>=result[1];
                     System.out.println(conDetails<i>);
                     ++i;
                reader.close();
           }catch(Exception ex){
                ex.printStackTrace();
               try {
                 JCO.addClientPool( SID,           // Alias for this pool
                                    10,            // Max. number of connections
                                    conDetails[0], // SAP client
                                    conDetails[1], // userid
                                            conDetails[2], // password
                                    conDetails[3], // language
                                    conDetails[4], // host name
                                    conDetails[5] );
                 this.repository = JCO.createRepository("MYRepository", SID);
                 //System.out.println("Connected"+ repository);
               catch (JCO.Exception ex) {
                 //System.out.println("Caught an exception: \n" + ex);
                 ErrorMsg=ex.toString();
                 //new Error(ex);
                 if (ErrorMsg!=null){
                      new Error(ErrorMsg);
             protected void cleanUp() {
                           JCO.removeClientPool(SID);
    public void zbapi(String BAPI)
        JCO.Client client = null;
        JCO.Table codes = null;
        try {
          // Get a function template from the repository
          //FunctionTemplate ftemplate = repository.getFunctionTemplate(person.getRFCName());
             IFunctionTemplate ftemplate = repository.getFunctionTemplate("FUNCTION_GET");
          // if the function definition was found in backend system
          if(ftemplate != null) {
          // Create a function from the template
            JCO.Function function = ftemplate.getFunction();
            // Get a client from the pool
            client = JCO.getClient(SID);
            // Fill in input parameters
            JCO.ParameterList input = function.getImportParameterList();
            input.setValue(BAPI, "FUNCNAME");
            client.execute(function);
            // Print return message
            //JCO.Structure ret = function.getExportParameterList().getString("NAME1");
              codes = function.getTableParameterList().getTable("PRMTAB");
                 //System.out.println("ROWS:"+codes.getNumRows());
                 this.Rows=codes.getNumRows();
                 //System.out.println(this.Rows);
              //System.out.println("PTYPE" + '\t' + "PNAME" + '\t' + "FIELDNAME" + '\t' + "DATATYPE");
         for (int i = 0; i < codes.getNumRows(); i++, codes.nextRow()) {
                                  //System.out.println(codes.getString("PARAMTYPE")+ '\t' +
                                  //codes.getString("NAME") + '\t'codes.getString("FIELDNAME")
                                  //'t' +codes.getString("DATATYPE"));
                                  if (codes.getString("PARAMTYPE").equals("1")){
                                        InputName[j]=codes.getString("NAME");
                                        InputType[j]=codes.getString("INTTYPE");
                                        //InputINTTYPE[j]=codes.getString("INTTYPE");
                                        ++j;
                                  else if(codes.getString("PARAMTYPE").equals("2")){
                                             OutputName[k]=codes.getString("NAME");
                                             OutputType[k]=codes.getString("DATATYPE");
                                             OutputINTTYPE[k]=codes.getString("INTTYPE");
                                             ++k;
                                  else if(codes.getString("PARAMTYPE").equals("3")){
                                             TableName[l]=codes.getString("NAME");
                                             TableType[l]=codes.getString("DATATYPE");
                                             TableINTTYPE[l]=codes.getString("INTTYPE");
                                             ++l;
                                       /**else if(codes.getString("PARAMTYPE").equals("5")){
                                            //System.out.println("RFCGGGGG"+InputParFieldName[o]);
                                             InputParFieldName[q][o]=codes.getString("FIELDNAME");
                                             if(t==0){
                                                  t=1;
                                                  //System.out.println("RFCGGGGG"InputParFieldName[o]"           "+t);
                                                        InputParFieldDatatype[o]=codes.getString("NAME");
                                              else{
                                                   int w=o-1;
                                                   System.out.println("OoOoOooo"w"\t"+o);
                                                   if(InputParFieldDatatype[w].equals(InputParFieldDatatype[o])){
                                                  //System.out.println("RFCGGGGG"InputParFieldName[o]"           "+t);
                                                  System.out.println("yes");
                                                 else{
                                                   InputParFieldDatatype[o]=codes.getString("NAME");
                                                   ++q;
                                             InputParFieldIntType[o]=codes.getString("INTTYPE");
                                                                                ++o;
                                  else if(codes.getString("PARAMTYPE").equals("6")){
                                            if(!codes.getString("NAME").equals("RETURN")){
                                                  //if(codes.getString("NAME").equals(TableName[]))
                                                  OutputField[n]=codes.getString("FIELDNAME");
                                                  //OutputFieldType[n]=codes.getString("DATATYPE");
                                                  OutputFieldINTTYPE[n]=codes.getString("INTTYPE");
                                                  ++n;}
                                  else if(codes.getString("PARAMTYPE").equals("7")){
                                             FIELDNAME[m]=codes.getString("FIELDNAME");
                                             FIELDNAME[m]=codes.getString("DATATYPE");
                                             //System.out.println("TABLEFIELD"+FIELDNAME[m]);
                                             FIELDINTTYPE[m]=codes.getString("INTTYPE");
                                             ++m;
          else {
                //System.out.println("Function not found"  );
                   //new Error("Function not Found");
            //System.out.println("Function BAPI_SALESORDER_GETLIST not found in backend system.");
          }//if
        catch (Exception ex) {
         System.out.println("Caught an exception: \n" + ex);
         ErrorMsg=ex.toString();
              //System.out.println("2222Caught an exception: \n" + ErrorMsg);
                   if (ErrorMsg!=null)
                               new Error(ErrorMsg);
         //        new Error(ex);
        finally {
          // Release the client to the pool
                    //System.out.println("2222Caught an exception: \n" + ErrorMsg);
          JCO.releaseClient(client);
    /**protected void cleanUp() {
                  JCO.removeClientPool(SID);
    Thanks,
    Hitesh

  • How to open and display htm file in iexplore

    Friends,
    Lets say i have a .htm file and its in the location of C:\BAPI_CUSTOMER_GETSALESAREAS\SALESAREAS.HTML , now i want to open that file in internet explorer when some one click on a particular button this would be happend.
    I write following code :
    import java.io.*;
    public class Test{
    public static void main(String[] args){
    try{
         String command = "cmd /c start C:\BAPI_CUSTOMER_GETSALESAREAS\SALESAREAS.HTML";
              Runtime.getRuntime().exec(command);
              /* Runtime rt = Runtime.getRuntime( );
              rt.exec( "IEXPLORE.EXE" );
              return;*/
    }catch(Exception e){
         e.printStackTrace();
    This will give me the error due to specifying the path of html pages, will you tell me how to achieve that.
    Thanks.
    Hitz

    u hav't given escape seq in
    String command = "cmd /c start C:\BAPI_CUSTOMER_GETSALESAREAS\SALESAREAS.HTML";replace all \ by \\ it wil work..
    ie.
    String command = "cmd /c start C:\\BAPI_CUSTOMER_GETSALESAREAS\\SALESAREAS.HTML";

  • How do I restore my preferred icon for .htm and .html files? search keyword axolotl

    When I made Firefox 3.6.2 my default browser, it changed the icons for my .htm & .html files to the fox&globe symbol - how do I change back to my old red dragon symbol? Folder options doesn't work, the icon for the file type changes in folder options, but has no effect on the icon displayed by Windows XP Explorer. Changing registry entries for DefaultIcon from ...\firefox.exe,1 to ....\mozilla.ico also failed, the WxExplorer icons changed to a generic symbol. Thanks, [email protected]
    search keyword axolotl

    With the help of information from user, ptressel, in [https://support.mozilla.org/en-US/questions/1032154#answer-673322 a post here about the existence of sessionstore.js when version 33 was released], I was able to easily recover my tabs and tab groups as follows:
    # close Firefox and, perhaps, allow a few seconds (30s?) for any final closing of files;
    # check to see if you have a sessionstore.js file in your profile folder, named like the one I documented in my original post above;
    # if it is not timestamped prior to the discovery of your problem, open the sessionstore-backups folder;
    # check if the recovery.js file is suitably timestamped and, if not, the recovery.bak.
    # At this point, you are likely to find that none of them are prior to your problem occuring. If so, open your backups of this folder and go through steps 2-4 to find a file prior to your problem occuring.
    # When you find a file, copy it to the root of your current profile folder and name it, "sessionstore.js"
    # Open Firefox. Mine opened up as desired.
    This is a Windows solution. Sorry I can't comment on other platforms, but I'd bet that as this is just a file copy and renaming, it is likely the same.
    For Windows users, you may find you need to sign out and login as an administrator in order to access the backups. You need not logoff your standard account, but do have Firefox closed as described above.
    Hope that helps.

  • Jdev1012 and defaultejb.htm

    Dear All,
    Could anyone please help me fix the following problem:
    trying to perform step 10 of the paragraph "Create a JSP to Insert New Departments" of the jdev1012 version of http://www.oracle.com/technology/obe/obe_as_1012/j2ee/develop/endtoend/defaultejbscope/defaultejb.htm
    results in:
    1) "Directory /WEB-INF does not exist."-message in my terminal
    2)"500 Internal Server Error" in my browser: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: javax.naming.NamingException, msg=A NamingException occurred when looking up EJB 'hrApp' with LocalHome interface 'model.hrAppLocalHome'. This may indicate that a 'jndi.properties' file was not present in the classpath, or that its data is invalid.
    OS=RedHat Enterprise 3.3 (kernel 2.4.21-20).
    Jdeveloper=10.1.2.0.0 (1811).
    Database=Oracle10g on a second machine, no problems connecting or viewing the HR-schema and tables.
    IP-address is static.
    mywork/HRApplication/ViewController/public_html/WEB-INF/web.xml has:
    <ejb-local-ref>
    <ejb-ref-name>ejb/local/hrApp</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>model.hrAppLocalHome</local-home>
    <local>model.hrAppLocal</local>
    <ejb-link>hrApp</ejb-link>
    </ejb-local-ref>
    (btw: WEB-INF exists but isn't seen by OC4J server?)
    Please help me out because i'm trying three days now and loosing faith.
    regards,
    Loth

    Sorry,
    step 10 of the paragraph "Create a JSP to Insert New Departments"
    should read:
    step 10 of the paragraph "Create a JSP to Browse Departments"

  • DreamWeaver 9 (CS3) - onOpen.htm and other errors

    Hi
    I have been using DW9 for a few years now.  And this week suddenly encountered errors I could not explain.
    I was updating a library file.  When I selected to update all files using the library file, DW started running through a folder and updating files I have never seen before (configuration/commands).
    I stopped the process almost immediately, but I think the damage was done.
    Now wheneven I open a file, save a file, paste code, try to use my SPry menu's or almost anything else, I get an error.
    I have to click OK twice before the error goes away, and then DW generally does what it's suppose to.
    Except with my SPry stuff.  They just dont do anything.
    EXAMPLE:-
    When I paste code I get an error as follows ...
    "While executing onLoad in PasteFireworksHTML.htm, a JavaScript error occurred."
    When I open any of my HTML or PHP files I get ...
    "While executing onLoad in Design Notes_onLoad.htm, a JavaScript error occurred."
    There are many more like these.
    I opened some of these files in NOTEPAD to see if I can see what is causing the errors, but I see nothing.  The files also dont actually show that they were edited, and still show the original Date Modified of 2007.
    I cant work like this.
    Is there a fix?

    Found it - had to do a bit of searching
    http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html# main_known_errors
    Worked like a charm

  • Dreamweaver CS4 _onOpen.htm and translator errors

    When loading Dreamweaver and opening any given page for editing, I get this error message:
    1. While executing onLoad in _onOpen.htm, the following JavaScript Error occurred:
    In file "_onOpen": on Open is not defined
    I click on "OK" and this error message comes up:
    2. The following translators were not loaded due to errors:
    Cold Fusion.htm: has configuration information that is invalid.
    ICERegions. htm: has configuration information that is invalid.
    SpryWidget.htm: has configuration information that is invalid.
    It is a nuissance. How do I get rid of this?
    Thanks, Bob

    I see this is your first post. Welcome to the forum.
    The answer to your question is in the Dreamweaver FAQ. Please also take a moment to read How to get help quickly.

  • How to get a list of Topic Titles and coresspoding HTM names in RH 9?

    I need to generate a report containing the list of Topic Titles and the coressponding HTM names in a RH9 project. Any pointers on how this can be achieved?

    Use the Tools > Reports > Topic Properies menu item. If you use the Options button to deselect all the options you'll end up with exactly what you want. You can even export it to a TXT or RTF file.

  • Find and Replace HTM editor font

    After a "Find" action, there opens a new HTM edit window which uses a non fixed pitch font. Where can I can change this font style?

    I am not aware of any way to do this.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Published htms and swf

    Hi,
    I have generated 4-5 htms/swf files that are linked and have
    a few simulations (user interaction). When I test the generated
    files on my PC (and a few others that have similar configuration)
    and the movies work fine . However, my counterpart in another
    location has a lot of problems with the generated output:
    1. Has to click some buttons (like Next) twice or more.
    2. Some movies 'run on their own' meaning that she doesnt
    have a click any buttons to go to the next slides. This is not
    intended or the way it works on my PC.
    3. Gets some 404 when she clicks some links - the first time.
    The error doesnt occur when she clicks it the next time.
    I cant figure out the problem and would apprecaite any
    help/pointers with this.
    Thanks
    DG

    This is a duplicate of a post I already replied to in the
    General Forum.
    You
    can view it at this link.
    DO NOT CROSS POST - PERIOD!! Generally the same few people
    answer all the problems, and no problem is ever ignored (though it
    may not be answered right away if no one knows the answer, or no
    one can understand the question). So duplicate posting causes "us"
    a lot more work, but doesn't benefit "you" at all ...
    Besides, cross-posting is against the written rules of these
    forums, and could result in getting the abuser "booted". THANKS for
    following the rules!!

  • Cannot print "working with files and folders htm

    When I try to print "Working with files-and-folders" from a Google search, it only prints part of it. I have changed my destination folder to no avail. Thank you or any help, Jack Menendez

    What's the best method for moving all my nonsystem related stuff over to this new driveIan has provided you with the best solution, SuperDuper.
    But if you have a 250 GB external, you really ought to clone your entire system,(only about 3 GB) so you have a backup.
    I keep mine with a complete clone of my internal, that way it is easy to boot from the external and run utilities like Disk Utility, TechToolPro, DiskWarrior, etc. on the internal and vice versa.
    If you run into a problem with say Preferences and don't know which one is the troublemaker, just trash the whole pref folder and use the good one from the clone. Font problem, same deal. And, if diaster ever strikes, you can just boot up from your external and keep right on working - fix the internal when you have time.
    That's my 2 cents anyway
    -mj
    [email protected]

  • Exporting "CSS and images (.htm.)" from Fireworks CS4?

    Is this an effective process for developing CSS based layouts? Are there any proven tricks to improve the quality of the resulting structure?

    It's a starting point, but it does not exempt you from understanding 
    XHTML and CSS. Currently there are some limitations to what the script 
    will export: it ignores additional states, javascript behaviors and 
    won't export more than 1 page at a time. Keep in mind this is just the 
    "first kick" and we'll no doubt see this feature embellished.
    I recommend that you download and read about the updated CSS and 
    Images export script, modified by Matt Stow. You can find the new 
    script and his article here:
    http://www.adobe.com/devnet/fireworks/articles/standards_compliant_design.html
    The article also provides some tips on how to best plan your designs 
    if you plan to use the script.
    HTH
    Jim Babbage
    NewMedia Services
    http://www.newmediaservices.ca
    Community MX Partner -
    http://www.communitymx.com/author.cfm?cid=1036
    Adobe Community Expert
    http://www.adobe.com/communities/experts/members/206.html
    Author - Lynda.com
    http://movielibrary.lynda.com/authors/author/?aid=188
    Author: Peachpit Press
    http://www.peachpit.com/store/product.aspx?isbn=0321562879

  • Problems with RoboHelp 8 HTM and JavaHelp

    Hello,
    I was working with RoboHelp 7 and created help. Now I import
    my files in RoboHelp 8 and have some problems:
    1. In design view files look just fine, but when I generate
    javaHelp i have some unwanted characters. At the begining of all
    pages and after all images in page I have ">" symbol. What
    should I do to lose this unwanted characters.
    2. When I generate JavaHelp in Output view I get exception :
    "Building Full-Text-Search data...
    java.io.IOException: Can't store Document
    at
    com.sun.java.help.search.DefaultIndexerKit.storeToken(DefaultIndexerKit.java:164)
    at
    com.sun.java.help.search.DefaultIndexerKit.parseIntoTokens(DefaultIndexerKit.java:117)
    at
    com.sun.java.help.search.HTMLIndexerKit$HTMLParserCallback.addContent(HTMLIndexerKit.java :1092)
    at
    com.sun.java.help.search.HTMLIndexerKit$HTMLParserCallback.addContent(HTMLIndexerKit.java :1064)
    at
    com.sun.java.help.search.HTMLIndexerKit$HTMLParserCallback.handleText(HTMLIndexerKit.java :411)
    at
    javax.swing.text.html.parser.DocumentParser.handleText(Unknown
    Source)
    at javax.swing.text.html.parser.Parser.handleText(Unknown
    Source)
    at javax.swing.text.html.parser.Parser.startTag(Unknown
    Source)
    at javax.swing.text.html.parser.Parser.parseTag(Unknown
    Source)
    at javax.swing.text.html.parser.Parser.parseContent(Unknown
    Source)
    at javax.swing.text.html.parser.Parser.parse(Unknown Source)
    at javax.swing.text.html.parser.DocumentParser.parse(Unknown
    Source)
    at
    javax.swing.text.html.parser.ParserDelegator.parse(Unknown Source)
    at
    com.sun.java.help.search.HTMLIndexerKit.parse(HTMLIndexerKit.java:116)
    at
    com.sun.java.help.search.Indexer.parseFile(Indexer.java:259)
    at
    com.sun.java.help.search.Indexer.parseFile(Indexer.java:271)
    at
    com.sun.java.help.search.Indexer.compile(Indexer.java:219)
    at com.sun.java.help.search.Indexer.main(Indexer.java:87)"
    When I import my help in application search doesn't work. How
    to generate help without any exceptions?

    Hi!
    I'm still having the same problem I was hoping to find some solution, because it is really annoying.
    I've noticed that this exception occurs after some minor modification in topic text (e.g. correcting a grammar mistake). Also, after generating JAVA help and viewing the results, the topics which have "?xml version="1.0" encoding="utf-8" ? at the beginning, won’t be displayed correctly and won’t be found in the search results.
    So, I was not able to find the problem, although my colleague can modify the same help projects, and won’t get the same exception. So, my PC was changed, Robo Help installed freshly, but this problem still remains .
    Well, any clues?

  • Index_rhc.htm vs index_csh.htm... to dat or not to dat

    This is a "why" question -- Hoping William van Weelden is watching since he has lots of related topics online ---
    For quite some time, our developers have used this construct, where helpID is actually the string we plug into the Context Sensitive map GUI...not the Map ID number, the actual string. This has always worked well.
          "/help/A/a_rhc.htm#" + helpID;
    I did something unusual recently (at least I think so) with a result that I can't explain.  I created a separate webhelp project, and  hid the output in a subdirectory of primary, so it looks like this:
    /help/index.htm <primary content, with A/B generated as part of standard webhelp>
      help/A/a.htm
                a_rhc.htm
                a_csh.htm
    help/B/b.htm
                b_rhc.htm
                b_csh.htm
    help/foo/index.htm  <sneaky folder copied in manually so contents are not searched within parent but are within this folder>
               index_rhc.htm
               index_csh.htm
    Inexplicably, although I built the sneaky project the same way (other than not using content category tags to create subdirs), I have to use index_csh.htm to get the mapIDs to redirect. I don't really comprehend why, if it works ok for the main help project and all the little cshdats etc are created, the old school _rch doesn't work.  This is not critical but I'd like to understand in case there is a side effect I've not yet discovered.  For that new sneaky folder, I have to use calls like this:
           "/help/foo/foo_csh.htm#" + helpID;
    The same type of ID (map ID string, not number) are used, so I don't grok the reason.

    A good start is see which version of RH you are using. I have looked into RH7 and later and as far as I remember, it doesn't work as you describe. (See also http://www.wvanweelden.eu/articles/part/rhc-start-file)
    If you call the rhc file with an id after the # (rhc.htm#123), the number refers to a topic id that is generated on compile time. This is completely separate from any id you have set in RoboHelp. At least, that is how the scripts say it works iin the versions I have studied.
    The RHC file does not support these strings at all, but the CSH file does. The _csh file does support this, but there is a catch: if you are using the map ID string AND that consists of numbers, the method you use will treat is as the map number. The safe way is to call the file as follows: foo_csh.htm#topicid="+ helpID;
    If you want to understand how the system works, please see the link above. I have tried to gather all information on the WebHelp CSH I could reverse engineer from the code.
    Kind regards,
    Willam

Maybe you are looking for

  • Problem on my Nvidia Geforce 4TI 4800 SE

    I recently posted here [MSI Forum] about how I messed up my BIOS and I have just recently bought a new motherboard. My original motherboard was a: 865PE Neo2 Now, I just bought a: 865PE Neo2-P [platinum Edition] I have: Intel Pentium IV 2.4 1 gig of

  • Photo's on Facebook and Farmville have disappeared. How do I get them back?

    My photo's of friends have disappeared on Facebook and Farmville and I cannot get them back! How can I retrieve the photo's? I had a problem with my 1st account and stopped using it and opened another account under the same name and I tried to delete

  • Using iMac as base station

    First, forgive me as I new to Apple (former PC). I have the new iMac 27" i7 and was told that it has a built-in Airport Extreme. I just purchase an Airport Express and can't figure out how to get the AirPort Utility to recognize my iMac as the Base S

  • ICloud not accepting Google Calendar Invites

    I am having problems accepting invites received from Google calendar in iCal on my iMac. Every time I recieve an invitation in Mail and try to add it to iCal, I receive the error below. The invite will be added to my calendar but will not sync back t

  • [systemd]Unmount error at shutdown + moc

    Hi there, I have recently noticed many errors using journalctl: systemd[1]: Failed unmounting /home. It's always the same issue. I tried to reproduce it and I found what's going on. When I shutdown my computer without starting moc (music on console),