JBoss 4.0.4
When it starts, I receive this error
what do I have to do to avoid it ??
---
ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled.
Exception:
| java.lang.NoClassDefFoundError:
org/jboss/aspects/patterns/observable/Observer
|
java.lang.NoClassDefFoundError:
org/jboss/web/tomcat/tc5/session/FieldBasedClusteredSession
Hello,
when my *.war files are deployed with RC1 4.0.4, I got a NoClassDefFoundError
Exception !
Why ? what do I miss ?
java.lang.NoClassDefFoundError:
org/jboss/web/tomcat/tc5/session/FieldBasedClus
I renamed my dom4j.jar to dom4j.jar and jaxen...jar to jaxen.jar
and put them both into jboss/lib
it works fine
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929907#3929907
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
YES there is a way.
Look into jboss/deploy/conf/jboss-service.xml
| ...
| org.jboss.deployment.DeploymentSorter
| ...
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929906#3929906
Reply to the post :
http://www.jboss.com/index.html?module=bb
YES you can !
look into the conf\jboss-service.xml
you could specifiy your own startup comparator
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905731#3905731
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905731
Hello,
when I upgrade my application to JBoss 4.0.3sp1 (from 4.0.2) I've got a big
problem with sql connections...
After a few minutes, they are all closed when I try to get one (so I receive a
connection timeout when Hibernate try to get one) ...
Why ?
Is there something change ?
Is there a
what do you mean with "xsl support" ?
add your jar and do your xsl transformation.. it works fine !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904590#3904590
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904590
-
Hello,
I've got a problem with JBoss 4.0.2 running on debian 3.1, sun jdk 1.5.04
(Apache 1.3 forwarding via mod_jk to tomcat)
Yesterday at 18:00 and this morning at 4:00, JBoss was down... he properly shut
down without reason and my website was then unreachable.. (error 500)...
give me plea
Hello,
I've got the same problem !
I also have B.sar that uses A.sar classes (but not A.sar, that uses B.sar).
If you deploy your sars, one by one... it's OK !
unfortunately, I'm still trying to find a solution...
I've got :
00.jar
01.har
A.sar
B.sar
W.war
and each level needs the classes f
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=62303
is that what you need ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872902#3872902
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872902
-
read my post I've just written !
you can now deploy hibernate3 in .har !
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872778#3872778
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872778
---
I don't know how to use Wiki
so I uploaded the jboss-hibernate3.jar on the first page
I don't think it will stay there for a long time.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872777#3872777
Reply to the post :
http://www.jboss.org/index.h
Hello,
I wanted to upgrade to Hibernate3... but JBoss is for Hibernate2... otherwise
the mbean don't start because it's looking for net.sf.* classes... and
Hibernate3 is now org.hibernate.*
So what did I do ?
Well I've installed the latest Jboss 4.0.1sp1
I've downloaded Hibernate3 (hibernate3.j
I try to deploy 2 Mail Services (to use several pop3 and smtp accounts)
I have no problem to run one in mail-service.xml
but the second can not start...
2005-03-30 11:28:19,296 ERROR [org.jboss.mail.MailService] Starting failed
jboss:service=Mail3
| java.lang.ClassCastException
| at o
Hello,
my problem is the following :
I use Cocoon and Hibernate within Jboss...
My Hibernate objects are cached in ehcache.
Cocoon uses internally ehcache...
when I redeploy my cocoon.war, it reinitializes ehcache... and I loose all my
hibernate objects ;o(
any idea how to solve this ? telli
(sorry for posting it also in the jmx forums)
Hello,
what did I understand wrong ?
I need to deploy the following
- utils.jar
- myobjects1.har
- myobjects2.har
- mymbean1.sar
- mymbean1-interfaces.jar
- mymbeanN.sar
I've got problems with my classes
First, I wanted mymbean1 start
Hello,
what did I understand wrong ?
I need to deploy the following
- utils.jar
- myobjects1.har
- myobjects2.har
- mymbean1.sar
- mymbean1-interfaces.jar
- mymbeanN.sar
I've got problems with my classes
First, I wanted mymbean1 starts before the 2, and so on...
I've notice alphabetical or
I think you don't know how to use Hibernate with jboss.
Read first the doc...
there is no hibernate.cfg.xml but an hibernate-service.xml that must be include
in a HAR archive.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862091#3862091
Reply to the post
Hello
1. I think it's only for jboss (I'm sure)
2. I would ask the same question ... But the is the only solution I found to
have "loaded" components (with a lot of cache and so on)...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862094#3862094
Reply to
It helped me partially...
In fact, you can not do interfaces everytime for all classes...
I took the example of Team and Player.. but in fact, I need to deploy Hibernate and
all my hibernate objects... and then I have to deploy my mbeans that accesses to
hib-objects.
But I've found the followin
it's UTF-8 by default, change this to ISO-8859-1 ...
If I remember well, it was ok for me when jsps were compiled into tomcat but not if I
precompiled them... I had to modify jasper so that it encodes them in iso-8859-1 ...
maybe there is another way...
compare your.jsp with the jsp_your.java f
Hello I am trying to deploy this :
Players.sar
Teams.sar (that would like to call Players and use Player class)
utils.jar
What do I have to do so that I can redeploy Players without redeploying other classes ?
1. A PlayerInterface that I add to Teams.sar too
/*
* @jmx.mbean description = "..." name=".modules:service=StatsManager"
* @jboss.service servicefile="jboss"
* @jboss.xmbean
*/
I don't find any doc on this @jboss.xmbean.. but it works !
If you find some...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
using : Jboss 3.2.3, Eclipse 3.0M8 + latest Jboss-IDE
Hello,
I can create a MBean using jboss-ide, but I don't find how to generate the xml
descriptor for the xmbean..
I can add @jmx.managed-attribute access = "read-write" for example to my methodes, it
will add the method to the Interface for
24 matches
Mail list logo