Nested TokenStreamException: antlr.TokenStreamIOException

HI,
We have a JSP in place for last 2-3 years. Till 1-2 days back everything was fine but suddenly it has started giving us error as
weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
at weblogic.servlet.jsp.JspLexer.parse()V(Optimized Method)
at weblogic.servlet.jsp.JspParser.doit()V(Optimized Method)
at weblogic.servlet.jsp.JspParser.parse(Ljava.io.Reader;)V(JspParser.java:234)
at weblogic.servlet.jsp.Jsp2Java.outputs([Ljava.lang.Object;)Ljava.util.Enumeration;(Jsp2Java.java:125)
at weblogic.utils.compiler.CodeGenerator.generate([Ljava.lang.Object;)[Ljava.lang.String;(CodeGenerator.java:258)
at weblogic.servlet.jsp.JspStub.compilePage(Lweblogic.servlet.internal.RequestCallback;)V(JspStub.java:388)
at weblogic.servlet.jsp.JspStub.prepareServlet(Lweblogic.servlet.internal.RequestCallback;Z)V(JspStub.java:238)
at weblogic.servlet.jsp.JspStub.prepareServlet(Lweblogic.servlet.internal.RequestCallback;)V(JspStub.java:188)
at weblogic.servlet.internal.ServletStubImpl.getServlet(Lweblogic.servlet.internal.RequestCallback;)Ljavax.servlet.Servlet;(ServletStubImpl.java:535)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:373)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(RequestDispatcherImpl.java:322)
at org.apache.struts.chain.commands.servlet.PerformForward.handleAsForward(Ljava.lang.String;Ljavax.servlet.ServletContext;Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(PerformForward.java:113)
at org.apache.struts.chain.commands.servlet.PerformForward.perform(Lorg.apache.struts.chain.contexts.ActionContext;Lorg.apache.struts.config.ForwardConfig;)V(PerformForward.java:96)
at org.apache.struts.chain.commands.AbstractPerformForward.execute(Lorg.apache.struts.chain.contexts.ActionContext;)Z(AbstractPerformForward.java:54)
at org.apache.struts.chain.commands.ActionCommandBase.execute(Lorg.apache.commons.chain.Context;)Z(ActionCommandBase.java:51)
at org.apache.commons.chain.impl.ChainBase.execute(Lorg.apache.commons.chain.Context;)Z(ChainBase.java:190)
at org.apache.commons.chain.generic.LookupCommand.execute(Lorg.apache.commons.chain.Context;)Z(LookupCommand.java:304)
at org.apache.commons.chain.impl.ChainBase.execute(Lorg.apache.commons.chain.Context;)Z(ChainBase.java:190)
at org.apache.struts.chain.ComposableRequestProcessor.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ComposableRequestProcessor.java:283)
at org.apache.struts.action.ActionServlet.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3764)
at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2644)
The most intersting part of this error is that it is not permannent rather it comes 8 out of 10 times (last 1-2 days only)
Please give me any pointers about the same. I have googled through the same but did not get any concrete answer on the issue :(
~Aman

This is huge code.. I dont know.. whether it will be usefull for u..
And as u can see.. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
is there in code.
Also we ran the EAR on different app server and it is working fine there.
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ page import="java.util.ArrayList" %>
<%@ page import="java.util.Map.Entry"%>
<%@ page import="java.util.Set" %>
<%@ page import="java.util.Iterator" %>
<%@ page import="java.util.Map" %>
<%@ page import="java.util.TreeMap"%>
<%@ page import="java.util.StringTokenizer"%>
<%@ page errorPage ="/jsp/error.jsp" %>
<%
request.setAttribute(RangingConstants.ERROR_NUMBER, RangingError.UNKNOWN_ERROR_IN_JSP);
request.setAttribute(RangingConstants.ERROR_DESCRIPTION, RangingConstants.UNDEFINED_ERRORMSG_INJSP);
response.setHeader("Pragma", "No-cache");
response.setDateHeader("Expires", 0);
response.setHeader("Cache-Control", "no-cache");
%>
<%
//values for various fields in this screen
HashMap hmArea                     = new HashMap();
HashMap hmRegion                = new HashMap();
HashMap hmRegionArea              = new HashMap();
HashMap hmBrand                = new HashMap();
HashMap hmMktDiv                = new HashMap();
HashMap hmMktSegUnSorted          = new HashMap();
HashMap hmACMUnsorted               = new HashMap();
HashMap hmBU                    = new HashMap();
HashMap hmAreaACM               = new HashMap();
HashMap hmMktSegACM               = new HashMap();
HashMap hmAcmMktSeg               = new HashMap();
HashMap hmMktDivMktSeg               = new HashMap();
HashMap hmNotificationType           = new HashMap();
HashMap hmMktDivBU                = new HashMap();
ArrayList alstNotificationCode          = new ArrayList();
ArrayList alstNotificationDesc          = new ArrayList();
ArrayList alstSeasonPrefCode     = new ArrayList();
HashMap  hmAllSeasonData          = new HashMap();
TreeMap  hmAllSeasonValue          = new TreeMap();
HashMap hmComData     =     new HashMap();
if(request.getAttribute(RangingConstants.USER_PREFERENCES_SEASON_PREF)!=null)
     alstSeasonPrefCode =(ArrayList)request.getAttribute(RangingConstants.USER_PREFERENCES_SEASON_PREF);
if(request.getAttribute(RangingConstants.USER_PREFERENCES_ALL_DATA)!=null)
     hmAllSeasonData =(HashMap)request.getAttribute(RangingConstants.USER_PREFERENCES_ALL_DATA);
if(request.getAttribute(RangingConstants.USER_PREFERENCES_ALL_VALUE)!=null)
     hmAllSeasonValue =(TreeMap)request.getAttribute(RangingConstants.USER_PREFERENCES_ALL_VALUE);
if(request.getAttribute(RangingConstants.USER_PREFERENCES_ALL_COMDATA)!=null)
     hmComData =(HashMap)request.getAttribute(RangingConstants.USER_PREFERENCES_ALL_COMDATA);
if(request.getAttribute(RangingConstants.MASTER_MAP_AREA)!=null)
     hmArea = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_AREA);
if(request.getAttribute(RangingConstants.MASTER_MAP_REGION)!=null)
     hmRegion = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_REGION);
if(request.getAttribute(RangingConstants.MASTER_MAP_REGIONAREA)!=null)
     hmRegionArea = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_REGIONAREA);
if(request.getAttribute(RangingConstants.MASTER_MAP_BRAND)!=null)
     hmBrand = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_BRAND);
if(request.getAttribute(RangingConstants.MASTER_MAP_MKTDIVISION)!=null)
     hmMktDiv = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_MKTDIVISION);
if(request.getAttribute(RangingConstants.MASTER_MAP_MKTSEGMENT)!=null)
     hmMktSegUnSorted = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_MKTSEGMENT);
if(request.getAttribute(RangingConstants.MASTER_MAP_ACM)!=null)
     hmACMUnsorted = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_ACM);
if(request.getAttribute(RangingConstants.MASTER_MAP_BU)!=null)
     hmBU = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_BU);
if(request.getAttribute(RangingConstants.MASTER_MAP_AREAACM)!=null)
     hmAreaACM = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_AREAACM);
if(request.getAttribute(RangingConstants.MASTER_MAP_MKTSEGACM)!=null)
     hmMktSegACM = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_MKTSEGACM);
if(request.getAttribute(RangingConstants.MASTER_MAP_ACMMKTSEG)!=null)
     hmAcmMktSeg = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_ACMMKTSEG);
if(request.getAttribute(RangingConstants.MASTER_MAP_MKTDIVMKTSEGMENT)!=null)
     hmMktDivMktSeg = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_MKTDIVMKTSEGMENT);
if(request.getAttribute(RangingConstants.NOTIFICATION_TYPES)!=null)
     hmNotificationType = (HashMap)request.getAttribute(RangingConstants.NOTIFICATION_TYPES);
if(request.getAttribute(RangingConstants.USER_PREFERENCES_ARRAY_LIST_NOTIFICATION_CODE)!=null)
     alstNotificationCode =(ArrayList)request.getAttribute(RangingConstants.USER_PREFERENCES_ARRAY_LIST_NOTIFICATION_CODE);
if(request.getAttribute(RangingConstants.USER_PREFERENCES_ARRAY_LIST_NOTIFICATION_DESC)!=null)
     alstNotificationDesc = (ArrayList)request.getAttribute(RangingConstants.USER_PREFERENCES_ARRAY_LIST_NOTIFICATION_DESC);
if(request.getAttribute(RangingConstants.USER_PREFERENCES_MARKETING_DIV_BU)!=null)
     hmMktDivBU = (HashMap)request.getAttribute(RangingConstants.USER_PREFERENCES_MARKETING_DIV_BU);
HashMap hmBrandArea          = new HashMap();
if(request.getAttribute(RangingConstants.BRAND_AREA_MAPPING)!=null)
     hmBrandArea = (HashMap)request.getAttribute(RangingConstants.BRAND_AREA_MAPPING);
HashMap hmBrandMktSeg          = new HashMap();
if(request.getAttribute(RangingConstants.BRAND_MKTSEG_MAPPING)!=null)
     hmBrandMktSeg = (HashMap)request.getAttribute(RangingConstants.BRAND_MKTSEG_MAPPING);
HashMap hmBrandAssigned          = new HashMap();
if(request.getAttribute(RangingConstants.BRAND_ASSIGNED)!=null)
     hmBrandAssigned = (HashMap)request.getAttribute(RangingConstants.BRAND_ASSIGNED);
HashMap mktSegMktDiv          = new HashMap();
if(request.getAttribute(RangingConstants.USER_PREFERENCES_MARKETING_SEG_MARKETING_DIV)!=null)
     mktSegMktDiv = (HashMap)request.getAttribute(RangingConstants.USER_PREFERENCES_MARKETING_SEG_MARKETING_DIV);
HashMap hmProductDivision                = new HashMap();
if(request.getAttribute(RangingConstants.MASTER_MAP_REGION)!=null)
     hmProductDivision = (HashMap)request.getAttribute(RangingConstants.MASTER_MAP_PRODDIVISION);
//preselected values for various fields
String strMarketSegmentFlag           = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_MARKET_SEGMENT_FLAG);
String strColorwayFlag                = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_COLORWAY_FLAG);
String strModelNameFlag           = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_MODEL_NAME_FLAG);
String strModelNumberFlag           = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_MODEL_NUMBER_FLAG);
String strRangeComponentFlag           = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_RANGE_COMPONENT_FLAG);
String strExclusivityFlag           = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_EXCLUSIVITY_FLAG);
String strProdDivFlag                = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_PROD_DIVISION_FLAG);
String strMktDivFlag                = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_MARKET_DIVISION_FLAG);
String strRegionFlag                = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_REGION_FLAG);
String strAreaFlag                = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_AREA_FLAG);
String strMsgCreatedFlag           = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_MSG_CREATED_FLAG);
String strMsgDatedFlag               = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_MSG_DATED_FLAG);
String strBusinessModelFlag           = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_BUSINESS_MODEL_FLAG);
String strMarketClassificationFlag      = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_MARKET_CLASSFICATION_FLAG);
String strDefaultHistoryDate           = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_DEFAULT_HISTORY_DATE);
String strSelectedHistoryDate           = (String) request.getAttribute(RangingConstants.USER_PREFERENCES_HISTORY_LIMIT);
String strYear           = (String)(request.getAttribute("year"));
String strSeason      = (String)(request.getAttribute("season"));
String strArea          = (String)(request.getAttribute(RangingConstants.USER_PREFERENCES_AREA));
String strRegion      = (String)(request.getAttribute(RangingConstants.USER_PREFERENCES_REGION));
String strBrand      = (String)(request.getAttribute(RangingConstants.USER_PREFERENCES_BRAND));
String strMktDiv      = (String)(request.getAttribute("mktDivision"));
String strMktDivSeg     = (String)(request.getAttribute("mktDivSegment"));
String strACM          = (String)(request.getAttribute(RangingConstants.USER_PREFERENCES_ACM));
String strtmBU          = (String)(request.getAttribute("tmBU"));
String strRegionCode     = (String)(request.getAttribute(RangingConstants.USER_PREFERENCES_REGION_CD));
String strAreaCode     = (String)(request.getAttribute(RangingConstants.USER_PREFERENCES_AREA_CD));
String strUserId      = (String)session.getAttribute(RangingConstants.CBO_USERID);
String strOnloadFlag = (String)(request.getAttribute("OnloadFlag"));
String strQuarter      = (String)(request.getAttribute(RangingConstants.USER_PREFERENCES_QUARTER));
String strProductDivision      = (String)(request.getAttribute(RangingConstants.USER_PREFERENCES_PRODUCT_DIV));
// sorting product Division
Set set = hmProductDivision.entrySet();
Iterator ite = set.iterator();
TreeMap tmProductDivision = new TreeMap(new Comparator()
          public int compare(Object o1, Object o2)
               String s1 = ((String) o1).toUpperCase();
               String s2 = ((String) o2).toUpperCase();
               if(s1.compareTo(s2) == 0)
                    return -1;
               else
                    return s1.compareTo(s2);
while (ite.hasNext())
     Map.Entry mpentr = (Map.Entry)(ite.next());
     while(mpentr.getKey()==null)
          mpentr = (Map.Entry)(ite.next());
     tmProductDivision.put ((String)mpentr.getValue(), (String)mpentr.getKey());
//Sorting ACM
set = hmACMUnsorted.entrySet();
ite = set.iterator();
TreeMap tmACM = new TreeMap(
     new Comparator() {
          public int compare(Object o1, Object o2) {
               String s1 = ((String) o1).toUpperCase();
               String s2 = ((String) o2).toUpperCase();
               if(s1.compareTo(s2) == 0){
                         return -1;
               else{
                    return s1.compareTo(s2);
while (ite.hasNext())
     Map.Entry mpentr = (Map.Entry)(ite.next());
     while(mpentr.getValue()==null)
          mpentr = (Map.Entry)(ite.next());
     tmACM.put ((String)mpentr.getValue(), (String)mpentr.getKey());
//Sorting Marketing Segment
set = hmMktSegUnSorted.entrySet();
ite = set.iterator();
TreeMap mktSeg = new TreeMap(
     new Comparator() {
         public int compare(Object o1, Object o2) {
               String s1 = (String) o1;
               String s2 = (String) o2;
               return s1.compareTo(s2);
while (ite.hasNext())
     Map.Entry mpentr = (Map.Entry)(ite.next());
     mktSeg.put ((String)mpentr.getValue(), (String)mpentr.getKey());
// sorting business unit hashmap
set = hmBU.entrySet();
ite = set.iterator();
TreeMap tmBU = new TreeMap(
     new Comparator() {
          public int compare(Object o1, Object o2) {
               String s1 = ((String) o1).toUpperCase();
               String s2 = ((String) o2).toUpperCase();
               if(s1.compareTo(s2) == 0)
                    return -1;
               else
                    return s1.compareTo(s2);
while (ite.hasNext())
     Map.Entry mpentr = (Map.Entry)(ite.next());
     while(mpentr.getKey()==null)
          mpentr = (Map.Entry)(ite.next());
     tmBU.put ((String)mpentr.getValue(), (String)mpentr.getKey());
hmBU = null;
//Sorting Brand
set = hmBrand.entrySet();
ite = set.iterator();
TreeMap tmBrand = new TreeMap(new Comparator()
          public int compare(Object o1, Object o2)
               String s1 = ((String) o1).toUpperCase();
               String s2 = ((String) o2).toUpperCase();
               if(s1.compareTo(s2) == 0)
                    return -1;
               else
                    return s1.compareTo(s2);
while (ite.hasNext())
     Map.Entry mpentr = (Map.Entry)(ite.next());
     while(mpentr.getKey()==null)
          mpentr = (Map.Entry)(ite.next());
     tmBrand.put ((String)mpentr.getValue(), (String)mpentr.getKey());
//Sorting Marketing Division
set = hmMktDiv.entrySet();
ite = set.iterator();
TreeMap tmMktDiv = new TreeMap(new Comparator()
          public int compare(Object o1, Object o2)
               String s1 = ((String) o1).toUpperCase();
               String s2 = ((String) o2).toUpperCase();
               if(s1.compareTo(s2) == 0)
                    return -1;
               else
                    return s1.compareTo(s2);
while (ite.hasNext())
     Map.Entry mpentr = (Map.Entry)(ite.next());
     while(mpentr.getKey()==null)
          mpentr = (Map.Entry)(ite.next());
     tmMktDiv.put ((String)mpentr.getValue(), (String)mpentr.getKey());
// sorting hmMktDivBU
set = hmMktDivBU.entrySet();
ite = set.iterator();
TreeMap tmMktDivBU = new TreeMap(
     new Comparator() {
          public int compare(Object o1, Object o2) {
               String s1 = ((String) o1).toUpperCase();
               String s2 = ((String) o2).toUpperCase();
               if(s1.compareTo(s2) == 0)
                    return -1;
               else
                    return s1.compareTo(s2);
while (ite.hasNext())
     Map.Entry mpentr = (Map.Entry)(ite.next());
     while(mpentr.getKey()==null)
          mpentr = (Map.Entry)(ite.next());
     tmMktDivBU.put ((String)mpentr.getValue(), (String)mpentr.getKey());
// sorting hmBrandAssigned
set = hmBrandAssigned.entrySet();
ite = set.iterator();
TreeMap tmBrandAssigned = new TreeMap(new Comparator()
          public int compare(Object o1, Object o2)
               String s1 = ((String) o1).toUpperCase();
               String s2 = ((String) o2).toUpperCase();
               if(s1.compareTo(s2) == 0)
                    return -1;
               else
                    return s1.compareTo(s2);
while (ite.hasNext())
     Map.Entry mpentr = (Map.Entry)(ite.next());
     while(mpentr.getKey()==null)
          mpentr = (Map.Entry)(ite.next());
     tmBrandAssigned.put ((String)mpentr.getValue(), (String)mpentr.getKey());
%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE>User Preferences</TITLE>
<LINK rel="StyleSheet" type="text/css" href="<%=RangingConstants.CONTENT_PATH%>/jsp/RangePlan/stylesAreaPLP.css">
<LINK rel="StyleSheet" type="text/css" href="<%=RangingConstants.CONTENT_PATH%>/jsp/UserPreferenceScreen/UserPreferenceScreen.css">
<SCRIPT type="text/javascript" src="<%=RangingConstants.CONTENT_PATH%>/common/loadingWait.js"></SCRIPT>
<script language=JavaScript for=document event=oncontextmenu>return true</script>
<SCRIPT>
var arrRegionArea     = new Array();
var arrArea           = new Array();
var arrAcmMktSeg      = new Array();
var areaACM           = new Array();
var acmArray          = new Array();
var arrACM           = new Array();
var arracm           = new Array();
var arrMktSegACM      = new Array();
var arrMktSeg          = new Array();
var arrMktDiv          = new Array();
var arrMktSegMktDiv          = new Array();
var arrMktDivMktSeg     = new Array();
var arrMktDivBU      = new Array();
var arrBU           = new Array();
var arrFields          = new Array();
var arrFieldsDesc     = new Array();
var arrFieldsMaster     = new Array();
arrFieldsMaster1 = ["Marketing Segment","Colorway","Model Name","Model Number","Range Component","Exclusivity","Business Model","Market Classification","Product Division","Marketing Division","Region","Area","Message Triggered by","Message Creation Date (HZA Time)"]
arrFieldsDesc = ["mktSeg","colorWay","modelName","modelNo","rangeComponent","exclusivity","businessModel","marketClassification","productDivision","mktDiv","region","area","msgTriggeredBy","msgCreationDate"]
for(i=0;i<14;i++)
     arrFieldsMaster[i] = new Array();
     arrFieldsMaster[0]=arrFieldsMaster1[i];
     arrFieldsMaster[i][1]="Y";
     arrFieldsMaster[i][2]= arrFieldsDesc[i];
var strChangeFlag = "N";
var str;
var tempStr;
var i;
var selectedACM = "";
var selectedMktDiv = "";
var selectedMktSeg = "";
var arrBrandArea     = new Array();
var arrBrandMktSeg     = new Array();
//Brand Area mapping
<logic:iterate id="element" collection="<%=hmBrandArea%>" scope="request" indexId="count">
     arrBrandArea[<%=count%>] = new Array();
     arrBrandArea[<%=count%>][0] = '<bean:write name="element" property="key"/>';
     str = '<bean:write name="element" property="value"/>';
     if (str.indexOf(",") != -1)
          tempStr=str.split(",");
          for (i = 0; i < tempStr.length; i++) {
               arrBrandArea[<%=count%>][ i+1 ] = tempStr[i];
     else
          arrBrandArea[<%=count%>][1] = str;
</logic:iterate>
//Brand Marketing Segment mapping
<logic:iterate id="element" collection="<%=hmBrandMktSeg%>" scope="request" indexId="count">
     arrBrandMktSeg[<%=count%>] = new Array();
     arrBrandMktSeg[<%=count%>][0] = '<bean:write name="element" property="key"/>';
     str = '<bean:write name="element" property="value"/>';
     if (str.indexOf(",") != -1)
          tempStr=str.split(",");
          for (i = 0; i < tempStr.length; i++) {
               arrBrandMktSeg[<%=count%>][ i+1 ] = tempStr[i];
     else
          arrBrandMktSeg[<%=count%>][1] = str;
</logic:iterate>
//Marketing Division BU mapping
<logic:iterate id="element" collection="<%=tmMktDivBU%>" scope="request" indexId="count">
     arrMktDivBU[<%=count%>] = new Array();
     arrMktDivBU[<%=count%>][0] = '<bean:write name="element" property="value"/>';
     str = '<bean:write name="element" property="key"/>';
          if (str.indexOf(",") != -1)
               tempStr=str.split(",");
               for (i = 0; i < tempStr.length; i++) {
                    arrMktDivBU[<%=count%>][ i+1 ] = tempStr[i];
          else
               arrMktDivBU[<%=count%>][1] = str;
</logic:iterate>
<logic:iterate id="element" collection="<%=tmBU%>" scope="request" indexId="count">
     arrBU[<%=count%>] = new Array();
     arrBU[<%=count%>][0] = '<bean:write name="element" property="value"/>';
     arrBU[<%=count%>][1] = '<bean:write name="element" property="key"/>';
</logic:iterate>
<logic:iterate id="element" collection="<%=mktSegMktDiv%>" scope="request" indexId="count">
     arrMktSegMktDiv[<%=count%>] = new Array();
     arrMktSegMktDiv[<%=count%>][0] = '<bean:write name="element" property="key"/>';
     arrMktSegMktDiv[<%=count%>][1] = '<bean:write name="element" property="value"/>';
</logic:iterate>
//Region area mapping
<logic:iterate id="element" collection="<%=hmRegionArea%>" scope="request" indexId="count">
     arrRegionArea[<%=count%>] = new Array();
     arrRegionArea[<%=count%>][0] = '<bean:write name="element" property="key"/>';
     str = '<bean:write name="element" property="value"/>';
     if (str.indexOf(",") != -1)
          tempStr=str.split(",");
          for (i = 0; i < tempStr.length; i++) {
               arrRegionArea[<%=count%>][ i+1 ] = tempStr[i];
     else
          arrRegionArea[<%=count%>][1] = str;
</logic:iterate>
<logic:iterate id="element" collection="<%=hmArea%>" scope="request" indexId="count">
     arrArea[<%=count%>] = new Array();
     arrArea[<%=count%>][0] = '<bean:write name="element" property="key"/>';
     arrArea[<%=count%>][1] = '<bean:write name="element" property="value"/>';
</logic:iterate>
//Area ACM mapping
<logic:iterate id="element" collection="<%=hmAreaACM%>" scope="request" indexId="count">
     areaACM[<%=count%>] = new Array();
     areaACM[<%=count%>][0] = '<bean:write name="element" property="key"/>';
     str1 = '<bean:write name="element" property="value"/>';
     tempACM=str1.split(",");
     for (i = 0; i < tempACM.length; i++) {
          areaACM[<%=count%>][ i+1 ] = tempACM[i];
</logic:iterate>
<logic:iterate id="element" collection="<%=tmACM%>" scope="request" indexId="count">
     arracm[<%=count%>] = new Array();
     arracm[<%=count%>][0] = '<bean:write name="element" property="value"/>';
     arracm[<%=count%>][1] = '<bean:write name="element" property="key"/>';
</logic:iterate>
// MktSeg ACM mapping
<logic:iterate id="element" collection="<%=hmMktSegACM%>" scope="request" indexId="count">
     arrMktSegACM[<%=count%>] = new Array();
     arrMktSegACM[<%=count%>][0] = '<bean:write name="element" property="key"/>';
     str3 = '<bean:write name="element" property="value"/>';
     acmTemp=str3.split(",");
     for (i = 0; i < acmTemp.length; i++) {
          arrMktSegACM[<%=count%>][ i+1 ] = acmTemp[i];
</logic:iterate>
<logic:iterate id="element" collection="<%=tmACM%>" scope="request" indexId="count">
     acmArray[<%=count%>] = new Array();
     acmArray[<%=count%>][0] = '<bean:write name="element" property="value"/>';
     acmArray[<%=count%>][1] = '<bean:write name="element" property="key"/>';
</logic:iterate>
//ACM MktSeg mapping
<logic:iterate id="element" collection="<%=hmAcmMktSeg%>" scope="request" indexId="count">
     arrAcmMktSeg[<%=count%>] = new Array();
     arrAcmMktSeg[<%=count%>][0] = '<bean:write name="element" property="key"/>';
     str2 = '<bean:write name="element" property="value"/>';
     tempMktSeg=str2.split(",");
     for (i = 0; i < tempMktSeg.length; i++) {
          arrAcmMktSeg[<%=count%>][ i+1 ] = tempMktSeg[i];
</logic:iterate>
<logic:iterate id="element" collection="<%=mktSeg%>" scope="request" indexId="count">
     arrMktSeg[<%=count%>] = new Array();
     arrMktSeg[<%=count%>][0] = '<bean:write name="element" property="value"/>';
     arrMktSeg[<%=count%>][1] = '<bean:write name="element" property="key"/>';
</logic:iterate>
// MktDiv MktSeg mapping
<logic:iterate id="element" collection="<%=hmMktDivMktSeg%>" scope="request" indexId="count">
     arrMktDivMktSeg[<%=count%>] = new Array();
     arrMktDivMktSeg[<%=count%>][0] = '<bean:write name="element" property="key"/>';
     str3 = '<bean:write name="element" property="value"/>';
     acmTemp=str3.split(",");
     for (i = 0; i < acmTemp.length; i++) {
          arrMktDivMktSeg[<%=count%>][ i+1 ] = acmTemp[i];
</logic:iterate>
<logic:iterate id="element" collection="<%=tmMktDiv%>" scope="request" indexId="count">
     arrMktDiv[<%=count%>] = new Array();
     arrMktDiv[<%=count%>][0] = '<bean:write name="element" property="value"/>';
     str = '<bean:write name="element" property="key"/>';
          if (str.indexOf(",") != -1)
               tempStr=str.split(",");
               for (i = 0; i < tempStr.length; i++) {
                    arrMktDiv[<%=count%>][ i+1 ] = tempStr[i];
          else
               arrMktDiv[<%=count%>][1] = str;
</logic:iterate>
</SCRIPT>
</head>
<body>
<html:form action="/queryuserPreferences" styleId="UserPreferenceForm" >
<input type="hidden" name="actionMode" id="actionMode" value = -1>
<html:hidden property="strCheckOnLoad" styleId = "checkOnLoad"/>
<input type="hidden" name="actionModeSave" id="actionModeSave" value = "<%=RangingConstants.ACTION_SAVE%>">
<!--<input type="hidden" name="hdnFlag" id="hdnFlag" value="Y"/> -->
<DIV id="topBar">
<TABLE border="0" width="982" cellpadding=0 cellspacing=0>
     <TR height=27>
          <TD width=186><IMG src="<%=RangingConstants.CONTENT_PATH%>/images/logo5.gif" ></TD>
          <TD width=186><IMG src="<%=RangingConstants.CONTENT_PATH%>\images\userpreferences_header.gif"></TD>
          <TD width=635 style="COLOR: white" align=right background ="<%=RangingConstants.CONTENT_PATH%>/images/header_bg.gif">
          Home   |  Logout  </TD>
     </TR>
</TABLE>
</DIV>
<DIV id="topBar_1">
<TABLE width="100%" align=center border=1 cellpadding=10 cellspacing=0 style="BORDER-BOTTOM-COLOR: #97a2cd; BORDER-LEFT-COLOR: #97a2cd; BORDER-RIGHT-COLOR: #97a2cd; BORDER-TOP-COLOR: #97a2cd ">
     <TR>
          <TD width="100%">
               <TABLE width="100%" align=center border=0 cellpadding=0 cellspacing=0>
                    <TR class="tableheadings" bgcolor="#cdd3e7">
                         <TD colspan="2" width="100%"><strong>Notification Configuration Preferences</strong></TD>
                    </TR>
                    <TR class="text1">
                         <TD align="left" width="22%"><strong>History Limit for Messages (in Days)</strong></TD>
                         <TD align="left">
                         <html:select styleClass="boxwithborder" styleId="historyCombo" property = "selectedHistoryId" style="HEIGHT: 18px; WIDTH: 100px" onchange="javascript:fnChangeFlag();">
                              <%
                                        if(strSelectedHistoryDate != null && strSelectedHistoryDate.equals("1"))
                              %>
                                             <option value="0">--- select ---</option>
                                             <Option value="1" selected> 1</Option>
                                             <Option value="5"> 5</Option>
                              <%
                                        else if(strSelectedHistoryDate != null && strSelectedHistoryDate.equals("5"))
                              %>
                                             <option value="0">--- select ---</option>
                                             <Option value="1"> 1</Option>
                                             <Option value="5" selected> 5</Option>
                              <%
                                        else
                              %>
                                             <option value="0">--- select ---</option>
                                             <Option value="1"> 1</Option>
                                             <Option value="5"> 5</Option>
                              <%
%>
                         </html:select>
                         </TD>
                    </TR>
                    <TR class="tableheadings"><TD colspan="2"><strong>Notification Types</strong></TD></TR>
               </TABLE>
               <TABLE width="70%" cellpadding= 0 cellspacing=0 border=0 align="center">
                    <TR class="tableheadings">
                         <TD width="40%" ><CENTER><B><BR>Available Notifications<BR></B></CENTER></TD>
                         <TD width="10%"></TD>
                         <TD width="40%"><CENTER><B><BR>Displayed on Message Screen<BR></B></CENTER></TD>
                         <TD></TD>
                    </TR>
                    <TR>
               <td>
                         <select styleId ="notificationType" class="selectBoxStyle" name="sel1" multiple="multiple" size= "10" >
                         </select> </td>
                         <TD align= middle style="CURSOR: hand" id="showCell"><IMG id="Right" src="<%=RangingConstants.CONTENT_PATH%>\images\right.gif" onclick="javascript:fnmove(sel1,sel2);fnChangeFlag();" />
<IMG id="Left" src="<%=RangingConstants.CONTENT_PATH%>\images\left.gif" onclick="javascript:fnmove(sel2,sel1);fnChangeFlag();" />
</TD>
                         <TD><select class="selectBoxStyle" name="sel2" multiple="multiple" size= "10">
                         </select></TD>
                         <TD align= middle style="CURSOR: hand" id="showCell"><IMG id="Up" src="<%=RangingConstants.CONTENT_PATH%>\images\up.gif" onclick="javascript:fnUp(sel2);fnChangeFlag();" />
<IMG id="Down" src="<%=RangingConstants.CONTENT_PATH%>\images\down.gif" onclick="javascript:fnDown(sel2);fnChangeFlag();" />
</TD>
                    </TR>
               </TABLE>
               <TABLE>
                    <TR class="tableheadings"><TD><strong>Other Attributes</strong></TD></TR>
               </TABLE>
               <TABLE width="70%" cellpadding= 0 cellspacing=0 border=0 align="center">
                    <TR class="tableheadings">
                         <TD width="40%"><CENTER><B><BR>Available Fields<BR></B></CENTER></TD>
                         <TD width="10%"></TD>
                         <TD width="40%"><CENTER><B><BR>Displayed on Message Screen<BR></B></CENTER></TD>
                         <TD></TD>
                    </TR>
                    <TR >
                         <TD>     <select class="selectBoxStyle" name="sel3" multiple="multiple" size= "10">
                              </select>
                         </TD>
                         <TD align= middle style="CURSOR: hand" id="showCell"><IMG id="Right" src="<%=RangingConstants.CONTENT_PATH%>\images\right.gif" onclick="javascript:fnmoveFields(sel3,sel4);fnChangeFlag();" />
<IMG id="Left" src="<%=RangingConstants.CONTENT_PATH%>\images\left.gif" onclick="javascript:fnmoveFields(sel4,sel3);fnChangeFlag();" />
</TD>
                         <TD><select class="selectBoxStyle" name="sel4" multiple="multiple" size= "10" maxlength="50">
                         </select></TD>
                         <TD align="center">  </TD>
                    </TR>
               </TABLE>
               <TABLE>
               <TR> </TR>
                    <TR class="tableheadings"><TD><strong>Seasons Selection for Notifications</strong></TD></TR>
               </TABLE>
               <TABLE width="70%" cellpadding= 0 cellspacing=0 border=0 align="center">
                    <TR class="tableheadings">
                         <TD width="40%" ><CENTER><B><BR>Available Seasons<BR></B></CENTER></TD>
                         <TD width="10%"></TD>
                         <TD width="40%"><CENTER><B><BR>Displayed on Message Screen<BR></B></CENTER></TD>
                         <TD></TD>
                    </TR>
                    <TR>
                         <TD>
                         <select styleId ="SeasonPref" class="selectBoxStyle" name="sel5" multiple="multiple" size= "10" >
                         </select> </TD>
                         <TD align= middle style="CURSOR: hand" id="showCell"><IMG id="Right" src="<%=RangingConstants.CONTENT_PATH%>\images\right.gif" onclick="javascript:fnmove(sel5,sel6);fnChangeFlag();" />
<IMG id="Left" src="<%=RangingConstants.CONTENT_PATH%>\images\left.gif" onclick="javascript:fnmove(sel6,sel5);fnChangeFlag();" />
</TD>
                         <TD><select class="selectBoxStyle" name="sel6" multiple="multiple" size= "10">
                         </select></TD>
                         <TD align="center">  </TD>
                    </TR>
               </TABLE>
          </TABLE>
</DIV>
<DIV id="topCombo">
     <TABLE width="100%" align=center border=1 cellpadding=10 cellspacing=0 style="BORDER-BOTTOM-COLOR: #97a2cd; BORDER-LEFT-COLOR: #97a2cd; BORDER-RIGHT-COLOR: #97a2cd; BORDER-TOP-COLOR: #97a2cd ">
               <TABLE width="100%" align=center border=0 cellpadding=0 cellspacing=0>
                    <TR> </TR>
                    <TR class="tableheadings" bgcolor="#cdd3e7">
                         <TD width="100%"><strong>Search Criteria Preferences</strong></TD>
                    </TR>
               </TABLE>
               <TABLE width="100%" align=center border=0 cellpadding=0 cellspacing=0>
                    <TR><TD> </TD></TR>
                    <TR>
                         <TD class=tableheadings align=right > Year  </TD>
                         <TD align=left >
                              <html:select property = "year" styleId="yearCombo" styleClass="boxwithborder" style="HEIGHT: 18px; WIDTH: 200px" onchange="javascript:fnChangeFlag();">
                                   <Option value="-1">-------select-------</Option>
                              <SCRIPT>
                                   </SCRIPT>
                              </html:select>
                         </TD>
                         <TD class=tableheadings align=right>       Season  </TD>
                         <TD align=left >
                              <html:select property="season" styleId="Season" styleClass="boxwithborder" style="HEIGHT: 18px; WIDTH: 200px" onchange="javascript:fnChangeFlag();fnLoadQuarter()">
                         <%
                                   if(strSeason != null && strSeason.equals(RangingConstants.SPRING_SUMMER))
                         %>
                                                  <Option value="-1">-------select-------</Option>
                                                  <Option value="<%=RangingConstants.SPRING_SUMMER%>" selected>Spring/Summer</Option>
                                                  <Option value="<%=RangingConstants.FALL_WINTER%>" >Fall/Winter</Option>
                         <%
                                   else if(strSeason != null && strSeason.equals(RangingConstants.FALL_WINTER))
                         %>
                                                  <Option value="-1">-------select-------</Opt

Similar Messages

  • ParsingException: nested TokenStreamException: antlr.TokenStreamIOException

    hi,
    i am getting this parsing exception whenver i add some html code to my jsp. i am placing my jsp.
                                                                   <%--
    <%@ page language="java" contentType="text/html; charset=UTF-8" %>
    <%-- Imports the relevant KLI classes --%>
    <%@ page import = "com.wk.kli.*"%>
    <%-- Include the userAuthorization page to authorize the user --%>
    <%@ include file="/include/userAuthorization.jsp" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
              "http://www.w3.org/TR/html4/loose.dtd">
    <html lang = "en">
        <!-- This includes header in the current jsp page. -->
        <jsp:include page = '<%= KLIPortalConst.JSPFiles.HEADER_PAGE %>'
                     flush = "true"/>
        <jsp:include page = '<%= KLIPortalConst.JSPFiles.GLOBALNAV_PAGE %>'
                     flush = "true"/>
           <head>
           <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
    <meta name=ProgId content=Word.Document>
    <meta name=Generator content="Microsoft Word 11">
    <meta name=Originator content="Microsoft Word 11">
    <link rel=File-List
    href="Terms%20and%20Conditions%20Litigation.com%20v.%20Feb%202007_files/filelist.xml">
    <title>General Terms & Conditions</title>
    </head>
    <body lang=EN-US link=blue vlink=purple style='tab-interval:36.0pt'>
              <div class=Section1>
    <p class=MsoNormal align=center style='text-align:center'><span lang=EN-GB
    style='font-size:14.0pt;mso-bidi-font-size:10.0pt;font-family:"Trebuchet MS"'><o:p> </o:p></span></p>
    <p class=MsoNormal align=center style='text-align:center'><span lang=EN-GB
    style='font-size:14.0pt;mso-bidi-font-size:10.0pt;font-family:"Trebuchet MS"'><o:p> </o:p></span></p>
    <p class=MsoNormal align=left style='text-align:left'><span lang=EN-GB
    style='font-size:12.0pt;font-family:"Trebuchet MS"'>Terms and Conditions: <a
    href="http://www.kluwerlitigation.com/">www.KluwerLitigation.com</a> <o:p></o:p></span></p>
    <p class=MsoNormal><span lang=EN-GB style='font-family:"Trebuchet MS"'><o:p> </o:p></span></p>
    </div>
    <span lang=EN-GB style='font-size:8.0pt;mso-bidi-font-size:10.0pt;font-family:
    "Trebuchet MS";mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:
    "Times New Roman";mso-ansi-language:EN-GB;mso-fareast-language:EN-US;
    mso-bidi-language:AR-SA'><br clear=all style='page-break-before:auto;
    mso-break-type:section-break'>
    </span>
    </div>
    </body>
    </html>whenever i place this html code in this jsp , i am getting parsing exception. please suggest .
    <div class=Section2>
    <h3><span lang=EN-GB style='font-family:"Trebuchet MS"'>1.<span
    style='mso-tab-count:1'></span>APPLICABILITY AND DEFINITIONS<o:p></o:p></span></h3>
        <p class=dgindent align=left style='text-align:left'><span lang=EN-GB
    style='font-family:"Trebuchet MS"'>1.1 The Agreement means the agreement
    between on the one hand Kluwer Law International bv ( �Licensor�) and on the
    other hand the customer (�Licensee�) on the basis of the Order Form as defined
    herein, the Acceptance as defined herein and the present Terms and Conditions.
    The Terms and Conditions shall apply on any offer or agreement with the
    exclusion of any terms and conditions used by the Licensee.<o:p></o:p></span></p>
    </div>Message was edited by:
    bobz

    here is the stack trace
    Error 500--Internal Server Error
    weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
         at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:965)
         at weblogic.servlet.jsp.JspParser.doit(JspParser.java:106)
         at weblogic.servlet.jsp.JspParser.parse(JspParser.java:230)
         at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:125)
         at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
         at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:367)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:223)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:172)
         at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:518)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:362)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.wk.kli.user.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:135)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6356)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

  • Antlr.TokenStreamIOException - Weblogic 7.0.1 RH8.0

    I recently installed RH8.0 and Weblogic 7.0.1 on a spare desktop to
              test our web site on a linux platform. We currently run on Solaris on
              production and develop on our windows 2000 desktops using WL 7.0.1.
              When I try to access the home page (index.jsp) I get the following
              error. I am able to access any other JSP on the site except this one
              where I get the error. There are no page includes in the jsp which I
              have seen associated with other similar errors posted. anyone have
              any ideas?
              Thanks
              Jim
              <Mar 31, 2003 5:24:19 PM CST> <Error> <HTTP> <101017>
              <[ServletContext(id=53288,name=navtech,context-path=)] Root cause of
              ServletException
              weblogic.utils.ParsingException: nested TokenStreamException:
              antlr.TokenStreamIOException
                   at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:961)
                   at weblogic.servlet.jsp.JspParser.doit(JspParser.java:90)
                   at weblogic.servlet.jsp.JspParser.parse(JspParser.java:213)
                   at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
                   at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
                   at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:353)
                   at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:211)
                   at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:164)
                   at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:517)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:351)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
                   at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
                   at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              >
              

    Jim wrote:
              > I recently installed RH8.0 and Weblogic 7.0.1 on a spare desktop to
              > test our web site on a linux platform. We currently run on Solaris on
              > production and develop on our windows 2000 desktops using WL 7.0.1.
              > When I try to access the home page (index.jsp) I get the following
              > error. I am able to access any other JSP on the site except this one
              > where I get the error. There are no page includes in the jsp which I
              > have seen associated with other similar errors posted. anyone have
              > any ideas?
              >
              > Thanks
              > Jim
              >
              >
              >
              > <Mar 31, 2003 5:24:19 PM CST> <Error> <HTTP> <101017>
              > <[ServletContext(id=53288,name=navtech,context-path=)] Root cause of
              > ServletException
              > weblogic.utils.ParsingException: nested TokenStreamException:
              > antlr.TokenStreamIOException
              >      at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:961)
              >      at weblogic.servlet.jsp.JspParser.doit(JspParser.java:90)
              >      at weblogic.servlet.jsp.JspParser.parse(JspParser.java:213)
              >      at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
              >      at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
              >      at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:353)
              >      at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:211)
              >      at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:164)
              >      at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:517)
              >      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:351)
              >      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              >      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5445)
              >      at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              >      at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              >      at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              >      at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              >      at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              >
              some questions :
              Is this jsp file within a war ? what encoding if-any does this jsp use
              (either setting the contentType /pageEncoding) Finally can you post the
              jsp (or a reproducer)
              Nagesh
              

  • Antlr.TokenStreamIOException when access jsp

              i'm starting weblogic 6.1 in rh9.0, and get this error. the problem is we have
              a couple instances of weblogic, not all of them have this problem.
              weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
              at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1025)
              at weblogic.servlet.jsp.JspParser.doit(JspParser.java:80)
              at weblogic.servlet.jsp.JspParser.parse(JspParser.java:183)
              at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
              at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:327)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:368)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:304)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

              i'm starting weblogic 6.1 in rh9.0, and get this error. the problem is we have
              a couple instances of weblogic, not all of them have this problem.
              weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
              at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1025)
              at weblogic.servlet.jsp.JspParser.doit(JspParser.java:80)
              at weblogic.servlet.jsp.JspParser.parse(JspParser.java:183)
              at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
              at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:327)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:368)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:304)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

  • Weblogic.utils.ParsingException: nested TokenStreamException

    who know, what is the source for the next exception:
              ault'> <> <> <101017> <[WebAppServletContext(8161492,SGAdmin,/SGAdmin)] Root cause of ServletException>
              weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
              at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1115)
              at weblogic.servlet.jsp.JspParser.doit(JspParser.java:89)
              at weblogic.servlet.jsp.JspParser.parse(JspParser.java:193)
              at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
              at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:341)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:201)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:370)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:240)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2678)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2412)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)

    Hi,
              I encountered same exception.
              Here is my jsp:
              <%@ page language="java" %>
              <%--@ page import="java.util.*,com.jspsmart.upload.*" errorPage="" --%>
              <html>
              <head>
              <title>ÎļþÉÏ´«´¦ÀíÒ³Ãæ</title>
              <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
              </head>
              <body>
              <%--
                   SmartUpload su = new SmartUpload();
                   su.initialize(pageContext);
                   // su.setMaxFileSize(10000);
                   // su.setTotalMaxFileSize(20000);
                   // su.setAllowedFilesList("doc,txt");
                   // su.setDeniedFilesList("exe,bat,jsp,htm,html,,");
                   su.upload();
                   int count = su.save("/upload");
                   out.println(count+"dddd<br>");
                   out.println("TEST="+su.getRequest().getParameter("TEST")
                   +"<BR><BR>");
                   for (int i=0;i<su.getFiles().getCount();i++)
                        com.jspsmart.upload.File file = su.getFiles().getFile(i);
                        if (file.isMissing()) continue;
                        out.println("<TABLE BORDER=1>");
                        out.println("<TR><TD>FieldName:</TD><TD>"
                        + file.getFieldName() + "</TD></TR>");
                        out.println("<TR><TD>Size:</TD><TD>" +
                        file.getSize() + "</TD></TR>");
                        out.println("<TR><TD>FileName:</TD><TD>"
                        + file.getFileName() + "</TD></TR>");
                        out.println("<TR><TD>FileExt:</TD><TD>"
                        + file.getFileExt() + "</TD></TR>");
                        out.println("<TR><TD>FilePathName:</TD><TD>"
                        + file.getFilePathName() + "</TD></TR>");
                        out.println("</TABLE><BR>");
                        // file.saveAs("/upload/" + myFile.getFileName());
                        // file.saveAs("/upload/" + myFile.getFileName(),
                        su.SAVE_VIRTUAL);
                        // file.saveAs("c:\\temp\\" + myFile.getFileName(),
                        su.SAVE_PHYSICAL);
              --%>
              </body>
              </html>
              <%--
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
              <html>
              <head>
              <title>ÎļþÉÏ´«</title>
              <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
              </head>
              <body>
              <p> </p>
              <p align="center">upload</p>
              <FORM METHOD="POST" ACTION="jsp/do_upload.jsp"
              ENCTYPE="multipart/form-data">
              <input type="hidden" name="TEST" value="good">
              <table width="75%" border="1" align="center">
              <tr>
              <td><div align="center">1¡¢
              <input type="FILE" name="FILE1" size="30">
              </div></td>
              </tr>
              <tr>
              <td><div align="center">2¡¢
              <input type="FILE" name="FILE2" size="30">
              </div></td>
              </tr>
              <tr>
              <td><div align="center">3¡¢
              <input type="FILE" name="FILE3" size="30">
              </div></td>
              </tr>
              <tr>
              <td><div align="center">4¡¢
              <input type="FILE" name="FILE4" size="30">
              </div></td>
              </tr>
              <tr>
              <td><div align="center">
              <input type="submit" name="Submit" value="ÉÏ´«Ëü£¡">
              </div></td>
              </tr>
              </table>
              </FORM>
              </body>
              </html>
              --%>

  • TokenStreamIOException

    hi,
    i am getting parsing exception while opening this jsp. the exception is weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
    jsp :
    <%@ page language="java" contentType="text/html; charset=UTF-8" %>
    <%-- Imports the relevant KLI classes --%>
    <%@ page import = "com.wk.kli.*"%>
    <%-- Include the userAuthorization page to authorize the user --%>
    <%@ include file="/include/userAuthorization.jsp" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
              "http://www.w3.org/TR/html4/loose.dtd">
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:w="urn:schemas-microsoft-com:office:word"
    xmlns="http://www.w3.org/TR/REC-html40">
    <head>
    <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
    <meta name=ProgId content=Word.Document>
    <meta name=Generator content="Microsoft Word 11">
    <meta name=Originator content="Microsoft Word 11">
    <link rel=File-List
    href="Terms%20and%20Conditions%20Litigation.com%20v.%20Feb%202007_files/filelist.xml">
    <title>General Terms & Conditions</title>
    <!--[if gte mso 9]><xml>
    <o:DocumentProperties>
      <o:Author>Mr J. Roeleveld</o:Author>
      <o:LastAuthor>EBG1</o:LastAuthor>
      <o:Revision>3</o:Revision>
      <o:TotalTime>3</o:TotalTime>
      <o:LastPrinted>2007-02-05T15:16:00Z</o:LastPrinted>
      <o:Created>2007-03-09T13:39:00Z</o:Created>
      <o:LastSaved>2007-03-09T13:39:00Z</o:LastSaved>
      <o:Pages>1</o:Pages>
      <o:Words>2194</o:Words>
      <o:Characters>12509</o:Characters>
      <o:Company>ELLIS Publications</o:Company>
      <o:Lines>104</o:Lines>
      <o:Paragraphs>29</o:Paragraphs>
      <o:CharactersWithSpaces>14674</o:CharactersWithSpaces>
      <o:Version>11.8122</o:Version>
    </o:DocumentProperties>
    </xml><![endif]--><!--[if gte mso 9]><xml>
    <w:WordDocument>
      <w:View>Print</w:View>
      <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
      <w:DisplayVerticalDrawingGridEvery>0</w:DisplayVerticalDrawingGridEvery>
      <w:UseMarginsForDrawingGridOrigin/>
      <w:ValidateAgainstSchemas/>
      <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
      <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
      <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
      <w:Compatibility>
       <w:UsePrinterMetrics/>
       <w:WW6BorderRules/>
       <w:FootnoteLayoutLikeWW8/>
       <w:ShapeLayoutLikeWW8/>
       <w:AlignTablesRowByRow/>
       <w:ForgetLastTabAlignment/>
       <w:LayoutRawTableWidth/>
       <w:LayoutTableRowsApart/>
       <w:UseWord97LineBreakingRules/>
       <w:SelectEntireFieldWithStartOrEnd/>
       <w:UseWord2002TableStyleRules/>
      </w:Compatibility>
      <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
    </w:WordDocument>
    </xml><![endif]--><!--[if gte mso 9]><xml>
    <w:LatentStyles DefLockedState="false" LatentStyleCount="156">
    </w:LatentStyles>
    </xml><![endif]-->
    <style>
    <!--
    /* Font Definitions */
    @font-face
         {font-family:Tahoma;
         panose-1:2 11 6 4 3 5 4 4 2 4;
         mso-font-charset:0;
         mso-generic-font-family:swiss;
         mso-font-pitch:variable;
         mso-font-signature:1627421319 -2147483648 8 0 66047 0;}
    @font-face
         {font-family:"Trebuchet MS";
         panose-1:2 11 6 3 2 2 2 2 2 4;
         mso-font-charset:0;
         mso-generic-font-family:swiss;
         mso-font-pitch:variable;
         mso-font-signature:647 0 0 0 159 0;}
    @font-face
         {font-family:"Arial Narrow";
         panose-1:2 11 5 6 2 2 2 3 2 4;
         mso-font-charset:0;
         mso-generic-font-family:swiss;
         mso-font-pitch:variable;
         mso-font-signature:647 0 0 0 159 0;}
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
         {mso-style-parent:"";
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    h1
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         page-break-after:avoid;
         mso-outline-level:1;
         font-size:16.0pt;
         font-family:Arial;
         mso-font-kerning:16.0pt;
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    h2
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         page-break-after:avoid;
         mso-outline-level:2;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:Arial;
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;
         mso-bidi-font-weight:normal;
         font-style:italic;
         mso-bidi-font-style:normal;}
    h3
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         page-break-after:avoid;
         mso-outline-level:3;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-ansi-language:EN-GB;
         font-weight:bold;
         mso-bidi-font-weight:normal;}
    h4
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         page-break-after:avoid;
         mso-outline-level:4;
         font-size:14.0pt;
         font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    h5
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:5;
         font-size:13.0pt;
         font-family:"Arial Narrow";
         mso-ansi-language:EN-GB;
         font-weight:bold;
         font-style:italic;}
    h6
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:6;
         font-size:11.0pt;
         font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    p.MsoHeading7, li.MsoHeading7, div.MsoHeading7
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:7;
         font-size:12.0pt;
         font-family:"Times New Roman";
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoHeading8, li.MsoHeading8, div.MsoHeading8
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:8;
         font-size:12.0pt;
         font-family:"Times New Roman";
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-style:italic;}
    p.MsoHeading9, li.MsoHeading9, div.MsoHeading9
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:9;
         font-size:11.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex1, li.MsoIndex1, div.MsoIndex1
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:8.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex2, li.MsoIndex2, div.MsoIndex2
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:16.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex3, li.MsoIndex3, div.MsoIndex3
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:24.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex4, li.MsoIndex4, div.MsoIndex4
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:32.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex5, li.MsoIndex5, div.MsoIndex5
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:40.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex6, li.MsoIndex6, div.MsoIndex6
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:48.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex7, li.MsoIndex7, div.MsoIndex7
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:56.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex8, li.MsoIndex8, div.MsoIndex8
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:64.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex9, li.MsoIndex9, div.MsoIndex9
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:72.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc1, li.MsoToc1, div.MsoToc1
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc2, li.MsoToc2, div.MsoToc2
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:8.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc3, li.MsoToc3, div.MsoToc3
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:16.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc4, li.MsoToc4, div.MsoToc4
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:24.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc5, li.MsoToc5, div.MsoToc5
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:32.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc6, li.MsoToc6, div.MsoToc6
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:40.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc7, li.MsoToc7, div.MsoToc7
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:48.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc8, li.MsoToc8, div.MsoToc8
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:56.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc9, li.MsoToc9, div.MsoToc9
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:64.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoNormalIndent, li.MsoNormalIndent, div.MsoNormalIndent
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:36.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
         {mso-style-noshow:yes;
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
         {mso-style-noshow:yes;
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoHeader, li.MsoHeader, div.MsoHeader
         {margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         tab-stops:center 207.65pt right 415.3pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoFooter, li.MsoFooter, div.MsoFooter
         {margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         tab-stops:center 207.65pt right 415.3pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading
         {mso-style-noshow:yes;
         mso-style-next:"Index 1";
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    p.MsoCaption, li.MsoCaption, div.MsoCaption
         {mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:6.0pt;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    p.MsoTof, li.MsoTof, div.MsoTof
         {mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:16.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-16.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoEnvelopeAddress, li.MsoEnvelopeAddress, div.MsoEnvelopeAddress
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:144.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-element:frame;
         mso-element-frame-width:396.0pt;
         mso-element-frame-height:99.0pt;
         mso-element-frame-hspace:9.0pt;
         mso-element-wrap:auto;
         mso-element-anchor-horizontal:page;
         mso-element-left:center;
         mso-element-top:bottom;
         mso-height-rule:exactly;
         font-size:12.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoEnvelopeReturn, li.MsoEnvelopeReturn, div.MsoEnvelopeReturn
         {margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoEndnoteText, li.MsoEndnoteText, div.MsoEndnoteText
         {mso-style-noshow:yes;
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToa, li.MsoToa, div.MsoToa
         {mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:8.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoMacroText, li.MsoMacroText, div.MsoMacroText
         {mso-style-noshow:yes;
         mso-style-parent:"";
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         tab-stops:24.0pt 48.0pt 72.0pt 96.0pt 120.0pt 144.0pt 168.0pt 192.0pt 216.0pt;
         font-size:10.0pt;
         font-family:"Courier New";
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToaHeading, li.MsoToaHeading, div.MsoToaHeading
         {mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:6.0pt;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:12.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    p.MsoList, li.MsoList, div.MsoList
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:18.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet, li.MsoListBullet, div.MsoListBullet
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:18.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l9 level1 lfo15;
         tab-stops:list 18.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber, li.MsoListNumber, div.MsoListNumber
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:18.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l8 level1 lfo20;
         tab-stops:list 18.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoList2, li.MsoList2, div.MsoList2
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:36.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoList3, li.MsoList3, div.MsoList3
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:54.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoList4, li.MsoList4, div.MsoList4
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:72.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoList5, li.MsoList5, div.MsoList5
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:90.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:36.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l7 level1 lfo16;
         tab-stops:list 36.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet3, li.MsoListBullet3, div.MsoListBullet3
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:54.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l6 level1 lfo17;
         tab-stops:list 54.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet4, li.MsoListBullet4, div.MsoListBullet4
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:72.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l5 level1 lfo18;
         tab-stops:list 72.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet5, li.MsoListBullet5, div.MsoListBullet5
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:90.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l4 level1 lfo19;
         tab-stops:list 90.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber2, li.MsoListNumber2, div.MsoListNumber2
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:36.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l3 level1 lfo21;
         tab-stops:list 36.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber3, li.MsoListNumber3, div.MsoListNumber3
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:54.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l2 level1 lfo22;
         tab-stops:list 54.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber4, li.MsoListNumber4, div.MsoListNumber4
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:72.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l1 level1 lfo23;
         tab-stops:list 72.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber5, li.MsoListNumber5, div.MsoListNumber5
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:90.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l0 level1 lfo24;
         tab-stops:list 90.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoTitle, li.MsoTitle, div.MsoTitle
         {margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:center;
         mso-pagination:widow-orphan;
         font-size:16.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-font-kerning:14.0pt;
         mso-ansi-language:EN-GB;
         font-weight:bold;
         mso-bidi-font-weight:normal;}
    p.MsoClosing, li.MsoClosing, div.MsoClosing
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:216.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoSignature, li.MsoSignature, div.MsoSignature
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:216.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoBodyTextIndent, li.MsoBodyTextIndent, div.MsoBodyTextIndent
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:18.0pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListContinue, li.MsoListContinue, div.MsoListContinue
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:18.0pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListContinue2, li.MsoListContinue2, div.MsoListContinue2
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:36.0pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListContinue3, li.MsoListContinue3, div.MsoListContinu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

    hi,
    i am getting parsing exception while opening this jsp. the exception is weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
    jsp :
    <%@ page language="java" contentType="text/html; charset=UTF-8" %>
    <%-- Imports the relevant KLI classes --%>
    <%@ page import = "com.wk.kli.*"%>
    <%-- Include the userAuthorization page to authorize the user --%>
    <%@ include file="/include/userAuthorization.jsp" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
              "http://www.w3.org/TR/html4/loose.dtd">
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:w="urn:schemas-microsoft-com:office:word"
    xmlns="http://www.w3.org/TR/REC-html40">
    <head>
    <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
    <meta name=ProgId content=Word.Document>
    <meta name=Generator content="Microsoft Word 11">
    <meta name=Originator content="Microsoft Word 11">
    <link rel=File-List
    href="Terms%20and%20Conditions%20Litigation.com%20v.%20Feb%202007_files/filelist.xml">
    <title>General Terms & Conditions</title>
    <!--[if gte mso 9]><xml>
    <o:DocumentProperties>
      <o:Author>Mr J. Roeleveld</o:Author>
      <o:LastAuthor>EBG1</o:LastAuthor>
      <o:Revision>3</o:Revision>
      <o:TotalTime>3</o:TotalTime>
      <o:LastPrinted>2007-02-05T15:16:00Z</o:LastPrinted>
      <o:Created>2007-03-09T13:39:00Z</o:Created>
      <o:LastSaved>2007-03-09T13:39:00Z</o:LastSaved>
      <o:Pages>1</o:Pages>
      <o:Words>2194</o:Words>
      <o:Characters>12509</o:Characters>
      <o:Company>ELLIS Publications</o:Company>
      <o:Lines>104</o:Lines>
      <o:Paragraphs>29</o:Paragraphs>
      <o:CharactersWithSpaces>14674</o:CharactersWithSpaces>
      <o:Version>11.8122</o:Version>
    </o:DocumentProperties>
    </xml><![endif]--><!--[if gte mso 9]><xml>
    <w:WordDocument>
      <w:View>Print</w:View>
      <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
      <w:DisplayVerticalDrawingGridEvery>0</w:DisplayVerticalDrawingGridEvery>
      <w:UseMarginsForDrawingGridOrigin/>
      <w:ValidateAgainstSchemas/>
      <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
      <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
      <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
      <w:Compatibility>
       <w:UsePrinterMetrics/>
       <w:WW6BorderRules/>
       <w:FootnoteLayoutLikeWW8/>
       <w:ShapeLayoutLikeWW8/>
       <w:AlignTablesRowByRow/>
       <w:ForgetLastTabAlignment/>
       <w:LayoutRawTableWidth/>
       <w:LayoutTableRowsApart/>
       <w:UseWord97LineBreakingRules/>
       <w:SelectEntireFieldWithStartOrEnd/>
       <w:UseWord2002TableStyleRules/>
      </w:Compatibility>
      <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
    </w:WordDocument>
    </xml><![endif]--><!--[if gte mso 9]><xml>
    <w:LatentStyles DefLockedState="false" LatentStyleCount="156">
    </w:LatentStyles>
    </xml><![endif]-->
    <style>
    <!--
    /* Font Definitions */
    @font-face
         {font-family:Tahoma;
         panose-1:2 11 6 4 3 5 4 4 2 4;
         mso-font-charset:0;
         mso-generic-font-family:swiss;
         mso-font-pitch:variable;
         mso-font-signature:1627421319 -2147483648 8 0 66047 0;}
    @font-face
         {font-family:"Trebuchet MS";
         panose-1:2 11 6 3 2 2 2 2 2 4;
         mso-font-charset:0;
         mso-generic-font-family:swiss;
         mso-font-pitch:variable;
         mso-font-signature:647 0 0 0 159 0;}
    @font-face
         {font-family:"Arial Narrow";
         panose-1:2 11 5 6 2 2 2 3 2 4;
         mso-font-charset:0;
         mso-generic-font-family:swiss;
         mso-font-pitch:variable;
         mso-font-signature:647 0 0 0 159 0;}
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
         {mso-style-parent:"";
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    h1
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         page-break-after:avoid;
         mso-outline-level:1;
         font-size:16.0pt;
         font-family:Arial;
         mso-font-kerning:16.0pt;
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    h2
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         page-break-after:avoid;
         mso-outline-level:2;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:Arial;
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;
         mso-bidi-font-weight:normal;
         font-style:italic;
         mso-bidi-font-style:normal;}
    h3
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         page-break-after:avoid;
         mso-outline-level:3;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-ansi-language:EN-GB;
         font-weight:bold;
         mso-bidi-font-weight:normal;}
    h4
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         page-break-after:avoid;
         mso-outline-level:4;
         font-size:14.0pt;
         font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    h5
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:5;
         font-size:13.0pt;
         font-family:"Arial Narrow";
         mso-ansi-language:EN-GB;
         font-weight:bold;
         font-style:italic;}
    h6
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:6;
         font-size:11.0pt;
         font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    p.MsoHeading7, li.MsoHeading7, div.MsoHeading7
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:7;
         font-size:12.0pt;
         font-family:"Times New Roman";
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoHeading8, li.MsoHeading8, div.MsoHeading8
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:8;
         font-size:12.0pt;
         font-family:"Times New Roman";
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-style:italic;}
    p.MsoHeading9, li.MsoHeading9, div.MsoHeading9
         {mso-style-next:Normal;
         margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-outline-level:9;
         font-size:11.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex1, li.MsoIndex1, div.MsoIndex1
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:8.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex2, li.MsoIndex2, div.MsoIndex2
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:16.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex3, li.MsoIndex3, div.MsoIndex3
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:24.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex4, li.MsoIndex4, div.MsoIndex4
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:32.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex5, li.MsoIndex5, div.MsoIndex5
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:40.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex6, li.MsoIndex6, div.MsoIndex6
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:48.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex7, li.MsoIndex7, div.MsoIndex7
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:56.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex8, li.MsoIndex8, div.MsoIndex8
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:64.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndex9, li.MsoIndex9, div.MsoIndex9
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:72.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc1, li.MsoToc1, div.MsoToc1
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc2, li.MsoToc2, div.MsoToc2
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:8.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc3, li.MsoToc3, div.MsoToc3
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:16.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc4, li.MsoToc4, div.MsoToc4
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:24.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc5, li.MsoToc5, div.MsoToc5
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:32.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc6, li.MsoToc6, div.MsoToc6
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:40.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc7, li.MsoToc7, div.MsoToc7
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:48.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc8, li.MsoToc8, div.MsoToc8
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:56.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToc9, li.MsoToc9, div.MsoToc9
         {mso-style-update:auto;
         mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:64.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoNormalIndent, li.MsoNormalIndent, div.MsoNormalIndent
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:36.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
         {mso-style-noshow:yes;
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
         {mso-style-noshow:yes;
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoHeader, li.MsoHeader, div.MsoHeader
         {margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         tab-stops:center 207.65pt right 415.3pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoFooter, li.MsoFooter, div.MsoFooter
         {margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         tab-stops:center 207.65pt right 415.3pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading
         {mso-style-noshow:yes;
         mso-style-next:"Index 1";
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    p.MsoCaption, li.MsoCaption, div.MsoCaption
         {mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:6.0pt;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    p.MsoTof, li.MsoTof, div.MsoTof
         {mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:16.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-16.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoEnvelopeAddress, li.MsoEnvelopeAddress, div.MsoEnvelopeAddress
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:144.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         mso-element:frame;
         mso-element-frame-width:396.0pt;
         mso-element-frame-height:99.0pt;
         mso-element-frame-hspace:9.0pt;
         mso-element-wrap:auto;
         mso-element-anchor-horizontal:page;
         mso-element-left:center;
         mso-element-top:bottom;
         mso-height-rule:exactly;
         font-size:12.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoEnvelopeReturn, li.MsoEnvelopeReturn, div.MsoEnvelopeReturn
         {margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoEndnoteText, li.MsoEndnoteText, div.MsoEndnoteText
         {mso-style-noshow:yes;
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToa, li.MsoToa, div.MsoToa
         {mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:8.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-8.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoMacroText, li.MsoMacroText, div.MsoMacroText
         {mso-style-noshow:yes;
         mso-style-parent:"";
         margin:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         tab-stops:24.0pt 48.0pt 72.0pt 96.0pt 120.0pt 144.0pt 168.0pt 192.0pt 216.0pt;
         font-size:10.0pt;
         font-family:"Courier New";
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoToaHeading, li.MsoToaHeading, div.MsoToaHeading
         {mso-style-noshow:yes;
         mso-style-next:Normal;
         margin-top:6.0pt;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:0cm;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:12.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;
         font-weight:bold;}
    p.MsoList, li.MsoList, div.MsoList
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:18.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet, li.MsoListBullet, div.MsoListBullet
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:18.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l9 level1 lfo15;
         tab-stops:list 18.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber, li.MsoListNumber, div.MsoListNumber
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:18.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l8 level1 lfo20;
         tab-stops:list 18.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoList2, li.MsoList2, div.MsoList2
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:36.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoList3, li.MsoList3, div.MsoList3
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:54.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoList4, li.MsoList4, div.MsoList4
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:72.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoList5, li.MsoList5, div.MsoList5
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:90.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:36.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l7 level1 lfo16;
         tab-stops:list 36.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet3, li.MsoListBullet3, div.MsoListBullet3
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:54.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l6 level1 lfo17;
         tab-stops:list 54.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet4, li.MsoListBullet4, div.MsoListBullet4
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:72.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l5 level1 lfo18;
         tab-stops:list 72.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListBullet5, li.MsoListBullet5, div.MsoListBullet5
         {mso-style-update:auto;
         margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:90.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l4 level1 lfo19;
         tab-stops:list 90.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber2, li.MsoListNumber2, div.MsoListNumber2
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:36.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l3 level1 lfo21;
         tab-stops:list 36.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber3, li.MsoListNumber3, div.MsoListNumber3
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:54.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l2 level1 lfo22;
         tab-stops:list 54.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber4, li.MsoListNumber4, div.MsoListNumber4
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:72.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l1 level1 lfo23;
         tab-stops:list 72.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListNumber5, li.MsoListNumber5, div.MsoListNumber5
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:90.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         text-indent:-18.0pt;
         mso-pagination:widow-orphan;
         mso-list:l0 level1 lfo24;
         tab-stops:list 90.0pt;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoTitle, li.MsoTitle, div.MsoTitle
         {margin-top:12.0pt;
         margin-right:0cm;
         margin-bottom:3.0pt;
         margin-left:0cm;
         text-align:center;
         mso-pagination:widow-orphan;
         font-size:16.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:Arial;
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-font-kerning:14.0pt;
         mso-ansi-language:EN-GB;
         font-weight:bold;
         mso-bidi-font-weight:normal;}
    p.MsoClosing, li.MsoClosing, div.MsoClosing
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:216.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoSignature, li.MsoSignature, div.MsoSignature
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:0cm;
         margin-left:216.0pt;
         margin-bottom:.0001pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:0cm;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoBodyTextIndent, li.MsoBodyTextIndent, div.MsoBodyTextIndent
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:18.0pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListContinue, li.MsoListContinue, div.MsoListContinue
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:18.0pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListContinue2, li.MsoListContinue2, div.MsoListContinue2
         {margin-top:0cm;
         margin-right:0cm;
         margin-bottom:6.0pt;
         margin-left:36.0pt;
         text-align:justify;
         mso-pagination:widow-orphan;
         font-size:8.0pt;
         mso-bidi-font-size:10.0pt;
         font-family:"Arial Narrow";
         mso-fareast-font-family:"Times New Roman";
         mso-bidi-font-family:"Times New Roman";
         mso-ansi-language:EN-GB;}
    p.MsoListContinue3, li.MsoListContinue3, div.MsoListContinu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

  • Character encoding problem

              We are using WebLogic 7.0 SP4 on Solaris 8 w/ jdk131_10. By default we don't specify
              the "encoding" jsp-param of the jsp-descriptor in the weblogic.xml. The BEA documentation
              says "If not set, this parameter defaults to the encoding for your platform."
              Without setting this value, certain characters in our JSPs are converted just
              fine in our test environment but become "weird" characters in our production environment.
              Question 1: Where exactly is the encoding of the "platform" specified?
              So I figured we just had to specify the encoding to be UTF8, right? Well when
              we do that, everything is still fine in test but in production we get the following
              exception when WebLogic tries to compile a JSP.
              weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
              at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:964)
              at weblogic.servlet.jsp.JspParser.doit(JspParser.java:90)
              at weblogic.servlet.jsp.JspParser.parse(JspParser.java:213)
              at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
              at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:356)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:214)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:164)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:534)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:364)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:462)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5517)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:685)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3156)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2506)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)
              Question 2: Any ideas why this exception is happening?
              

    Conrad Armstrong wrote:
              >
              > We are using WebLogic 7.0 SP4 on Solaris 8 w/ jdk131_10. By default we
              > don't specify the "encoding" jsp-param of the jsp-descriptor in the
              > weblogic.xml. The BEA documentation says "If not set, this parameter
              > defaults to the encoding for your platform." Without setting this value,
              > certain characters in our JSPs are converted just fine in our test
              > environment but become "weird" characters in our production environment.
              >
              > Question 1: Where exactly is the encoding of the "platform" specified?
              >
              > So I figured we just had to specify the encoding to be UTF8, right? Well
              > when we do that, everything is still fine in test but in production we get
              > the following exception when WebLogic tries to compile a JSP.
              >
              > weblogic.utils.ParsingException: nested TokenStreamException:
              > antlr.TokenStreamIOException
              > at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:964)
              > at weblogic.servlet.jsp.JspParser.doit(JspParser.java:90)
              > at weblogic.servlet.jsp.JspParser.parse(JspParser.java:213)
              > at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
              > at
              >
              weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
              > at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:356) at
              > weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:214) at
              > weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:164) at
              >
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:534)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:364)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:462)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
              > at
              >
              weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5517)
              > at
              >
              weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:685)
              > at
              >
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3156)
              > at
              >
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2506)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)
              >
              > Question 2: Any ideas why this exception is happening?
              The platform encoding is the one returned by the system property
              file.encoding => System.getProperty("file.encoding")
              Probably you are developing on windows and deploying ('production') on
              solaris? In that case the default file encodings on each os are different
              and that may be causing the problem here. (On windows the default is cp1252
              i think)
              Typically, are all your jsps more or less iso-8859-1? then you can set this
              encoding in weblogic.xml. I believe the default encoding on solaris is
              "ISO-8859-1" (You can check this by writing a simple jsp which prints out :
              Encoding : <%= System.getProperty("file.encoding") %>
              Hope that helps.
              Do let me know what you find
              --Nagesh
              

  • Error in parsing jsp pages

    Folks,
    I have deployed my Sun IDM Application on Weblogic Application Server 8.1, I am getting error
    (parsing error in admin as well as user interface) while hitting any of the tab in admin console.
    See the error...
    Parsing of JSP File '/account/find.jsp' failed:
    java.lang.RuntimeException: Could not parse embedded JSP code: weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException*
    at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1226)
    at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1195)
    at weblogic.servlet.jsp.JspLexer.buildTimeInclude(JspLexer.java:934)
    at weblogic.servlet.jsp.JspLexer.mINCLUDE_DIRECTIVE(JspLexer.java:5003)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4761)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2161)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1947)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1820)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:963)
    at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1221)
    at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1195)
    at weblogic.servlet.jsp.JspLexer.buildTimeInclude(JspLexer.java:934)
    at weblogic.servlet.jsp.JspLexer.mINCLUDE_DIRECTIVE(JspLexer.java:5003)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4761)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2161)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1947)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1820)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:963)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:106)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:234)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:125)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:396)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:246)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:196)
    at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:598)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:406)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6981)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Thanks
    Randhir Singh

    This forum is for directory (proxy) server.
    You should visit the IDM forums: http://forums.sun.com/forum.jspa?forumID=764

  • Exception weblogic.utils.ParsingException in redhat Linux (include JSP)

    Hi,
    We have a lot of application (war,ear) deployed in Windows XP Server, Sun Solaris with WebLogic Server 7.2 and shows no problem, but now I installed the same applications in WLS SP2 in Linux RedHat 9, and deployed I haven't had any
    problem in doing so, but I get an error when I try to view these applications in the browser.
    The message is:
    9,name=hubcontrol,context-path=/hubcontrol)] Root cause of ServletException
    weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:961)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:90)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:213)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
    but, I know the problems is <%@ include file="xxx" %>, WL don't support <%@ include file="/xxx" %> in linux....I have many applications WAR, I cannot change them for a Linux version.... does not exist another alternative?
    Thanks a lot,

    <QUESTION>
    I have a problem with creating a separate working directory for Weblogic
    Commerce Server where I can do development. These are the errors that I
    can when I try to access a particular portal,
    I have created a separate user account for this purpose while all the
    main Weblogic stuff are still under /usr/local/weblogic and
    /usr/local/weblogicac. I can access individual jsp pages through
    absolute URL but then I use a portal name to access the portal, it
    throughs those exceptions. Does anyone have similar experience when
    trying to create a separate development environment using the same
    installation and license? Do you have to do a new installation?</QUESTION>
    <ANSWER>
    Theoretically, the working directory JSP for the portal implementation that
    tells the portal framework where to find your portal pages and the BEA
    WebLogic Portal pages.(This page is qualified from yourDocumentRoot as
    defined in the weblogic.properties file.)
    Example: workingdir=/portals/myPortal/
    You need to register the new working Dir in Weblogic.Properties files and
    restart your Application Server after you create your new working Dir.
    It is not easy to say with the situatrion that you described. Please check
    the link http://edocs.beasys.com/wlac/portals/docs/portal.htm#getting for
    details to create working Dir step by step. It may meet your needs. You may
    also check http://www.weblogic.com/docs/admindocs/properties.html#jsp for
    further information about JSP working Dir setting.
    Please try it again and post the result if it's possible.
    Thanks
    Ji Zhang
    </ANSWER>

  • Exception weblogic.utils.ParsingException in redhat Linux

    Hi,
    We have a lot of application (war,ear) deployed in Windows XP Server, Sun Solaris with WebLogic Server 7.2 and shows no problem, but now I installed the same applications in WLS SP2 in Linux RedHat 9, and deployed I haven't had any
    problem in doing so, but I get an error when I try to view these applications in the browser.
    The message is:
    9,name=hubcontrol,context-path=/hubcontrol)] Root cause of ServletException
    weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamIOException
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:961)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:90)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:213)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258)
    but, I know the problems is <%@ include file="xxx" %>, WL don't support <%@ include file="/xxx" %> in linux....I have many applications WAR, I cannot change them for a Linux version.... does not exist another alternative?
    Thanks a lot,

    <QUESTION>
    I have a problem with creating a separate working directory for Weblogic
    Commerce Server where I can do development. These are the errors that I
    can when I try to access a particular portal,
    I have created a separate user account for this purpose while all the
    main Weblogic stuff are still under /usr/local/weblogic and
    /usr/local/weblogicac. I can access individual jsp pages through
    absolute URL but then I use a portal name to access the portal, it
    throughs those exceptions. Does anyone have similar experience when
    trying to create a separate development environment using the same
    installation and license? Do you have to do a new installation?</QUESTION>
    <ANSWER>
    Theoretically, the working directory JSP for the portal implementation that
    tells the portal framework where to find your portal pages and the BEA
    WebLogic Portal pages.(This page is qualified from yourDocumentRoot as
    defined in the weblogic.properties file.)
    Example: workingdir=/portals/myPortal/
    You need to register the new working Dir in Weblogic.Properties files and
    restart your Application Server after you create your new working Dir.
    It is not easy to say with the situatrion that you described. Please check
    the link http://edocs.beasys.com/wlac/portals/docs/portal.htm#getting for
    details to create working Dir step by step. It may meet your needs. You may
    also check http://www.weblogic.com/docs/admindocs/properties.html#jsp for
    further information about JSP working Dir setting.
    Please try it again and post the result if it's possible.
    Thanks
    Ji Zhang
    </ANSWER>

  • Nested static includes

    In Weblogic 6.0 SP1, I get the following error when I have nested
              compile-time (static) includes of JSPs. It does not seem to matter what the
              included file/s contain. It seems that Weblogic JSPC does not like nested
              includes. Did not see anything in the spec to disallow nested includes, but
              I may be missing something. BTW, it compiles and runs fine in JBuilder.
              Any ideas?
              java.lang.RuntimeException: Could not parse embedded JSP code:
              weblogic.utils.ParsingException: nested TokenStreamException:
              antlr.TokenStreamException: Could not include includes/id_footer.jsp
                   at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1116)
                   at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1093)
                   at weblogic.servlet.jsp.JspLexer.parseJspCode(JspLexer.java:1086)
                   at weblogic.servlet.jsp.JspLexer.buildTimeInclude(JspLexer.java:864)
                   at weblogic.servlet.jsp.JspLexer.mINCLUDE_DIRECTIVE(JspLexer.java:3758)
                   at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3531)
                   at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1829)
                   at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1670)
                   at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1552)
                   at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:893)
                   at weblogic.servlet.jsp.JspParser.doit(JspParser.java:71)
                   at weblogic.servlet.jsp.JspParser.parse(JspParser.java:139)
                   at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:113)
                   at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:253)
                   at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:324)
                   at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
                   at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:133)
                   at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:31
              0)
                   at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :208)
                   at
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
              l.java:157)
                   at
              org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.ja
              va:1759)
                   at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1595)
                   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :213)
                   at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:1265)
                   at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :1622)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Thanks,
              Mitesh Mehta
              S1 Corp (http://www.s1.com)
              

    Max Stewart wrote:
    > Does this restriction also then apply when F12
    previewing in a browser ?
    F12 launches the page in a browser. Once it has done so, it
    has nothing
    to do with Dreamweaver. If you set up a testing server that's
    capable of
    handling SSI, everything should be displayed exactly the same
    as on a
    live website.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Error while deploying war file with jsp precompile option in weblogic 7.0

              Hi
              I am trying to precompile jsp file which is there in a war.Main jsp file code
              includes one more jsp which is there in other folder under defaultweb directory.
              While deploying the war i am getting the following error.Can any bosy help me
              in this regard
              <Nov 23, 2002 5:01:28 PM IST> <Error> <HTTP> <101045> <[ServletContext(id=464413
              3,name=ArkinTestWeb,context-path=/ArkinTestWeb-3)] translation of /Admin/account
              _access.jsp failed: weblogic.utils.ParsingException: nested TokenStreamException
              : antlr.TokenStreamException: Could not include ./../includes/sessionStatusPage.
              jsp>
              <Nov 23, 2002 5:01:28 PM IST> <Error> <Deployer> <149201> <The Slave Deployer
              fa
              iled to complete the deployment task with id 1 for the application ArkinTestWeb.
              weblogic.management.ApplicationException: Prepare failed. Task Id = 5
              Module Name: ArkinTestWeb, Error: Could not load ArkinTestWeb: weblogic.utils.Ne
              stedException: ArkinTestWeb:ArkinTestWeb Failure while Precompiling JSPs: weblog
              ic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamExcepti
              on: Could not include ./../includes/sessionStatusPage.jsp - with nested exceptio
              n:
              [weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStream
              Exception: Could not include ./../includes/sessionStatusPage.jsp]
              at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
              er.java:657)
              at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
              er.java:548)
              at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
              veDeployer.java:1026)
              at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
              loyer.java:700)
              at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
              dler.java:24)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
              >
              Regards
              Anand Mohan
              

    Hi,
    1] Remove following from server.xml
    <Context path="/SEA" docBase="SEA" debug="0"/>
    2] Paste SEA.WAR (test WAR file) into /webapps of TOMCAT
    3] Start Tomcat Server - This will create SEA folder under webapps
    4] Stop server.
    5] Add following to server.xml
    <Context path="/SEA" docBase="SEA" debug="0"/>
    6] Start Tomcat Server
    7] Access the URL.
    This will work. Somehow Tomcat does not extract war file contents which are mentioned in server.xml.
    I have Apache Tomcat 4.0.3 and faced this problem. The above solution works for it.
    Regards,
    Sandesh
    hi.
    I have put my SEA.WAR (test WAR file) into /webapps of
    TOMCAT.
    I checked the server.xml and put:
         <Context path="/SEA" docBase="SEA" debug="0"/>
    I restarted TOMCAT and tried to execute the file:
         http://localhost:8080/SEA/index.jsp
    But I got error message:
    Apache Tomcat/4.0.3 - HTTP Status 404 -
    /SEA/index.jsp
    What was happenning?
    Anyone can help me?
    Thank you.

  • Error while precompiling the JSP using weblogic 7.0

    Hi
    I am trying to precompile jsp file which is there in a war.Main jsp file code includes one more jsp which is there in other folder under defaultweb directory.
    While deploying the war i am getting the following error.Can any bosy help me in this regard
    <Nov 23, 2002 5:01:28 PM IST> <Error> <HTTP> <101045> <[ServletContext(id=464413
    3,name=ArkinTestWeb,context-path=/ArkinTestWeb-3)] translation of /Admin/account
    _access.jsp failed: weblogic.utils.ParsingException: nested TokenStreamException
    : antlr.TokenStreamException: Could not include ./../includes/sessionStatusPage.
    jsp>
    <Nov 23, 2002 5:01:28 PM IST> <Error> <Deployer> <149201> <The Slave Deployer fa
    iled to complete the deployment task with id 1 for the application ArkinTestWeb.
    weblogic.management.ApplicationException: Prepare failed. Task Id = 5
    Module Name: ArkinTestWeb, Error: Could not load ArkinTestWeb: weblogic.utils.Ne
    stedException: ArkinTestWeb:ArkinTestWeb Failure while Precompiling JSPs: weblog
    ic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamExcepti
    on: Could not include ./../includes/sessionStatusPage.jsp - with nested exceptio
    n:
    [weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStream
    Exception: Could not include ./../includes/sessionStatusPage.jsp]
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:657)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:548)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
    veDeployer.java:1026)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
    loyer.java:700)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
    dler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    >
    Regards
    Anand Mohan

    Hi
    All jsp pages are under one web application only.Can you help more on this.
    Regards
    Anand

  • Failure in Precompilation of JSPs  due to include file in WL6.1 SP2

    Hi
              We are getting the following error when we try to do precompilation of JSPs using
              precompile param to true in weblogic.xml
              We are deploying our application as war files.
              eagerly waiting for your help
              sincerely
              Ramesh
              Issue description and StackTrace:
              Issue:
              Precompilation of JSPs fail while using precompile param to true in weblogic.xml and deploy it as War file. It is througing "failure pre-compiling JSP's
              weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamE
              xception: Could not include index.jsp" exception.
              OS: Windows 2000
              Jdk: Sun Jdk1.3.1
              Weblogic: 6.1 SP2
              ***Stacktrace*************
              <Dec 17, 2002 1:05:51 PM CST> <Error> <HTTP> <[WebAppServletContext(3961036,AdvW
              eb,/AdvWeb)] failure pre-compiling JSP's
              weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamE
              xception: Could not include index.jsp
              at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1025)
              at weblogic.servlet.jsp.JspParser.doit(JspParser.java:80)
              at weblogic.servlet.jsp.JspParser.parse(JspParser.java:183)
              at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
              at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255
              

    Ramesh,
              We experienced this sympton as well. In our JSPs, we converted
              <%@ include file="xyz.jsp"%> (static include, source time) to
              <jsp:include page="licensedQuote.jsp"/> (dynamic include, run time)
              and the problem went away.
              We still use static includes at the very start of the JSPs. It seems the problem only occurs when the static include is inside of a tag whose body does JSP evaluation.
              -Charlie
              "Ramesh Danala" <[email protected]> wrote in message news:[email protected]...
              > Hi
              > We are getting the following error when we try to do precompilation of JSPs using
              > precompile param to true in weblogic.xml
              > We are deploying our application as war files.
              > eagerly waiting for your help
              > sincerely
              > Ramesh
              >
              > Issue description and StackTrace:
              > Issue:
              >
              > Precompilation of JSPs fail while using precompile param to true in weblogic.xml and deploy it as War file. It is througing "failure pre-compiling JSP's
              > weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamE
              > xception: Could not include index.jsp" exception.
              >
              > OS: Windows 2000
              > Jdk: Sun Jdk1.3.1
              > Weblogic: 6.1 SP2
              >
              > ***Stacktrace*************
              >
              > <Dec 17, 2002 1:05:51 PM CST> <Error> <HTTP> <[WebAppServletContext(3961036,AdvW
              > eb,/AdvWeb)] failure pre-compiling JSP's
              > weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamE
              > xception: Could not include index.jsp
              > at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1025)
              > at weblogic.servlet.jsp.JspParser.doit(JspParser.java:80)
              > at weblogic.servlet.jsp.JspParser.parse(JspParser.java:183)
              > at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
              > at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255
              > )
              

  • %@ include file= in a JSP

    Please e-mail responses to [email protected] as well as this newsgroup:
              I have the following in a JSP that was originally designed for iPlanet:
              <%@ include file="../edeploy_global/GlobalVars.jsp" %>
              The JSP that contains this file is in a project called "edeploy28", that is in the same directory as "edeploy_global".
              However, I get the following error in WebLogic when trying to execute this:
              javax.servlet.ServletException: compilation of /DefectCodeSite.jsp failed: weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamException: Could not include ../edeploy_global/GlobalVars.jsp
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              mpl.java:517)
              at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
              ervletContext.java:940)
              at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp
              ServletContext.java:928)
              at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp
              ServletContext.java:913)
              at weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:4
              83)
              at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:394)
              at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
              at weblogic.j2ee.Application.addComponent(Application.java:116)
              at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              oymentTarget.java:283)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              oymentTarget.java:109)
              at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServe
              r.java:76)
              at java.lang.reflect.Method.invoke(Native Method)
              at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              eanImpl.java:559)
              at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              .java:545)
              at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              ionMBeanImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              55)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              23)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
              at $Proxy28.addWebDeployment(Unknown Source)
              at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDe
              ployment(WebServerMBean_CachingStub.java:985)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              oymentTarget.java:269)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
              loymentTarget.java:233)
              at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
              ments(DeploymentTarget.java:194)
              at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
              DeploymentTarget.java:158)
              at java.lang.reflect.Method.invoke(Native Method)
              at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              eanImpl.java:559)
              at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              .java:545)
              at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              ionMBeanImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              55)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              23)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
              at $Proxy27.updateDeployments(Unknown Source)
              at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
              yments(ServerMBean_CachingStub.java:2299)
              at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
              er(ApplicationManager.java:239)
              at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
              nManager.java:121)
              at java.lang.reflect.Method.invoke(Native Method)
              at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              eanImpl.java:559)
              at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              .java:545)
              at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              ionMBeanImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              55)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              23)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
              at $Proxy26.start(Unknown Source)
              at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
              .start(ApplicationManagerMBean_CachingStub.java:435)
              at weblogic.management.Admin.startApplicationManager(Admin.java:959)
              at weblogic.management.Admin.finish(Admin.java:459)
              at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
              [att1.html]
              

              I didn't look at your problem very closely. WLS 5.1 has had some problems with including
              JSPs. Get service pack 8 and the patch for CR036881 (from websupport.bea.com/custsupp
              or 1-888-228-4232)
              mike
              "Matt Raible" <[email protected]> wrote:
              >
              >
              >Please e-mail responses to [email protected] as well as this =
              >newsgroup:
              >
              >-------------------------------------------------------------------------=
              >-------
              >
              >I have the following in a JSP that was originally designed for iPlanet:
              >
              ><%@ include file=3D"../edeploy_global/GlobalVars.jsp" %>
              >
              >The JSP that contains this file is in a project called "edeploy28", that
              >=
              >is in the same directory as "edeploy_global". =20
              >
              >However, I get the following error in WebLogic when trying to execute =
              >this:
              >
              >javax.servlet.ServletException: compilation of /DefectCodeSite.jsp =
              >failed: weblogic.utils.ParsingException: nested TokenStreamException: =
              >antlr.TokenStreamException: Could not include =
              >.../edeploy_global/GlobalVars.jsp
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              > at =
              >weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              >mpl.java:517)
              > at =
              >weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
              >ervletContext.java:940)
              > at =
              >weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp
              >ServletContext.java:928)
              > at =
              >weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp
              >ServletContext.java:913)
              > at =
              >weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:4
              >83)
              > at =
              >weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:394)
              > at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
              > at weblogic.j2ee.Application.addComponent(Application.java:116)
              > at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
              > at =
              >weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              >oymentTarget.java:283)
              > at =
              >weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              >oymentTarget.java:109)
              > at =
              >weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServe
              >r.java:76)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at =
              >weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              >eanImpl.java:559)
              > at =
              >weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              >..java:545)
              > at =
              >weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              >ionMBeanImpl.java:285)
              > at =
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              >55)
              > at =
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              >23)
              > at =
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
              > at =
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
              > at $Proxy28.addWebDeployment(Unknown Source)
              > at =
              >weblogic.management.configuration.WebServerMBean_CachingStub.addWebDe
              >ployment(WebServerMBean_CachingStub.java:985)
              > at =
              >weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
              >oymentTarget.java:269)
              > at =
              >weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
              >loymentTarget.java:233)
              > at =
              >weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
              >ments(DeploymentTarget.java:194)
              > at =
              >weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
              >DeploymentTarget.java:158)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at =
              >weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              >eanImpl.java:559)
              > at =
              >weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              >..java:545)
              > at =
              >weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              >ionMBeanImpl.java:285)
              > at =
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              >55)
              > at =
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              >23)
              > at =
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
              > at =
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
              > at $Proxy27.updateDeployments(Unknown Source)
              > at =
              >weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
              >yments(ServerMBean_CachingStub.java:2299)
              > at =
              >weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
              >er(ApplicationManager.java:239)
              > at =
              >weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
              >nManager.java:121)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at =
              >weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
              >eanImpl.java:559)
              > at =
              >weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
              >..java:545)
              > at =
              >weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
              >ionMBeanImpl.java:285)
              > at =
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              >55)
              > at =
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
              >23)
              > at =
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
              > at =
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
              > at $Proxy26.start(Unknown Source)
              > at =
              >weblogic.management.configuration.ApplicationManagerMBean_CachingStub
              >..start(ApplicationManagerMBean_CachingStub.java:435)
              > at =
              >weblogic.management.Admin.startApplicationManager(Admin.java:959)
              > at weblogic.management.Admin.finish(Admin.java:459)
              > at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
              >
              >
              ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
              ><HTML><HEAD>
              ><META http-equiv=3DContent-Type content=3D"text/html; =
              >charset=3Diso-8859-1">
              ><META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>
              ><STYLE></STYLE>
              ></HEAD>
              ><BODY>
              ><DIV><FONT face=3DArial size=3D2>Please e-mail responses to <A=20
              >href=3D"mailto:[email protected]">[email protected]</A> as well as =
              >this=20
              >newsgroup:</FONT></DIV>
              ><DIV>
              ><HR>
              ></DIV>
              ><DIV><FONT face=3DArial size=3D2>I have the following in a JSP that was
              >=
              >originally=20
              >designed for iPlanet:</FONT></DIV>
              ><DIV><FONT face=3DArial size=3D2></FONT> </DIV>
              ><DIV><FONT face=3DArial color=3D#008000 size=3D2><STRONG><%@ include=20
              >file=3D"../edeploy_global/GlobalVars.jsp" %></STRONG></FONT></DIV>
              ><DIV><FONT face=3DArial size=3D2></FONT> </DIV>
              ><DIV><FONT face=3DArial size=3D2>The JSP that contains this file is in a
              >=
              >project=20
              >called "edeploy28", that is in the same directory as =
              >"edeploy_global". =20
              ></FONT></DIV>
              ><DIV><FONT face=3DArial size=3D2></FONT> </DIV>
              ><DIV><FONT face=3DArial size=3D2>However, I get the following error in =
              >WebLogic when=20
              >trying to execute this:</FONT></DIV>
              ><DIV><FONT face=3DArial size=3D2></FONT> </DIV>
              ><DIV><FONT face=3DArial size=3D2>javax.servlet.ServletException: =
              >compilation of=20
              >/DefectCodeSite.jsp failed: weblogic.utils.ParsingException: nested=20
              >TokenStreamException: antlr.TokenStreamException: </FONT><FONT =
              >size=3D2><FONT=20
              >face=3DArial><STRONG><FONT color=3D#ff0000>Could not include=20
              >.../edeploy_global/GlobalVars.jsp</FONT><BR></STRONG>   &nb=
              >sp;   =20
              >at=20
              >weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)<BR> &n=
              >bsp;     =20
              >at=20
              >weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI<BR>=
              >mpl.java:517)<BR>       =20
              >at=20
              >weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS<BR>=
              >ervletContext.java:940)<BR>       =20
              >at=20
              >weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp<BR>=
              >ServletContext.java:928)<BR>       =20
              >at=20
              >weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp<BR>=
              >ServletContext.java:913)<BR>       =20
              >at=20
              >weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:4<BR>=
              >83)<BR>       =20
              >at=20
              >weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:394)<BR>&=
              >nbsp;      =20
              >at=20
              >weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)<BR> &n=
              >bsp;     =20
              >at=20
              >weblogic.j2ee.Application.addComponent(Application.java:116)<BR> &nb=
              >sp;     =20
              >at=20
              >weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)<BR> &n=
              >bsp;     =20
              >at=20
              >weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl<BR>=
              >oymentTarget.java:283)<BR>       =20
              >at=20
              >weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl<BR>=
              >oymentTarget.java:109)<BR>       =20
              >at=20
              >weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServe<BR>=
              >r.java:76)<BR>       =20
              >at java.lang.reflect.Method.invoke(Native=20
              >Method)<BR>        at=20
              >weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB<BR>=
              >eanImpl.java:559)<BR>       =20
              >at=20
              >weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl<BR>=
              >..java:545)<BR>       =20
              >at=20
              >weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat<BR>=
              >ionMBeanImpl.java:285)<BR>       =20
              >at=20
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15<BR>=
              >55)<BR>       =20
              >at=20
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15<BR>=
              >23)<BR>       =20
              >at=20
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)<BR>&n=
              >bsp;      =20
              >at=20
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)<BR>&n=
              >bsp;      =20
              >at $Proxy28.addWebDeployment(Unknown=20
              >Source)<BR>        at=20
              >weblogic.management.configuration.WebServerMBean_CachingStub.addWebDe<BR>=
              >ployment(WebServerMBean_CachingStub.java:985)<BR>    =
              >   =20
              >at=20
              >weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl<BR>=
              >oymentTarget.java:269)<BR>       =20
              >at=20
              >weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep<BR>=
              >loymentTarget.java:233)<BR>       =20
              >at=20
              >weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy<BR>=
              >ments(DeploymentTarget.java:194)<BR>      &=
              >nbsp;=20
              >at=20
              >weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(<BR>=
              >DeploymentTarget.java:158)<BR>       
              >=
              >
              >at java.lang.reflect.Method.invoke(Native=20
              >Method)<BR>        at=20
              >weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB<BR>=
              >eanImpl.java:559)<BR>       =20
              >at=20
              >weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl<BR>=
              >..java:545)<BR>       =20
              >at=20
              >weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat<BR>=
              >ionMBeanImpl.java:285)<BR>       =20
              >at=20
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15<BR>=
              >55)<BR>       =20
              >at=20
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15<BR>=
              >23)<BR>       =20
              >at=20
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)<BR>&n=
              >bsp;      =20
              >at=20
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)<BR>&n=
              >bsp;      =20
              >at $Proxy27.updateDeployments(Unknown=20
              >Source)<BR>        at=20
              >weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo<BR>=
              >yments(ServerMBean_CachingStub.java:2299)<BR>    &nbs=
              >p;  =20
              >at=20
              >weblogic.management.mbeans.custom.ApplicationManager.startConfigManag<BR>=
              >er(ApplicationManager.java:239)<BR>      &n=
              >bsp;=20
              >at=20
              >weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio<BR>=
              >nManager.java:121)<BR>       =20
              >at java.lang.reflect.Method.invoke(Native=20
              >Method)<BR>        at=20
              >weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB<BR>=
              >eanImpl.java:559)<BR>       =20
              >at=20
              >weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl<BR>=
              >..java:545)<BR>       =20
              >at=20
              >weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat<BR>=
              >ionMBeanImpl.java:285)<BR>       =20
              >at=20
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15<BR>=
              >55)<BR>       =20
              >at=20
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15<BR>=
              >23)<BR>       =20
              >at=20
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)<BR>&n=
              >bsp;      =20
              >at=20
              >weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)<BR>&n=
              >bsp;      =20
              >at $Proxy26.start(Unknown =
              >Source)<BR>       =20
              >at=20
              >weblogic.management.configuration.ApplicationManagerMBean_CachingStub<BR>=
              >..start(ApplicationManagerMBean_CachingStub.java:435)<BR>   =
              >;    =20
              >at=20
              >weblogic.management.Admin.startApplicationManager(Admin.java:959)<BR>&nbs=
              >p;      =20
              >at=20
              >weblogic.management.Admin.finish(Admin.java:459)<BR>   &nb=
              >sp;   =20
              >at=20
              >weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)<BR>    =
              >;   =20
              >at=20
              >weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)</FONT></FONT></DIV></BODY></=
              >HTML>
              >
              >
              

Maybe you are looking for

  • Problem when using jsp:include.. / in JSP when run on OC4J903

    I have a very unusual JSP question when run in OC4J903(EM or standalone) version (previous OC4J version was ok). Here is the description 1. run P1.jsp and a parameter(text1) will pass to P2.jsp 2. In P2.jsp, include "includePage.jsp" before show the

  • Multiple EDI Connections from ECC

    Hello All, Could you please let me know is it possible to create 2 ALE connections in 1 system and then choose as per partner profile which connection to be assigned? Regards, Anand

  • How do I ensure that all IMAP mail is downloaded locally?

    I have a Fastmail IMAP account which is apparently unavailable at the moment. To keep the Mail app from endlessly trying to connect to Fastmail, I went into Preferences and unchecked "enable this account". When I did that, all of my Sent mail from th

  • HT2729 if i buy a movie from itunes store how can i put it on my new ipad

    if i buy a movie from itunes store how can i put it on my new ipad

  • CS4 w/OS 10.8?

    I just got a Mac Mini w/OS 10.8.3.  CS4 was working fine and printing fine  until I installed an Epson update this morning. Now CS4 won't print  on either of my Epson printers.  Any solution?  Other than buying CS6?