Liferay glassfish启动错误
[#|2012-04-20T10:23:03.026+0000|SEVERE|glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3. server|_ThreadID=11;_ThreadName=FelixStartLevel;|Exception while loading the app
java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina. LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Provider org.apach e.xerces.impl.dv.dtd.DTDDVFactoryImpl could not be instantiated: java.lang.IllegalStateException: WEB9031 : WebappClassLoader unable to load resource [org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl], because it has not yet been started, or was already stopped
at com.sun.enterprise.web.WebApplication.start(WebApplication.java:117)
at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339)
at com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderServ ice.java:362)
at com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.j ava:185)
at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:174)
at com.sun.hk2.component.ConstructorWomb$1.run(ConstructorWomb.java:87)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:84)
at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:77)
at com.sun.hk2.component.SingletonInhabitant.get(SingletonInhabitant.java:58)
at com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:107)
at com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:60)
at com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:236)
at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:128)
at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:457)
at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:401)
at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:125)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:915)
at org.jvnet.hk2.osgimain.Main.start(Main.java:140)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Thread.java:662)
|#]
glassfish资源加载错误
如:数据库连接池管理启动一场
分享到:
相关推荐
### Glassfish安装与启动详解 #### 一、简介 GlassFish 是一款开源的应用服务器,它遵循Java EE标准,被广泛应用于开发、测试和生产环境中。本文档将详细介绍如何安装和启动GlassFish应用服务器。 #### 二、安装前...
glassfish 安装构建在windows 中自动启动服务。
在Linux环境下,Glassfish服务器的自动化启动是系统管理员和开发者常用的需求,这有助于提升服务器管理效率,确保服务的持续性和稳定性。Glassfish是Oracle公司提供的一个开源Java EE应用服务器,它支持各种Web应用...
eclipse下启动多个glassfish,内容包含glassfish,ant,构建domain的Build.xml文件
eclipse下启动多个glassfish,内容包含glassfish,ant,构建domain的Build.xml文件
在安装完成后, GlassFish 服务器将启动,并可以通过管理员控制台进行管理。 二、GlassFish 配置 GlassFish 的配置主要涉及到管理员控制台的设置。管理员控制台是 GlassFish 的核心管理界面,通过它可以对 ...
标题《Glassfish集群搭建手册》指的是利用Oracle提供的Glassfish应用服务器软件进行集群配置的详细指南。此手册涵盖了在不同场景下通过图形化界面和命令行方式搭建集群的整个过程,并且描述了如何配置集群环境以支持...
- **启动Glassfish**: 在 `glassfish/bin` 目录下运行 `asadmin.bat` 命令,使用 `asadmin start-domain domain1` 来启动服务器,其中 `domain1` 是先前配置的域名。 - **访问测试**: 启动后,通过浏览器访问 `...
安装时,用户通常会解压此文件,然后按照官方文档的指引进行配置和启动服务器。在实际应用中,开发者可以将编译好的Java EE 6应用打包成WAR或EAR文件,部署到Glassfish服务器上,从而实现业务逻辑的运行。 总的来说...
【GlassFish 5.0 安装与配置详解】 GlassFish,由Oracle公司主导的开源项目,是一款功能强大的Web服务器和应用服务器,以其卓越的性能和丰富的特性在开发者社区中备受推崇。相比于Tomcat,GlassFish提供了更全面的...
4. **启动Glassfish**:通过执行以下命令来启动Glassfish服务: ``` C:\Downloads\glassfish\bin>asadmin start-domain domain1 ``` 其中`domain1`是你创建的域名称。启动后,可以通过检查日志文件来验证是否...
GlassFish4的下载和安装的详细步骤,下载地址,配置等。附带有GlassFish3的安装简述
6. **启动与管理**:将Glassfish安装目录的bin路径添加到系统环境变量PATH中,然后使用`asadmin start-domain domain1`命令启动服务器。启动成功后,你可以通过访问`http://localhost:8080`查看默认的域1页面,而...
"commands.txt"可能包含了运行或管理Glassfish集群的命令,例如启动、停止服务器,或者部署应用程序。这些命令通常是通过Glassfish的命令行接口(CLI)执行的。 "del.txt"可能是一个删除文件的列表,可能在配置过程...
6. **配置并启动安装**:编辑`c:\Java\glassfish\setup.xml`文件,根据需求修改域(domain)的配置。例如,`<property name="domain.name" value="domain1">`可更改为你想要的域名。 完成上述步骤后,可以通过在...
9. **NetBeans集成**:在NetBeans IDE中,可以直接启动、停止和管理GlassFish服务器,方便开发和调试。IDE还提供了自动部署和代码调试功能,使得开发流程更为流畅。 10. **跨平台兼容**:GlassFish可在多种操作系统...
接下来,在Glassfish启动时添加JVM选项,以便启用JK模块。通过`asadmin`命令创建新的JVM选项,如: ```bash asadmin create-jvm-options -Dcom.sun.enterprise.web.connector.enableJK=8009 ``` 最后,重启...
《glassfish-ose-4.0 白皮书》是一份详尽的文档,它深入介绍了GlassFish 4.0服务器的各项特性和功能。GlassFish是Oracle公司开发的一款开源的应用服务器,基于Java EE(Java Platform, Enterprise Edition)标准,为...
### Glassfish与Tomcat对比分析 #### 执行摘要 对于Web 2.0初创公司、应用服务提供商以及提供动态Web应用的独立软件供应商(ISVs)而言,应用即业务,而应用服务器中的Web容器技术能够直接影响业务成果。Web容器是...