anu kuntala

Greenhorn
+ Follow
since Sep 25, 2008
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
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by anu kuntala

Hi,

I have Scjp Vochure. I am planning to sell the vochure @ Rs.4500. Vochure expires on June 26 2009.
If any one interested Please Contact me at anuradha1003@gmail.com

Thanks,
Anuradha
Bangalore
14 years ago
You have declared drivresName and driversAge as Local variables. You cannot use localvariables without initializing them. Declare the variables outside the main method.Try with this code.
15 years ago
In Java The primitive types (boolean, byte, char, short, int, long, float, and double), and the keyword void are also Objects of type "Class" class. Please refer Java API for more information about java.lang.Class.
So In my opinion Java is pure Object Oriented Language.
15 years ago
Hi all,

I am getting org.apache.jasper.JasperException: Stream closed Exception after logging in to my Application. I am using ATG CSC Application and Server is JBOSS.
The complete stack trace is as follows:
Caught exception in main.jsp: CONTAINER:atg.servlet.jsp.ContainerJspException: Stream closed; SOURCE:org.apache.jasper.JasperException: Stream closed
CONTAINER:atg.servlet.jsp.ContainerJspException: Stream closed; SOURCE:org.apache.jasper.JasperException: Stream closed
at atg.taglib.dspjsp.IncludeTag.doEndTag(Unknown Source)
at org.apache.jsp.main_jsp._jspx_meth_dspel_include_5(main_jsp.java:2968)
at org.apache.jsp.main_jsp._jspx_meth_fmt_bundle_0(main_jsp.java:1776)
at org.apache.jsp.main_jsp._jspService(main_jsp.java:428)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
....stack trace CROPPED after 10 lines.
Caused by :org.apache.jasper.JasperException: Stream closed
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:383)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
....stack trace CROPPED after 10 lines.
Caused by (#2):java.io.IOException: Stream closed
at org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:203)
at org.apache.jasper.runtime.JspWriterImpl.clearBuffer(JspWriterImpl.java:159)
at org.apache.jsp.templates.pageLayout_jsp._jspService(pageLayout_jsp.java:448)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
....stack trace CROPPED after 10 lines.

Here I am not getting what is the root cause of the problem.Any help is greatly appreciated..
15 years ago
JSP
Congrats Vidhya...Nice Score....
15 years ago
hi Preetha,

You have not mentioned your file name. What have you given as file name.
check for spelling mistakes.
Congrats Rahul....Nice Score
15 years ago
Hey Congrats...Nice Score
15 years ago
Ohhh....Sorryyy Poornima, I didnot check the subject line. I am from Banglore. Is this offer is available in Bangalore also? Do you have any idea?

Regards,
Anu
Hi Poornima,

Can you please mention that address..I want to buy the vochure.

Regards,
Anu
Hi Vibhas,
May be you have created a class with name Thread in any other package.
In java we have Thread class in java.lang package. You should not mention your class name with already existing name. Check it.
Your classpath is correct. It is working in my System.

Regards,
Anu
15 years ago
Congrats Nikos...

Hey Aditi You are asking same question in every post.
I think you got answer to your question here.

Regards,
Anu
15 years ago
Hi RamKumar,
Congratulations....Nice Score..
15 years ago
Hi Manas,
Yes we can declare static methods in Abstract classes. You won't get any compiler error. But you cannot declare a method as both abstract and static. Because static methods cannot be overriden.

Regards,
Anu
15 years ago
Congrats....Stijn Nice score..
All The Very Best.

Regards,
Anu
15 years ago