[Beginners Corner] - Re: jmx-console
by cronydude
Peter,
I noticed that stack trace and here it is:
================================================
class org.jboss.cache.interceptors.CacheMgmtInterceptor
2007-01-04 10:21:36,962 DEBUG [org.jboss.cache.TreeCache] cache mode is REPL_ASYNC
2007-01-04 10:21:37,109 ERROR [org.jgroups.protocols.UDP] max_bundle_size (64000) is greater than largest UDP fragmentation si
ze (8000)
2007-01-04 10:21:37,112 DEBUG [org.jboss.cache.aop.TreeCacheAop] Initialization failed jboss.cache:service=TomcatClusteringCac
he
ChannelException: unable to setup the protocol stack
at org.jgroups.JChannel.(JChannel.java:217)
at org.jgroups.JChannel.(JChannel.java:189)
at org.jboss.cache.TreeCache._createService(TreeCache.java:1373)
at org.jboss.cache.TreeCache.createService(TreeCache.java:1300)
at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java(Inlined Compiled Code))
at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.create(Unknown Source)
at org.jboss.system.ServiceController.create(ServiceController.java:330)
at org.jboss.system.ServiceController.create(ServiceController.java:273)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
================================================
I am still googling on this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998033#3998033
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998033
19 years, 3 months
[JBoss Seam] - Navigation
by lightbulb432
Few questions about navigation:
1) When using pages.xml as opposed to navigation.xml, when would you specify @Begin and @End on bean methods rather than in the pages.xml file (and I know you can put it in both places, but that's just for better documentation)? I'd guess that pages.xml makes the @Begin and @End unnecessary, because it can do the same thing but offer more functionality.
2) Aren't the @Begin and @End somewhat inflexible - e.g. can one method marked @End end a conversation started from one page or method but not another - I'm guessing no, right - it would end every conversation? But what I mentioned is possible if specified in pages.xml? Hmm, am I making any sense here...?
3) Also, when using pages.xml as opposed to navigation.xml, where must the pageflowDefinitions or processDefinitions file be located? (Which archive file, and which folder underneath it? Anywhere on the classpath, or a particular set of places where it must be located?)
<component class="org.jboss.seam.core.Jbpm">
| <property name="processDefinitions">
| myfile.jpdl.xml
| </property>
| </component>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998022#3998022
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998022
19 years, 3 months