Fatal Error on compile - HTML

Recently I upgraded from RH version 6 to 7. I am now trying
to compile for the first time on v7 a merged html project that was
created and successfully compiled with version 6. The compile runs
through the updating process then fails everytime with the message
in the Output View "Fatal Error: Unexpected error from Microsoft
HTML compiler".
This same project is successfully compiled on a colleagues
computer using v7.
I can't locate any info on error messages or solutions for
the problem. Any ideas out there? Much appreciation.

Sorry Colum, I neglected to mention that all of the other
project compiles work fine for me on v7. The only one that gets the
Fatal Error is the merged one and this one works fine on my
co-workers pc using v7.
Is there anywhere to find out what the error is or what piece
of the project can't compile?
Thanks for the quick response.

Similar Messages

  • Fatal Error when Compiling

    I have just upgraded from RH6 to RH7 and since then I have
    not been able to compile my .chm file.
    I have been using RH7 to open a RH6 project and the update to
    7 seems to all go okay. But when I come to compile the single
    source layout it ends in an error and I can't open the .chm.
    The error I get is as below, but with lots more lines about
    gifs:
    quote:
    HHC3004 Warning
    Picture.gif
    The HTML tag
    “|\&^$£*&(*_><@:-,..’;)*((*”&*…etc”
    is not a valid HTML tag (it does not begin with an alphanumeric
    character).
    Fatal Error: Enexpected error from Microsoft HTML Compiler.
    Finished compiling HTMLHEKO in 21 sec(s)
    Compilation complete.
    I'm completely at a loss and getting very fed up with
    RoboHelp. Any ideas would be much appreciated.
    Thanks.

    I see.
    Trying that in this new project I've created I still get:
    quote:
    CTIONSshg.gif
    HHC3004: Warning:
    ACTIONSshg.gif :
    The HTML tag
    "äùùã c=ëmÛ¨ñÔ®_nªs“Æú›Ë%»|tÒe³ï”́³_{õÕË~vɱÓÝò..."
    is not a valid HTML tag (it does not begin with an alphanumeric
    character).
    HHC3004: Warning:
    ACTIONSshg.gif :
    The HTML tag
    "Ħ‘9.HÑ…Ž0#ÎñŠø+:vkTÇœbÏ,n,\àþĦøåG{ⲎÕl–×)..."
    is not a valid HTML tag (it does not begin with an alphanumeric
    character).
    HHC3004: Warning:
    ACTIONSshg.gif :
    The HTML tag
    "¿ýsÚÃàÛþ×åòñ‡€æÚ&/b–ù–8ÎÍæ`‡»Ã!î‚´™Œg—”;Ouv–..."
    is not a valid HTML tag (it does not begin with an alphanumeric
    character).
    ehlpdhtm.js
    Processing keywords...
    Generating full-text search data...
    Compacting file system...
    Compile time: 0 minutes, 1 second
    14 Topics
    1 Local link
    0 Internet links
    0 Graphics
    Created
    c:\..\Desktop\Test\!SSL!\Microsoft_HTML_Help\Test.chm, 55,368 bytes
    Compression decreased file by 109,421 bytes.
    Finished compiling HTMLHELP in 3 sec(s)
    Compilation complete.

  • Jdeveloper 2.0-FATAL ERROR DURING COMPILING APPLET

    Can anyone help me about this error during the compilation of a
    applet?
    "Fatal error:cannot access class
    borland.jbcl.util.DispatchableEvent;no source found;must be
    compiled;because supefclass java.utilEventObject of class
    borland.jbcl.util.DispatchableEvent has changed"...
    1) how can i compile it?
    2) where can i find the source?
    another question..
    some compilation warning say me" there are some deprecatio
    warnig--consulting documentation for better alternative..
    Where are this documentation?
    Thanks
    null

    Official reply from Oracle via CS:
    "MacOSx 10.6.5 with Java 1.6.0_22 is not supported for JDeveloper version 11.1.1.2 and later. This has not been certified yet."

  • Fatal error compiler limit : debug information module size exceeded ?

    Hy
    I try to compile a model, size 6 Mo.
    I can simulate it on my pc, but when I want to generate a dll with SIT I have a error fatal...
    fatal error C1067: compiler limit : debug information module size exceeded
    Do you have any idea ?
    Thanks
    FB

    Hi,
    Is this still linked to this thred? or do you still have the problem ?
    Regards.
    Richard Keromen
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Découvrez, en vidéo, les innovations technologiques réalisées en éco-conception

  • RMAN TSPITR 600 fatal error

    Hi, I run RMAN TSPITR and got a RMAN-00600: internal error. could anyone see the follwing ouput and give some advice?
    thanks.
    ------------------output from RMAN ---------------------
    run{
    allocate clone channel c1 type disk;
    allocate clone channel c2 type disk;
    recover tablespace "RMAN" until time '2002-Dec-16 13:19:10';
    allocated channel: c1
    channel c1: sid=10 devtype=DISK
    allocated channel: c2
    channel c2: sid=11 devtype=DISK
    Starting recover at Dec 16 2002 17:00:09
    printing stored script: Memory Script
    # set the until clause
    set until time "2002-Dec-16 13:19:10";
    # restore the controlfile
    restore clone controlfile to clone_cf;
    # replicate the controlfile
    replicate clone controlfile from clone_cf;
    # mount the controlfile
    sql clone 'alter database mount clone database';
    # archive current online log for tspitr to a resent until time
    sql 'alter system archive log current';
    # resync catalog after controlfile restore
    resync catalog;
    executing script: Memory Script
    executing command: SET until clause
    Starting restore at Dec 16 2002 17:00:09
    channel c1: starting datafile backupset restore
    channel c1: restoring controlfile
    output filename=/orabackup/aux/control01.ctl
    channel c1: restored backup piece 1
    piece handle=/orabackup/df_ECAZ3_56_1 tag=null params=NULL
    channel c1: restore complete
    Finished restore at Dec 16 2002 17:00:11
    replicating controlfile
    input filename=/orabackup/aux/control01.ctl
    sql statement: alter database mount clone database
    sql statement: alter system archive log current
    starting full resync of recovery catalog
    full resync complete
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00579: the following error occurred at 12/16/2002 17:00:21
    RMAN-00601: fatal error in recovery manager
    RMAN-03012: fatal error during compilation of command
    RMAN-03028: fatal error code: 600
    RMAN-03013: command type: recover
    RMAN-00600: internal error, arguments [5502] [] [] [] []

    Is the receovery catalog in the same database you want to recover?

  • Fatal Error: Unexpected error from Microsoft HTML Compiler

    I'm using RH 6 with Vista (yes I know Vista is not supported,
    but I'm one of the few that has to have it, so I'm using the
    tweaked unsupported version)
    Sometimes when generating a CHM output (Compiled HTML Help)
    right after the "Compacting file system..." step I get an error
    that says "Fatal Error: Unexpected error from Microsoft HTML
    Compiler".
    I'm not sure what causes it. I don't get it all the time, but
    I seem to get it more often than not. However, it doesn't seem to
    do anything adverse to the compiled help file. Well, not that I can
    see anyway.
    Any information on what causes this and how I can fix it?

    If deletion of the CPD doesn't work, there seems to be more
    amiss in the HHP.
    Have you had a look at the new version of the HHP-file?
    Your missing images are due to another problem: I guess you
    have images linked to from imported topics. During import RH copies
    all necessary files to the appropriate relative locations, but it
    does not 'recognize' new folders created during this step. For the
    compilation RH copies all the stuff it thinks belong to the project
    to a temp folder, but 'unrecognized' files are ignored, thus
    missing in the compiled help.
    Use Windows explorer to note where linked images are situated
    and 'create' these folders within RH via the context menu of the
    Project Explorer's folders 'HTML Files' section. This way RH
    suddenly recognizes the folders and is able to handle the images
    therein.
    Perhaps some unrecognized folders are responsible for
    compiler crash, too?
    Regards
    ---Dirk Bock

  • Fatal Error: Unexpected error from Microsoft HTML Compiler. Finished compiling HTMLHELP in175 sec(s)

    I'm working in RoboHelp v7 and when I go to generate my CHM Files to a folder on my D Drive I get the above Fatal Error.
    I have recreated the folder and path where the generated CHM files are to be created and this seemed to fix the problem for one publish, but now it is back.
    I have found a work around which allows me to publish which is removing some spaces from the file name of the CHM files that are generated.
    Any help is muchly appreciated even though I have a work around I still need to find a solution to this problem.
    Thanks,
    Kristy

    My guess is that you don't have admin rights. You will need to get your IT people to log in and install them. No reported issues seen on the forums as a result of installing these patches other than one RoboHelp for Word problem so that will not affect you.
    See www.grainge.org for RoboHelp and Authoring tips

  • Error while running ejbc. Fatal error from EJB Compiler ---- Error while pr

    Hi!
    I was deploying a test application for a session bean with sun 1 studio 5 and I started getting this message while deploying.
    I had tested the bean previously and I had no problems.
    I found this in the sun app server 7 release notes, but I don't understand what I'm supposed to do...
    "Deployment of CMP beans fails.
    The following error is thrown because there are no <query-params> entries in the container-managed persistence (CMP) bean in sun-ejb-jar.xml file:
    Error while running ejbc. Fatal error from EJB Compiler ---- Error while processing CMP beans.
    Solution
    Even if it isn't necessary for the CMP beans, add the query-params tag for finders in the sun-ejb-jar.xml file with the empty parameters."
    Here is my sun-ejb-jar.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 EJB 2.0//EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-ejb-jar_2_0-0.dtd">
    <sun-ejb-jar>
    <enterprise-beans>
    <name>GestorDoBanco_EJBModule</name>
    <ejb>
    <ejb-name>Cliente</ejb-name>
    <jndi-name>ejb/Cliente</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Cliente.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>ClienteAssociadoAConta</ejb-name>
    <jndi-name>ejb/ClienteAssociadoAConta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/ClienteAssociadoAConta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Conta</ejb-name>
    <jndi-name>ejb/Conta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Conta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>GestorDoBanco</ejb-name>
    <jndi-name>ejb/GestorDoBanco</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003</ejb-name>
    <jndi-name>ejb/MensagemM003</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM003Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012</ejb-name>
    <jndi-name>ejb/MensagemM012</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM012Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM103</ejb-name>
    <jndi-name>ejb/MensagemM103</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM103.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM112</ejb-name>
    <jndi-name>ejb/MensagemM112</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM112.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Registo</ejb-name>
    <jndi-name>ejb/Registo</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Registo.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoConfirmada</ejb-name>
    <jndi-name>ejb/TransaccaoConfirmada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoConfirmada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoFinalizada</ejb-name>
    <jndi-name>ejb/TransaccaoFinalizada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoFinalizada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoIniciada</ejb-name>
    <jndi-name>ejb/TransaccaoIniciada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoIniciada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <pm-descriptors>
    <pm-descriptor>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    <pm-class-generator>com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator</pm-class-generator>
    <pm-mapping-factory>com.iplanet.ias.cmp.NullFactory</pm-mapping-factory>
    </pm-descriptor>
    <pm-inuse>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    </pm-inuse>
    </pm-descriptors>
    <cmp-resource>
    <jndi-name>mysqlpmanager</jndi-name>
    <default-resource-principal>
    <name>bes</name>
    <password>besbes</password>
    </default-resource-principal>
    </cmp-resource>
    </enterprise-beans>
    </sun-ejb-jar>
    Thanks in advance for any help.
    Nuno

    http://docs.sun.com/source/817-2175-10/decmp.html
    Please go to the above docs and look thru the examples given in it.
    Example 2
    This query returns all products in a specified price range. It defines two query parameters which are the lower and upper bound for the price: double low, double high. The filter compares the query parameters with the price field:
    "low < price && price < high"
    The finder element of the sun-ejb-jar.xml file would look like this:
    <finder>
    <method-name>findInRange</method-name>
    <query-params>double low, double high</query-params>
    <query-filter>low < price && price &lt
    high</query-filter
    </finder>
    I hope this hepls. In your case u just have to make it null.

  • Fatal Error: compiler internal error

    Hi,
    I'm new to JDeveloper and am having a problem trying to use jdk
    1.3.1_01 with it. The version I'm using is Version 2.0 (Build
    343).
    I tried to define a new target JDK version for java version
    1.3.1_01 and got a "Could not create dependency files" message
    at the end (I got the same message when I defined a new target
    JDK version for 1.2.1).
    When I try to compile anything in JDeveloper with the 1.3.1_01
    version set I get the following errors:
    Fatal Error: compiler internal error
    and
    Fatal Error: internal assertion failure jmk 465
    When trying to to compile with 1.2.2 I don't get this problem.
    Would anyone be able to help me with this?
    Thanks,
    Marcia

    Hi,
    I'm new to JDeveloper and am having a problem trying to use jdk
    1.3.1_01 with it. The version I'm using is Version 2.0 (Build
    343). If you are new to JDeveloper, I recommend that you get a latter
    version from OTN. You can get production 3.2.3 and Oracle9i
    JDeveloper Release Candidate from OTN
    (http://otn.oracle.com/software/products/jdev/content.html).
    JDeveloper 2.0 works on JDK 1.1.7b.
    JDeveloper 3.2.3 uses JDK 1.2
    Oracle9i JDeveloper uses JDK 1.3
    >
    I tried to define a new target JDK version for java version
    1.3.1_01 and got a "Could not create dependency files" message
    at the end (I got the same message when I defined a new target
    JDK version for 1.2.1).
    When I try to compile anything in JDeveloper with the 1.3.1_01
    version set I get the following errors:
    Fatal Error: compiler internal error
    and
    Fatal Error: internal assertion failure jmk 465
    When trying to to compile with 1.2.2 I don't get this problem.It sounds like a backwards compatiability problem with java.
    Again I would switch version of JDeveloper, which comes with the
    correct version of JDK.
    >
    Would anyone be able to help me with this?
    Thanks,
    Marcia

  • Error when trying to compile HTML help

    I'm using RoboHelp 7.0 on Windows XP. All of the sudden, last
    week, I start getting the following error when I try to compile
    "Fatal Error: Unexpected error from Microsoft HTML compiler." I've
    read the other posts regarding this error and deleted the .CPD file
    multiple times and tried to compile again still with no success.
    I've uninstalled and reinstalled multiple times and not had any
    better results. The other author in my office can check the project
    out of RoboSource and compile it fine. I have it on my local drive
    when trying to compile.
    I'd appreciate any ideas. It doesn't make sense that is
    something in the project since my other author can compile it fine.
    Thanks,
    Nita

    Hi, Nita,
    Do you have any other RoboHelp projects that you can try
    compiling? This may help to determine whether there's something
    slightly askew about this particular project — sounds
    unlikely if your colleague can compile without error — or
    whether the problem lies in your RoboHelp installation.
    I'd also recommend that you run MJ's Help Diagnostics,
    available from the address below. This will verify that all the
    HTML Help viewer and compiler components are properly installed and
    registered on your machine.
    http://helpware.net/downloads/index.htm#MJs
    Pete

  • JDev 1013 Error: Internal compilation error, terminated with a fatal except

    I've a class I compiled used in JDev 10.1.2.1.
    Now I try to compile it with JDev 10.1.3 but I get an error :
    Error: Internal compilation error, terminated with a fatal exception
    What does it means ?
    How can I solve it ?
    I tried to use both 5.0 and 1.4.2 compilers but the result is the same.
    Tks
    Tullio
    Here the class
    /* The following code was generated by JFlex 1.2.2 on 05/10/04 17.46 */
    * Copyright (C) 1998,99 Gerwin Klein <[email protected]>. *
    * All rights reserved. *
    * This program is free software; you can redistribute it and/or modify *
    * it under the terms of the GNU General Public License. See the file *
    * COPYRIGHT for more information. *
    * This program is distributed in the hope that it will be useful, *
    * but WITHOUT ANY WARRANTY; without even the implied warranty of *
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
    * GNU General Public License for more details. *
    * You should have received a copy of the GNU General Public License along *
    * with this program; if not, write to the Free Software Foundation, Inc., *
    * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
    package axioma.a4j.parser;
    import java_cup.runtime.*;
    * This class is a scanner generated by
    * JFlex 1.2.2
    * on 05/10/04 17.46 from the specification file
    * <tt>file:/C:/A4j/A4j/Common/Parser/grammatiche/Scanner.flex</tt>
    public class AxScanner implements java_cup.runtime.Scanner {
    /** this character denotes the end of file */
    final public static int YYEOF = -1;
    /** lexical states */
    final public static int STRING = 1;
    final public static int YYINITIAL = 0;
    final public static int CHARLITERAL = 2;
    * Translates characters to character classes
    final private static String yycmap_packed =
    "\11\10\1\3\1\2\1\0\1\3\1\1\16\10\4\0\1\3\1\50"+
    "\1\16\1\0\1\7\1\0\1\44\1\15\1\31\1\32\1\5\1\41"+
    "\1\40\1\42\1\14\1\4\1\12\11\13\1\0\1\37\1\47\1\46"+
    "\1\45\2\0\32\11\1\35\1\17\1\36\1\0\1\11\1\0\1\25"+
    "\1\51\2\11\1\23\1\24\5\11\1\26\1\6\1\30\3\11\1\21"+
    "\1\27\1\20\1\22\5\11\1\33\1\43\1\34\1\0\41\10\2\0"+
    "\4\11\4\0\1\11\12\0\1\11\4\0\1\11\5\0\27\11\1\0"+
    "\37\11\1\0\u0128\11\2\0\22\11\34\0\136\11\2\0\11\11\2\0"+
    "\7\11\16\0\2\11\16\0\5\11\11\0\1\11\21\0\117\10\21\0"+
    "\3\10\27\0\1\11\13\0\1\11\1\0\3\11\1\0\1\11\1\0"+
    "\24\11\1\0\54\11\1\0\10\11\2\0\32\11\14\0\202\11\1\0"+
    "\4\10\5\0\71\11\2\0\2\11\2\0\2\11\3\0\46\11\2\0"+
    "\2\11\67\0\46\11\2\0\1\11\7\0\47\11\11\0\21\10\1\0"+
    "\27\10\1\0\3\10\1\0\1\10\1\0\2\10\1\0\1\10\13\0"+
    "\33\11\5\0\3\11\56\0\32\11\5\0\13\11\13\10\12\0\12\10"+
    "\6\0\1\10\143\11\1\0\1\11\7\10\2\0\6\10\2\11\2\10"+
    "\1\0\4\10\2\0\12\10\3\11\22\0\1\10\1\11\1\10\33\11"+
    "\3\0\33\10\65\0\46\11\13\10\u0150\0\3\10\1\0\65\11\2\0"+
    "\1\10\1\11\20\10\2\0\1\11\4\10\3\0\12\11\2\10\2\0"+
    "\12\10\21\0\3\10\1\0\10\11\2\0\2\11\2\0\26\11\1\0"+
    "\7\11\1\0\1\11\3\0\4\11\2\0\1\10\1\0\7\10\2\0"+
    "\2\10\2\0\3\10\11\0\1\10\4\0\2\11\1\0\3\11\2\10"+
    "\2\0\12\10\4\11\16\0\1\10\2\0\6\11\4\0\2\11\2\0"+
    "\26\11\1\0\7\11\1\0\2\11\1\0\2\11\1\0\2\11\2\0"+
    "\1\10\1\0\5\10\4\0\2\10\2\0\3\10\13\0\4\11\1\0"+
    "\1\11\7\0\14\10\3\11\14\0\3\10\1\0\7\11\1\0\1\11"+
    "\1\0\3\11\1\0\26\11\1\0\7\11\1\0\2\11\1\0\5\11"+
    "\2\0\1\10\1\11\10\10\1\0\3\10\1\0\3\10\2\0\1\11"+
    "\17\0\1\11\5\0\12\10\21\0\3\10\1\0\10\11\2\0\2\11"+
    "\2\0\26\11\1\0\7\11\1\0\2\11\2\0\4\11\2\0\1\10"+
    "\1\11\6\10\3\0\2\10\2\0\3\10\10\0\2\10\4\0\2\11"+
    "\1\0\3\11\4\0\12\10\22\0\2\10\1\0\6\11\3\0\3\11"+
    "\1\0\4\11\3\0\2\11\1\0\1\11\1\0\2\11\3\0\2\11"+
    "\3\0\3\11\3\0\10\11\1\0\3\11\4\0\5\10\3\0\3\10"+
    "\1\0\4\10\11\0\1\10\17\0\11\10\21\0\3\10\1\0\10\11"+
    "\1\0\3\11\1\0\27\11\1\0\12\11\1\0\5\11\4\0\7\10"+
    "\1\0\3\10\1\0\4\10\7\0\2\10\11\0\2\11\4\0\12\10"+
    "\22\0\2\10\1\0\10\11\1\0\3\11\1\0\27\11\1\0\12\11"+
    "\1\0\5\11\4\0\7\10\1\0\3\10\1\0\4\10\7\0\2\10"+
    "\7\0\1\11\1\0\2\11\4\0\12\10\22\0\2\10\1\0\10\11"+
    "\1\0\3\11\1\0\27\11\1\0\20\11\4\0\6\10\2\0\3\10"+
    "\1\0\4\10\11\0\1\10\10\0\2\11\4\0\12\10\22\0\2\10"+
    "\1\0\22\11\3\0\30\11\1\0\11\11\1\0\1\11\2\0\7\11"+
    "\3\0\1\10\4\0\6\10\1\0\1\10\1\0\10\10\22\0\2\10"+
    "\15\0\60\11\1\10\2\11\7\10\4\0\10\11\10\10\1\0\12\10"+
    "\47\0\2\11\1\0\1\11\2\0\2\11\1\0\1\11\2\0\1\11"+
    "\6\0\4\11\1\0\7\11\1\0\3\11\1\0\1\11\1\0\1\11"+
    "\2\0\2\11\1\0\4\11\1\10\2\11\6\10\1\0\2\10\1\11"+
    "\2\0\5\11\1\0\1\11\1\0\6\10\2\0\12\10\2\0\2\11"+
    "\42\0\1\11\27\0\2\10\6\0\12\10\13\0\1\10\1\0\1\10"+
    "\1\0\1\10\4\0\2\10\10\11\1\0\42\11\6\0\24\10\1\0"+
    "\2\10\4\11\4\0\10\10\1\0\44\10\11\0\1\10\71\0\42\11"+
    "\1\0\5\11\1\0\2\11\1\0\7\10\3\0\4\10\6\0\12\10"+
    "\6\0\6\11\4\10\106\0\46\11\12\0\47\11\11\0\132\11\5\0"+
    "\104\11\5\0\122\11\6\0\7\11\1\0\77\11\1\0\1\11\1\0"+
    "\4\11\2\0\7\11\1\0\1\11\1\0\4\11\2\0\47\11\1\0"+
    "\1\11\1\0\4\11\2\0\37\11\1\0\1\11\1\0\4\11\2\0"+
    "\7\11\1\0\1\11\1\0\4\11\2\0\7\11\1\0\7\11\1\0"+
    "\27\11\1\0\37\11\1\0\1\11\1\0\4\11\2\0\7\11\1\0"+
    "\47\11\1\0\23\11\16\0\11\10\56\0\125\11\14\0\u026c\11\2\0"+
    "\10\11\12\0\32\11\5\0\113\11\225\0\64\11\40\10\7\0\1\11"+
    "\4\0\12\10\41\0\4\10\1\0\12\10\6\0\130\11\10\0\51\11"+
    "\1\10\u0556\0\234\11\4\0\132\11\6\0\26\11\2\0\6\11\2\0"+
    "\46\11\2\0\6\11\2\0\10\11\1\0\1\11\1\0\1\11\1\0"+
    "\1\11\1\0\37\11\2\0\65\11\1\0\7\11\1\0\1\11\3\0"+
    "\3\11\1\0\7\11\3\0\4\11\2\0\6\11\4\0\15\11\5\0"+
    "\3\11\1\0\7\11\17\0\4\10\32\0\5\10\20\0\2\11\51\0"+
    "\6\10\17\0\1\11\40\0\20\11\40\0\15\10\4\0\1\10\40\0"+
    "\1\11\4\0\1\11\2\0\12\11\1\0\1\11\3\0\5\11\6\0"+
    "\1\11\1\0\1\11\1\0\1\11\1\0\4\11\1\0\3\11\1\0"+
    "\7\11\46\0\44\11\u0e81\0\3\11\31\0\11\11\6\10\1\0\5\11"+
    "\2\0\3\11\6\0\124\11\4\0\2\10\2\0\2\11\2\0\136\11"+
    "\6\0\50\11\4\0\136\11\21\0\30\11\u0248\0\u19b6\11\112\0\u51a6\11"+
    "\132\0\u048d\11\u0773\0\u2ba4\11\u215c\0\u012e\11\322\0\7\11\14\0\5\11"+
    "\5\0\1\11\1\10\12\11\1\0\15\11\1\0\5\11\1\0\1\11"+
    "\1\0\2\11\1\0\2\11\1\0\154\11\41\0\u016b\11\22\0\100\11"+
    "\2\0\66\11\50\0\14\11\44\0\4\10\17\0\2\11\30\0\3\11"+
    "\31\0\1\11\6\0\3\11\1\0\1\11\1\0\207\11\2\0\1\10"+
    "\4\0\1\11\13\0\12\10\7\0\32\11\4\0\1\11\1\0\32\11"+
    "\12\0\132\11\3\0\6\11\2\0\6\11\2\0\6\11\2\0\3\11"+
    "\3\0\2\11\3\0\2\11\22\0\3\10\4\0";
    * Translates characters to character classes
    final private static char [] yycmap = yy_unpack_cmap(yycmap_packed);
    * Translates a state to a row index in the transition table
    final private static int yy_rowMap [] = {
    0, 42, 84, 126, 168, 126, 210, 126, 252, 294,
    336, 378, 126, 126, 420, 462, 504, 126, 126, 126,
    126, 126, 126, 126, 126, 126, 126, 546, 126, 588,
    126, 630, 672, 714, 756, 126, 126, 798, 840, 882,
    126, 924, 966, 1008, 1050, 336, 1092, 1134, 1176, 1218,
    126, 126, 126, 126, 126, 126, 126, 126, 126, 126,
    126, 126, 126, 126, 1260, 1302, 1344, 1386, 1428, 1470,
    1512, 1554, 126, 1596, 1638, 1680, 1722, 126, 126, 126,
    126, 126, 126, 126, 1764, 294, 1806, 294, 294
    * The packed transition table of the DFA
    final private static String yy_packed =
    "\1\4\1\5\2\6\1\7\1\10\1\11\1\12\1\4"+
    "\1\12\1\13\1\14\1\4\1\15\1\16\1\4\1\17"+
    "\3\12\1\20\3\12\1\21\1\22\1\23\1\24\1\25"+
    "\1\26\1\27\1\30\1\31\1\32\1\33\1\34\1\35"+
    "\1\36\1\37\1\40\1\41\1\12\1\42\1\43\1\44"+
    "\12\42\1\45\1\42\1\46\32\42\1\47\1\50\1\51"+
    "\13\47\1\4\1\52\32\47\54\0\1\6\53\0\1\53"+
    "\1\54\52\0\1\12\1\55\4\12\4\0\11\12\20\0"+
    "\1\12\6\0\6\12\4\0\11\12\20\0\1\12\12\0"+
    "\2\56\1\57\47\0\2\14\1\57\43\0\6\12\4\0"+
    "\1\12\1\60\7\12\20\0\1\12\6\0\6\12\4\0"+
    "\5\12\1\61\3\12\20\0\1\12\6\0\6\12\4\0"+
    "\2\12\1\62\6\12\20\0\1\12\43\0\1\63\54\0"+
    "\1\64\51\0\1\65\51\0\1\66\3\0\1\42\2\0"+
    "\12\42\1\0\1\42\1\0\32\42\2\0\1\44\47\0"+
    "\2\67\1\0\12\67\1\70\1\71\1\72\1\73\1\74"+
    "\2\67\1\75\3\67\1\76\20\67\1\77\15\0\1\100"+
    "\36\0\1\51\47\0\2\67\1\0\12\67\1\101\1\102"+
    "\1\103\1\104\1\105\2\67\1\106\3\67\1\104\20\67"+
    "\1\107\1\53\1\110\1\111\47\53\52\112\6\0\6\55"+
    "\4\0\11\55\20\0\1\55\12\0\2\57\44\0\6\12"+
    "\4\0\2\12\1\113\6\12\20\0\1\12\6\0\6\12"+
    "\4\0\6\12\1\114\2\12\20\0\1\12\6\0\6\12"+
    "\4\0\6\12\1\115\2\12\20\0\1\12\15\0\1\116"+
    "\51\0\1\117\51\0\1\120\51\0\1\121\51\0\1\122"+
    "\51\0\1\123\51\0\1\124\36\0\1\111\47\0\5\112"+
    "\1\125\44\112\6\0\6\12\4\0\3\12\1\126\5\12"+
    "\20\0\1\12\6\0\6\12\4\0\7\12\1\127\1\12"+
    "\20\0\1\12\6\0\6\12\4\0\6\12\1\130\2\12"+
    "\20\0\1\12\4\112\1\111\1\125\44\112\6\0\6\12"+
    "\4\0\3\12\1\131\5\12\20\0\1\12";
    * The transition table of the DFA
    final private static int yytrans [] = yy_unpack(yy_packed);
    /* error codes */
    final private static int YY_UNKNOWN_ERROR = 0;
    final private static int YY_ILLEGAL_STATE = 1;
    final private static int YY_NO_MATCH = 2;
    final private static int YY_PUSHBACK_2BIG = 3;
    /* error messages for the codes above */
    final private static String YY_ERROR_MSG[] = {
    "Unkown internal scanner error",
    "Internal error: unknown state",
    "Error: could not match input",
    "Error: pushback value was too large"
    * YY_ATTRIBUTE[aState] contains the attributes of state <code>aState</code>
    private final static byte YY_ATTRIBUTE[] = {
    0, 0, 0, 9, 1, 9, 1, 9, 1, 1, 1, 1, 9, 9, 1, 1,
    1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 9, 1, 9, 1,
    1, 1, 1, 9, 9, 1, 1, 1, 9, 1, 0, 0, 1, 0, 1, 1,
    1, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
    1, 1, 1, 1, 1, 1, 1, 1, 9, 0, 1, 1, 1, 9, 9, 9,
    9, 9, 9, 9, 0, 1, 1, 1, 1
    /** the input device */
    private java.io.Reader yy_reader;
    /** the current state of the DFA */
    private int yy_state;
    /** the current lexical state */
    private int yy_lexical_state = YYINITIAL;
    /** this buffer contains the current text to be matched and is
    the source of the yytext() string */
    private char yy_buffer[] = new char[16384];
    /** the textposition at the last accepting state */
    private int yy_markedPos;
    /** the textposition at the last state to be included in yytext */
    private int yy_pushbackPos;
    /** the current text position in the buffer */
    private int yy_currentPos;
    /** startRead marks the beginning of the yytext() string in the buffer */
    private int yy_startRead;
    /** endRead marks the last character in the buffer, that has been read
    from input */
    private int yy_endRead;
    /** number of newlines encountered up to the start of the matched text */
    private int yyline;
    /** the number of characters up to the start of the matched text */
    private int yychar;
    * the number of characters from the last newline up to the start of the
    * matched text
    private int yycolumn;
    * yy_atBOL == true <=> the scanner is currently at the beginning of a line
    private boolean yy_atBOL;
    /** yy_atEOF == true <=> the scanner has returned a value for EOF */
    private boolean yy_atEOF;
    /** denotes if the user-EOF-code has already been executed */
    private boolean yy_eof_done;
    /* user code: */
    StringBuffer string = new StringBuffer();
    private InContestoParser mContesto = null;
    private Symbol symbol(int type) {
    return new JavaSymbol(type, yyline+1, yycolumn+1);
    private Symbol symbol(int type, Object value) {
    return new JavaSymbol(type, yyline+1, yycolumn+1, value);
    private Symbol axSymbol(Object value) {
    int tipo = 0;
    CercaValore cercaVal = new CercaValoreComm(value.toString(),mContesto);
    Ritorno rito = cercaVal.cercaValore();
    int tipoSym = rito.getTipo();
    if (tipoSym == Domini.tipoDatoNumerico) {
         tipo = AxSym.VAR_N;
    else if (tipoSym == Domini.tipoDatoAlfanumerico) {
    tipo = AxSym.VAR_A;
    else if (tipoSym == Domini.tipoDatoBooleano) {
         tipo = AxSym.VAR_B;
    JavaSymbol myJ = new JavaSymbol(tipo, yyline+1, yycolumn+1, value);
    return myJ;
    private Symbol axMetodo(Object value) {
    int tipo = 0;
    CercaValore cercaVal = new CercaValoreComm(value.toString(),mContesto);
    Ritorno rito = cercaVal.cercaValore();
    int tipoSym = rito.getTipo();
    if (tipoSym == Domini.tipoDatoNumerico) {
         tipo = AxSym.MET_N;
    else if (tipoSym == Domini.tipoDatoAlfanumerico) {
    tipo = AxSym.MET_A;
    else if (tipoSym == Domini.tipoDatoBooleano) {
         tipo = AxSym.MET_B;
    JavaSymbol myJ = new JavaSymbol(tipo, yyline+1, yycolumn+1, value);
    return myJ;
    * Set the reader and reset variables
    public void setReader(java.io.Reader in) {
    this.yy_lexical_state = YYINITIAL;
    this.yy_atEOF = false;
    this.yy_atBOL = false;
    this.yy_eof_done = false;
    this.yy_state = 0;
    this.yy_pushbackPos = 0;
    this.yy_markedPos = 0;
    this.yy_currentPos = 0;
    this.yy_startRead = 0;
    this.yy_endRead = 0;
    this.yyline = 0;
    this.yychar = 0;
    this.yycolumn = 0;
    this.yy_reader = in;
    public void setContesto(InContestoParser xpContesto) {
    mContesto = xpContesto;
    public InContestoParser getContesto() {
    return mContesto;
    * Creates a new scanner.
    * There is also java.io.Reader version of this constructor.
    * @param in the java.io.Inputstream to read input from.
    public AxScanner() throws java.io.IOException { this(System.in); }
    * Creates a new scanner
    * There is also a java.io.InputStream version of this constructor.
    * @param in the java.io.Reader to read input from.
    AxScanner(java.io.Reader in) {
    this.yy_reader = in;
    * Creates a new scanner.
    * There is also java.io.Reader version of this constructor.
    * @param in the java.io.Inputstream to read input from.
    AxScanner(java.io.InputStream in) {
    this(new java.io.InputStreamReader(in));
    * Unpacks the compressed DFA transition table.
    * @param packed the packed transition table
    * @return the unpacked transition table
    private static int [] yy_unpack(String packed) {
    int [] trans = new int[1848];
    int i = 0; /* index in packed string */
    int j = 0; /* index in unpacked array */
    while (i < 492) {
    int count = packed.charAt(i++);
    int value = packed.charAt(i++);
    value--;
    do trans[j++] = value; while (--count > 0);
    return trans;
    * Unpacks the compressed character translation table.
    * @param packed the packed character translation table
    * @return the unpacked character translation table
    private static char [] yy_unpack_cmap(String packed) {
    char [] map = new char[0x10000];
    int i = 0; /* index in packed string */
    int j = 0; /* index in unpacked array */
    while (i < 1614) {
    int count = packed.charAt(i++);
    char value = packed.charAt(i++);
    do map[j++] = value; while (--count > 0);
    return map;
    * Gets the next input character.
    * @return the next character of the input stream, EOF if the
    * end of the stream is reached.
    * @exception IOException if any I/O-Error occurs
    private int yy_advance() throws java.io.IOException {
    /* standard case */
    if (yy_currentPos < yy_endRead) return yy_buffer[yy_currentPos++];
    /* if the eof is reached, we don't need to work hard */
    if (yy_atEOF) return YYEOF;
    /* otherwise: need to refill the buffer */
    /* first: make room (if you can) */
    if (yy_startRead > 0) {
    System.arraycopy(yy_buffer, yy_startRead,
    yy_buffer, 0,
    yy_endRead-yy_startRead);
    /* translate stored positions */
    yy_endRead-= yy_startRead;
    yy_currentPos-= yy_startRead;
    yy_markedPos-= yy_startRead;
    yy_pushbackPos-= yy_startRead;
    yy_startRead = 0;
    /* is the buffer big enough? */
    if (yy_currentPos >= yy_buffer.length) {
    /* if not: blow it up */
    char newBuffer[] = new char[yy_currentPos*2];
    System.arraycopy(yy_buffer, 0, newBuffer, 0, yy_buffer.length);
    yy_buffer = newBuffer;
    /* finally: fill the buffer with new input */
    int numRead = yy_reader.read(yy_buffer, yy_endRead,
    yy_buffer.length-yy_endRead);
    if ( numRead == -1 ) return YYEOF;
    yy_endRead+= numRead;
    return yy_buffer[yy_currentPos++];
    * Closes the input stream.
    final public void yyclose() throws java.io.IOException {
    yy_atEOF = true; /* indicate end of file */
    yy_endRead = yy_startRead; /* invalidate buffer */
    yy_reader.close();
    * Returns the current lexical state.
    final public int yystate() {
    return yy_lexical_state;
    * Enters a new lexical state
    * @param newState the new lexical state
    final public void yybegin(int newState) {
    yy_lexical_state = newState;
    * Returns the text matched by the current regular expression.
    final public String yytext() {
    return new String( yy_buffer, yy_startRead, yy_markedPos-yy_startRead );
    * Returns the length of the matched text region.
    final public int yylength() {
    return yy_markedPos-yy_startRead;
    * Reports an error that occured while scanning.
    * @param errorCode the code of the errormessage to display
    private void yy_ScanError(int errorCode) {
    try {
    System.out.println(YY_ERROR_MSG[errorCode]);
    catch (ArrayIndexOutOfBoundsException e) {
    System.out.println(YY_ERROR_MSG[YY_UNKNOWN_ERROR]);
    System.exit(1);
    * Pushes the specified amount of characters back into the input stream.
    * They will be read again by then next call of the scanning method
    * @param number the number of characters to be read again.
    * This number must not be greater than yylength()!
    private void yypushback(int number) {
    if ( number > yylength() )
    yy_ScanError(YY_PUSHBACK_2BIG);
    yy_markedPos -= number;
    * Contains user EOF-code, which will be executed exactly once,
    * when the end of file is reached
    private void yy_do_eof() throws java.io.IOException {
    if (!yy_eof_done) {
    yy_eof_done = true;
    yyclose();
    * Resumes scanning until the next regular expression is matched,
    * the end of input is encountered or an I/O-Error occurs.
    * @return the next token
    * @exception IOException if any I/O-Error occurs
    public java_cup.runtime.Symbol next_token() throws java.io.IOException {
    int yy_input;
    int yy_action;
    while (true) {
    boolean yy_counted = false;
    for (yy_currentPos = yy_startRead; yy_currentPos < yy_markedPos;
    yy_currentPos++) {
    switch (yy_buffer[yy_currentPos]) {
    case '\r':
    yyline++;
    yycolumn = 0;
    yy_counted = true;
    break;
    case '\n':
    if (yy_counted)
    yy_counted = false;
    else {
    yyline++;
    yycolumn = 0;
    break;
    default:
    yy_counted = false;
    yycolumn++;
    if (yy_counted) {
    if ( yy_advance() == '\n' ) yyline--;
    if ( !yy_atEOF ) yy_currentPos--;
    yy_action = -1;
    yy_currentPos = yy_startRead = yy_markedPos;
    yy_state = yy_lexical_state;
    yy_forAction: {
    while (true) {
    yy_input = yy_advance();
    if ( yy_input == YYEOF ) break yy_forAction;
    int yy_next = yytrans[ yy_rowMap[yy_state] + yycmap[yy_input] ];
    if (yy_next == -1) break yy_forAction;
    yy_state = yy_next;
    int yy_attributes = YY_ATTRIBUTE[yy_state];
    if ( (yy_attributes & 1) > 0 ) {
    yy_action = yy_state;
    yy_markedPos = yy_currentPos;
    if ( (yy_attributes & 8) > 0 ) break yy_forAction;
    switch (yy_action) {   
    case 83:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\b')); }
    case 90: break;
    case 82:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\f')); }
    case 91: break;
    case 81:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\r')); }
    case 92: break;
    case 80:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\t')); }
    case 93: break;
    case 78:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\"')); }
    case 94: break;
    case 77:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\'')); }
    case 95: break;
    case 88:
    {  return symbol(AxSym.BOOLEAN_LITERAL, new Boolean(false));  }
    case 96: break;
    case 87:
    {  return symbol(AxSym.NULL_LITERAL);  }
    case 97: break;
    case 85:
    {  return symbol(AxSym.BOOLEAN_LITERAL, new Boolean(true));  }
    case 98: break;
    case 79:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character('\\'));  }
    case 99: break;
    case 71:
    case 72:
    {  /* ignore */  }
    case 100: break;
    case 63:
    {  yybegin(YYINITIAL); return symbol(AxSym.CHARACTER_LITERAL, new Character(yytext().charAt(0)));  }
    case 101: break;
    case 62:
    {  string.append( '\b' );  }
    case 102: break;
    case 61:
    {  string.append( '\n' );  }
    case 103: break;
    case 60:
    {  string.append( '\f' );  }
    case 104: break;
    case 59:
    {  string.append( '\r' );  }
    case 105: break;
    case 58:
    {  string.append( '\t' );  }
    case 106: break;
    case 57:
    {  string.append( '\\' );  }
    case 107: break;
    case 56:
    {  string.append( '\"' );  }
    case 108: break;
    case 55:
    {  string.append( '\'' );  }
    case 109: break;
    case 25:
    {  return symbol(AxSym.PLUS);  }
    case 110: break;
    case 24:
    {  return symbol(AxSym.COMMA);  }
    case 111: break;
    case 23:
    {  return symbol(AxSym.SEMI);  }
    case 112: break;
    case 22:
    {  return symbol(AxSym.RQUADRA);  }
    case 113: break;
    case 21:
    {  return symbol(AxSym.LQUADRA);  }
    case 114: break;
    case 20:
    {  return symbol(AxSym.RGRAFFA);  }
    case 115: break;
    case 19:
    {  return symbol(AxSym.LGRAFFA);  }
    case 116: break;
    case 18:
    {  return symbol(AxSym.RPAREN);  }
    case 117: break;
    case 17:
    {  return symbol(AxSym.LPAREN);  }
    case 118: break;
    case 3:
    case 37:
    case 38:
    case 41:
    {  throw new RuntimeException("Illegal character \""+yytext()+"\" at line "+yyline+", column "+yycolumn);  }
    case 119: break;
    case 4:
    case 5:
    {  /*return symbol(AxSym.INVIO);*/ /* ignore */  }
    case 120: break;
    case 6:
    {  return symbol(AxSym.DIVIDE);  }
    case 121: break;
    case 7:
    {  return symbol(AxSym.TIMES);  }
    case 122: break;
    case 8:
    case 9:
    case 14:
    case 15:
    case 16:
    case 47:
    case 48:
    case 49:
    case 74:
    case 75:
    case 76:
    case 86:
    {  return axSymbol(yytext());  }
    case 123: break;
    case 10:
    case 11:
    {  return symbol(AxSym.INTEGER_LITERAL, new Integer(yytext()));  }
    case 124: break;
    case 12:
    {  yybegin(STRING); string.setLength(0);  }
    case 125: break;
    case 13:
    {  yybegin(CHARLITERAL);  }
    case 126: break;
    case 26:
    {  return symbol(AxSym.MINUS);  }
    case 127: break;
    case 27:
    {  return symbol(AxSym.ORB);  }
    case 128: break;
    case 28:
    {  return symbol(AxSym.ANDB);  }
    case 129: break;
    case 29:
    {  return symbol(AxSym.GT);  }
    case 130: break;
    case 30:
    {  return symbol(AxSym.EQ);  }
    case 131: break;
    case 31:
    {  return symbol(AxSym.LT);  }
    case 132: break;
    case 32:
    {  return symbol(AxSym.NEG);  }
    case 133: break;
    case 33:
    {  string.append( yytext() );  }
    case 134: break;
    case 34:
    case 35:
    {  throw new RuntimeException("Unterminated string at end of line");  }
    case 135: break;
    case 36:
    {  yybegin(YYINITIAL); return symbol(AxSym.STRING_LITERAL, string.toString());  }
    case 136: break;
    case 39:
    case 40:
    {  throw new RuntimeException("Unterminated character literal at end of line");  }
    case 137: break;
    case 44:
    {  return axMetodo(yytext());  }
    case 138: break;
    case 46:
    {  return symbol(AxSym.FLOATING_POINT_LITERAL, new Float(yytext()));  }
    case 139: break;
    case 50:
    {  return symbol(AxSym.DUEP);  }
    case 140: break;
    case 51:
    {  return symbol(AxSym.GE);  }
    case 141: break;
    case 52:
    {  return symbol(AxSym.LE);  }
    case 142: break;
    case 53:
    {  return symbol(AxSym.NE);  }
    case 143: break;
    case 54:
    case 64:
    case 65:
    case 66:
    case 67:
    case 68:
    case 69:
    case 70:
    {  throw new RuntimeException("Illegal escape sequence \""+yytext()+"\"");  }
    case 144: break;
    default:
    if (yy_input == YYEOF && yy_startRead == yy_currentPos) {
    yy_atEOF = true;
    yy_do_eof();
    {     return new java_cup.runtime.Symbol(AxSym.EOF);
    else {
    yy_ScanError(YY_NO_MATCH);
    }

    I setted use Javac checkbox and it worked ???
    Could someone explain me what happened ?
    The problem seems to be in the very long privated final string I defined, making it shorther the problem is solved again .
    Tks
    Tullio

  • XSLT Exception: FATAL ERROR:  'Could not compile stylesheet'

    Hi....
    Am getting Folowing Exception while parsing the XSL file. Am using java 1.4 and MSXML4.2 SP2 parser andSDK.
    but when I installed SQLServer2005, with that MSXML 6.0 Parser is Installed.
    It is working fine before instalation of SQLServer2005.
    java.lang.NullPointerException
         at com.sun.org.apache.xalan.internal.xsltc.compiler.FunctionCall.translate(FunctionCall.java:826)
         at com.sun.org.apache.xalan.internal.xsltc.compiler.ValueOf.translate(ValueOf.java:114)
         at com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode.translateContents(SyntaxTreeNode.java:490)
         at com.sun.org.apache.xalan.internal.xsltc.compiler.XslAttribute.translate(XslAttribute.java:252)
    Compiler warnings:
    file:///F:/Data/JRun4/servers/ABC/MainXSL.xsl: line 155: Attribute 'LenderBranchIdentifier' outside of element.
    file:///F:/Data/JRun4/servers/ABC/MainXSL.xsl: line 156: Attribute 'LenderRegistrationIdentifier' outside of element.
    ERROR: 'null'
    FATAL ERROR: 'Could not compile stylesheet'
    javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:753)
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:548)
         at com.ls.lsglobal.common.CLOUTSQLXML.TransXml2Xml(CLOUTSQLXML.java:274)
    And My XSL is
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="2.5" xmlns:lsjava1="com.ls.lsglobal.common" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="lsjava1" >
         <xsl:output method="xml" indent="yes" encoding="utf-8" doctype-system="MyRequest.1.3.DTD"/>
         <xsl:template match="/" >
              <REQUEST_GROUP>
                                       <TRANSMITTAL_DATA>
                                            <xsl:if test="AppraisedVal!=''">
                                                 <xsl:attribute name="AppraisedValueAmount"><xsl:value-of select="AppraisedVal"/></xsl:attribute>
                                            </xsl:if>
                                            <xsl:if test="StatedVal!=''">
                                                 <xsl:attribute name="EstimatedValueAmount"><xsl:value-of select="StatedVal"/></xsl:attribute>
                                            </xsl:if>
                                            <xsl:for-each select="ROOT/AppMain/MyLoop/Liab">
                                                 <xsl:if test=" normalize-space(LiabTypCd) = 'SMG' and (normalize-space(PresFutTypCd) = 'BOTH' or normalize-space(PresFutTypCd) = 'PRES') and PresLienPos='1' and normalize-space(RefCd) != 'LOAN'">
                                                      <xsl:attribute name="CurrentFirstMortgageHolderType"><xsl:value-of select="LiabId"/></xsl:attribute>
                                                 </xsl:if>
                                            </xsl:for-each>
                                            <xsl:attribute name="LenderBranchIdentifier">0001</xsl:attribute>
                                            <xsl:attribute name="LenderRegistrationIdentifier"><xsl:value-of select="ROOT/AppMain/MyNum"/></xsl:attribute>
                                       </TRANSMITTAL_DATA>
              </REQUEST_GROUP>
         </xsl:template>
    </xsl:stylesheet>
    And My Java Code is
    public String TransXml2Xml(String xmlInFile, String xslFile, String xmlOutFile) throws Exception
              try
                   DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
                   factory.setIgnoringElementContentWhitespace(true);
                   Document document;
                   File stylesheet = new File(xslFile);
                   File dataInfile = new File(xmlInFile);
                   DocumentBuilder builder = factory.newDocumentBuilder();
                   document = builder.parse(dataInfile);
                   System.err.println("-->AVC:::xslFile="+xslFile+" xmlInFile="+xmlInFile+" xmlOutFile="+xmlOutFile);
                   StreamSource stylesource = new StreamSource(stylesheet);
                   TransformerFactory t=TransformerFactory.newInstance();
                   Transformer transformer = t.newTransformer(stylesource);
                   DOMSource source = new DOMSource(document);
                   javax.xml.transform.stream.StreamResult result = new javax.xml.transform.stream.StreamResult(new File(xmlOutFile));
                   transformer.setOutputProperty(javax.xml.transform.OutputKeys.INDENT , "yes");
                   transformer.setOutputProperty(javax.xml.transform.OutputKeys.ENCODING, "UTF-8");
                   transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "2");
                   if(strCLUTDTD_PATH.equals(""))
                        java.util.Properties props = new java.util.Properties();
                        java.io.FileInputStream fis = new java.io.FileInputStream("DataFileBasePath.properties");
                        props.load(fis);
                        fis.close();
                        strCLUTDTD_PATH = checkNull(props.get("CLUTREQDTD_PATH"));
                   transformer.setOutputProperty(javax.xml.transform.OutputKeys.DOCTYPE_SYSTEM , strCLUTDTD_PATH);
                   transformer.transform(source, result);
              catch(Exception e)
                   e.printStackTrace();
                   throw e;
              return "";
    can any one know what solution for this problem. It is very help full for me.

    So look at your code and find out what you are passing to the TransformerFactory. Then find out why it's null. Don't just sit there and say "Duh", it's your code.
    And remember that nobody but you can see it yet. If you like you could post it here and then others could see it and comment on it.

  • Unexpected error from Microsoft HTML compiler.

    when trying to complie my .mpj file into Microsoft HTML help,
    I get the following error message
    Unexpected error from Microsoft HTML compiler.
    any ideas about what to do to get my compiler to work
    properly?

    Please don't cross post. Only one post gets answered and
    anyone later searching then finds useless threads.
    Please add a link here to the post that has been answered.
    Also you duplicated the post in this forum. Please edit that
    too.
    You need to be a bit patient if nothing happens when you
    click the button to post. Trick is that if nothing happens copy you
    message to the clipboard and cancel the post. Sometimes it has
    taken, nothing else to do. Sometimes it has not so then create a
    new post using the clipboard.

  • Error: Internal compilation error, terminated with a fatal exception

    Hello,
    I am getting the dreaded "Error: Internal compilation error, terminated with a fatal exception" build failure and cannot remedy. I've tried the various suggested fixes from previous posts regarding this compiler error. The file that the build fails on will compile with javac without errors. This error has occurred before with this same application. Restarting JDeveloper has worked in the past, but not this time.
    JDevloper 10.1.3.4.0.4270
    Build JDEVADF_10.1.3.4.0_NT_0807.1618.4270
    OJC error log trace follows:
    java.lang.NullPointerException
         at oracle.ojc.compiler.AnonymousClassSymbol.completeAnonymousClass(Symbol.java:9869)
         at oracle.ojc.compiler.Parser.resolveMethodBodies(Parser.java:8763)
         at oracle.ojc.compiler.Parser.parse(Parser.java:8204)
         at oracle.ojc.compiler.Compiler.main_internal(Compiler.java:1094)
         at oracle.ojc.compiler.Compiler.main_throws_exceptions(Compiler.java:816)
         at oracle.ojc.compiler.Compiler.main(Compiler.java:836)
         at oracle.jdeveloper.compiler.Ojc.translate(Ojc.java:1541)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGraph(UnifiedBuildSystem.java:300)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:516)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:609)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildWorkspace(UnifiedBuildSystem.java:626)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:655)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:894)
    I do get several of the following toplink exceptions when starting Jdev via command line, don't know why:
    java.lang.NullPointerException
    at oracle.toplink.workbench.model.db.MWJDeveloperDatabaseMetaAdapter.getRelationFor(MWJDeveloperDatabaseMetaAdap
    ter.java:965)
    at oracle.toplink.workbench.model.db.MWJDeveloperDatabaseMetaAdapter.updateTable(MWJDeveloperDatabaseMetaAdapter
    .java:242)
    at oracle.toplink.workbench.model.db.MWJDeveloperDatabaseMetaAdapter.updateTable(MWJDeveloperDatabaseMetaAdapter
    .java:205)
    at oracle.toplink.workbench.model.db.MWDatabase.fullyPopulateTable(MWDatabase.java:743)
    at oracle.toplink.workbench.model.db.MWTable.fullyPopulateTableIfNecessary(MWTable.java:269)
    at oracle.toplink.workbench.model.db.MWDatabase.addTablesNamed(MWDatabase.java:875)
    at oracle.toplink.workbench.model.db.MWDatabase.postProjectBuild(MWDatabase.java:909)
    at oracle.toplink.workbench.model.MWModelObject.postProjectBuild(MWModelObject.java:784)
    at oracle.toplink.workbench.model.MWProject.finishProjectBuild(MWProject.java:2128)
    at oracle.toplink.addin.persistence.MWJDeveloperPersistence.open(MWJDeveloperPersistence.java:248)
    at oracle.toplink.addin.manager.MWJDeveloperMediator.openTopLinkProject(MWJDeveloperMediator.java:323)
    at oracle.toplink.addin.manager.MWJDeveloperMediator.openTopLinkProjects(MWJDeveloperMediator.java:271)
    at oracle.toplink.addin.appnav.TopLinkProjectChangeListener.projectOpened(TopLinkProjectChangeListener.java:93)
    at oracle.ide.model.Project$StorageListener.fireProjectOpened(Project.java:1168)
    at oracle.ide.model.Project$StorageListener.mav$fireProjectOpened(Project.java:1135)
    at oracle.ide.model.Project$NL.nodeOpened(Project.java:1127)
    at oracle.ide.model.Node.fireNodeOpened(Node.java:1139)
    at oracle.ide.model.Node.open(Node.java:573)
    at oracle.ideri.navigator.DefaultNavigatorWindow.openDataNodes(DefaultNavigatorWindow.java:1136)
    at oracle.ideri.navigator.DefaultNavigatorWindow.restoreExpansionState(DefaultNavigatorWindow.java:1114)
    at oracle.ideri.navigator.DefaultNavigatorWindow.loadLayout(DefaultNavigatorWindow.java:483)
    at oracle.ide.navigator.ProjectNavigatorWindow.loadLayout(ProjectNavigatorWindow.java:156)
    at oracle.ideimpl.docking.DockStationImpl.loadDockable(DockStationImpl.java:1242)
    at oracle.ideimpl.docking.TitledPanel.loadClientLayout(TitledPanel.java:1359)
    at oracle.ideimpl.docking.TitledPanel.loadLayout(TitledPanel.java:1725)
    at oracle.ideimpl.docking.TitledPanelXMLDockLayoutPersistence.loadComponent(TitledPanelXMLDockLayoutPersistence.
    java:29)
    at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
    at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
    at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
    at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
    at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
    at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
    at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
    at oracle.ideimpl.docking.SidePort.loadLayout(SidePort.java:252)
    at oracle.ideimpl.docking.DockStationImpl.loadValidLayout(DockStationImpl.java:1648)
    at oracle.ideimpl.docking.DockStationImpl.onStartup(DockStationImpl.java:1389)
    at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.java:1353)
    at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.java:36)
    at oracle.ide.layout.Layouts.activate(Layouts.java:758)
    at oracle.ide.layout.Layouts.activateLayout(Layouts.java:176)
    at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:743)
    at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Any help would be appreciated.
    Thanks in advance,
    Greg

    Try switching your project compiler from ojc to the native one and see if there is a change in the results.

  • Fatal Error in JRE 6.0_24-b07

    I have found others facing a similar problem and yet mine is different and I'll be thankful if somebody could point to the possible source of this error and how to fix/diagnose it. I am running a Nutch crawler, writing to a Solr index on an EC2 instance with JRE version 6.0_24-b07 (though I have tried it with other versions as well). The crawler works fine on my local machine but very often the instance gets stuck and eventually creates an error file with contents similar to the following:
    # A fatal error has been detected by the Java Runtime Environment:
    # Internal Error (safepoint.cpp:247), pid=16632, tid=140208175748864
    # guarantee(PageArmed == 0) failed: invariant
    # JRE version: 6.0_24-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode linux-amd64 compressed oops)
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0000000040e30000): VMThread [stack: 0x00007f84c2729000,0x00007f84c282a000] [id=16636]
    Stack: [0x00007f84c2729000,0x00007f84c282a000], sp=0x00007f84c2828a80, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x790f75]
    V [libjvm.so+0x324f06]
    V [libjvm.so+0x6b3ed6]
    V [libjvm.so+0x79f2a7]
    V [libjvm.so+0x79edbe]
    V [libjvm.so+0x64314f]
    VM_Operation (0x00007f84c072fb80): RevokeBias, mode: safepoint, requested by thread 0x0000000041d03000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000041a41000 JavaThread "FetcherThread" daemon [_thread_new, id=18355, stack(0x0000000000000000,0x0000000000000000)]
    0x0000000041305800 JavaThread "FetcherThread" daemon [_thread_blocked, id=18354, stack(0x00007f84c032d000,0x00007f84c042e000)]
    0x00000000411f1000 JavaThread "FetcherThread" daemon [_thread_blocked, id=18353, stack(0x00007f84c052f000,0x00007f84c0630000)]
    0x00000000414b5000 JavaThread "FetcherThread" daemon [_thread_blocked, id=18352, stack(0x00007f84bbbfc000,0x00007f84bbcfd000)]
    0x0000000041645800 JavaThread "FetcherThread" daemon [_thread_blocked, id=18351, stack(0x00007f84bb3f4000,0x00007f84bb4f5000)]
    0x0000000041304800 JavaThread "FetcherThread" daemon [_thread_blocked, id=18350, stack(0x00007f84c002a000,0x00007f84c012b000)]
    0x0000000041d03000 JavaThread "QueueFeeder" daemon [_thread_blocked, id=18349, stack(0x00007f84c0630000,0x00007f84c0731000)]
    0x0000000041a1d000 JavaThread "SpillThread" daemon [_thread_blocked, id=18348, stack(0x00007f84c0d4c000,0x00007f84c0e4d000)]
    0x000000004118a800 JavaThread "communication thread" daemon [_thread_blocked, id=18347, stack(0x00007f84c0a40000,0x00007f84c0b41000)]
    0x00007f84bc4ea800 JavaThread "Thread-1105" [_thread_in_vm, id=18346, stack(0x00007f84c093f000,0x00007f84c0a40000)]
    0x000000004195d800 JavaThread "pool-2-thread-1" [_thread_blocked, id=16654, stack(0x00007f84c0c4b000,0x00007f84c0d4c000)]
    0x00007f84bc029800 JavaThread "ajp-bio-9009-AsyncTimeout" daemon [_thread_blocked, id=16652, stack(0x00007f84c0f45000,0x00007f84c1046000)]
    0x00007f84bc28b000 JavaThread "ajp-bio-9009-Acceptor-0" daemon [_thread_in_native, id=16651, stack(0x00007f84c1046000,0x00007f84c1147000)]
    0x00007f84bc005000 JavaThread "http-bio-9000-AsyncTimeout" daemon [_thread_blocked, id=16650, stack(0x00007f84c198d000,0x00007f84c1a8e000)]
    0x00007f84bc061000 JavaThread "http-bio-9000-Acceptor-0" daemon [_thread_in_native, id=16649, stack(0x00007f84c1147000,0x00007f84c1248000)]
    0x00007f84bc325000 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=16648, stack(0x00007f84c1b55000,0x00007f84c1c56000)]
    0x00007f84bc328000 JavaThread "timerFactory" [_thread_blocked, id=16647, stack(0x00007f84c1248000,0x00007f84c1349000)]
    0x00000000410c2000 JavaThread "GC Daemon" daemon [_thread_blocked, id=16644, stack(0x00007f84c1dd8000,0x00007f84c1ed9000)]
    0x0000000040e64800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=16642, stack(0x00007f84c2123000,0x00007f84c2224000)]
    0x0000000040e5f800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=16641, stack(0x00007f84c2224000,0x00007f84c2325000)]
    0x0000000040e5c800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=16640, stack(0x00007f84c2325000,0x00007f84c2426000)]
    0x0000000040e5a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=16639, stack(0x00007f84c2426000,0x00007f84c2527000)]
    0x0000000040e38800 JavaThread "Finalizer" daemon [_thread_blocked, id=16638, stack(0x00007f84c2527000,0x00007f84c2628000)]
    0x0000000040e36800 JavaThread "Reference Handler" daemon [_thread_blocked, id=16637, stack(0x00007f84c2628000,0x00007f84c2729000)]
    0x0000000040dd6800 JavaThread "main" [_thread_in_native, id=16633, stack(0x00007f84c7458000,0x00007f84c7559000)]
    Other Threads:
    =>0x0000000040e30000 VMThread [stack: 0x00007f84c2729000,0x00007f84c282a000] [id=16636]
    0x0000000040e6f000 WatcherThread [stack: 0x00007f84c2022000,0x00007f84c2123000] [id=16643]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0000000040dd31a0] Safepoint_lock - owner thread: 0x0000000040e30000
    [0x0000000040dd3220] Threads_lock - owner thread: 0x0000000040e30000
    Heap
    PSYoungGen total 647744K, used 599873K [0x00000000d7f60000, 0x00000000ffee0000, 0x0000000100000000)
    eden space 641792K, 93% used [0x00000000d7f60000,0x00000000fc8e0700,0x00000000ff220000)
    from space 5952K, 5% used [0x00000000ff910000,0x00000000ff960000,0x00000000ffee0000)
    to space 6528K, 0% used [0x00000000ff220000,0x00000000ff220000,0x00000000ff880000)
    PSOldGen total 224704K, used 113284K [0x0000000087e00000, 0x0000000095970000, 0x00000000d7f60000)
    object space 224704K, 50% used [0x0000000087e00000,0x000000008eca10e8,0x0000000095970000)
    PSPermGen total 66176K, used 36389K [0x0000000082c00000, 0x0000000086ca0000, 0x0000000087e00000)
    object space 66176K, 54% used [0x0000000082c00000,0x0000000084f894b0,0x0000000086ca0000)
    Dynamic libraries:
    40000000-40009000 r-xp 00000000 08:01 25426 /usr/lib/jvm/java-6-sun-1.6.0.24/jre/bin/java
    40108000-4010a000 rwxp 00008000 08:01 25426 /usr/lib/jvm/java-6-sun-1.6.0.24/jre/bin/java
    40dcd000-43d79000 rwxp 00000000 00:00 0 [heap]
    82c00000-86ca0000 rwxp 00000000 00:00 0
    86ca0000-86db0000 ---p 00000000 00:00 0
    86db0000-87e00000 rwxp 00000000 00:00 0
    87e00000-95970000 rwxp 00000000 00:00 0
    95970000-d7f60000 ---p 00000000 00:00 0
    d7f60000-ffee0000 rwxp 00000000 00:00 0
    ffee0000-100000000 ---p 00000000 00:00 0
    7f84bb17b000-7f84bb1b8000 r-xs 0024f000 08:10 24445502 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/xmlbeans-2.3.0.jar
    7f84bb1b8000-7f84bb1bf000 r-xs 00049000 08:10 24445501 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/tika-parsers-0.9.jar
    7f84bb1bf000-7f84bb1c0000 r-xs 00015000 08:10 24445500 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/tagsoup-1.2.jar
    7f84bb1c0000-7f84bb1c2000 r-xs 00004000 08:10 24445499 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/slf4j-api-1.5.6.jar
    7f84bb1c2000-7f84bb1c6000 r-xs 0002f000 08:10 24445498 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/rome-0.9.jar
    7f84bb1c6000-7f84bb1d3000 r-xs 000c1000 08:10 24445497 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/poi-scratchpad-3.7.jar
    7f84bb1d3000-7f84bb252000 r-xs 0034a000 08:10 24445496 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/poi-ooxml-schemas-3.7.jar
    7f84bb252000-7f84bb259000 r-xs 00073000 08:10 24445495 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/poi-ooxml-3.7.jar
    7f84bb259000-7f84bb276000 r-xs 0017c000 08:10 24445494 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/poi-3.7.jar
    7f84bb276000-7f84bb28a000 r-xs 00339000 08:10 24445492 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/pdfbox-1.4.0.jar
    7f84bb28a000-7f84bb2bb000 r-xs 003f0000 08:10 24445490 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/netcdf-4.2-min.jar
    7f84bb2bb000-7f84bb2be000 r-xs 00014000 08:10 24445489 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/metadata-extractor-2.4.0-beta-1.jar
    7f84bb2be000-7f84bb2c0000 r-xs 0000b000 08:10 24445488 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/jempbox-1.4.0.jar
    7f84bb2c0000-7f84bb2c3000 r-xs 00023000 08:10 24445487 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/jdom-1.0.jar
    7f84bb2c3000-7f84bb2c5000 r-xs 00006000 08:10 24445486 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/geronimo-stax-api_1.0_spec-1.0.1.jar
    7f84bb2c5000-7f84bb2c9000 r-xs 00027000 08:10 24445485 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/fontbox-1.4.0.jar
    7f84bb2c9000-7f84bb2ce000 r-xs 00048000 08:10 24445484 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/dom4j-1.6.1.jar
    7f84bb2ce000-7f84bb2f3000 r-xs 00172000 08:10 24445478 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/bcprov-jdk15-1.45.jar
    7f84bb2f3000-7f84bb2f6000 ---p 00000000 00:00 0
    7f84bb2f6000-7f84bb3f4000 rwxp 00000000 00:00 0
    7f84bb3f4000-7f84bb3f7000 ---p 00000000 00:00 0
    7f84bb3f7000-7f84bb4f5000 rwxp 00000000 00:00 0
    7f84bb4f5000-7f84bb4f8000 ---p 00000000 00:00 0
    7f84bb4f8000-7f84bb5f6000 rwxp 00000000 00:00 0
    7f84bb5f6000-7f84bb5f9000 ---p 00000000 00:00 0
    7f84bb5f9000-7f84bb6f7000 rwxp 00000000 00:00 0
    7f84bb6f7000-7f84bb6fa000 ---p 00000000 00:00 0
    7f84bb6fa000-7f84bb7f8000 rwxp 00000000 00:00 0
    7f84bb7f8000-7f84bb7fb000 ---p 00000000 00:00 0
    7f84bb7fb000-7f84bb8f9000 rwxp 00000000 00:00 0
    7f84bb8f9000-7f84bb8fc000 ---p 00000000 00:00 0
    7f84bb8fc000-7f84bb9fa000 rwxp 00000000 00:00 0
    7f84bb9fa000-7f84bb9fd000 ---p 00000000 00:00 0
    7f84bb9fd000-7f84bbafb000 rwxp 00000000 00:00 0
    7f84bbafb000-7f84bbafe000 ---p 00000000 00:00 0
    7f84bbafe000-7f84bbbfc000 rwxp 00000000 00:00 0
    7f84bbbfc000-7f84bbbff000 ---p 00000000 00:00 0
    7f84bbbff000-7f84bbcfd000 rwxp 00000000 00:00 0
    7f84bbcfd000-7f84bbd00000 ---p 00000000 00:00 0
    7f84bbd00000-7f84bbdfe000 rwxp 00000000 00:00 0
    7f84bbdfe000-7f84bbe01000 ---p 00000000 00:00 0
    7f84bbe01000-7f84bbeff000 rwxp 00000000 00:00 0
    7f84bbeff000-7f84bbf02000 ---p 00000000 00:00 0
    7f84bbf02000-7f84bc000000 rwxp 00000000 00:00 0
    7f84bc000000-7f84bd5a9000 rwxp 00000000 00:00 0
    7f84bd5a9000-7f84c0000000 ---p 00000000 00:00 0
    7f84c0000000-7f84c0002000 r-xs 00001000 08:01 25328 /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/ext/dnsns.jar
    7f84c0002000-7f84c0004000 r-xs 0000d000 08:10 24445483 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/commons-logging-1.1.1.jar
    7f84c0004000-7f84c000a000 r-xs 00045000 08:10 24445482 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/commons-httpclient-3.1.jar
    7f84c000a000-7f84c000e000 r-xs 00024000 08:10 24445481 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/commons-compress-1.1.jar
    7f84c000e000-7f84c0018000 r-xs 00088000 08:10 24445643 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/lib/zookeeper-3.3.1.jar
    7f84c0018000-7f84c0023000 r-xs 0005f000 08:10 24445642 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/lib/xstream-1.3.1.jar
    7f84c0023000-7f84c0025000 r-xs 00018000 08:10 24445451 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/lib-nekohtml/nekohtml-0.9.5.jar
    7f84c0025000-7f84c0026000 r-xs 00015000 08:10 24445469 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-html/tagsoup-1.2.jar
    7f84c0026000-7f84c0027000 r-xs 00000000 08:10 24445544 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/somethingparser/somethingparser.jar
    7f84c0027000-7f84c0028000 r-xs 00004000 08:10 24445467 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-html/parse-html.jar
    7f84c0028000-7f84c0029000 r-xs 00003000 08:10 24445449 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/lib-http/lib-http.jar
    7f84c0029000-7f84c002a000 r-xs 00001000 08:10 24445511 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/protocol-http/protocol-http.jar
    7f84c002a000-7f84c002d000 ---p 00000000 00:00 0
    7f84c002d000-7f84c012b000 rwxp 00000000 00:00 0
    7f84c012b000-7f84c012e000 ---p 00000000 00:00 0
    7f84c012e000-7f84c022c000 rwxp 00000000 00:00 0
    7f84c022c000-7f84c022f000 ---p 00000000 00:00 0
    7f84c022f000-7f84c032d000 rwxp 00000000 00:00 0
    7f84c032d000-7f84c0330000 ---p 00000000 00:00 0
    7f84c0330000-7f84c042e000 rwxp 00000000 00:00 0
    7f84c042e000-7f84c0431000 ---p 00000000 00:00 0
    VM Arguments:
    vm_args: -Djava.util.logging.config.file=/something1/packages/thecrawler/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/something1/packages/apache-tomcat-7.0.20/endorsed -Dcatalina.base=/something1/packages/thecrawler -Dcatalina.home=/something1/packages/apache-tomcat-7.0.20 -Djava.io.tmpdir=/something1/packages/thecrawler/temp
    java_command: org.apache.catalina.startup.Bootstrap start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    USERNAME=root
    LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/amd64/server:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/amd64:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/../lib/amd64
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x791b30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x791b30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x640ba0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x640ba0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x640ba0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x640ba0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x643780], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x643380], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGTERM: [libjvm.so+0x643380], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x643380], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:squeeze/sid
    uname:Linux 2.6.32-309-ec2 #18-Ubuntu SMP Mon Oct 18 21:00:50 UTC 2010 x86_64
    libc:glibc 2.11.1 NPTL 2.11.1
    rlimit: STACK 8192k, CORE 0k, NPROC infinity, NOFILE 1024, AS infinity
    load average:12.49 12.12 11.91
    /proc/meminfo:
    MemTotal: 7864548 kB
    MemFree: 562736 kB
    Buffers: 500660 kB
    Cached: 1560628 kB
    SwapCached: 0 kB
    Active: 4917260 kB
    Inactive: 1955200 kB
    Active(anon): 4198384 kB
    Inactive(anon): 612968 kB
    Active(file): 718876 kB
    Inactive(file): 1342232 kB
    Unevictable: 0 kB
    Mlocked: 0 kB
    SwapTotal: 0 kB
    SwapFree: 0 kB
    Dirty: 104 kB
    Writeback: 0 kB
    AnonPages: 4811024 kB
    Mapped: 666396 kB
    Shmem: 180 kB
    Slab: 157276 kB
    SReclaimable: 144948 kB
    SUnreclaim: 12328 kB
    KernelStack: 3032 kB
    PageTables: 0 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    WritebackTmp: 0 kB
    CommitLimit: 3932272 kB
    Committed_AS: 5022592 kB
    VmallocTotal: 34359738367 kB
    VmallocUsed: 6256 kB
    VmallocChunk: 34359731576 kB
    DirectMap4k: 7864320 kB
    DirectMap2M: 0 kB
    CPU:total 2 (4 cores per cpu, 1 threads per core) family 6 model 26 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt
    Memory: 4k page, physical 7864548k(562736k free), swap 0k(0k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (19.1-b02) for linux-amd64 JRE (1.6.0_24-b07), built on Feb 2 2011 16:55:54 by "java_re" with gcc 3.2.2 (SuSE Linux)
    time: Thu Oct 13 08:54:34 2011
    elapsed time: 9913 seconds

    If you are using JNI or using a third party library that uses JNi then that would likely be the problem.
    If not then it is a VM bug.

Maybe you are looking for

  • Can two applications share  the same domain ?

    Hello experts, I have done a web application using struts, now the client need is splitting my application into two and accessing them like First App :http://servername:port/demo/one/index.jsp Two App: http://servername:port/demo/two/index.jsp Is it

  • File-XI-IDOC scenario

    Hi, I am sending an file data to Idoc thru XI.I am unable to see the file data at XI as well as at R/3. I did data type,message type,message interface,MM,IM in IR and both communication channels,both agreements,receiver determination and interface de

  • Call transaction in mode N fro transaction F-02

    Hi, The call transaction for F-02 work well in mode 'A' and it creates the FI posting. But when I execute it in mode 'N' it does not post. Any ideas? Thanks in advance.

  • Using BBM after connecting through wifi?

    I just arrived canada and i've connected my torch to a wpa personal wifi,,,, the browser works fine but my bbm is not working,, can anyone please tell what to do to connect the device to bbm ? Thanks Solved! Go to Solution.

  • Generates blank text message when retrieving answe...

    Network: Orange Phone model: N95 I am wondering if anyone will be able to help me solve this problem : Everytime i retrieve a voicemail message, my N95 generates a blank text message. It is very irritating to delete blank messages after each retrieva