satheesh Valluru

Greenhorn
+ Follow
since Mar 10, 2014
satheesh likes ...
Android MyEclipse IDE Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by satheesh Valluru

I am iterating a List in my view.Jsp of the respective portlet1.so when first time i deployed into liferay server portal ,that portlet1 displaying message as "Portlet1 is temporarly not available" because of no list iterated until action performed from other portlet.How to overcome this problem .Please help me out.
9 years ago
When i click the Submit button in the jsp page its just reloading the page and even the Reset button is not resetting the values
Here is the code
Help me with the error
10 years ago
Sorry for not being specific.. the lib folder i mean is the Webcontent/WEB-INF/lib folder..

Iam using the Tomcat & Version.And surprisingly the problem solved when i used a fresh copy of eclipse..May be i had done some unuseful changes in the eclipse Configuration.
10 years ago
Thanks for the reply.
No its jsp-api.jar which is in the tomcat library only not in lib.
Do i need to change any other files if i change the jstl file to 1.2 version
10 years ago
The list of jars i added are
antlr-2.7.2.jar
bsf-2.3.0.jar
jstl-1.0.2.jar
standard-1.0.6.jar
strurts-core-1.3.10.jar
struts-el-1.3.10.jar
struts-taglib-1.3.10.jar
struts-scripting-1.3.10.jar
jap-api.jar
servlet-api.jar
10 years ago
10 years ago
Hi Paul Clapham

The Problem is solved by removing this line.

Thanks for the solution.
Actually I am developing a project as a part of my case study in My System itself that's why I am using MS Access as my Database.
Once again thank you for the Continuous support
Thank you Paul Clapham for your reply.

Can you please tell me the others drivers through which i can access MS Access Database.As you quoted the sentence as "There are better JDBC drivers than that one (namely all other JDBC drivers)."
But when I try Select * from table name and try to print them using result set it returns a no data found exception.
The Problem is solved as i made a mistake while creating the MS Access Database where the column name is different from what i have given in Statement
Thank You Joe Ess

The Problem is solved when i removed some unused jars from the lib folder
10 years ago
Hi iam using Eclipse Helios and while making a struts project with html tags i got the following error..

I tried downloading the new jar files from apache and tried but it doesnt worked.
Please help me in solving the issue.
The exception i got is posted below.

org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [jsp] in context with path [/firstWebApp] threw exception [Unable to read TLD "jndi:/localhost/firstWebApp/WEB-INF/lib/struts-taglib-1.3.10.jar" from JAR file "jndi:/localhost/firstWebApp/WEB-INF/lib/struts-taglib-1.3.10.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.html.MessagesTei] with root cause
org.apache.jasper.JasperException: Unable to read TLD "jndi:/localhost/firstWebApp/WEB-INF/lib/struts-taglib-1.3.10.jar" from JAR file "jndi:/localhost/firstWebApp/WEB-INF/lib/struts-taglib-1.3.10.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.html.MessagesTei
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:181)
at org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:179)
at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:387)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:451)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1401)
at org.apache.jasper.compiler.Parser.parse(Parser.java:130)
at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:238)
at org.apache.jasper.compiler.ParserController.parse(ParserController.java:101)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:198)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:360)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:594)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:316)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:163)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:401)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:267)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:245)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:260)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
10 years ago