users@glassfish.java.net

Re: Glassfish kills business

From: <forums_at_java.net>
Date: Sun, 28 Aug 2011 07:08:01 -0500 (CDT)

Dear Anissa,

 

upon Alekseys advise I have setup a fresh Glassfish 3.1.1 Instance on an
AMD Quadcore X86 machine.

Despite the Version 3.1.1 is tagged as "more stable" still problems with the
console which have been mentioned 2 years ago come to light.

The File webui-jsf-4.0.2.8.jar ist corrupt, the console does not load.

I had to copy the file with the version 4.0.2.6  (webui-jsf-4.0.2.6.jar)
from a Glassfish 3.2 b06 to the particular place and have it renamed,

accordingly, to get the console started.

 

assigning a default server to a listener causes the error stack below:

[#|2011-08-28T13:36:25.461+0200|WARNING|glassfish3.1.1|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=156;_ThreadName=Thread-2;|java.lang.RuntimeException
while attempting to process a 'command' event for 'saveButton'.
java.lang.RuntimeException: java.lang.RuntimeException while attempting to
process a 'command' event for 'saveButton'.
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:422)
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:394)
        at
com.sun.jsftemplating.layout.event.CommandActionListener.invokeCommandHandlers(CommandActionListener.java:150)
        at
com.sun.jsftemplating.layout.event.CommandActionListener.processAction(CommandActionListener.java:98)
        at
javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
        at
javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:769)
        at
javax.faces.component.UICommand.broadcast(UICommand.java:300)
        at
com.sun.webui.jsf.component.WebuiCommand.broadcast(WebuiCommand.java:166)
        at
javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
        at
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)
        at
com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
        at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
        at
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
        at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
        at
org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1539)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)
        at
com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:233)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)
        at
org.apache.catalina.core.StandardPipeline.doChainInvoke(StandardPipeline.java:600)
        at
com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
        at
com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:91)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:162)
        at
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)
        at
org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:327)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)
        at
com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:232)
        at
com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
        at
com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)
        at
com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)
        at
com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
        at
com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
        at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
        at
com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
        at
com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
        at
com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
        at
com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
        at
com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
        at
com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
        at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException while
attempting to process a 'command' event for 'saveButton'.
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:422)
        at
com.sun.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:464)
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:420)
        ... 45 more
Caused by: java.lang.RuntimeException:
java.lang.reflect.InvocationTargetException while attempting to process a
'command' event for 'saveButton'.
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:422)
        at
com.sun.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:464)
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:420)
        ... 47 more
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor194.invoke(Unknown
Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at
com.sun.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:442)
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:420)
        ... 49 more
Caused by: java.lang.RuntimeException: java.lang.RuntimeException while
attempting to process a 'command' event for 'saveButton'.
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:422)
        at
org.glassfish.admingui.common.handlers.UtilHandlers.foreach(UtilHandlers.java:895)
        ... 54 more
Caused by: java.lang.RuntimeException: java.lang.RuntimeException while
attempting to process a 'command' event for 'saveButton'.
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:422)
        at
com.sun.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:464)
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:420)
        ... 55 more
Caused by: java.lang.RuntimeException:
java.lang.reflect.InvocationTargetException while attempting to process a
'command' event for 'saveButton'.
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:422)
        at
com.sun.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:464)
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:420)
        ... 57 more
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at
com.sun.jsftemplating.layout.descriptors.handler.Handler.invoke(Handler.java:442)
        at
com.sun.jsftemplating.layout.descriptors.LayoutElementBase.dispatchHandlers(LayoutElementBase.java:420)
        ... 59 more
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of
range: -1
        at java.lang.String.substring(String.java:1958)
        at
org.glassfish.admingui.common.gadget.GadgetHandlers.parseString(GadgetHandlers.java:263)
        at
org.glassfish.admingui.common.gadget.GadgetHandlers.invokeHandler(GadgetHandlers.java:215)
        ... 65 more
|#]
 

 


--
[Message sent by forum member 'seagate']
View Post: http://forums.java.net/node/835908