dev@glassfish.java.net

Re: QL failure ...

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Fri, 20 Feb 2009 15:12:02 -0800

I have not seen this myself... Jason tried to build and deploy earlier
today and got a similar exception saying it could not find
"javax.faces.jsp" (vs. yours below which says jsftemplating). I think
something is broken somewhere, not sure if anyone is looking at it --
Jason's experience earlier has kept me from updating...

Ken

Jan Luehe wrote:
> I just updated my ws and started seeing one QL failure:
>
> [testng] Caused by: java.io.FileNotFoundException:
> http://localhost:8080/hellojsf/index.jsp
> [testng] at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1288)
>
> [testng] at
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
> [testng] at
> test.classloader.hellojsf.helloJSFTestNG.jsfAppDeployedFirstPagetest(helloJSFTestNG.java:94)
>
> [testng] ... 22 more
> [testng] ... Removed 26 stack frames
>
>
> with this stacktrace:
>
>
> [#|2009-02-21T06:50:12.329+0800|INFO|glassfish|javax.enterprise.system.tools.admin|_ThreadID=15;_ThreadName=Thread-1;|Deployment
> of hellojsf done is 113 ms|#]
>
> [#|2009-02-21T06:50:12.334+0800|SEVERE|glassfish|javax.enterprise.system.tools.admin|_ThreadID=15;_ThreadName=Thread-1;|Exception
> in command execution : com.sun.enterprise.module.ResolveError: Not
> able to locate a unique module by name org.glassfish.jsftemplating
> com.sun.enterprise.module.ResolveError: Not able to locate a unique
> module by name org.glassfish.jsftemplating
> at
> com.sun.enterprise.v3.server.ClassLoaderHierarchyImpl.createApplicationParentCL(ClassLoaderHierarchyImpl.java:147)
>
> at
> org.glassfish.deployment.common.DeploymentContextImpl.createClassLoaders(DeploymentContextImpl.java:160)
>
> at
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:210)
>
> at
> com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:175)
>
> at
> org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:231)
>
> at
> com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:297)
>
> at
> com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:307)
>
> at
> com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:438)
>
> at
> com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:128)
>
> at
> com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:289)
> at
> com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:179)
> at
> com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:147)
>
> at
> com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:181)
>
> at
> com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:646)
>
> at
> com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
>
> at
> com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:821)
>
> at
> com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:153)
>
> at
> com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
>
> at
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
>
> at
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
>
> at
> com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
> at
> com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
>
> at
> com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
>
> at
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>
> at java.lang.Thread.run(Thread.java:619)
> |#]
>
>
> Is this a known issue?
>
> Thanks,
>
>
> Jan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>