deploy « Glassfish « JSF Q&A





1. org.glassfish.deployment.common.DeploymentException: LLog;    stackoverflow.com

Can some one tell me when de following is thrown and if I can recover from it?

org.glassfish.deployment.common.DeploymentException: LLog;
    at org.glassfish.weld.WeldDeployer.event(WeldDeployer.java:169)
    at org.glassfish.kernel.event.EventsImpl.send(EventsImpl.java:125)
    ...

2. Deploy JSF App on Glassfish 3    stackoverflow.com

I have developed a JSF apllication using Netbeans and Glassfish 3.0.1. Now on another machine (Server) I installed glassfish 3.0.1 and deployed the application with default settings except I created the ...

3. Deploying JSF 1.2 application on Glassfish v3.1 appserver    java.net

We are in trouble to do the deployment of an application JSF 1.2 on a Glassfish Server Open Source Edition 3.1. We have tried to configure the file sun-web.xml or glassfish-web.xml with useBundledJsf and class-loader delegate and put the libraries int. Also try put the libraries of JSF 1.2 impl at the domain-dir/lib/ext, but didn't work.

4. GF 3.1 Cant deploy JSF2 web-app, AnnotationScanner not found    java.net

Hi all. I'm unable to deploy JSF servlet. No matter whether I include mojarra jars in my WEB-INF/lib/ or not, I always get ClassNotFoundException: Exception while invoking class com.sun.enterprise.web.WebApplication start method java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.NoClassDefFoundError: com/sun/faces/spi/AnnotationScanner at com.sun.enterprise.web.WebApplication.start(WebApplication.java:130) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:287) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:461) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:370) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:359) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:369) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1080) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95) at ...

5. Problem with JSF deployment    java.net

7. Can not deploy a simple JSF 2.0 app into GF V3    java.net

GRAVE: Exception while deploying the app java.lang.NullPointerException at com.sun.enterprise.deployment.util.EjbBundleValidator.accept(EjbBundleValidator.java:780) at com.sun.enterprise.deployment.WebBundleDescriptor.visit(WebBundleDescriptor.java:1862) at com.sun.enterprise.deployment.Application.visit(Application.java:1756) at com.sun.enterprise.deployment.archivist.ApplicationArchivist.validate(ApplicationArchivist.java:774) at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:253) at com.sun.enterprise.deployment.archivist.ApplicationFactory.openWith(ApplicationFactory.java:222) at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:145) at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:78) at com.sun.enterprise.v3.server.ApplicationLifecycle.loadDeployer(ApplicationLifecycle.java:612) at com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:554) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:262) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:183) at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:272) at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:305) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:320) at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1176) at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$900(CommandRunnerImpl.java:83) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1235) at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1224) at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:365) at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:204) at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166) at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100) at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:245) at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791) at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693) at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954) ...

8. JSF 2.0 App Deploy Problem on Glassfishv3 Community Edition    java.net

I own a gentoo home server. It has the same kernel, the same sun-jdk package like my test system. I installed the same glassfishv3 community edition on that system, added the Connection Pool (Ping works) and the jdbc resource, but when i try do deploy my app i get the following error message: