weblogic加载SSH项目时报错,如下所示
<2012-5-9上午04时12分40秒GMT><Notice><Management><BEA-140005><Loadingdomainconfigurationfr...
<2012-5-9 上午04时12分40秒 GMT> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at E:\bea\user_projects\domains\mydomain\config.xml.>
<2012-5-9 上午04时12分42秒 GMT> <Notice> <Log Management> <BEA-170019> <The server log file E:\bea\user_projects\domains\mydomain\myserver\myserver.log is opened. All server side log events will be written to this file.>
<2012-5-9 上午04时12分42秒 GMT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<2012-5-9 上午04时12分43秒 GMT> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "mydomain">
<2012-5-9 上午04时12分44秒 GMT> <Warning> <HTTP> <BEA-101248> <[Application: 'E:\bea\user_projects\domains\mydomain\applications', Module: 'a']: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 6, column 54).>
<2012-5-9 上午04时12分44秒 GMT> <Error> <Deployer> <BEA-149027> <Unable to activate application, _appsdir__SSH_dir, from source, E:\bea\user_projects\domains\mydomain\applications\_SSH. Reason: [J2EE:160028]No J2EE deployment descriptor found at "E:\bea\user_projects\domains\mydomain\applications\_SSH".>
<2012-5-9 上午04时12分44秒 GMT> <Error> <Application Poller> <BEA-149408> <An exception occurred while deploying an application _appsdir__SSH_dir: weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException: [J2EE:160028]No J2EE deployment descriptor found at "E:\bea\user_projects\domains\mydomain\applications\_SSH"..
weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException: [J2EE:160028]No J2EE deployment descriptor found at "E:\bea\user_projects\domains\mydomain\applications\_SSH".
at weblogic.management.runtime.DeployerRuntimeMBean_Stub.activate(DeployerRuntimeMBean_Stub.java:1148)
at weblogic.management.deploy.ApplicationsDirPoller.doActivate(ApplicationsDirPoller.java:217)
at weblogic.management.deploy.GenericAppPoller.doit(GenericAppPoller.java:290)
at weblogic.management.deploy.ApplicationsDirPoller.<init>(ApplicationsDirPoller.java:89)
at weblogic.management.mbeans.custom.ApplicationManager.startAdminManager(ApplicationManager.java:630)
at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:494)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:755)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:734)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:519) 展开
<2012-5-9 上午04时12分42秒 GMT> <Notice> <Log Management> <BEA-170019> <The server log file E:\bea\user_projects\domains\mydomain\myserver\myserver.log is opened. All server side log events will be written to this file.>
<2012-5-9 上午04时12分42秒 GMT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<2012-5-9 上午04时12分43秒 GMT> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "mydomain">
<2012-5-9 上午04时12分44秒 GMT> <Warning> <HTTP> <BEA-101248> <[Application: 'E:\bea\user_projects\domains\mydomain\applications', Module: 'a']: Deployment descriptor "web.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'web-app'. (line 6, column 54).>
<2012-5-9 上午04时12分44秒 GMT> <Error> <Deployer> <BEA-149027> <Unable to activate application, _appsdir__SSH_dir, from source, E:\bea\user_projects\domains\mydomain\applications\_SSH. Reason: [J2EE:160028]No J2EE deployment descriptor found at "E:\bea\user_projects\domains\mydomain\applications\_SSH".>
<2012-5-9 上午04时12分44秒 GMT> <Error> <Application Poller> <BEA-149408> <An exception occurred while deploying an application _appsdir__SSH_dir: weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException: [J2EE:160028]No J2EE deployment descriptor found at "E:\bea\user_projects\domains\mydomain\applications\_SSH"..
weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException: [J2EE:160028]No J2EE deployment descriptor found at "E:\bea\user_projects\domains\mydomain\applications\_SSH".
at weblogic.management.runtime.DeployerRuntimeMBean_Stub.activate(DeployerRuntimeMBean_Stub.java:1148)
at weblogic.management.deploy.ApplicationsDirPoller.doActivate(ApplicationsDirPoller.java:217)
at weblogic.management.deploy.GenericAppPoller.doit(GenericAppPoller.java:290)
at weblogic.management.deploy.ApplicationsDirPoller.<init>(ApplicationsDirPoller.java:89)
at weblogic.management.mbeans.custom.ApplicationManager.startAdminManager(ApplicationManager.java:630)
at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:494)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:755)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:734)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:519) 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询