`

weblogic10使用过程中遇到的问题及解决办法

阅读更多

三、

在ManagedServer上部署应用,报错如下:

java.lang.Exception: [DeploymentService:290049]Deploy failed for id '1,226,729,943,484' since no targets are reachable.

 

经查,原来是以weblogic用户启动的AdminServer,而以root用户启动的ManagedServer,在Admin的控制台部署应用时AdminServer没有权限操作ManagedServer,改成以weblogic用户重新启动ManagedServer,问题解决。

 

=============================================
二、

ManagedServer启动报错:

<2010-7-2 下午04时06分08秒 GMT+08:00> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
<2010-7-2 下午04时06分08秒 GMT+08:00> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)

……

 

经查,原来是启动时把Admin服务器的地址写成了: 127.0.0.1,而在config.xml定义的AdminServer的监听地址是: 145.24.16.158。启动命令如下:

./bin/startManagedWebLogic.sh pese http://127.0.0.1:7901

 

改成:

./bin/startManagedWebLogic.sh pese http://145.24.16.158:7901

 

问题解决。


==========================================


一、

ManagedServer启动时报错:

####<2010-7-2 下午02时16分53秒 GMT+08:00> <Critical> <WebLogicServer> <xmptt2> <pese> <main> <<WLS Kernel>> <> <> <1278051413217> <B
EA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic den
ied
weblogic.security.SecurityInitializationException: Authentication for user weblogic denied

 

解决办法:

This error would occur incase you are having security realm setup on your weblogic server.

Go to Weblogic Admin console
Security Realms>myrealm > Providers >Adjudication> DefaultAdjudicator >Provider Specific
Uncheck Require Unanimous Permit

Restart the server

======================================================

分享到:
评论

相关推荐

    将应用部署到weblogic10及oracle linux遇到的问题及解决方案

    在将应用部署到 WebLogic 10 及 Oracle Linux 的过程中,我们遇到了多种问题,但是通过修改 WebLogic 的虚拟内存、使用文件目录部署方式和检查应用程序的安装目录,我们能够成功地解决这些问题。

    Weblogic10 安装过程.doc

    ### Weblogic 10 安装过程详述 ...如果您在安装过程中遇到任何问题,可以通过查阅官方文档或者寻求技术支持来解决。安装完成后,您可以开始部署和运行Java应用程序,充分利用WebLogic Server的强大功能。

    weblogic部署项目jar冲突解决

    提供的文件`weblogic部署项目中jar包冲突解决方法.txt`可能包含了具体的解决步骤和案例,建议仔细阅读。而`util.zip`可能是某个实用工具或示例代码,解压后查看其内容,可能会提供更多的解决思路。 总之,解决...

    Weblogic10静默安装

    WebLogic Server 10的静默安装是一种自动化安装方法,尤其适合在需要部署多个服务器节点的环境中使用,因为它可以显著提高效率并减少人为错误。静默安装通过预定义的响应文件来驱动安装过程,该文件包含了所有必要的...

    weblogic被锁解决方法

    在使用WebLogic服务器的过程中,可能会遇到服务器突然Down掉并且无法启动的情况。这种情况通常是因为WebLogic的一些关键文件被锁定(Locked),导致服务无法正常启动。当出现这种情况时,我们需要采取一系列步骤来...

    将应用部署到weblogic10及oracle linux时遇到的问题 .docx

    本文档详细记录了迁移过程中遇到的问题及解决方案。 首先,迁移过程中的第一个问题是由于应用程序较大,导致在上传WAR包时,WebLogic服务器的虚拟内存不足。这个问题可以通过调整WebLogic服务器的内存配置来解决。...

    weblogic的问题处理

    本篇内容主要涉及WebLogic Server在运行过程中可能遇到的常见问题及其解决方法。 1. **WebLogic Server安装介质与License问题** - 安装介质:可以从BEA官方网站下载,分为带JDK的完整安装包和不带JDK的独立安装包...

    weblogic部署,常见错误解决(收集)

    在使用 Weblogic 服务器时,经常会遇到一些常见的问题和错误,本文总结了其中的一些解决方法,旨在帮助开发者快速排除错误,提高开发效率。 1. Unmarshaller failed 问题的解决方法 在使用 Weblogic 9.2 版本时,...

    解决weblogic时间与系统时间不一致的问题

    在日常使用WebLogic服务器的过程中,我们可能会遇到WebLogic服务器显示的时间与操作系统的时间不一致的情况。虽然这种情况并不常见,但它可能会影响应用程序的正常运行,尤其是在那些依赖准确时间的应用场景下,如...

    Tomcate移植到webLogic问题及解决方法

    本文将以天津银监会公文项目的实际案例为基础,详细探讨在将基于Tomcat的应用程序移植到WebLogic 10g的过程中可能遇到的问题及其解决方案。 #### Hibernate3与WebLogic冲突 **问题描述:** 当将包含Hibernate3...

    将应用部署到weblogic及oracle linux时遇到的问题e.docx

    本文将详细讨论在部署过程中遇到的问题以及相应的解决方案。 首先,遇到的第一个问题是由于文件上传时内存不足导致的。在尝试将Web应用打包为WAR文件并通过WebLogic管理服务器进行安装时,报出了与虚拟交换内存相关...

    weblogic安装步骤以及报错解决

    但是,安装 Weblogic 可能会遇到各种问题,本文将提供详细的安装步骤和报错解决方案,以帮助用户顺利安装和使用 Weblogic。 一、配置 JDK 环境 在安装 Weblogic 之前,需要先配置 JDK 环境。首先,创建一个目录来...

    将应用部署到weblogic10及oracle linux时遇到的问题.doc

    本文档详细记录了在迁移过程中遇到的主要问题及其解决方案。 首先,遇到的第一个问题是“错误一:意外的异常”。这是一个NullPointerException,发生在处理请求时。这通常是由于程序尝试访问一个未初始化或为null的...

    将应用部署到weblogic10及oracle linux时遇到的问题.docx

    因此,如果应用中使用了`getRealPath("/")`这样的方法来获取文件系统路径,可能会遇到`IllegalStateException`,因为在WAR包内不存在真实路径。为解决这个问题,可以考虑两种方法:一是替换代码中的路径获取方式,...

    将应用部署到weblogic10及oraclelinux时遇到的问题.pdf

    在将应用从Tomcat环境移植到WebLogic 10及Oracle Linux时,开发者经常会遇到一些挑战。本篇文章将深入探讨这些问题及其解决方案。 首先,我们遇到的第一个问题是“意外的异常”,表现为NullPointerException。这个...

    64位weblogic--windows安装部署及常见问题解决

    5、解决问题的方法 - 使用WebLogic控制台进行应用部署和管理,可以查看日志和诊断信息来定位问题。 - 配置日志级别以获取更详细的错误信息。 - 查阅官方文档和社区论坛,寻找类似问题的解决方案。 - 使用JVM调试...

    weblogic和tomcat 下载附件乱码问题

    本文将详细探讨WebLogic与Tomcat环境下解决下载附件乱码问题的方法。 #### 一、问题背景 在Web应用程序中,当用户点击下载链接后,浏览器会根据服务器返回的信息来判断如何处理这个下载请求。如果服务器返回的...

    weblogic 使用的问题

    然而,像任何复杂系统一样,WebLogic在使用过程中可能会遇到各种问题。这篇博客(https://fly533.iteye.com/blog/662036)可能详细记录了某个开发者或管理员在使用WebLogic时遇到的挑战以及解决方法,虽然描述为空,...

Global site tag (gtag.js) - Google Analytics