BEA-000402 creating a client with wlfullclient.jar
I've created a java program that pulls data from a large amount of weblogic servers. However, after 18 connections have been created and closed, I get this error:
<Jun 25, 2013 11:14:55 AM EDT> <Warning> <Socket> <BEA-000402> <There are: 18 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 2. The configuration may need altered.>
At first I thought it maybe coming from a certain weblogic server but I rearragned the order in the file that is read in and the error still occurs. Always after the 18th connection.
How can I configure the amount of socket threads allowed in a client that connects to weblogic? Or is there a way to force weblogic.management.remote to use native IO?
<Jun 25, 2013 11:14:55 AM EDT> <Warning> <Socket> <BEA-000402> <There are: 18 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 2. The configuration may need altered.>
At first I thought it maybe coming from a certain weblogic server but I rearragned the order in the file that is read in and the error still occurs. Always after the 18th connection.
How can I configure the amount of socket threads allowed in a client that connects to weblogic? Or is there a way to force weblogic.management.remote to use native IO?
0