Hi all,
I am sorry I am new to java/jsp/weblogic/struts. just learning as well as trying to resolve some of issues here pls..
We have an application running on weblogic 6.1
while trying to migrate on weblogic 8.1, i copied over a war file. It is on SUN 5.8.
One of my app module is not working and throwing error as below:
<BEA-101017> <[ServletContext(id=277484
07,name=is
oft,contex
t-path=/is
oft/iSoft)
] Root cause of ServletException.
javax.servlet.jsp.JspExcep
tion: (class: jsp_servlet/_jsp/_invoices
/__editinv
oicedetail
s, method: _jspService signature: (Ljavax/servlet/http/HttpS
ervletRequ
est;Ljavax
/servlet/h
ttp/HttpSe
rvletRespo
nse;)V) Illegal target of jump or branch
at org.apache.struts.taglib.t
emplate.In
sertTag.do
EndTag(Ins
ertTag.jav
a:164)
at jsp_servlet._jsp.__modinvo
ice._jspSe
rvice(__mo
dinvoice.j
ava:247)
at weblogic.servlet.jsp.JspBa
se.service
(JspBase.j
ava:33)
at weblogic.servlet.internal.
ServletStu
bImpl$Serv
letInvocat
ionAction.
run(Servle
tStubImpl.
java:996)
at weblogic.servlet.internal.
ServletStu
bImpl.invo
keServlet(
ServletStu
bImpl.java
:419)
at weblogic.servlet.internal.
ServletStu
bImpl.invo
keServlet(
ServletStu
bImpl.java
:315)
at weblogic.servlet.internal.
RequestDis
patcherImp
l.forward(
RequestDis
patcherImp
l.java:312
)
at org.apache.struts.action.R
equestProc
essor.doFo
rward(Requ
estProcess
or.java:10
69)
at org.apache.struts.action.R
equestProc
essor.proc
essForward
Config(Req
uestProces
sor.java:4
55)
at org.apache.struts.action.R
equestProc
essor.proc
ess(Reques
tProcessor
.java:279)
at org.apache.struts.action.A
ctionServl
et.process
(ActionSer
vlet.java:
1482)
at com.citi.soft.struts.actio
n.servlet.
iSoftActio
nServlet.p
rocess(Unk
nown Source)
at org.apache.struts.action.A
ctionServl
et.doGet(A
ctionServl
et.java:50
7)
at javax.servlet.http.HttpSer
vlet.servi
ce(HttpSer
vlet.java:
740)
at javax.servlet.http.HttpSer
vlet.servi
ce(HttpSer
vlet.java:
853)
at weblogic.servlet.internal.
ServletStu
bImpl$Serv
letInvocat
ionAction.
run(Servle
tStubImpl.
java:996)
at weblogic.servlet.internal.
ServletStu
bImpl.invo
keServlet(
ServletStu
bImpl.java
:419)
at weblogic.servlet.internal.
ServletStu
bImpl.invo
keServlet(
ServletStu
bImpl.java
:315)
at weblogic.servlet.internal.
WebAppServ
letContext
$ServletIn
vocationAc
tion.run(W
ebAppServl
etContext.
java:6452)
at weblogic.security.acl.inte
rnal.Authe
nticatedSu
bject.doAs
(Authentic
atedSubjec
t.java:321
)
at weblogic.security.service.
SecurityMa
nager.runA
s(Security
Manager.ja
va:118)
at weblogic.servlet.internal.
WebAppServ
letContext
.invokeSer
vlet(WebAp
pServletCo
ntext.java
:3661)
at weblogic.servlet.internal.
ServletReq
uestImpl.e
xecute(Ser
vletReques
tImpl.java
:2630)
at weblogic.kernel.ExecuteThr
ead.execut
e(ExecuteT
hread.java
:219)
at weblogic.kernel.ExecuteThr
ead.run(Ex
ecuteThrea
d.java:178
)
any ideas pls?