【发布时间】:2023-03-28 19:24:01
【问题描述】:
我正在尝试将一个简单的 war 文件部署到 OSX 10.9.4 上的新 WebLogic 12c 服务器上
我通过 wls1213_devzip_update1.zip 安装并按照自述文件中的说明配置新安装。
WebLogic 通过 ./startWebLogic.sh 正常启动,我能够登录到管理控制台。
在管理控制台中执行这些步骤后: 部署 > 安装 > 上传文件 > 选择文件 > 选择文件系统上的战争 > 下一步
点击下一步后,浏览器出现如下错误:
检测到意外错误情况。详细信息已记录在管理服务器日志中
并且日志中出现以下错误:
<Feb 1, 2015 6:50:49 AM MST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423147> <Exception [com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils] thrown while trying to do task [handlePostbackData] in class [com.bea.netuix.servlets.controls.content.PageFlowContent].>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423405> <An exception [java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils] was thrown while rendering the content at [null].>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423137> <There was an error loading the requested URI null.>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423223> <There was an error while running a lifecycle stage :: Lifecycle: UIControl.render :: for the control :: null ::.>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423405> <An exception [java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils] was thrown while rendering the content at [/com/bea/console/actions/app/install/Flow.jpf].>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423137> <There was an error loading the requested URI /com/bea/console/actions/app/install/Flow.jpf.>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423223> <There was an error while running a lifecycle stage :: Lifecycle: UIControl.render :: for the control :: null ::.>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423405> <An exception [java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils] was thrown while rendering the content at [null].>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423137> <There was an error loading the requested URI null.>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423223> <There was an error while running a lifecycle stage :: Lifecycle: UIControl.render :: for the control :: null ::.>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423405> <An exception [java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils] was thrown while rendering the content at [null].>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423137> <There was an error loading the requested URI null.>
<Feb 1, 2015 6:51:43 AM MST> <Error> <netuix> <BEA-423223> <There was an error while running a lifecycle stage :: Lifecycle: UIControl.render :: for the control :: null ::.>
如果我可以提供更多信息来帮助解决问题,请告诉我。谢谢!
【问题讨论】:
-
我猜是war文件有问题,而不是weblogic本身。发生这种情况时,您要上传什么战争?会发生在不同的战争中吗?你可以试试
wlserver_10.3/samples/server/examples文件夹中weblogic自带的一个。 -
这不是战争。在控制台中选择要上传的 .war 后单击下一步时出现错误。在完成和部署战争之前还有几个步骤。无论如何,我只是安装了 wls12120 并没有遇到这个问题
标签: weblogic weblogic12c