java.sql.SQLException: Protocol violation Help?
Hi,
I have build a web application using the Oracle JDBC thin driver classes12.zip running on Jrun application server. The application runs great for the most part, however, 1 out 100 transactions will get the below error:
java.sql.SQLException: Protocol violation
Each page directs the error to an error page, however, the weird thing is that it will attach the error page result to the bottom of the page that caused the error instead of sending exception to the error page.
Also some times it will show up behind all the elements of the web page.
Any suggestions....I am at a loss.
-Travis Polland

