Re: Cocoon java function call Byte code verification failed

gelo1234 <[email protected]> Tue, 5 Feb 2019 12:51:46 +0100
Newsgroups gmane.text.xml.cocoon.user
Message-ID <CAPJaKUpeeMFoL-bowMUJBN2RX3uGvmqvingYK+FUPx2_=w=3FA@mail.gmail.com>
--000000000000904a410581243c74
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hello,

What strikes me the most is the fact that old Cocoon 2.x works fine
(flawlessly) with OpenJDK 8 implementation :) It was a total shock!! for
us. Even though
you can't tell it is absolutely 100% compliant (someone should be writing
TCK for this), you still find Java revision to be 1.0!!! in byte-code
compiler recognition.
So it is actually running Java 1.0 not 8 if you want Cocoon to compile your
JSP/XSP pages :) - If you want to use java byte-compiling process by Cocoon
Engine (e.g. XSP)
Why?  Because there is a Cocoon-own implementation of Java Compiler
_HEADER_ which uses first revisions of Javac spec 1.0 spec :)   - very
SIMPLE javac implementation

setCookie_xsp.class: compiled Java class data, version 45.3    (looks like
Java 1.0.2 from Sun:)
https://ldapwiki.com/wiki/Java%20Versions%20And%20Running%20Programs

Although if you compile your Java classes with standard Javac 8 Compiler
and place them into WEB-INF/lib (.jar) or WEB-INF/classes
you get the LATEST FULL version:
Config.class: compiled Java class data, version 52.0 (Java 1.8)

Unfortunately all those "beauties" were thrown out in the Cocoon3.0 :(
(even Cocoon 2.x doesn't have that kind of FLEXIBILITY and
interchangability of Java Compilers).
New releases were trimmed down to have only neccessary basic blocks of
functionality, but as you see OLD Cocoon can suprise everybody with its
"modern vision of PREDICTABLE
future requirements". And that is absolutely AWESOME! Brilliant!!! I'm so
disappointed that Continuations were thrown out as well as Jasper Engine 1
(JSP) that cannot inject its own code into "compilation Unit" - that is why
XSP is no longer supported. The programmers believed it was too COMPLICATED
to further manage that kind of Code. Jasper Engine 2 is also very small and
trimmed down to be as small as possible. Maybe it's right, but for some
reasons this might be a flaw in the Palette of available tools.

With the 1990's technology and software we could make our Computers fly to
the Moon and even beyond. With the current technology stack we cannot leave
the Earth Surface ;)
We made our Life simpler and more comfortable but in my opinion we lost
some bigger picture of what important is when it comes to Software.
Maybe I'm old protagonist yet a stubborn Backer of Simplicity in the World
(after da Vinci) but this trend to slim down every single piece of
component will head us into Lemmings world,
where every one of us is a hard working specie to achieve something that
could be achieved long long before the Computers were born, easier, faster
and wiser :)

But there is at least one good sign on the Horizon. Not everything is going
commercial and not everything Open-Source is getting slimmed down (for
addons you have to pay!).
If you take into the consideration that future Oracle Java updates/releases
will be commercial/paid only via subscriptions :( most of Open-Source World
is switching to OpenJDK now :)

Greetings,
Greg



wt., 5 lut 2019 o 11:56 gelo1234 <[email protected]> napisa=C5=82(a):

> Hello Senthilkumar,
>
> The problem is related to String Pool implementation that has changed in
> the Java 8 spec. I suppose you were running the previous Java release (7,
> 6?) and switched now to Java 8?
> Unfortunately you cannot use Java8 with the current Cocoon 2.1.11 stack
> unless you change the Java compiler underneath or write your own
> Classloader code to be compliant with the new String Pool
> implementation used by Java8. The EASIEST way is to replace the current
> Java compiler with NATIVE Java8 javac compiler inside Cocoon stack :) It
> helped us get our Application "UNTOUCHED" onto Java 8 successfully :)
>
> HERE is how:
> 1. Just look for "Programming languages" in WEB-INF/cocoon.xconf (old
> config from Cocoon before Spring - from Avalon framework)
>
> <!-- Programming Languages: -->
>   <programming-languages>
>     <java-language logger=3D"core.language.java" name=3D"java">
>       <!-- Specifies which formatter to use to format source code.
>            This parameter is optional.
>            It is commented out because of bug #5689: Java "code-formatter=
"
> incorrectly formats double values
>       <parameter name=3D"code-formatter"
> value=3D"org.apache.cocoon.components.language.programming.java.JstyleFor=
matter"/>
>       -->
>       <!-- A singleton-like implementation of a ClassLoader -->
>       <parameter name=3D"class-loader"
> value=3D"org.apache.cocoon.components.classloader.ClassLoaderManagerImpl"=
/>
>
>       <!-- Compiler parameter specifies which class to use to compile Jav=
a.
>            Possible variants are:
>              Javac. Requires javac.jar (included with JDK as
> lib/toools.jar).
>              Pizza. Requires pizza.jar (included with Cocoon distribution=
).
>              Jikes. Requires IBM jikes compiler to be present in the PATH
> -->
>       <parameter name=3D"compiler"
> value=3D"org.apache.cocoon.components.language.programming.java.Javac"/>
> </java-language>
>
>     <!-- Interpreted JavaScript language -->
>     <js-language logger=3D"core.language.js" name=3D"js"/>
> </programming-languages>
>
> You have 3 options:
> 1. Standard Javac
> 2. Pizza (open source)
> 3. Jikes from IBM
>
> We tried Pizza but without success, that is why we switched to Oracle
> Javac - just drop down: tools.jar (from standard Java SDK) into
> WEB-INF/lib and Java8 support is added :) No fuss no sweat :)
>
> Greetings,
> Greg
>
>
> wt., 5 lut 2019 o 06:06 Thangavel, Senthil Kumar (LNG-CON)
> <[email protected]> napisa=C5=82(a):
>
>> HI,
>>
>> I am currently running in to the below issue while executing my cocoon
>> based web app.
>>
>> I use cocoon 2.1.11 version, Tomcat 9 and Java 8.
>>
>>
>>
>> Could some one help me in identifying the problem and possible fix.
>> Thanks in advance.
>>
>>
>>
>> Caused by: org.apache.bcel.verifier.exc.StructuralCodeConstraintExceptio=
n: Instruction GETFIELD constraint violated: Class 'java.lang.String' is re=
ferenced, but cannot be loaded and resolved: 'VERIFIED_REJECTED
>>
>> full exception chain stacktrace
>>
>> org.apache.cocoon.ProcessingException: Sitemap: error calling function '=
idCheck'
>>
>>             at <map:call> - file:/C:/Users/IYAMPEAX/Desktop/LN/apache-to=
mcat-9.0.11/webapps/ROOT/tabula-rasa/sitemap.xmap:1463:34
>>
>>             at <map:serialize type=3D"xml"> - file:/C:/Users/IYAMPEAX/De=
sktop/LN/apache-tomcat-9.0.11/webapps/ROOT/tabula-rasa/sitemap.xmap:1479:32
>>
>>             at <map:serialize type=3D"xhtml"> - file:/C:/Users/IYAMPEAX/=
Desktop/LN/apache-tomcat-9.0.11/webapps/ROOT/tabula-rasa/sitemap.xmap:1146:=
34
>>
>>             at <map:transform> - file:/C:/Users/IYAMPEAX/Desktop/LN/apac=
he-tomcat-9.0.11/webapps/ROOT/tabula-rasa/sitemap.xmap:1141:67
>>
>>             at <map:mount> - file:/C:/Users/IYAMPEAX/Desktop/LN/apache-t=
omcat-9.0.11/webapps/ROOT/sitemap.xmap:692:121
>>
>>             at org.apache.cocoon.ProcessingException.throwLocated(Proces=
singException.java:113)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.CallFu=
nctionNode.invoke(CallFunctionNode.java:141)
>>
>>             at org.apache.cocoon.components.treeprocessor.AbstractParent=
ProcessingNode.invokeNodes(AbstractParentProcessingNode.java:47)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.MatchN=
ode.invoke(MatchNode.java:108)
>>
>>             at org.apache.cocoon.components.treeprocessor.AbstractParent=
ProcessingNode.invokeNodes(AbstractParentProcessingNode.java:69)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.Pipeli=
neNode.invoke(PipelineNode.java:143)
>>
>>             at org.apache.cocoon.components.treeprocessor.AbstractParent=
ProcessingNode.invokeNodes(AbstractParentProcessingNode.java:69)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.Pipeli=
nesNode.invoke(PipelinesNode.java:93)
>>
>>             at org.apache.cocoon.components.treeprocessor.ConcreteTreePr=
ocessor.process(ConcreteTreeProcessor.java:235)
>>
>>             at org.apache.cocoon.components.treeprocessor.ConcreteTreePr=
ocessor.buildPipeline(ConcreteTreeProcessor.java:193)
>>
>>             at org.apache.cocoon.components.source.impl.SitemapSource.in=
it(SitemapSource.java:333)
>>
>>             at org.apache.cocoon.components.source.impl.SitemapSource.<i=
nit>(SitemapSource.java:215)
>>
>>             at org.apache.cocoon.components.source.impl.SitemapSourceFac=
tory.getSource(SitemapSourceFactory.java:68)
>>
>>             at org.apache.excalibur.source.impl.SourceResolverImpl.resol=
veURI(SourceResolverImpl.java:208)
>>
>>             at org.apache.cocoon.components.CocoonComponentManager.resol=
veURI(CocoonComponentManager.java:558)
>>
>>             at org.apache.cocoon.components.CocoonComponentManager.resol=
veURI(CocoonComponentManager.java:558)
>>
>>             at org.apache.cocoon.components.CocoonComponentManager.resol=
veURI(CocoonComponentManager.java:558)
>>
>>             at org.apache.cocoon.environment.AbstractEnvironment.resolve=
URI(AbstractEnvironment.java:554)
>>
>>             at org.apache.cocoon.environment.AbstractEnvironment.resolve=
URI(AbstractEnvironment.java:541)
>>
>>             at org.apache.cocoon.environment.wrapper.MutableEnvironmentF=
acade.resolveURI(MutableEnvironmentFacade.java:299)
>>
>>             at org.apache.cocoon.sitemap.ContentAggregator.setup(Content=
Aggregator.java:290)
>>
>>             at org.apache.cocoon.components.pipeline.AbstractProcessingP=
ipeline.setupPipeline(AbstractProcessingPipeline.java:385)
>>
>>             at org.apache.cocoon.components.pipeline.AbstractProcessingP=
ipeline.preparePipeline(AbstractProcessingPipeline.java:501)
>>
>>             at org.apache.cocoon.components.pipeline.AbstractProcessingP=
ipeline.prepareInternal(AbstractProcessingPipeline.java:515)
>>
>>             at org.apache.cocoon.components.source.impl.SitemapSource.in=
it(SitemapSource.java:343)
>>
>>             at org.apache.cocoon.components.source.impl.SitemapSource.<i=
nit>(SitemapSource.java:215)
>>
>>             at org.apache.cocoon.components.source.impl.SitemapSourceFac=
tory.getSource(SitemapSourceFactory.java:68)
>>
>>             at org.apache.excalibur.source.impl.SourceResolverImpl.resol=
veURI(SourceResolverImpl.java:208)
>>
>>             at org.apache.cocoon.components.CocoonComponentManager.resol=
veURI(CocoonComponentManager.java:558)
>>
>>             at org.apache.cocoon.environment.AbstractEnvironment.resolve=
URI(AbstractEnvironment.java:554)
>>
>>             at org.apache.cocoon.environment.AbstractEnvironment.resolve=
URI(AbstractEnvironment.java:541)
>>
>>             at org.apache.cocoon.sitemap.ContentAggregator.setup(Content=
Aggregator.java:290)
>>
>>             at org.apache.cocoon.components.pipeline.AbstractProcessingP=
ipeline.setupPipeline(AbstractProcessingPipeline.java:385)
>>
>>             at org.apache.cocoon.components.pipeline.AbstractProcessingP=
ipeline.preparePipeline(AbstractProcessingPipeline.java:501)
>>
>>             at org.apache.cocoon.components.pipeline.AbstractProcessingP=
ipeline.process(AbstractProcessingPipeline.java:453)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.Serial=
izeNode.invoke(SerializeNode.java:144)
>>
>>             at org.apache.cocoon.components.treeprocessor.AbstractParent=
ProcessingNode.invokeNodes(AbstractParentProcessingNode.java:47)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.MatchN=
ode.invoke(MatchNode.java:108)
>>
>>             at org.apache.cocoon.components.treeprocessor.AbstractParent=
ProcessingNode.invokeNodes(AbstractParentProcessingNode.java:69)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.Pipeli=
neNode.invoke(PipelineNode.java:143)
>>
>>             at org.apache.cocoon.components.treeprocessor.AbstractParent=
ProcessingNode.invokeNodes(AbstractParentProcessingNode.java:69)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.Pipeli=
nesNode.invoke(PipelinesNode.java:93)
>>
>>             at org.apache.cocoon.components.treeprocessor.ConcreteTreePr=
ocessor.process(ConcreteTreeProcessor.java:235)
>>
>>             at org.apache.cocoon.components.treeprocessor.ConcreteTreePr=
ocessor.process(ConcreteTreeProcessor.java:177)
>>
>>             at org.apache.cocoon.components.treeprocessor.TreeProcessor.=
process(TreeProcessor.java:254)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.MountN=
ode.invoke(MountNode.java:118)
>>
>>             at org.apache.cocoon.components.treeprocessor.AbstractParent=
ProcessingNode.invokeNodes(AbstractParentProcessingNode.java:47)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.MatchN=
ode.invoke(MatchNode.java:108)
>>
>>             at org.apache.cocoon.components.treeprocessor.AbstractParent=
ProcessingNode.invokeNodes(AbstractParentProcessingNode.java:69)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.Pipeli=
neNode.invoke(PipelineNode.java:143)
>>
>>             at org.apache.cocoon.components.treeprocessor.AbstractParent=
ProcessingNode.invokeNodes(AbstractParentProcessingNode.java:69)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.Pipeli=
nesNode.invoke(PipelinesNode.java:93)
>>
>>             at org.apache.cocoon.components.treeprocessor.ConcreteTreePr=
ocessor.process(ConcreteTreeProcessor.java:235)
>>
>>             at org.apache.cocoon.components.treeprocessor.ConcreteTreePr=
ocessor.process(ConcreteTreeProcessor.java:177)
>>
>>             at org.apache.cocoon.components.treeprocessor.TreeProcessor.=
process(TreeProcessor.java:254)
>>
>>             at org.apache.cocoon.Cocoon.process(Cocoon.java:699)
>>
>>             at org.apache.cocoon.servlet.CocoonServlet.service(CocoonSer=
vlet.java:1154)
>>
>>             at javax.servlet.http.HttpServlet.service(HttpServlet.java:7=
41)
>>
>>             at org.apache.catalina.core.ApplicationFilterChain.internalD=
oFilter(ApplicationFilterChain.java:231)
>>
>>             at org.apache.catalina.core.ApplicationFilterChain.doFilter(=
ApplicationFilterChain.java:166)
>>
>>             at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFi=
lter.java:53)
>>
>>             at org.apache.catalina.core.ApplicationFilterChain.internalD=
oFilter(ApplicationFilterChain.java:193)
>>
>>             at org.apache.catalina.core.ApplicationFilterChain.doFilter(=
ApplicationFilterChain.java:166)
>>
>>             at org.apache.catalina.core.StandardWrapperValve.invoke(Stan=
dardWrapperValve.java:199)
>>
>>             at org.apache.catalina.core.StandardContextValve.invoke(Stan=
dardContextValve.java:96)
>>
>>             at org.apache.catalina.authenticator.AuthenticatorBase.invok=
e(AuthenticatorBase.java:490)
>>
>>             at org.apache.catalina.core.StandardHostValve.invoke(Standar=
dHostValve.java:139)
>>
>>             at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorR=
eportValve.java:92)
>>
>>             at org.apache.catalina.valves.AbstractAccessLogValve.invoke(=
AbstractAccessLogValve.java:668)
>>
>>             at org.apache.catalina.core.StandardEngineValve.invoke(Stand=
ardEngineValve.java:74)
>>
>>             at org.apache.catalina.connector.CoyoteAdapter.service(Coyot=
eAdapter.java:343)
>>
>>             at org.apache.coyote.http11.Http11Processor.service(Http11Pr=
ocessor.java:408)
>>
>>             at org.apache.coyote.AbstractProcessorLight.process(Abstract=
ProcessorLight.java:66)
>>
>>             at org.apache.coyote.AbstractProtocol$ConnectionHandler.proc=
ess(AbstractProtocol.java:770)
>>
>>             at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.do=
Run(NioEndpoint.java:1415)
>>
>>             at org.apache.tomcat.util.net.SocketProcessorBase.run(Socket=
ProcessorBase.java:49)
>>
>>             at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadP=
oolExecutor.java:1149)
>>
>>             at java.util.concurrent.ThreadPoolExecutor$Worker.run(Thread=
PoolExecutor.java:624)
>>
>>             at org.apache.tomcat.util.threads.TaskThread$WrappingRunnabl=
e.run(TaskThread.java:61)
>>
>>             at java.lang.Thread.run(Thread.java:748)
>>
>> Caused by: org.apache.avalon.framework.configuration.ConfigurationExcept=
ion: Cannot initialize JavaInterpreter
>>
>>             at org.apache.cocoon.components.flow.java.JavaInterpreter.in=
itialize(JavaInterpreter.java:104)
>>
>>             at org.apache.cocoon.components.flow.java.JavaInterpreter.ca=
llFunction(JavaInterpreter.java:124)
>>
>>             at org.apache.cocoon.components.treeprocessor.sitemap.CallFu=
nctionNode.invoke(CallFunctionNode.java:139)
>>
>>             ... 78 more
>>
>> Caused by: org.apache.bcel.verifier.exc.StructuralCodeConstraintExceptio=
n: Instruction GETFIELD constraint violated: Class 'java.lang.String' is re=
ferenced, but cannot be loaded and resolved: 'VERIFIED_REJECTED
>>
>> Method 'public boolean contentEquals(CharSequence cs)' has an argument t=
ype that does not pass verification pass 1: 'VERIFIED_REJECTED
>>
>> Invalid byte tag in constant pool: 18
>>
>>
>>
>>
>>
>> Regards,
>>
>> Senthilkumar.T
>>
>

--000000000000904a410581243c74
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div cl=
ass=3D"gmail_default" style=3D"font-size:small">Hello,</div><div class=3D"g=
mail_default" style=3D"font-size:small"><br></div><div class=3D"gmail_defau=
lt" style=3D"font-size:small">What strikes me the most is the fact that old=
 Cocoon 2.x works fine (flawlessly) with OpenJDK 8 implementation :) It was=
 a total shock!! for us. Even though</div><div class=3D"gmail_default" styl=
e=3D"font-size:small">you can&#39;t tell it is absolutely 100% compliant (s=
omeone should be writing TCK for this), you still find Java revision to be =
1.0!!! in byte-code compiler recognition.</div><div class=3D"gmail_default"=
 style=3D"font-size:small">So it is actually running Java 1.0 not 8 if you =
want Cocoon to compile your JSP/XSP pages :) - If you want to use java byte=
-compiling process by Cocoon Engine (e.g. XSP) <br></div><div class=3D"gmai=
l_default" style=3D"font-size:small">Why?=C2=A0 Because there is a Cocoon-o=
wn implementation of Java Compiler _HEADER_ which uses first revisions of J=
avac spec 1.0 spec :) =C2=A0 - very SIMPLE javac implementation<br></div><d=
iv class=3D"gmail_default" style=3D"font-size:small"><br></div><div class=
=3D"gmail_default" style=3D"font-size:small">setCookie_xsp.class: compiled =
Java class data, version 45.3=C2=A0=C2=A0=C2=A0 (looks like Java 1.0.2 from=
 Sun:)</div><div class=3D"gmail_default" style=3D"font-size:small"><a href=
=3D"https://ldapwiki.com/wiki/Java%20Versions%20And%20Running%20Programs">h=
ttps://ldapwiki.com/wiki/Java%20Versions%20And%20Running%20Programs</a></di=
v><div class=3D"gmail_default" style=3D"font-size:small"><br></div><div cla=
ss=3D"gmail_default" style=3D"font-size:small">Although if you compile your=
 Java classes with standard Javac 8 Compiler and place them into WEB-INF/li=
b (.jar) or WEB-INF/classes</div><div class=3D"gmail_default" style=3D"font=
-size:small">you get the LATEST FULL version:</div><div class=3D"gmail_defa=
ult" style=3D"font-size:small">Config.class: compiled Java class data, vers=
ion 52.0 (Java 1.8)<br></div><div class=3D"gmail_default" style=3D"font-siz=
e:small"><br></div><div class=3D"gmail_default" style=3D"font-size:small">U=
nfortunately all those &quot;beauties&quot; were thrown out in the Cocoon3.=
0 :( (even Cocoon 2.x doesn&#39;t have that kind of FLEXIBILITY and interch=
angability of Java Compilers).</div><div class=3D"gmail_default" style=3D"f=
ont-size:small">New releases were trimmed down to have only neccessary basi=
c blocks of functionality, but as you see OLD Cocoon can suprise everybody =
with its &quot;modern vision of PREDICTABLE <br></div><div class=3D"gmail_d=
efault" style=3D"font-size:small">future requirements&quot;. And that is ab=
solutely AWESOME! Brilliant!!! I&#39;m so disappointed that Continuations w=
ere thrown out as well as Jasper Engine 1 (JSP) that cannot inject its own =
code into &quot;compilation Unit&quot; - that is why XSP is no longer suppo=
rted. The programmers believed it was too COMPLICATED to further manage tha=
t kind of Code. Jasper Engine 2 is also very small and trimmed down to be a=
s small as possible. Maybe it&#39;s right, but for some reasons this might =
be a flaw in the Palette of available tools.</div><div class=3D"gmail_defau=
lt" style=3D"font-size:small"><br></div><div class=3D"gmail_default" style=
=3D"font-size:small">With the 1990&#39;s technology and software we could m=
ake our Computers fly to the Moon and even beyond. With the current technol=
ogy stack we cannot leave the Earth Surface ;)</div><div class=3D"gmail_def=
ault" style=3D"font-size:small">We made our Life simpler and more comfortab=
le but in my opinion we lost some bigger picture of what important is when =
it comes to Software.<br></div><div class=3D"gmail_default" style=3D"font-s=
ize:small">Maybe I&#39;m old protagonist yet a stubborn Backer of Simplicit=
y in the World (after da Vinci) but this trend to slim down every single pi=
ece of component will head us into Lemmings world,</div><div class=3D"gmail=
_default" style=3D"font-size:small">where every one of us is a hard working=
 specie to achieve something that could be achieved long long before the Co=
mputers were born, easier, faster and wiser :)<br></div><div class=3D"gmail=
_default" style=3D"font-size:small"><br></div><div class=3D"gmail_default" =
style=3D"font-size:small">But there is at least one good sign on the Horizo=
n. Not everything is going commercial and not everything Open-Source is get=
ting slimmed down (for addons you have to pay!).<br></div><div class=3D"gma=
il_default" style=3D"font-size:small">If you take into the consideration th=
at future Oracle Java updates/releases will be commercial/paid only via sub=
scriptions :( most of Open-Source World is switching to OpenJDK now :)</div=
><div class=3D"gmail_default" style=3D"font-size:small"><br></div><div clas=
s=3D"gmail_default" style=3D"font-size:small">Greetings,</div><div class=3D=
"gmail_default" style=3D"font-size:small">Greg</div><div class=3D"gmail_def=
ault" style=3D"font-size:small"><br></div><div class=3D"gmail_default" styl=
e=3D"font-size:small"><br></div></div></div></div></div><br><div class=3D"g=
mail_quote"><div dir=3D"ltr" class=3D"gmail_attr">wt., 5 lut 2019 o 11:56=
=C2=A0gelo1234 &lt;<a href=3D"mailto:[email protected]">[email protected]=
</a>&gt; napisa=C5=82(a):<br></div><blockquote class=3D"gmail_quote" style=
=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding=
-left:1ex"><div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" s=
tyle=3D"font-size:small">Hello Senthilkumar,</div><div class=3D"gmail_defau=
lt" style=3D"font-size:small"><br></div><div class=3D"gmail_default" style=
=3D"font-size:small">The problem is related to String Pool implementation t=
hat has changed in the Java 8 spec. I suppose you were running the previous=
 Java release (7, 6?) and switched now to Java 8?</div><div class=3D"gmail_=
default" style=3D"font-size:small">Unfortunately you cannot use Java8 with =
the current Cocoon 2.1.11 stack unless you change the Java compiler underne=
ath or write your own Classloader code to be compliant with the new String =
Pool</div><div class=3D"gmail_default" style=3D"font-size:small">implementa=
tion used by Java8. The EASIEST way is to replace the current Java compiler=
 with NATIVE Java8 javac compiler inside Cocoon stack :) It helped us get o=
ur Application &quot;UNTOUCHED&quot; onto Java 8 successfully :)=C2=A0</div=
><div class=3D"gmail_default" style=3D"font-size:small"><br></div><div clas=
s=3D"gmail_default" style=3D"font-size:small">HERE is how: <br></div><div c=
lass=3D"gmail_default" style=3D"font-size:small">1. Just look for &quot;Pro=
gramming languages&quot; in WEB-INF/cocoon.xconf (old config from Cocoon be=
fore Spring - from Avalon framework)</div><div class=3D"gmail_default" styl=
e=3D"font-size:small"><br></div><div class=3D"gmail_default" style=3D"font-=
size:small">&lt;!-- Programming Languages: --&gt;<br>=C2=A0 &lt;programming=
-languages&gt;<br>=C2=A0=C2=A0=C2=A0 &lt;java-language logger=3D&quot;core.=
language.java&quot; name=3D&quot;java&quot;&gt;<br>=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0 &lt;!-- Specifies which formatter to use to format source code.<br>=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 This parameter=
 is optional. <br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0 It is commented out because of bug #5689: Java &quot;code-formatter&quo=
t; incorrectly formats double values<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 &lt;=
parameter name=3D&quot;code-formatter&quot; value=3D&quot;org.apache.cocoon=
.components.language.programming.java.JstyleFormatter&quot;/&gt;<br>=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0 --&gt;<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 &lt;!-- A=
 singleton-like implementation of a ClassLoader --&gt;<br>=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 &lt;parameter name=3D&quot;class-loader&quot; value=3D&quot=
;org.apache.cocoon.components.classloader.ClassLoaderManagerImpl&quot;/&gt;=
<br><br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 &lt;!-- Compiler parameter specifies=
 which class to use to compile Java.<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0 Possible variants are:<br>=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Javac. Requires javac.j=
ar (included with JDK as lib/toools.jar).<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Pizza. Requires pizza.jar (inclu=
ded with Cocoon distribution).<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Jikes. Requires IBM jikes compiler to be =
present in the PATH=C2=A0 --&gt;<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 &lt;para=
meter name=3D&quot;compiler&quot; value=3D&quot;org.apache.cocoon.component=
s.language.programming.java.Javac&quot;/&gt;<br>&lt;/java-language&gt;<br><=
br>=C2=A0=C2=A0=C2=A0 &lt;!-- Interpreted JavaScript language --&gt;<br>=C2=
=A0=C2=A0=C2=A0 &lt;js-language logger=3D&quot;core.language.js&quot; name=
=3D&quot;js&quot;/&gt;<br>&lt;/programming-languages&gt;<br></div><div clas=
s=3D"gmail_default" style=3D"font-size:small"><br></div><div class=3D"gmail=
_default" style=3D"font-size:small">You have 3 options: <br></div><div clas=
s=3D"gmail_default" style=3D"font-size:small">1. Standard Javac</div><div c=
lass=3D"gmail_default" style=3D"font-size:small">2. Pizza (open source)<br>=
</div><div class=3D"gmail_default" style=3D"font-size:small">3. Jikes from =
IBM<br></div><div class=3D"gmail_default" style=3D"font-size:small"><br></d=
iv><div class=3D"gmail_default" style=3D"font-size:small">We tried Pizza bu=
t without success, that is why we switched to Oracle Javac - just drop down=
: tools.jar (from standard Java SDK) into</div><div class=3D"gmail_default"=
 style=3D"font-size:small">WEB-INF/lib and Java8 support is added :) No fus=
s no sweat :)</div><div class=3D"gmail_default" style=3D"font-size:small"><=
br></div><div class=3D"gmail_default" style=3D"font-size:small">Greetings,<=
/div><div class=3D"gmail_default" style=3D"font-size:small">Greg</div><div =
class=3D"gmail_default" style=3D"font-size:small"><br></div></div></div><br=
><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">wt., 5 lu=
t 2019 o 06:06=C2=A0Thangavel, Senthil Kumar (LNG-CON) &lt;SenthilKumar.Tha=
[email protected]&gt; napisa=C5=82(a):<br></div><blockquote cla=
ss=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid =
rgb(204,204,204);padding-left:1ex">





<div lang=3D"EN-US">
<div class=3D"gmail-m_802189197027365787gmail-m_3365527828426142004WordSect=
ion1">
<p class=3D"MsoNormal">HI,<u></u><u></u></p>
<p class=3D"MsoNormal">I am currently running in to the below issue while e=
xecuting my cocoon based web app.<u></u><u></u></p>
<p class=3D"MsoNormal">I use cocoon 2.1.11 version, Tomcat 9 and Java 8. <u=
></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">Could some one help me in identifying the problem an=
d possible fix. Thanks in advance.<u></u><u></u></p>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>Caused by: org.apache.bcel.verifier.exc.StructuralCodeConstraintException:=
 Instruction GETFIELD constraint violated: Class &#39;java.lang.String&#39;=
 is referenced, but cannot be loaded and resolved: &#39;VERIFIED_REJECTED<u=
></u><u></u></span></pre>
<p><span style=3D"font-size:12pt;font-family:&quot;Verdana&quot;,sans-serif=
;color:rgb(51,102,153)">full exception chain stacktrace</span><span style=
=3D"font-size:12pt;font-family:&quot;Verdana&quot;,sans-serif;color:black">=
<u></u><u></u></span></p>
<pre style=3D"word-spacing:0px"><span style=3D"font-family:&quot;Verdana&qu=
ot;,sans-serif;color:black">org.apache.cocoon.ProcessingException: Sitemap:=
 error calling function &#39;idCheck&#39;<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at &lt;=
map:call&gt; - file:/C:/Users/IYAMPEAX/Desktop/LN/apache-tomcat-9.0.11/weba=
pps/ROOT/tabula-rasa/sitemap.xmap:1463:34<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at &lt;=
map:serialize type=3D&quot;xml&quot;&gt; - file:/C:/Users/IYAMPEAX/Desktop/=
LN/apache-tomcat-9.0.11/webapps/ROOT/tabula-rasa/sitemap.xmap:1479:32<u></u=
><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at &lt;=
map:serialize type=3D&quot;xhtml&quot;&gt; - file:/C:/Users/IYAMPEAX/Deskto=
p/LN/apache-tomcat-9.0.11/webapps/ROOT/tabula-rasa/sitemap.xmap:1146:34<u><=
/u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at &lt;=
map:transform&gt; - file:/C:/Users/IYAMPEAX/Desktop/LN/apache-tomcat-9.0.11=
/webapps/ROOT/tabula-rasa/sitemap.xmap:1141:67<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at &lt;=
map:mount&gt; - file:/C:/Users/IYAMPEAX/Desktop/LN/apache-tomcat-9.0.11/web=
apps/ROOT/sitemap.xmap:692:121<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.ProcessingException.throwLocated(ProcessingException.java:113=
)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(Call=
FunctionNode.java:141)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeN=
odes(AbstractParentProcessingNode.java:47)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.j=
ava:108)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeN=
odes(AbstractParentProcessingNode.java:69)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(Pipeline=
Node.java:143)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeN=
odes(AbstractParentProcessingNode.java:69)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(Pipelin=
esNode.java:93)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(Concre=
teTreeProcessor.java:235)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.buildPipeline(=
ConcreteTreeProcessor.java:193)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:=
333)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.source.impl.SitemapSource.&lt;init&gt;(SitemapSour=
ce.java:215)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(Sitemap=
SourceFactory.java:68)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.excalibur.source.impl.SourceResolverImpl.resolveURI(SourceResolverIm=
pl.java:208)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.CocoonComponentManager.resolveURI(CocoonComponentM=
anager.java:558)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.CocoonComponentManager.resolveURI(CocoonComponentM=
anager.java:558)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.CocoonComponentManager.resolveURI(CocoonComponentM=
anager.java:558)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.environment.AbstractEnvironment.resolveURI(AbstractEnvironmen=
t.java:554)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.environment.AbstractEnvironment.resolveURI(AbstractEnvironmen=
t.java:541)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.environment.wrapper.MutableEnvironmentFacade.resolveURI(Mutab=
leEnvironmentFacade.java:299)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.sitemap.ContentAggregator.setup(ContentAggregator.java:290)<u=
></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(=
AbstractProcessingPipeline.java:385)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipelin=
e(AbstractProcessingPipeline.java:501)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInterna=
l(AbstractProcessingPipeline.java:515)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:=
343)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.source.impl.SitemapSource.&lt;init&gt;(SitemapSour=
ce.java:215)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(Sitemap=
SourceFactory.java:68)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.excalibur.source.impl.SourceResolverImpl.resolveURI(SourceResolverIm=
pl.java:208)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.CocoonComponentManager.resolveURI(CocoonComponentM=
anager.java:558)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.environment.AbstractEnvironment.resolveURI(AbstractEnvironmen=
t.java:554)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.environment.AbstractEnvironment.resolveURI(AbstractEnvironmen=
t.java:541)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.sitemap.ContentAggregator.setup(ContentAggregator.java:290)<u=
></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(=
AbstractProcessingPipeline.java:385)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipelin=
e(AbstractProcessingPipeline.java:501)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(Abstra=
ctProcessingPipeline.java:453)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(Seriali=
zeNode.java:144)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeN=
odes(AbstractParentProcessingNode.java:47)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.j=
ava:108)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeN=
odes(AbstractParentProcessingNode.java:69)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(Pipeline=
Node.java:143)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeN=
odes(AbstractParentProcessingNode.java:69)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(Pipelin=
esNode.java:93)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(Concre=
teTreeProcessor.java:235)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(Concre=
teTreeProcessor.java:177)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.=
java:254)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.j=
ava:118)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeN=
odes(AbstractParentProcessingNode.java:47)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.j=
ava:108)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeN=
odes(AbstractParentProcessingNode.java:69)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(Pipeline=
Node.java:143)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeN=
odes(AbstractParentProcessingNode.java:69)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(Pipelin=
esNode.java:93)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(Concre=
teTreeProcessor.java:235)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(Concre=
teTreeProcessor.java:177)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.=
java:254)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.Cocoon.process(Cocoon.java:699)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1154)<u></u>=
<u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at java=
x.servlet.http.HttpServlet.service(HttpServlet.java:741)<u></u><u></u></spa=
n></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil=
terChain.java:231)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain=
.java:166)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<u></u><u=
></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil=
terChain.java:193)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain=
.java:166)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:=
199)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:=
96)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.ja=
va:490)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)<u=
></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<u>=
</u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve=
.java:668)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74=
)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)<u><=
/u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)<u></=
u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66=
)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.j=
ava:770)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1=
415)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)=
<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at java=
.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)=
<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at java=
.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)=
<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:=
61)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at java=
.lang.Thread.run(Thread.java:748)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>Caused by: org.apache.avalon.framework.configuration.ConfigurationExceptio=
n: Cannot initialize JavaInterpreter<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.flow.java.JavaInterpreter.initialize(JavaInterpret=
er.java:104)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.flow.java.JavaInterpreter.callFunction(JavaInterpr=
eter.java:124)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.=
apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(Call=
FunctionNode.java:139)<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ... 78 =
more<u></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>Caused by: org.apache.bcel.verifier.exc.StructuralCodeConstraintException:=
 Instruction GETFIELD constraint violated: Class &#39;java.lang.String&#39;=
 is referenced, but cannot be loaded and resolved: &#39;VERIFIED_REJECTED<u=
></u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>Method &#39;public boolean contentEquals(CharSequence cs)&#39; has an argu=
ment type that does not pass verification pass 1: &#39;VERIFIED_REJECTED<u>=
</u><u></u></span></pre>
<pre><span style=3D"font-family:&quot;Verdana&quot;,sans-serif;color:black"=
>Invalid byte tag in constant pool: 18<u></u><u></u></span></pre>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<p class=3D"MsoNormal">Regards,<u></u><u></u></p>
<p class=3D"MsoNormal">Senthilkumar.T<u></u><u></u></p>
</div>
</div>

</blockquote></div>
</blockquote></div>

--000000000000904a410581243c74--