- 浏览: 1608469 次
- 性别:
- 来自: 厦门
文章分类
- 全部博客 (603)
- T_java (145)
- T_script&ASP (51)
- T_C/C++ (25)
- T_PowerBuilder (11)
- T_Database (53)
- T_odoo (7)
- T_应用服务器 (50)
- T_专_条形码 (6)
- T_专_负载均衡器 (4)
- T_操作系统 (94)
- T_信息安全 (41)
- T_专_搜索引擎 (14)
- T_L_PHP (58)
- T_L_Delphi (18)
- T_L_.NET、C#、VisualStudio (25)
- T_L_Objective-C (6)
- T_移动开发 (53)
- T_网络 (109)
- T_大数据 (2)
- T_嵌入式 (2)
- T_小众技术 (24)
- T_未分类 (58)
- L_旅游印记 (1)
- L_生活随笔 (48)
- L_中国文化 (18)
- L_户外与生存 (0)
最新评论
-
csbean4004:
不知道哪传来得恶习,发帖子不好好发,故意弄错一些东西,很讨厌
让HTML5支持后置摄像头 -
withthewind:
终于找到一个可以用的了。。。
如何用VBA取得Word文档中的标题前面的序号 -
busbby:
兄弟,无法下载,说文件不完整
一个好用的Outlook ost格式文件转pst文件的工具 -
yijavakevin:
密码啊~解压密码多少?
一个二维条形码组件 -
vipbooks:
你给的那个链接根本无法下载,跳到官网看了下最新版12M,但点下 ...
十步以内完成精细web打印
三、
在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
======================================================
发表评论
-
十步以内完成精细web打印
2017-06-21 11:44 7367注意: 康虎云报表组 ... -
让ie6 7 8 9支持html5 websocket
2016-12-23 20:52 2315结果: 从github上的 web ... -
Sql注入之sqlmap+dvwa实例演练
2016-10-27 16:27 1591Sql注入之sqlmap+dvwa实例演练 相信 ... -
ODOO9 SAAS 全自动安装脚本 基于Ubuntu 14.04 LTS
2016-05-09 10:37 2488install-odoo-saas.sh #! ... -
基于 HTTP/2 的 WEB 内网穿透实现(转)
2016-04-22 15:50 1495基于 HTTP/2 的 WEB 内网穿透实现 HTTP ... -
搭建自己的ngrok服务(转)
2016-04-22 15:42 893搭建自己的ngrok服务 在国内开发、企业号 ... -
一个把内网端口映射到外网的工具ngrok(类似与花生壳)
2016-04-22 14:35 1407Secure tunnels to localhost ... -
申请Let's encrypt的免费SSL证书的正确姿势(转)
2016-03-30 19:16 1380申请Let's encrypt的免费SS ... -
Mybatis Generator配置详解(中文)_转
2015-12-17 16:44 917来自: http://www.jianshu.com/p/e ... -
通过 HTTP 头进行 SQL 注入(转)
2015-12-11 10:10 3255在漏洞评估和渗透测试中,确定目标应用程序的输入向量是 ... -
采用ajp代理模式配置Apache+tomcat实现负载均衡(转)
2015-11-13 10:22 869这一种方法,配置简单,性能也高。附AJP介绍: AJP ... -
使用AXIOM给WebService调用增加SOAP头
2015-05-19 10:17 1153直接上代码 public static void ... -
Weblogic8官方文档有关JMX部分的地址
2013-12-04 14:48 744http://docs.oracle.com/cd/E13 ... -
weblogic server支持P3P协议
2013-10-16 19:34 808weblogic 支持P3P 隐私协议 来源:http:/ ... -
weblogic通过代理插件weblogic.servlet.proxy.HttpProxyServlet跨域访问导致session丢失问题的解决(转)
2013-10-16 19:24 1332原文:http://ribbonchen.blog.163. ... -
一个PHP的开源流媒体服务系统(PHP Webcam Live Streaming)
2013-05-31 18:48 3507http://sourceforge.net/proj ... -
Spring MVC 与 Jython的联姻
2013-05-31 17:21 1255Jython Spring MVC Controllers ... -
排名最前的6款开源ERP软件比较
2013-03-20 22:45 1385为何选择OpenERP而不是 ... -
WP-Table Reloaded插件的数据存储位置
2012-12-30 09:14 1242WordPress插件WP-Table Reloaded数据于 ... -
虚拟化、云计算、开放源代码及其他 (转)
2012-10-19 21:29 1096借国庆长假的机会写了这篇长文,全面地整理了个人从虚拟化 ...
相关推荐
在将应用部署到 WebLogic 10 及 Oracle Linux 的过程中,我们遇到了多种问题,但是通过修改 WebLogic 的虚拟内存、使用文件目录部署方式和检查应用程序的安装目录,我们能够成功地解决这些问题。
### Weblogic 10 安装过程详述 ...如果您在安装过程中遇到任何问题,可以通过查阅官方文档或者寻求技术支持来解决。安装完成后,您可以开始部署和运行Java应用程序,充分利用WebLogic Server的强大功能。
提供的文件`weblogic部署项目中jar包冲突解决方法.txt`可能包含了具体的解决步骤和案例,建议仔细阅读。而`util.zip`可能是某个实用工具或示例代码,解压后查看其内容,可能会提供更多的解决思路。 总之,解决...
WebLogic Server 10的静默安装是一种自动化安装方法,尤其适合在需要部署多个服务器节点的环境中使用,因为它可以显著提高效率并减少人为错误。静默安装通过预定义的响应文件来驱动安装过程,该文件包含了所有必要的...
在使用WebLogic服务器的过程中,可能会遇到服务器突然Down掉并且无法启动的情况。这种情况通常是因为WebLogic的一些关键文件被锁定(Locked),导致服务无法正常启动。当出现这种情况时,我们需要采取一系列步骤来...
本文档详细记录了迁移过程中遇到的问题及解决方案。 首先,迁移过程中的第一个问题是由于应用程序较大,导致在上传WAR包时,WebLogic服务器的虚拟内存不足。这个问题可以通过调整WebLogic服务器的内存配置来解决。...
本篇内容主要涉及WebLogic Server在运行过程中可能遇到的常见问题及其解决方法。 1. **WebLogic Server安装介质与License问题** - 安装介质:可以从BEA官方网站下载,分为带JDK的完整安装包和不带JDK的独立安装包...
在使用 Weblogic 服务器时,经常会遇到一些常见的问题和错误,本文总结了其中的一些解决方法,旨在帮助开发者快速排除错误,提高开发效率。 1. Unmarshaller failed 问题的解决方法 在使用 Weblogic 9.2 版本时,...
在日常使用WebLogic服务器的过程中,我们可能会遇到WebLogic服务器显示的时间与操作系统的时间不一致的情况。虽然这种情况并不常见,但它可能会影响应用程序的正常运行,尤其是在那些依赖准确时间的应用场景下,如...
本文将以天津银监会公文项目的实际案例为基础,详细探讨在将基于Tomcat的应用程序移植到WebLogic 10g的过程中可能遇到的问题及其解决方案。 #### Hibernate3与WebLogic冲突 **问题描述:** 当将包含Hibernate3...
本文将详细讨论在部署过程中遇到的问题以及相应的解决方案。 首先,遇到的第一个问题是由于文件上传时内存不足导致的。在尝试将Web应用打包为WAR文件并通过WebLogic管理服务器进行安装时,报出了与虚拟交换内存相关...
但是,安装 Weblogic 可能会遇到各种问题,本文将提供详细的安装步骤和报错解决方案,以帮助用户顺利安装和使用 Weblogic。 一、配置 JDK 环境 在安装 Weblogic 之前,需要先配置 JDK 环境。首先,创建一个目录来...
本文档详细记录了在迁移过程中遇到的主要问题及其解决方案。 首先,遇到的第一个问题是“错误一:意外的异常”。这是一个NullPointerException,发生在处理请求时。这通常是由于程序尝试访问一个未初始化或为null的...
因此,如果应用中使用了`getRealPath("/")`这样的方法来获取文件系统路径,可能会遇到`IllegalStateException`,因为在WAR包内不存在真实路径。为解决这个问题,可以考虑两种方法:一是替换代码中的路径获取方式,...
在将应用从Tomcat环境移植到WebLogic 10及Oracle Linux时,开发者经常会遇到一些挑战。本篇文章将深入探讨这些问题及其解决方案。 首先,我们遇到的第一个问题是“意外的异常”,表现为NullPointerException。这个...
5、解决问题的方法 - 使用WebLogic控制台进行应用部署和管理,可以查看日志和诊断信息来定位问题。 - 配置日志级别以获取更详细的错误信息。 - 查阅官方文档和社区论坛,寻找类似问题的解决方案。 - 使用JVM调试...
本文将详细探讨WebLogic与Tomcat环境下解决下载附件乱码问题的方法。 #### 一、问题背景 在Web应用程序中,当用户点击下载链接后,浏览器会根据服务器返回的信息来判断如何处理这个下载请求。如果服务器返回的...
然而,像任何复杂系统一样,WebLogic在使用过程中可能会遇到各种问题。这篇博客(https://fly533.iteye.com/blog/662036)可能详细记录了某个开发者或管理员在使用WebLogic时遇到的挑战以及解决方法,虽然描述为空,...