[Installation, Configuration & Deployment] - jboss startup web-console.war deployment errors
by y0ur1
Hi
I installed JBoss jboss-4.0.5.GA on Fedora Core 6 using jems-installer-1.2.0.CR1 but on start i get the following errors:
anonymous wrote :
| 14:37:31,393 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
| 14:37:31,986 INFO [[/web-console]] MonitorsFolder: Failed to init plugin, null
| 14:37:31,997 INFO [[/web-console]] UCLs: Failed to init plugin, null
| 14:37:32,075 INFO [[/web-console]] JMS Message: Failed to init plugin, null
| 14:37:32,086 INFO [[/web-console]] JSR77 WebModule: Failed to init plugin, null
| 14:37:32,097 INFO [[/web-console]] J2EEFolder: Failed to init plugin, null
| 14:37:32,148 INFO [[/web-console]] AOPFolder: Failed to init plugin, null
| 14:37:32,151 INFO [[/web-console]] SystemFolder: Failed to init plugin, null
| 14:37:32,263 INFO [[/web-console]] MBeans: Failed to init plugin, null
| 14:37:32,271 INFO [[/web-console]] JSR77 Domains and Servers: Failed to init plugin, null
| 14:37:32,806 INFO [[/web-console]] JSR77 EJBModules and EJBs: Failed to init plugin, null
| 14:37:32,813 INFO [[/web-console]] JSR77 J2EE Apps: Failed to init plugin, null
|
The web-console tree doesn't load fully, check: [img]http://img299.imageshack.us/img299/7526/jbosstq5.jpg[/img]
I installed the same jboss with the same installer on my XP workstation and that works fine, same installation options.
Does anyone have an idea what might cause the problem?
Thank you in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989318#3989318
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989318
19Â years, 5Â months
[JBoss Seam] - Multi Managed Persistence Context Problem
by cavani
My program has three different managed persistence context. In one form, I use two entity from two different context. I'm having IllegalArgumentException exception on Seam code because it tries use contains in persistence context that don't have the right entity mapped.
org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor (at line 112):
| for (String persistenceContextName: pcs)
| {
| Object persistenceContext = Component.getInstance(persistenceContextName);
| boolean managed;
| Object id;
| if (persistenceContext instanceof EntityManager)
| {
| EntityManager em = (EntityManager) persistenceContext;
| managed = em.isOpen() && em.contains(value);
| id = managed ? PersistenceProvider.instance().getId(value, em) : null;
|
I put a try-catch around "managed = ..." and it works normally.
I don't know exactly how this should work, but I think this is a bug.
Thanks,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989315#3989315
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989315
19Â years, 5Â months
[JBossCache] - TreeCacheMBean and TreeCache references
by astrien
I've been through the forums, wiki, and google, so at last I'm forced to post.
We're setting up a treecache where nodes are created, each with it's own expiration date. Each of these nodes will be leaf-nodes, so there's no problem with expiring a node that has children that aren't ready to expire yet.
There are a few things I've come up against, though, that are giving me headaches with JBoss Cache. The first is that if I create an MBean as in the examples, then that leaves me with no way to get a reference programmatically to the actual TreeCache instance object. I'm looking for that in order to get to the "org.jboss.cache.eviction.RegionManager", so when we add a new node, we can dynamically set its eviction policy.
I've been pointed again and again to this little gem in the TreeCache documentation in section 6.2:
| // note this is just to show that a running TreeCache instance must be
| // retrieved somehow. How it is implemented is up to the implementer.
| TreeCache cache = getRunningTreeCacheInstance();
|
...which of course doesn't solve anything because I've yet to find one example anywhere on this site of an implementation of whatever magical code would be behind the "getRunningTreeCacheInstance();" method from an MBean setup.
My other question would be whether or not we can actually do dynamic eviction policies - in other words, set the eviction policy for each node as they are added. Even better would be a way to tell the cache to key the eviction policy off a specifically named attribute of the nodes if it should exist (new feature request?). This would solve multiple problems at once and allow for some nice optimisation under the covers.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989307#3989307
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989307
19Â years, 5Â months
[Installation, Configuration & Deployment] - UDP pot error
by robz81
I am running jboss 4.0.2 and it is bring up these errors. Does any body have an idea where I should start looking to resolve them. I'm running it on Fedora 6.
Cheers
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.cache:service=TomcatClusteringCache
State: FAILED
Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.lang.Exception: UDP.createSockets(): cannot list on any port in range
0-1
I Depend On:
jboss:service=Naming
jboss:service=TransactionManager
Depends On Me:
jboss.web:service=WebServer
ObjectName: jboss:service=DefaultPartition
State: FAILED
Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.lang.Exception: UDP.createSockets(): cannot list on any port in range
0-1
Depends On Me:
jboss:service=HASessionState
jboss:service=HAJNDI
jboss.cache:service=InvalidationBridge,type=JavaGroups
jboss.ha:service=HASingletonDeployer
jboss:service=FarmMember,partition=DefaultPartition
ObjectName: jboss:service=CorbaTransaction
State: FAILED
Reason: java.lang.Exception: Cannot bind transaction factory in CORBA naming service:
org.omg.CORBA.COMM_FAILURE: vmcid: 0x0 minor code: 0 completed: Maybe
I Depend On:
jboss:service=TransactionManager
jboss:service=CorbaORB
jboss:service=CorbaNaming
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989289#3989289
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989289
19Â years, 5Â months