0

On my Laptop's installation of Weblogic 11g, Changing network (WIFI to Wired etc.) while the server is running seems to break Datasource connections. I have to reboot (which takes forever) to get my apps running on Weblogic to work again. I tried to go over the Data Source connection settings in the Console to disable "this" monitoring. But couldn't find a way to turn it off.

Wondering if there's a way to turn this freaky behavior off.

user6123723
  • 10,546
  • 18
  • 67
  • 109
  • So you disconnect your computer from the network (briefly) when you switch from wired to wifi... of course your connection is going to break. If you have more than one server the communication between them will break as well. Am I missing something here? Best case you edit your JDBC settings in the admin server and make sure `Connection Retry Frequency` is set – Display Name is missing Jul 24 '14 at 22:49

1 Answers1

2

Try the following two steps in your connection pool settings:

  1. Select "Remove Infected Connections Enabled"
  2. Reduce "Test Frequency"
dwitvliet
  • 7,242
  • 7
  • 36
  • 62
COLINHY
  • 395
  • 1
  • 6