[JBoss Seam] - Exception in email render
by dustismo
Hello,
After upgrading to 1.3A I am getting an exception when trying to render an email using the Renderer (it worked at some point before I upgraded, though I am not positive that it work immediately before the upgrade)
the exception:
| 13:30:46,470 INFO [MailSession] Creating JavaMail Session (smtp.*****)
| 13:30:46,506 INFO [MailSession] connected to mail server
| 13:30:46,639 ERROR [STDERR] javax.faces.el.EvaluationException: javax.el.ELException: /if/email/userGraphEmail.xhtml @10,106 value="#{graphToolbar.graphBytes}": Error reading 'graphBytes' on type net.infofilter.session.graphing.GraphOptions_$$_javassist_75
| 13:30:46,653 ERROR [STDERR] at javax.faces.component.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:106)
| 13:30:46,654 ERROR [STDERR] at org.jboss.seam.mail.ui.MailComponent.getValue(MailComponent.java:170)
| 13:30:46,656 ERROR [STDERR] at org.jboss.seam.mail.ui.UIAttachment.getValue(UIAttachment.java:43)
| 13:30:46,657 ERROR [STDERR] at org.jboss.seam.mail.ui.UIAttachment.encodeEnd(UIAttachment.java:76)
| 13:30:46,659 ERROR [STDERR] at org.jboss.seam.ui.JSF.renderChild(JSF.java:181)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.ui.JSF.renderChildren(JSF.java:163)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.mail.ui.MailComponent.encode(MailComponent.java:80)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.mail.ui.MailComponent.encode(MailComponent.java:54)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.mail.ui.UIBody.encodeChildren(UIBody.java:44)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.ui.JSF.renderChild(JSF.java:175)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.ui.JSF.renderChildren(JSF.java:163)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.mail.ui.UIMessage.encodeChildren(UIMessage.java:155)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.ui.JSF.renderChild(JSF.java:175)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.ui.JSF.renderChildren(JSF.java:163)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer.renderFacelet(FaceletsRenderer.java:148)
| 13:30:46,661 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:112)
| 13:30:46,661 ERROR [STDERR] at net.infofilter.session.EmailSupport.send(EmailSupport.java:110)
| 13:30:46,661 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 13:30:46,661 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 13:30:46,661 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 13:30:46,662 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.interceptors.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:54)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151)
| 13:30:46,662 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87)
| 13:30:46,662 ERROR [STDERR] at net.infofilter.session.EmailSupport_$$_javassist_69.send(EmailSupport_$$_javassist_69.java)
| 13:30:46,663 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 13:30:46,663 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 13:30:46,663 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 13:30:46,663 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 13:30:46,663 ERROR [STDERR] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325)
| 13:30:46,663 ERROR [STDERR] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338)
| 13:30:46,663 ERROR [STDERR] at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
| 13:30:46,663 ERROR [STDERR] at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
| 13:30:46,663 ERROR [STDERR] at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
| 13:30:46,663 ERROR [STDERR] at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
| 13:30:46,663 ERROR [STDERR] at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77)
| 13:30:46,663 ERROR [STDERR] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
| 13:30:46,663 ERROR [STDERR] at javax.faces.component.UICommand.broadcast(UICommand.java:383)
| 13:30:46,663 ERROR [STDERR] at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180)
| 13:30:46,663 ERROR [STDERR] at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158)
| 13:30:46,663 ERROR [STDERR] at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346)
| 13:30:46,663 ERROR [STDERR] at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
| 13:30:46,663 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
| 13:30:46,663 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
| 13:30:46,664 ERROR [STDERR] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
| 13:30:46,664 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
| 13:30:46,664 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:70)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:64)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:60)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:81)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:47)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56)
| 13:30:46,664 ERROR [STDERR] at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:293)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.AbstractAjax4jsfFilter.doFilter(AbstractAjax4jsfFilter.java:35)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56)
| 13:30:46,664 ERROR [STDERR] at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:127)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| 13:30:46,665 ERROR [STDERR] at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
| 13:30:46,665 ERROR [STDERR] at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| 13:30:46,665 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
| 13:30:46,665 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
| 13:30:46,665 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
| 13:30:46,665 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
| 13:30:46,665 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
| 13:30:46,666 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
| 13:30:46,666 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
| 13:30:46,666 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:624)
| 13:30:46,666 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
| 13:30:46,666 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
| 13:30:46,667 ERROR [STDERR] Caused by: javax.el.ELException: /if/email/userGraphEmail.xhtml @10,106 value="#{graphToolbar.graphBytes}": Error reading 'graphBytes' on type net.infofilter.session.graphing.GraphOptions_$$_javassist_75
| 13:30:46,667 ERROR [STDERR] at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:76)
| 13:30:46,667 ERROR [STDERR] at javax.faces.component.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:102)
| 13:30:46,667 ERROR [STDERR] ... 95 more
| 13:30:46,680 ERROR [STDERR] Caused by: java.lang.RuntimeException: exception invoking: getTransaction
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:134)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.Component.callComponentMethod(Component.java:1904)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.Component.unwrap(Component.java:1930)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1727)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1692)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1669)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1664)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.transaction.Transaction.instance(Transaction.java:50)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.core.ManagedPersistenceContext.getEntityManager(ManagedPersistenceContext.java:108)
| 13:30:46,681 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor136.invoke(Unknown Source)
| 13:30:46,681 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 13:30:46,681 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.Component.callComponentMethod(Component.java:1904)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.Component.unwrap(Component.java:1930)
| 13:30:46,681 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1727)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1680)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.Component.getValueToInject(Component.java:1955)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.Component.injectAttributes(Component.java:1438)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.Component.inject(Component.java:1262)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.interceptors.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:63)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151)
| 13:30:46,682 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87)
| 13:30:46,683 ERROR [STDERR] at net.infofilter.session.graphing.GraphOptions_$$_javassist_75.getGraphBytes(GraphOptions_$$_javassist_75.java)
| 13:30:46,683 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| 13:30:46,683 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| 13:30:46,683 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 13:30:46,683 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 13:30:46,683 ERROR [STDERR] at javax.el.BeanELResolver.getValue(BeanELResolver.java:62)
| 13:30:46,683 ERROR [STDERR] at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
| 13:30:46,683 ERROR [STDERR] at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
| 13:30:46,683 ERROR [STDERR] at org.jboss.el.parser.AstPropertySuffix.getValue(AstPropertySuffix.java:53)
| 13:30:46,683 ERROR [STDERR] at org.jboss.el.parser.AstValue.getValue(AstValue.java:67)
| 13:30:46,683 ERROR [STDERR] at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
| 13:30:46,683 ERROR [STDERR] at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
| 13:30:46,683 ERROR [STDERR] ... 96 more
| 13:30:46,749 ERROR [STDERR] Caused by: javax.naming.CannotProceedException; remaining name 'EJBContext'
| 13:30:46,750 ERROR [STDERR] at javax.naming.spi.ContinuationContext.getTargetContext(ContinuationContext.java:43)
| 13:30:46,750 ERROR [STDERR] at javax.naming.spi.NamingManager.getContinuationContext(NamingManager.java:770)
| 13:30:46,750 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:715)
| 13:30:46,750 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
| 13:30:46,750 ERROR [STDERR] at javax.naming.InitialContext.lookup(InitialContext.java:351)
| 13:30:46,750 ERROR [STDERR] at org.jboss.seam.util.EJB.getEJBContext(EJB.java:111)
| 13:30:46,750 ERROR [STDERR] at org.jboss.seam.transaction.Transaction.createEJBTransaction(Transaction.java:80)
| 13:30:46,750 ERROR [STDERR] at org.jboss.seam.transaction.Transaction.getTransaction(Transaction.java:64)
| 13:30:46,750 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
| 13:30:46,750 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| 13:30:46,750 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
| 13:30:46,750 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
| 13:30:46,750 ERROR [STDERR] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124)
| 13:30:46,750 ERROR [STDERR] ... 141 more
|
|
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056654#4056654
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056654
18Â years, 10Â months
[Persistence, JBoss/CMP, Hibernate, Database] - Failed to retrieve stub from server
by tamaluna
I initially posted this issue to the JNDI forum, then to the Clustering forum, but I can't get anyone to bite. Since the Hibernate people probably have run into this problem before, I'm resubmitting here in hopes that they have, or that they know the people who handle these issues.
Here's the situation. We've had a web app that's been running fine on JBoss 4.0.5.GA, as the server-side for a Flex app. All developers are running JBoss AS's on their local machines and sharing a common MSSQL database. I built an MDB, added it to the deploy dir, and it worked somewhat with our web app, but the MDB couldn't find the FlexSession stuff. So we thought we'd build an .ear, to include the .war of the web app and the .jar of the MDB.
The problem I'm getting on start-up isanonymous wrote : ...
| 17:59:02 INFO [org.hibernate.util.NamingHelper] JNDI InitialContext properties:{}
| 17:59:02 FATAL [org.hibernate.connection.DatasourceConnectionProvider] Could not find datasource: jdbc/PlanITDataSource
| javax.naming.CommunicationException: Failed to retrieve stub from server 192.168.1.18:1100 [Root exception is java.io.StreamCorruptedException: unexpected block data]
| ...
Now, I never had this problem before, so something is not configured right, I guess. That IP address belongs to my colleague, who is running a clustered JBoss setup; I'm running non-clustered. (18 and 38 are the clustered AS, 14 is mine, and 30 is the data server.) He's also running Linux, whereas I'm running Windows XP Pro. He was able to get the app up and running, after wading through some configuration issues. We're on the same LAN, as are the other developers, who are only using the .war, not the .ear or .jar (MDB), and they don't experience any errors (all are on Windows boxes).
Can you please tell me what's wrong with our set-up? Is there a way to make sure the clustered JBoss installation doesn't interfere with the non-clustered ones? I'm hoping that will solve my issue. Or maybe there's another solution.
Thanks
Pauly T.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056647#4056647
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056647
18Â years, 10Â months
[JBoss Messaging] - 3 Node Cluster messaging error
by snecu001
JBoss 4.2
Messaging 1.3
When I start the third node in the cluster I get the error below.
Any suggestions ?
ERROR org.jboss.messaging.core.plugin.postoffice.cluster.DefaultClusteredPostOffice receive - Caught Exception in Receiver
java.lang.ClassCastException: org.jboss.messaging.core.local.PagingFilteredQueue
at org.jboss.messaging.core.plugin.postoffice.cluster.DefaultClusteredPostOffice.updateQueueStats(DefaultClusteredPostOffice.java:857)
at org.jboss.messaging.core.plugin.postoffice.cluster.QueueStatsRequest.execute(QueueStatsRequest.java:61)
at org.jboss.messaging.core.plugin.postoffice.cluster.DefaultClusteredPostOffice$DataReceiver.receive(DefaultClusteredPostOffice.java:2469)
at org.jgroups.JChannel.up(JChannel.java:1102)
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:382)
at org.jgroups.stack.ProtocolStack.receiveUpEvent(ProtocolStack.java:398)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.pbcast.GMS.up(GMS.java:768)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.protocols.pbcast.GMS.receiveUpEvent(GMS.java:788)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.VIEW_SYNC.up(VIEW_SYNC.java:154)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.FRAG.up(FRAG.java:168)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:258)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.UNICAST.up(UNICAST.java:259)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:685)
at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:517)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:170)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.FD.up(FD.java:300)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:301)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.MERGE2.up(MERGE2.java:162)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.Discovery.up(Discovery.java:225)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.stack.Protocol.up(Protocol.java:547)
at org.jgroups.stack.Protocol.receiveUpEvent(Protocol.java:470)
at org.jgroups.stack.Protocol.passUp(Protocol.java:520)
at org.jgroups.protocols.TP.handleIncomingMessage(TP.java:908)
at org.jgroups.protocols.TP.access$900(TP.java:45)
at org.jgroups.protocols.TP$IncomingMessageHandler.run(TP.java:1344)
at java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056646#4056646
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056646
18Â years, 10Â months