Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help needed : Error attribute defined twice : language

Status
Not open for further replies.

comgrit

MIS
Dec 24, 2002
22
0
0
TH
Hi,
I'm implementing a J2EE application that has been run successfully in QA. Now I'm moving it to production. The same JSP that worked in QA do not work in production. Here's error message.
=========================================
500 Internal Server Error
OracleJSP: oracle.jsp.parse.JspParseException: Line # 12, <%@ page language=&quot;java&quot; import=&quot;com.pg.aaipos.util.UserSession,com.pg.aaipos.util.Trace&quot;%>
Error: Error, attribute defined twice: language
=========================================
Anyone has any idea where to start looking ? Thanks in advance.
 
remove the

Code:
language=&quot;java&quot;

part ?
 
Thanks for the advice. However, the issue is not really the code itself. I finally found that there are something wrong in the underlying RDBMS access.

now it is solved. Without changing this code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top