Results 1 to 4 of 4
- 08-16-2011, 07:00 PM #1
RenderedOp error. Now THIS is what I call exciting!
So I get this customer with a problem with our Java application, and he returns the screenshot with the error message ominously begging for my attention. The error says "java.lang.RuntimeException: - Unable to render RenderedOp for this operation." I think maybe it has something to do with his file name being in unix syntax on an XP machine.
I use Eclipse as IDE and haven't been able to locate the error string anywhere in the code.
Any thoughts, ponderings?~MSP430 Lover~
- 08-16-2011, 07:43 PM #2
Member
- Join Date
- Aug 2011
- Posts
- 95
- Rep Power
- 0
Nothing in standard Java (or its libraries) throws a raw 'java.lang.RuntimeException'. (They use subclasses.) So the exception must be thrown by application or 3rd party library code.
- 08-16-2011, 07:46 PM #3
Member
- Join Date
- Aug 2011
- Posts
- 95
- Rep Power
- 0
See Java JAI JPEG image encode RuntimeException - Stack Overflow
Look for "caused by" exceptions below it, too.
- 08-16-2011, 07:57 PM #4
Member
- Join Date
- Aug 2011
- Posts
- 95
- Rep Power
- 0
Stack traces that include 'at javax.media.jai.RenderedOp.*' suggest Java Media APIs -- as in rendering something to the screen.
Similar Threads
-
java.lang.Error: Invalid memory access while using JNA call
By Sanjeev in forum Advanced JavaReplies: 1Last Post: 07-12-2011, 01:02 PM -
Are you an IT professional looking for your next exciting career?
By Connective in forum Jobs OfferedReplies: 0Last Post: 06-26-2011, 05:23 AM -
stack overflow error, i want to call a method within itself not using recursion tho
By bigboi26 in forum New To JavaReplies: 1Last Post: 03-17-2010, 05:25 AM -
function call error
By peter_thm in forum New To JavaReplies: 2Last Post: 01-13-2010, 12:57 PM -
Error using ajax call in onchange event of select box.... struts 1.x?
By prabhurangan in forum Web FrameworksReplies: 0Last Post: 07-07-2008, 07:10 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks