没有部署应用之前weblogic能够正常启动,应用部署完之后,启动weblogic报错:
starting weblogic with Java version:
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode)
Starting WLS with line:
/app/weblogic10.3.6/jdk160_29/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -Djava.security.policy=/app/weblogic10.3.6/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/app/weblogic10.3.6/wlserver_10.3 -Dwls.home=/app/weblogic10.3.6/wlserver_10.3/server -Dweblogic.home=/app/weblogic10.3.6/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/app/weblogic10.3.6/patch_wls1036/profiles/default/sysext_manifest_classpath:/app/weblogic10.3.6/patch_oepe180/profiles/default/sysext_manifest_classpath:/app/weblogic10.3.6/patch_ocp371/profiles/default/sysext_ma
nifest_classpa04娑58?2绉 CST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.se
curity.allowCr04娑58?2绉 CST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblo
gic.security.a04娑58?2绉 CST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
/app/weblogic104娑58?6绉 CST> <Notice> <LoggingService> <BEA-320400> <The log file /app/weblogic10.3.6/user_projects/domains/cccwa/servers/AdminServer/logs/AdminServer.log will be rotated.
Reopen the log04娑58?6绉 CST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /app/weblogic10.3.6/user_projects/domains/cccwa/servers/AdminServer/logs/AdminServer.l
og00020. Log m04娑58?6绉 CST> <Notice> <Log Management> <BEA-170019> <The server log file /app/weblogic10.3.6/user_projects/domains/cccwa/servers/AdminServer/logs/AdminServer.log is opened.
All server si04娑58?1绉 CST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'qget' due to error weblogic.management.DeploymentException: .
weblogic.management.DeploymentException:
at weblogic.deploy.internal.targetserver.DeployHelper.createDeploymentContext(DeployHelper.java:428)
at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:123)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
Truncated. see log file for complete stacktrace
Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User qget javax.security.auth.login.LoginException: [Security:090300]Identity Assertion Failed: User qget does not exist
at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Truncated. see log file for complete stacktrace
相关推荐
在Linux环境下,通过命令行安装Oracle WebLogic Server是一项常见的任务,尤其对于远程管理服务器或自动化部署来说。以下是一个详细的步骤指南: 首先,我们先进行必要的用户和环境准备: 1. 创建用户组:作为root...
在Linux环境下安装Oracle WebLogic Server是一项关键任务,尤其对于那些依赖于这个强大的Java应用服务器的企业。WebLogic Server是Oracle公司提供的一个中间件平台,用于构建、部署和管理企业级Java应用程序。以下是...
在开始部署WebLogic 10集群之前,我们首先需要明确环境配置的具体细节。本案例中的环境配置包括: - **操作系统**:Red Hat Enterprise Linux (RHEL) 5.3 - **数据库**:Oracle 10g RAC (10.2.0.5) - **中间件**:...
在本文档中,作者详细记录...通过以上步骤,可以在Linux 64位环境下成功安装和配置WebLogic 11g,使用户能够部署和管理Web应用程序。在整个过程中,对Linux基础和WebLogic知识的理解至关重要,以便能够识别和解决问题。
在Linux(CentOS 7)环境下安装WebSphere 7的过程是一项关键任务,因为WebSphere是一个广泛应用的IBM中间件,常用于构建和部署企业级Java应用程序。以下是对标题和描述中涉及知识点的详细说明: 首先,**配置hosts...
WebLogic是Oracle公司的一款应用服务器产品,广泛应用于企业级Java EE应用的部署和运行。WebLogic10作为其系列中的一员,同样具有企业级应用服务器的各项特征。对WebLogic10进行性能优化,是确保企业应用运行稳定、...
#### 二、WebLogic部署步骤详解 **1. Linux环境下部署已编译项目** - **编译项目**: - 每次运行项目后,会在Tomcat/webapps下自动生成对应的编译目录。 - 如果未自动创建编译目录,可以先将项目打包成war包,...
本教程为大家分享了Oracle WebLogic Server 12.2.1.2安装与项目部署,供大家参考,具体内容如下 1.下载 http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html 选择红框...
- 在Linux上部署Weblogic 9.2与Cognos 8.4时,需要考虑兼容性、环境变量设置和系统资源管理。 10. **WebLogic内存参数设置**: - 有时候在Linux环境中设置`MEM_ARGS`参数可能不会生效,原因可能是`commEnv.sh`...
知识点:Linux 提权方法包括 Linux 内核漏洞提权、低权限用户目录下可被 Root 权限用户调用的脚本提权(SUID)、环境变量劫持高权限程序提权、sudoer 配置文件错误提权等。 23. 数据库有哪些,关系型的和? 知识点...