[JBossWS] - Exception while running WS-Eventing sample
by sharmanils
I am getting exception while running the WSEventing sample application. Basically its not able to deploy war and jar file. Path is correct. Any kind of help will be appreciated.
Many Thanks in Advance
Nilesh
test:
| [junit] Running org.jboss.test.ws.samples.wseventing.SysmonTestCase
| [junit] javax.management.MBeanException
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
| [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| [junit] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| [junit] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
| [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:266)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| [junit] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| [junit] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
| [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| [junit] at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
| [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:819)
| [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:420)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
| [junit] at sun.rmi.transport.Transport$1.run(Transport.java:153)
| [junit] at java.security.AccessController.doPrivileged(Native Method)
| [junit] at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
| [junit] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
| [junit] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
| [junit] at java.lang.Thread.run(Thread.java:595)
| [junit] Caused by: org.jboss.deployment.DeploymentException: url file:/C:/Projects/WebApp/src/WSEventing/output/libs/jbossws-samples-eventing.war could not be opened, does it exist?
| [junit] at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:211)
| [junit] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:770)
| [junit] at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| [junit] ... 47 more
| [junit] javax.management.MBeanException
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
| [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| [junit] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| [junit] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
| [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:266)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| [junit] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| [junit] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
| [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| [junit] at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| [junit] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
| [junit] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:819)
| [junit] at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:420)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
| [junit] at sun.rmi.transport.Transport$1.run(Transport.java:153)
| [junit] at java.security.AccessController.doPrivileged(Native Method)
| [junit] at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
| [junit] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
| [junit] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
| [junit] at java.lang.Thread.run(Thread.java:595)
| [junit] Caused by: org.jboss.deployment.DeploymentException: url file:/C:/Projects/WebApp/src/WSEventing/output/libs/jbossws-samples-eventing-client.jar could not be opened, does it exist?
| [junit] at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:211)
| [junit] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:770)
| [junit] at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
| [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [junit] at java.lang.reflect.Method.invoke(Method.java:585)
| [junit] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| [junit] ... 47 more
| [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 22.534 sec
| [junit] Test org.jboss.test.ws.samples.wseventing.SysmonTestCase FAILED
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961988#3961988
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961988
18 years, 4 months
[JBossWS] - HandlerRegistry... why not ?
by ShadenS
Ok, I understand that JBossWs Staff loves J2EE client.
But, I remember that J2SE client also exists in this world. Unfortunately, I have to work with last kind of client.
In your opinion, if I would to create a client standalone (example, with Swing style) that connect to a "pinco-pallino" web service (in a security way), which Saint I must call?
Do I have to send also AS within client?!! O_o
Ok, sorry about my outlet, but I'm going mad. Now, my question:
I try to add a handler to a DII client. I obtain this error:
anonymous wrote : Exception in thread "main" java.lang.UnsupportedOperationException: Components should not use the getHandlerRegistry() method.
| at org.jboss.ws.jaxrpc.ServiceImpl.getHandlerRegistry(ServiceImpl.java:253)
| at src.client.ClientTime.main(ClientTime.java:46)
So, what could I use?
My DII client:
package src.client;
|
| import src.client.MyHandler;
|
|
| import java.rmi.RemoteException;
| import java.util.List;
|
| import javax.xml.rpc.Service;
| import javax.xml.rpc.ServiceException;
| import javax.xml.rpc.ServiceFactory;
| import javax.xml.rpc.Call;
|
| import javax.xml.namespace.QName;
| import javax.xml.rpc.ParameterMode;
|
|
| import javax.xml.rpc.handler.HandlerInfo;
| import javax.xml.rpc.handler.HandlerRegistry;
|
| import javax.xml.rpc.soap.SOAPFaultException;
|
|
|
| /** This is a DII Client
| * 28-07-2006
| * **/
|
| public class ClientTime {
|
| private static String endpoint = "http://pc3000:8080/July-EjbWs-181/TimeBean";
| private static String qnameService = "WhatTime";
| private static String qnamePort = "EndpointInterface";
| private static String BODY_NAMESPACE_VALUE = "http://is.time.it/";
| private static String ENCODING_STYLE_PROPERTY = "javax.xml.rpc.encodingstyle.namespace.uri";
| private static String NS_XSD = "http://www.w3.org/2001/XMLSchema";
| private static String URI_ENCODING = "http://schemas.xmlsoap.org/soap/encoding/";
|
|
|
| public static void main(String[] args) {
| try {
| ServiceFactory factory = ServiceFactory.newInstance();
| Service service = factory.createService(new QName(qnameService));
|
| HandlerRegistry registry = service.getHandlerRegistry();
|
| QName port = new QName(qnamePort);
|
| List handlerChain = registry.getHandlerChain(port);
| HandlerInfo handlerInfo = new HandlerInfo();
| handlerInfo.setHandlerClass(MyHandler.class);
| handlerChain.add(handlerInfo);
|
| //create JAX-RPC Call using JAX-RPC Service's createCall() method.
| Call call = service.createCall(port);
|
| // Configure your Call instance with its setter methods
| call.setTargetEndpointAddress(endpoint);
| call.setProperty(Call.SOAPACTION_USE_PROPERTY, new Boolean(true));
| call.setProperty(Call.SOAPACTION_URI_PROPERTY, "");
| call.setProperty(ENCODING_STYLE_PROPERTY, URI_ENCODING);
| QName QNAME_TYPE_STRING = new QName(NS_XSD, "string");
| call.setOperationName(new QName(BODY_NAMESPACE_VALUE, "whatTimeIsIt"));
| call.setReturnType(QNAME_TYPE_STRING);
|
| call.addParameter("String_1", QNAME_TYPE_STRING, ParameterMode.IN);
| String[] params = { "Dr. Emmet Brown " };
|
| // Invoke the WS operation using the JAX-RPC Call's invoke method
| String result = (String) call.invoke(params);
|
| System.out.println(result);
|
| } catch (SOAPFaultException ex) {
| System.out.println("Error about Soap messages.");
| ex.printStackTrace();
| } catch (RemoteException e) {
| System.out.println("Errore sulla call.invoke");
| e.printStackTrace();
| } catch (ServiceException e) {
| System.out.println("Errore sulla Service o createService");
| e.printStackTrace();
| }
| }
|
|
|
| }
|
My Handler class:
package src.client;
|
| import javax.xml.namespace.QName;
| import javax.xml.rpc.handler.GenericHandler;
| import javax.xml.rpc.handler.MessageContext;
| import javax.xml.rpc.handler.soap.SOAPMessageContext;
| import javax.xml.soap.SOAPEnvelope;
| import javax.xml.soap.SOAPHeader;
| import javax.xml.soap.SOAPMessage;
| import javax.xml.soap.SOAPPart;
|
| public class MyHandler extends GenericHandler{
| public boolean handleRequest(MessageContext ctx) {
| try {
| SOAPMessage msg =((SOAPMessageContext)ctx).getMessage();
| SOAPPart sp = msg.getSOAPPart();
| SOAPEnvelope se = sp.getEnvelope();
| SOAPHeader header = se.getHeader();
|
| header.getFirstChild();
| // Now you can process
| // the header
| System.out.println("Passo dentro MyHandler!");
|
| } catch(Exception ex) {
| // if you throw a
| // RuntimeException
| // here then a SOAPFault
| // will be generated
| }
|
| return true;
| }
|
| public QName[] getHeaders() {
| // TODO Auto-generated method stub
| return null;
| }
|
| }
|
Bye!
:_(
P.s. I read chapter 6... but the example are hard and they always are about j2ee client, that is deployed O_o
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961986#3961986
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961986
18 years, 4 months
[JBoss Seam] - Re: @Begin(join=true) isn't making the conversation last lon
by goose-dog
| 2006-07-31 11:28:16,637 ERROR [org.jboss.seam.servlet.SeamExceptionFilter] uncaught exception handled by Seam
| javax.servlet.ServletException: No conversation context active
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:30)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
| 2006-07-31 11:28:16,666 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[vnl4].[/].[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
| java.lang.IllegalStateException: No conversation context active
| at org.jboss.seam.ScopeType.getContext(ScopeType.java:88)
| at org.jboss.seam.Component.newInstance(Component.java:1311)
| at org.jboss.seam.Component.getInstance(Component.java:1263)
| at org.jboss.seam.Component.getInstance(Component.java:1246)
| at org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:44)
| at org.apache.myfaces.config.LastVariableResolverInChain.resolveVariable(LastVariableResolverInChain.java:42)
| at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:134)
| at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65)
| at com.sun.el.parser.AstValue.getTarget(AstValue.java:62)
| at com.sun.el.parser.AstValue.isReadOnly(AstValue.java:125)
| at com.sun.el.ValueExpressionImpl.isReadOnly(ValueExpressionImpl.java:230)
| at com.sun.facelets.el.TagValueExpression.isReadOnly(TagValueExpression.java:82)
| at com.sun.facelets.el.LegacyValueBinding.isReadOnly(LegacyValueBinding.java:82)
| at org.apache.myfaces.shared_impl.util.RestoreStateUtils.recursivelyHandleComponentReferencesAndSetValid(RestoreStateUtils.java:68)
| at org.apache.myfaces.shared_impl.util.RestoreStateUtils.recursivelyHandleComponentReferencesAndSetValid(RestoreStateUtils.java:41)
| at org.apache.myfaces.shared_impl.util.RestoreStateUtils.recursivelyHandleComponentReferencesAndSetValid(RestoreStateUtils.java:78)
| at org.apache.myfaces.shared_impl.util.RestoreStateUtils.recursivelyHandleComponentReferencesAndSetValid(RestoreStateUtils.java:41)
| at org.apache.myfaces.shared_impl.util.RestoreStateUtils.recursivelyHandleComponentReferencesAndSetValid(RestoreStateUtils.java:78)
| at org.apache.myfaces.shared_impl.util.RestoreStateUtils.recursivelyHandleComponentReferencesAndSetValid(RestoreStateUtils.java:41)
| at org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.java:179)
| at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:66)
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:30)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961980#3961980
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961980
18 years, 4 months