noel0217 发表于 2017-2-14 10:23:03

weblogic相关问题

  问题1. JDK1.6.0_30 weblogic 10.3.5.0 soa 11.1.1.5 Oracle Database 10.2.0.5 OS:solaris sparc 10
  <Feb 1, 2012 9:54:02 AM CST> <Error> <ALSB Statistics Manager> <BEA-473008> <Aggregator rejected statistics reported by server AdminServer with tick 208,260. The last processed tick by Aggregator is 208,380.>
<Feb 1, 2012 9:54:02 AM CST> <Warning> <ALSB Statistics Manager> <BEA-473002> <Statistics Collector not ready to checkpoint for tick 208,440>
<Feb 1, 2012 9:54:28 AM CST> <Warning> <ALSB Statistics Manager> <BEA-473007> <Aggregator did not receive statistics from for the aggregation performed for tick 208440.>
<Feb 1, 2012 10:19:55 AM CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 10.17.105.152:2,925 during the configured idle timeout of 5 secs>
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xffffffff7dd779c8, pid=7617, tid=264
#
# JRE version: 6.0_30-b12
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.5-b03 mixed mode solaris-sparc compressed oops)
# Problematic frame:
# V    klassOopDesc*constantPoolOopDesc::klass_at_impl(constantPoolHandle,int,Thread*)+0x50
#
# An error report file with more information is saved as:
# /u03/soaapp/weblogic/Oracle/Middleware/user_projects/domains/base_domain/hs_err_pid7617.log
                 -------------
  0  (0xffffffff177ff238) 
                 [   0x0000000000000000]
                 [   0x0000000000000000]
                 [   0x0000000000000000]
                 -------------
  1  (0xffffffff177ff258) 
                 [   0x0000000000000000]
                 [   0x0000000000000000]
                 [   0x0000000000000000]
                 -------------
  2  (0xffffffff177ff278) 
                 [   0x0000000000000000]
                 [   0x0000000000000000]
                 [   0x0000000000000000]
                 -------------
  3  (0xffffffff177ff298) 
                 [   0x0000000000000000]
                 [   0x0000000000000000]
                 [   0x0000000000000000]
                 -------------
  ######################################################
  ## 问题1解决方案:尝试换JDK版本,换成低版本1.6.0_24问题依然出现,暂未找到解决方案。
  ## 重新设置 setDomainEnv.sh  和 server 下面都commEnv.sh 中的JAVA_HOME路径。
  ## 问题补充:其30 JDK在SUSE SP1操作系统中也会出现同样问题。30JDK存在BUG,现未解决。
  ##
  ## 补充日志如下:
  <2012-2-2 上午11时24分01秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 10.17.105.141:16,634 during the configured idle timeout of 5 secs>
<2012-2-2 上午11时24分13秒 CST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
./startWebLogic.sh: line 180:  3681 段错误               ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${JAVA_OPTIONS} ${PROXY_SETTINGS} ${SERVER_CLASS}
##
  ######################################################
  问题2:同1上配置,出现如下问题
  <Feb 1, 2012 5:08:06 PM CST> <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.>
m_connection-jpss null
  ######################################################
  ## 问题2解决方案:同上,可解决。
  ######################################################
  问题3:同上配置,出现
  <BEA-000438> <Unable to load performance pack. Using Java I/O instead.
  ######################################################
  ## 问题3解决方案:
  ## 在Server/common/bin都commEnv.sh中发现,LD_LIBRARY_PATH的路径配置为1)实际64位为2)。
  ## 也即修改 SUN_ARCH_DATA_MODEL=64
  ##1)/server/native/linux/i686/libmuxer.so
  ##2)/server/native/linux/x86_64/libmuxer.so
  ## 替换所有路径后,重启后不在出现此问题。
  ######################################################
页: [1]
查看完整版本: weblogic相关问题