Error message:
Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. You may want to alter your configuration.>
are because of the original messages of not picking up libmuxer.so
or
<Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that a native performance library is in:
Soln:
1. login to console - servers - configuration - tunning - make sure 'Enable Native IO' is clicked.
2. run the setdomainenv and then run env command.this will tell us the current libmuxer.so being used.
3. You need to make sure the corresponding libmuxer.so is used which could be done by
take a backup and at the end of your commEnv.sh file please add the lines
LD_LIBRARY_PATH=<path of the libmuxer.so>${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
path of libmuxer.so
wlserver_10.3\server\native\<server type>\<bit version>\libmuxer.so
Ref : Doc ID 965299.1
Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. You may want to alter your configuration.>
are because of the original messages of not picking up libmuxer.so
or
<Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that a native performance library is in:
Soln:
1. login to console - servers - configuration - tunning - make sure 'Enable Native IO' is clicked.
2. run the setdomainenv and then run env command.this will tell us the current libmuxer.so being used.
3. You need to make sure the corresponding libmuxer.so is used which could be done by
take a backup and at the end of your commEnv.sh file please add the lines
LD_LIBRARY_PATH=<path of the libmuxer.so>${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
path of libmuxer.so
wlserver_10.3\server\native\<server type>\<bit version>\libmuxer.so
Ref : Doc ID 965299.1
2 comments:
How to solve it in WLS 8 ?
Oddly enough, I uncheck the box and bingo no message.
Post a Comment