punna Kumar

Ranch Hand
+ Follow
since Feb 28, 2005
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 punna Kumar

Hi Al,,

i am getting below erro in my code . may i knowthe root cause of this problem

[2006-12-05 14:49:10,008] WebContainer : 1 testLogger ERROR - [SELECT * from EMP' FOR FETCH ONLY ] com.ibm.db2.jcc.b.SqlException: UNSUCCESSFUL EXECUTION CAUSED BY DEADLOCK OR TIMEOUT. REASON CODE 00C9008E, TYPE OF RESOURCE 00000302, AND RESOURCE NAME DFCID001.TSCICAPD.X'000002'
Hi All,

In java Strings are immutable objects. Whenever a new string is created it will stored in �String constant pool�.

My dought is when string object will eligible for the GC?.

If String Object is garbage collected after use. What is the use of constant pool in JVM?.(My understanding is one constant pool for the JVM)

Please explain me.

Regards,
punna
16 years ago
Hi,

we are facing problem related to the class.

problem:

we have two differnt envrionments for your project. we have one servlet is not working in one environment. the same code is working firn in another environment.

the servlet always loading the old class file instaed of modified one. any idea.

why it's happening in only one server.

thanks in advance.

Regards,
Ravi
17 years ago
sorry i can't post the jsp page.due to the NDC violation.

if you know the root cause of the problem please expalin me.
17 years ago
JSP
Hi all,

please help us to relove below error while transalation of jsp.

[11/1/06 6:07:21:775 CET] 00000054 WebApp E SRVE0026E: [Servlet Error]-[JSPG0227E: Exception caught while translating /hello.jsp:
java.lang.reflect.InvocationTargetException
]: com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /hello.jsp:
java.lang.reflect.InvocationTargetException

may i know hat is thr root cause of the error.
17 years ago
JSP
Thanks for the Good Book

great with in short time we can masters in EJB3

Regards,
Ravi
Hi All,
is any GUI EAR deployment tools are avaliable in market.

Regards,
Ravi.
17 years ago
Any Advice?...

waiting for resoponse
17 years ago
Hi All,

I have a problem in my carrier setting please advice me.

i am sun certified java programmer.last four years i am woring in java. i am very good in java. one fine day my management is deided me to move to the Release management (I.e WAS build and Deployment).

currently i am working in WAS build and Deployment only. i am not find much feature in this area.

any one give the suggestion can i countinue in this area or i region my job and move to development.

please help me to build my carrier.

waiting for suggestions
17 years ago
Dear All,
we are using the WAS6. we able to deploy the application sucessfully. after deployment when server start up we are getting below error.

statx("/app/WebSphere6/profiles/Gppsa/installedApps/CellGpsAll/gps_all.ear/gps.jar", 0x75F18950, 128, 010) = 0
statx("/app/WebSphere6/profiles/Gppsa/installedApps/CellGpsAll/gps_all.ear/gps.jar", 0x75F18918, 128, 010) = 0
open("/app/WebSphere6/profiles/Gppsa/installedApps/CellGpsAll/gps_all.ear/gps.jar

we unable to start the server.

please help us to reslove the issue.
any idea. it is application server error or application code error.
17 years ago
Hey any clue for the Level 10
17 years ago
thanks for the replay.

but there is no option like none of the above..............

<jsp:useBean> have a attribute called "scope".

i fell question is related to the what is the scope of useBean in jsp page.....

any idea.........
17 years ago
JSP
Sorry Ben,

It's not a homework.......

one of my team member ask this question in chit chating in java.......

My answer is a i mean Application

java bean does not support the application level scope in jsp.
17 years ago
JSP
1)in jsp the java bean can not used in below scope

a)application
b)session
c)request
d)page

what is the answer for the above question
17 years ago
JSP
thanks for replay,

how i can remove the new lines from my string...........

it's very critical problem i am faceing from last 1 day....

please help..

if you can give the code sample thats greatlt apprciated

Regards,
Ravi