sylvester sinc

Greenhorn
+ Follow
since May 22, 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 sylvester sinc

Hi All,

I'm facing some stuck threads problem, below is the log i get.

"[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0373ef70 nid=470 lwp_id=5305711 runnable [48a4f000..48a4e7f8]
at java.util.HashMap.put(HashMap.java:423)
at com.my.it.utility.FieldUtil.<init>(FieldUtil.java:199)

"[STUCK] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0397dd60 nid=645 lwp_id=7135132 runnable [48bd2000..48bd1878]
at java.util.HashMap.put(HashMap.java:423)
at com.my.it.utility.FieldUtil.<init>(FieldUtil.java:175)

Does it mean we are not suitable to use HashMap and it will cause stuck threads happen?
The weird thing is I'm not only using HashMap in FieldUtil.java but also in other java class, why it only happen stuck threads in FieldUtil.java?

Rgds,
Syl
13 years ago
hi ,

anybody know how to cast a String datatype into Clob ?

I wanna get the data from a textarea and incert into a Clob data type

before that Im using 'String contents = ConvertUtils.convert(rules.getContent());' to cast the Clob into String but now I have no idea on how to convert this String to Clob.
Hi all ,
I'm trying to develop a web site like youtube , allow user to upload any type of video n convert it to FLV format.
I need a backend engine, I had trial Movavi Engine n TotalMovieConverterX which i search from internet but all aren't working.
Any other good suggestion ?
thank you.

Best regards,
R1