how can I stop the Following Error
which eventually kills the Server Process.
RequisitionImpl: queryRequisition() reqData...
RequisitionImpl: queryRequisition() userData...
RequisitionImpl: queryRequisition() validate...
Requisition Object Exists to Print -
Documents Status Check -
Document Print - Begin Store to Buffers
Document Print - Header
Document Print - Total Lines 3
line Items Print 3
line Items Print 3
line Items Print 3
Document Print - End of line Items
Document Print - End FootNote
Document Print - File Created
Document Print - Complete
Mail.sendMessage(): sivashanker.shanmugam@ebay-> chia.chiang@ebay moya.poparad@ebay annie.ramos@ebay praveen.devulapalli@ebay sivashanker.shanmugam@ebay
message : This is a PostScript PrintFile from SOLARJ
java.lang.Error: Reaping an object with references
at sun.rmi.transport.ObjectTable.reap(ObjectTable.java:137)
at sun.rmi.transport.Reaper.run(ObjectTable.java:200)
at java.lang.Thread.run(Thread.java)
1) This randomly happens when I execute Oracle Stored Proc
2) the same error is Consistent whenever I execute the following
a) Client Sends some Info to the SERVER
( we are using RMI)
b) Server runs a PrintDoc Method which creates an ASCII file
which is about 54253 bytes
eg:
-rw-r--r-- 1 sshivs mro 54253 Jul 21 15:47 SOLAR0000200146--66762011.ps
-rw-r--r-- 1 sshivs mro 54253 Jul 21 16:10 SOLAR0000200146--361271708.ps
-rw-r--r-- 1 sshivs mro 54253 Jul 22 07:56 SOLAR0000200147-1915074648.ps
-rw-r--r-- 1 sshivs mro 54085 Jul 22 14:00 SOLAR0000200173--1050323035.ps
c) this ASCII FILE is forwarded to the USERS as attachment via Email
which is again a java Object (mail.java)
(this error is consistent)
I would appreciate if possible solutions are recommended ASAP.
which eventually kills the Server Process.
RequisitionImpl: queryRequisition() reqData...
RequisitionImpl: queryRequisition() userData...
RequisitionImpl: queryRequisition() validate...
Requisition Object Exists to Print -
Documents Status Check -
Document Print - Begin Store to Buffers
Document Print - Header
Document Print - Total Lines 3
line Items Print 3
line Items Print 3
line Items Print 3
Document Print - End of line Items
Document Print - End FootNote
Document Print - File Created
Document Print - Complete
Mail.sendMessage(): sivashanker.shanmugam@ebay-> chia.chiang@ebay moya.poparad@ebay annie.ramos@ebay praveen.devulapalli@ebay sivashanker.shanmugam@ebay
message : This is a PostScript PrintFile from SOLARJ
java.lang.Error: Reaping an object with references
at sun.rmi.transport.ObjectTable.reap(ObjectTable.java:137)
at sun.rmi.transport.Reaper.run(ObjectTable.java:200)
at java.lang.Thread.run(Thread.java)
1) This randomly happens when I execute Oracle Stored Proc
2) the same error is Consistent whenever I execute the following
a) Client Sends some Info to the SERVER
( we are using RMI)
b) Server runs a PrintDoc Method which creates an ASCII file
which is about 54253 bytes
eg:
-rw-r--r-- 1 sshivs mro 54253 Jul 21 15:47 SOLAR0000200146--66762011.ps
-rw-r--r-- 1 sshivs mro 54253 Jul 21 16:10 SOLAR0000200146--361271708.ps
-rw-r--r-- 1 sshivs mro 54253 Jul 22 07:56 SOLAR0000200147-1915074648.ps
-rw-r--r-- 1 sshivs mro 54085 Jul 22 14:00 SOLAR0000200173--1050323035.ps
c) this ASCII FILE is forwarded to the USERS as attachment via Email
which is again a java Object (mail.java)
(this error is consistent)
I would appreciate if possible solutions are recommended ASAP.
- duplicates
-
JDK-4069644 successful DGC dirty calls do not "pin" remote object targets
-
- Closed
-