先日 AIX 用のWLS は普通に Mac OS X にインストールできると書きましたが、たまにできないバージョンがあります。
これはインストーラが OSX を意識していないため、インストールに必要なディスクスペースがあるかどうかを判別する OS コマンドを正しく発行できないためです。
“Insufficient disk space!” とディスクの空き領域が足りないと諦めてしまうインストーラ
これを回避するのは簡単で、OS が Unix だよと認識させてあげれば良いのです。
具体的には “java -Dos.name=unix -jar *********_generic.jar” という形でインストーラを起動すればOk。
残念ながら最新の WLS10 では AIX のインストーラがリリースされていないので、今回は 9.x 系列で最新の 9.2 MP1 (日本語版はまだ?)をインストール、ドメインの作成、起動を行ってみました。
・BEA Downloads > WebLogic Server/Express > All Available Versions Page
WebLogic Server 9.2 MP1
コマンドラインの様子:
nl.ikarus.nxt.priv.imageio.icoreader.lib.ICOReader loaded, version: 0.06.064 build: 691
Extracting 0%……………………………………………………………………………………….100%
$
インストールが無事完了したらドメインを作成します。
ドメインの作成はお馴染みコンフィグレーションウィザード(common/bin の config.sh)で。
さすがにウィザードを Dock に登録してくれたりはしないのでターミナルから起動します。
$ ./config.sh
“Create a new WebLogic domain”(デフォルトのまま) を選択 > Next
“Generate a domain configured automatically to support the following BEA products:”(デフォルトのまま) を選択 > Next
“User name, User password, Confirm user password” を入力して Next
JDK Selection で JDK1.5 が選択されている(デフォルト)ことを確認してNext
“Do you want to customize any of the following options?” で No(デフォルト)を選択して Next
“Enter the name and location for the domain” でドメイン名を設定して Next
昔からのユーザで “mydomain” じゃないと気持悪いという人は mydomain を、WLS9.x からのユーザはデフォルトの “base_domain” で Ok。
#特に動作に影響ありません
あとはドメインディレクトリ直下の startWebLogic.sh で起動できます。
・・・・・・・・なんか例外がゴロゴロでました。
どうも管理コンソール Web アプリケーションの初期化に失敗している模様。
BEA-423443 について検索すると AquaLogic のリリースノートが引っかかります。
・http://e-docs.bea.com/ales/docs22/relnotes/relnotes.html#wp1078350
CR283351 として報告されている問題で、初回起動時のみ発生するとのこと。
回避策はサーバを再起動すること。
ほかの問題はメーリングリストの報告をみつけたけれども「テクニカルサポートに報告すべし」というところで止まってます。
・RE: Problem with Weblogic 9.2 console webapp
XML パーサ関連の問題みたいですが、 /Users/ユーザ名/Library/Java/Extensions/ に配置されていた EPPxAPI.jar、jnet.jar、jsse.jar、xerces.jar というファイルを消したら解消されました。
全く心当たりのないこれらのライブラリ、いつインストールされたのやら・・?
~/bea921/user_projects/domains/mydomain$ ./startWebLogic.sh
/Users/yusukey/bea921/user_projects/domains/mydomain/bin/startWebLogic.sh: Don't know how to set the shared library path for Darwin.
.
.
JAVA Memory arguments: -Xms256m -Xmx512m
.
WLS Start Mode=Development
.
CLASSPATH=:/Users/yusukey/bea921/patch_weblogic921/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/tools.jar:/Users/yusukey/bea921/weblogic92/server/lib/weblogic_sp.jar:/Users/yusukey/bea921/weblogic92/server/lib/weblogic.jar:/Users/yusukey/bea921/weblogic92/server/lib/webservices.jar::/Users/yusukey/bea921/weblogic92/common/eval/pointbase/lib/pbclient51.jar:/Users/yusukey/bea921/weblogic92/server/lib/xqrl.jar::
.
PATH=/Users/yusukey/bea921/weblogic92/server/bin:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/jre/bin:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/Library/Java/Home/bin:/usr/X11R6/bin
.
***************************************************
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://hostname:port/console *
***************************************************
starting weblogic with Java version:
java version “1.5.0_07”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
Starting WLS with line:
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java -Xms256m -Xmx512m -da -Dplatform.home=/Users/yusukey/bea921/weblogic92 -Dwls.home=/Users/yusukey/bea921/weblogic92/server -Dwli.home=/Users/yusukey/bea921/weblogic92/integration -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/Users/yusukey/bea921/patch_weblogic921/profiles/default/sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=/Users/yusukey/bea921/weblogic92/server/lib/weblogic.policy weblogic.Server
<2007/04/10 0時18分27秒 JST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
/Users/yusukey/bea921/weblogic92/platform/lib/p13n/p13n-schemas.jar:/Users/yusukey/bea921/weblogic92/platform/lib/p13n/p13n_common.jar:/Users/yusukey/bea921/weblogic92/platform/lib/p13n/p13n_system.jar:/Users/yusukey/bea921/weblogic92/platform/lib/wlp/netuix_common.jar:/Users/yusukey/bea921/weblogic92/platform/lib/wlp/netuix_schemas.jar:/Users/yusukey/bea921/weblogic92/platform/lib/wlp/netuix_system.jar:/Users/yusukey/bea921/weblogic92/platform/lib/wlp/wsrp-common.jar>
<2007/04/10 0時18分27秒 JST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_07-87 from “Apple Computer, Inc.”>
<2007/04/10 0時18分29秒 JST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP1 Sun Jan 7 00:56:31 EST 2007 883308 >
<2007/04/10 0時18分34秒 JST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /Users/yusukey/bea921/license.bea>
<2007/04/10 0時18分34秒 JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<2007/04/10 0時18分34秒 JST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<2007/04/10 0時18分35秒 JST> <Notice> <Log Management> <BEA-170019> <The server log file /Users/yusukey/bea921/user_projects/domains/mydomain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
<2007/04/10 0時18分35秒 JST> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that libmuxer library is in :'.:/Users/yusukey/Library/Java/Extensions:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java'
>
<2007/04/10 0時18分38秒 JST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<2007/04/10 0時18分43秒 JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
<2007/04/10 0時18分43秒 JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<2007/04/10 0時18分47秒 JST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
<2007/04/10 0時18分47秒 JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
<2007/04/10 0時18分47秒 JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
<2007/04/10 0時18分48秒 JST> <Notice> <Server> <BEA-002613> <Channel “Default[5]” is now listening on fe80:0:0:0:210:32ff:fe54:7698%9:7001 for protocols iiop, t3, ldap, http.>
<2007/04/10 0時18分48秒 JST> <Notice> <Server> <BEA-002613> <Channel “Default[4]” is now listening on fe80:0:0:0:201:23ff:fe45:6789%8:7001 for protocols iiop, t3, ldap, http.>
<2007/04/10 0時18分48秒 JST> <Notice> <Server> <BEA-002613> <Channel “Default[6]” is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, http.>
<2007/04/10 0時18分48秒 JST> <Notice> <Server> <BEA-002613> <Channel “Default[3]” is now listening on fe80:0:0:0:217:f2ff:fee6:d53b%5:7001 for protocols iiop, t3, ldap, http.>
<2007/04/10 0時18分48秒 JST> <Notice> <Server> <BEA-002613> <Channel “Default[2]” is now listening on 10.211.55.2:7001 for protocols iiop, t3, ldap, http.>
<2007/04/10 0時18分48秒 JST> <Notice> <Server> <BEA-002613> <Channel “Default[1]” is now listening on 10.37.129.2:7001 for protocols iiop, t3, ldap, http.>
<2007/04/10 0時18分48秒 JST> <Notice> <Server> <BEA-002613> <Channel “Default” is now listening on 192.168.1.17:7001 for protocols iiop, t3, ldap, http.>
<2007/04/10 0時18分48秒 JST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server “AdminServer” for domain “mydomain” running in Development Mode>
<2007/04/10 0時18分48秒 JST> <Warning> <Server> <BEA-002611> <Hostname “yusukey.local”, maps to multiple IP addresses: 192.168.1.17, 10.37.129.2, 10.211.55.2, fe80:0:0:0:217:f2ff:fee6:d53b%5, fe80:0:0:0:201:23ff:fe45:6789%8, fe80:0:0:0:210:32ff:fe54:7698%9>
<2007/04/10 0時18分48秒 JST> <Warning> <Server> <BEA-002611> <Hostname “localhost”, maps to multiple IP addresses: 127.0.0.1, 0:0:0:0:0:0:0:1>
<2007/04/10 0時18分48秒 JST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<2007/04/10 0時18分48秒 JST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
<2007/04/10 0時18分48秒 JST> <Error> <netuix> <BEA-423443> <Exception while initializing SingleFileServlet: [java.lang.IllegalArgumentException: http://java.sun.com/xml/jaxp/properties/schemaLanguage].
java.lang.IllegalArgumentException: http://java.sun.com/xml/jaxp/properties/schemaLanguage
at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.setAttribute(DocumentBuilderFactoryImpl.java:118)
at org.apache.beehive.netui.pageflow.internal.DefaultURLTemplatesFactory.load(DefaultURLTemplatesFactory.java:176)
at com.bea.netuix.servlets.manager.AppDescriptor.loadDescriptor(AppDescriptor.java:1080)
at com.bea.netuix.servlets.manager.SingleFileServlet.reinitInternal(SingleFileServlet.java:121)
at com.bea.netuix.servlets.manager.SingleFileServlet.initInternal(SingleFileServlet.java:86)
Truncated. see log file for complete stacktrace
>
<2007/04/10 0時18分48秒 JST> <Error> <HTTP> <BEA-101359> <The servlet weblogic.servlet.AsyncInitServlet init method failed while it was run in the background. The exception was: java.lang.IllegalArgumentException: http://java.sun.com/xml/jaxp/properties/schemaLanguage.
java.lang.IllegalArgumentException: http://java.sun.com/xml/jaxp/properties/schemaLanguage
at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.setAttribute(DocumentBuilderFactoryImpl.java:118)
at org.apache.beehive.netui.util.config.parser.NetUIConfigParser.parse(NetUIConfigParser.java:158)
at org.apache.beehive.netui.util.config.parser.NetUIConfigParser.parse(NetUIConfigParser.java:134)
at org.apache.beehive.netui.util.config.ConfigUtil.internalInit(ConfigUtil.java:99)
at org.apache.beehive.netui.util.config.ConfigUtil.init(ConfigUtil.java:67)
Truncated. see log file for complete stacktrace
>
<2007/04/10 0時18分51秒 JST> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: org.apache.beehive.netui.pageflow.PageFlowJspFilter.
java.lang.IllegalArgumentException: http://java.sun.com/xml/jaxp/properties/schemaLanguage
at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.setAttribute(DocumentBuilderFactoryImpl.java:118)
at org.apache.beehive.netui.util.config.parser.NetUIConfigParser.parse(NetUIConfigParser.java:158)
at org.apache.beehive.netui.util.config.parser.NetUIConfigParser.parse(NetUIConfigParser.java:134)
at org.apache.beehive.netui.util.config.ConfigUtil.internalInit(ConfigUtil.java:99)
at org.apache.beehive.netui.util.config.ConfigUtil.init(ConfigUtil.java:67)
Truncated. see log file for complete stacktrace
>
10 4 2007 00:18:51,517 ERROR AdapterManager []: ServletContainerAdapter manager not initialized correctly.
<2007/04/10 0時18分51秒 JST> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: org.apache.beehive.netui.pageflow.PageFlowFacesFilter.
java.lang.NullPointerException
at org.apache.beehive.netui.pageflow.FlowControllerFactory.get(FlowControllerFactory.java:110)
at org.apache.beehive.netui.pageflow.PageFlowPageFilter.init(PageFlowPageFilter.java:93)
at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:309)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
Truncated. see log file for complete stacktrace
>
10 4 2007 00:18:51,614 ERROR Handlers []: Page Flow Handlers not initialized; either org.apache.beehive.netui.pageflow.PageFlowActionServlet must be the Struts action servlet, or org.apache.beehive.netui.pageflow.PageFlowContextListener must be registered as a listener in web.xml.
10 4 2007 00:18:51,614 ERROR ConfigUtil []: An error occurred parsing the default config file. The NetUI runtime is not properly configured.
<2007/04/10 0時18分51秒 JST> <Error> <HTTP> <BEA-101216> <Servlet: “action” failed to preload on startup in Web application: “/wls_utc”.
java.lang.IllegalStateException: The NetUI runtime could not find the default config file. The webapp may not function properly.
at org.apache.beehive.netui.util.config.ConfigUtil.getConfig(ConfigUtil.java:93)
at org.apache.beehive.netui.pageflow.handler.Handlers.<init>(Handlers.java:96)
at org.apache.beehive.netui.pageflow.handler.Handlers.init(Handlers.java:84)
at org.apache.beehive.netui.pageflow.handler.Handlers.get(Handlers.java:75)
at org.apache.beehive.netui.pageflow.PageFlowActionServlet.init(PageFlowActionServlet.java:130)
Truncated. see log file for complete stacktrace
>
<2007/04/10 0時18分51秒 JST> <Error> <J2EE> <BEA-160001> <Error deploying Internal Application: weblogic.application.ModuleException: [HTTP:101216]Servlet: “action” failed to preload on startup in Web application: “/wls_utc”.
java.lang.IllegalStateException: The NetUI runtime could not find the default config file. The webapp may not function properly.
at org.apache.beehive.netui.util.config.ConfigUtil.getConfig(ConfigUtil.java:93)
at org.apache.beehive.netui.pageflow.handler.Handlers.<init>(Handlers.java:96)
at org.apache.beehive.netui.pageflow.handler.Handlers.init(Handlers.java:84)
at org.apache.beehive.netui.pageflow.handler.Handlers.get(Handlers.java:75)
at org.apache.beehive.netui.pageflow.PageFlowActionServlet.init(PageFlowActionServlet.java:130)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:274)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1716)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1693)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1613)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2764)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
at weblogic.application.internal.BackgroundDeploymentService$2.next(BackgroundDeploymentService.java:189)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:123)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
weblogic.application.utils.StateChangeException: weblogic.application.ModuleException: [HTTP:101216]Servlet: “action” failed to preload on startup in Web application: “/wls_utc”.
java.lang.IllegalStateException: The NetUI runtime could not find the default config file. The webapp may not function properly.
at org.apache.beehive.netui.util.config.ConfigUtil.getConfig(ConfigUtil.java:93)
at org.apache.beehive.netui.pageflow.handler.Handlers.<init>(Handlers.java:96)
at org.apache.beehive.netui.pageflow.handler.Handlers.init(Handlers.java:84)
at org.apache.beehive.netui.pageflow.handler.Handlers.get(Handlers.java:75)
at org.apache.beehive.netui.pageflow.PageFlowActionServlet.init(PageFlowActionServlet.java:130)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:274)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1716)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1693)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1613)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2764)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
at weblogic.application.internal.BackgroundDeploymentService$2.next(BackgroundDeploymentService.java:189)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:123)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:34)
at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:123)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
weblogic.application.ModuleException: [HTTP:101216]Servlet: “action” failed to preload on startup in Web application: “/wls_utc”.
java.lang.IllegalStateException: The NetUI runtime could not find the default config file. The webapp may not function properly.
at org.apache.beehive.netui.util.config.ConfigUtil.getConfig(ConfigUtil.java:93)
at org.apache.beehive.netui.pageflow.handler.Handlers.<init>(Handlers.java:96)
at org.apache.beehive.netui.pageflow.handler.Handlers.init(Handlers.java:84)
at org.apache.beehive.netui.pageflow.handler.Handlers.get(Handlers.java:75)
at org.apache.beehive.netui.pageflow.PageFlowActionServlet.init(PageFlowActionServlet.java:130)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:274)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1716)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1693)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1613)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2764)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
at weblogic.application.internal.BackgroundDeploymentService$2.next(BackgroundDeploymentService.java:189)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:123)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:891)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
Truncated. see log file for complete stacktrace
java.lang.IllegalStateException: The NetUI runtime could not find the default config file. The webapp may not function properly.
at org.apache.beehive.netui.util.config.ConfigUtil.getConfig(ConfigUtil.java:93)
at org.apache.beehive.netui.pageflow.handler.Handlers.<init>(Handlers.java:96)
at org.apache.beehive.netui.pageflow.handler.Handlers.init(Handlers.java:84)
at org.apache.beehive.netui.pageflow.handler.Handlers.get(Handlers.java:75)
at org.apache.beehive.netui.pageflow.PageFlowActionServlet.init(PageFlowActionServlet.java:130)
Truncated. see log file for complete stacktrace