java - I get 'No more data to read from socket' after a period of inactivity. Weblogic and Oracle DB -


i have jsp web application deployed on weblogic server connected oracle database. there no datasource set in weblogic server instance , application communicates database on it's own (with jdbc). however, every morning when try access web page 'no more data read socket' error. reset weblogic server , gets normal, thing can't keep restarting server every morning. there anyway can fixed automatically? think has connections in pool, being disabled oracle still considered active application...

thanks

i did manage corrected.

what did creating datasource in weblogic admin console , configure app use datasource. still giving error unchecked "keep connection after local transaction" box datasource transaction options , fixed problem.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -