vignesh Thamarai

Ranch Hand
+ Follow
since Mar 10, 2009
Merit badge: grant badges
For More
Chennai
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 vignesh Thamarai

How to write our own xml parser without using DOM and SAX, is it possible? what is the approach for these task ?
When i deploy my ear file in jboss 5.0.1 GA, it throw an exception " javax.naming.NameNotFoundException: DeviceModelFacade not bound "

my application looks like


where iam missing? please help me
hello friends,
i have a hashset contain integers like 1,2,4,5 . now i want to get every integer value from hashset.

here is my code. set2 is a hashset.




it throws a number format exception , i try this one this too not helping me


please help me what iam missing...
13 years ago
i found this easier way. Go to ireport ---> properties ----> check When No data and select No data section in combo box and then add static "No records found" text.

see this site : http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=34381
I'm using i-report 3.5.1, How to Print " No records Found " when no data records available in database.
Iam pretty newbie to mysql, I backup my database as dump file, and then i restore my database after some time i used " mysql -u xxx -p xxx databasename > file.sql" , i use '>' symbol instead of '<' . now my entire file has been overwritten,before restore my file size is 85 mb now it is 0kb. is it anyway to recover my old file? please help me to solve my problem.
Hai Friends,

now iam devoloping a snmp program that deals bulk request, i hav some exception

in my below code "data2" is encoded byte array containing some buffer values return from some device.

now iam decoding as "SNMPMessage message1 = new SNMPMessage(SNMPBERCodec.extractNextTLV(data2,0).value);"

it return an exception. snmp.SNMPBadValueException: Problem while decoding SNMP: packet truncated or corrupt , I google it but i cant find any solution.

Hi Friends, anybody hav sample program for snmp get opertaion in java.


Hi friends,
How to send an xml file over socket, please give some sample programs.
hi friends,
anyone hav documentaion Build Trap Receiver using apache mina. i googled but i got only little explanation. please give some brief explanation.



14 years ago


[fbr - added code tags]
14 years ago
hi friends,
i need to get property value from CIM_PhysicalMemory
class, when i request enumerateinstancenames it return false, if i
made request to cim classes inside interop return true,when i get
RegisteredName property from CIM_RegisteredProfile it give "profile
registration" from my understanding we need to register the profile
before access the class file outside interop,i had littel bit
confusion here how to register the profile,may i set value in
RegisteredName property or i hardcode the value in that class.when i
use setProperty it throw an exception as
as CIM_Error not supported. please give me some help to resolve my
problem.

I KNOW THIS POST IS NOT VALID FOR THIS FORUM, BUT I CANT FIND ANY CIM FORUMS, SO ONLY I POST, IF YOU HAV ANY IDEA ABOUT COMMON INFORMATION MODEL PLEASE HELP ME TO SOLVE MY PROBLEM.