Pages

Friday, December 16, 2011

BEA-280101 end BEA-000438

When i tuning WebLogic Integration 10.3 With 64-bit JDK on Sun Sparc.
I has done with support from site Oracle:





Workaround:Update WebLogic Server start script with the following:export USER_MEM_ARGS with " -d64"
But when i start running startWeblogic.sh. i received errors this below


<Warning> <Store> <BEA-280101> <The persistent file store "_WLS_AdminServer" is forced to use buffered I/O and so may have significantly degraded performance. Either the OS/hardware environment does not support the chosen write policy or the native wlfileio library is missing


<Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that a native performance library is in:

i find solution fix it.
You must build weblogic with jar file :

/u01/setup/jdk1.6.0_20/bin/sparcv9/java -server -jar wls1033_generic.jar

Worked for me. good luck.

No comments:

Post a Comment