[JBoss-user] Exception java.lang.LinkageError loader constraints violated in j boss 3.2.3

2004-03-09 Thread Egger Lothar
hi list after redeploying my ear i got this exception, it deploys ok on server startup. #java.lang.LinkageError: loader constraints violated when linking org/apache/struts/action/ActionMapping class i got this exception in jboss 3.2.3, it does not happen in jboss 3.2.2. a bug ? cheers lothar

RE: [JBoss-user] [Clustering/JBoss] - requred basic properties f or clustering with jboss-3.2.3+mo

2004-03-08 Thread Egger Lothar
hi suresh for session clustering start jboss with -c all store workers.properties in the apache conf dir. cheers lothar -Original Message- From: gsureshbabu [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 10:54 AM To: [EMAIL PROTECTED] Subject: [JBoss-user]

RE: [JBoss-user] [Installation Configuration] - Parse error whe n deploying WAR file

2004-03-01 Thread Egger Lothar
hi pretty messy xml ;) ### ?xml version = '1.0' encoding = 'windows-1252'? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app !-- Empty web.xml file for Web Application --

RE: [JBoss-user] [Installation Configuration] - log4j config

2004-02-27 Thread Egger Lothar
hi imho that sould do it. cheers lothar appender name=CONSOLE class=org.apache.log4j.ConsoleAppender errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ param name=Target value=System.out/ param name=Threshold value=DEBUG/ layout

[JBoss-user] Clustered Session Bean problem.

2004-02-23 Thread Egger Lothar
hi list, i asked this 5 day's ago but no answer :) how can i prevent jboss from immediate passivation of an clustered statefull session bean ? the SFSB works fine without clustering, but with clustering jboss passivates the SFSB immediate after leaving the first business method. (we do use

RE: [JBoss-user] Clustered Session Bean problem.

2004-02-23 Thread Egger Lothar
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Egger Lothar Sent: Monday, February 23, 2004 12:03 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Clustered Session Bean problem. hi list, i asked this 5 day's ago but no answer :) how can i prevent

[JBoss-user] Clustered Statefull Session Bean passivation help?

2004-02-18 Thread Egger Lothar
hi list how can i prevent jboss from immediate passivation of an clustered statefull session bean ? the SFSB works fine without clustering, but with clustering jboss passivates the SFSB immediate after leaving the first business method. (we do use connection pooling and the SFSB has an open

AW: [JBoss-user] log4j SMTPAppender

2003-12-16 Thread Egger Lothar
hi brian this is our smtpappender: !-- EMail events to an administrator -- appender name=SMTP_EXCEPTION class=org.apache.log4j.net.SMTPAppender param name=Threshold value=ERROR/ param name=To value=[EMAIL PROTECTED]/ !--

AW: [JBoss-user] NPE after redeployment of ear

2003-10-16 Thread Egger Lothar
hi matthew hm.. a shot in the dark: the packaging of your ear is wrong. i had a similar problem.. cheers lothar -Ursprüngliche Nachricht- Von: Matthew Hixson [mailto:[EMAIL PROTECTED] Gesendet: Thursday, October 16, 2003 4:00 AM An: [EMAIL PROTECTED] Betreff: [JBoss-user] NPE after

[JBoss-user] ear redeployment error on Jboss 3.2.2RC4

2003-09-20 Thread Egger Lothar
hi all i got some exception on redeploying an ear. is this a bug? cheers lothar 14:05:24,453 INFO [Engine] ContextConfig[/intranet]: Added certificates - request attribute Valve 14:05:24,677 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:[EMAIL PROTECTED]

AW: [JBoss-user] Mod_jk2

2003-09-16 Thread Egger Lothar
hi we compiled it with the tomcat source - works fine. cheers lothar -Ursprüngliche Nachricht- Von: Blake Crosby [mailto:[EMAIL PROTECTED] Gesendet: Monday, September 15, 2003 11:18 PM An: [EMAIL PROTECTED] Betreff: [JBoss-user] Mod_jk2 I am trying to get mod_jk2 compiled to use with

AW: AW:Re: DONE [JBoss-user] different class loader behaviour (oracle jdbc ) in jb3.2.x-jetty a nd jb3.2.2RC-tomcat ?

2003-08-14 Thread Egger Lothar
thank you alex that's it! great :) thank's agian for your time alex cheers lothar -Ursprüngliche Nachricht- Von: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Gesendet: Thursday, August 14, 2003 9:42 AM An: Egger Lothar Betreff: Re: AW:Re: [JBoss-user] different class loader behaviour

AW:Re: [JBoss-user] different class loader behaviour (oracle jdbc) in jb3.2.x-jetty a nd jb3.2.2RC-tomcat ?

2003-08-14 Thread Egger Lothar
-Ursprüngliche Nachricht- Von: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Gesendet: Wednesday, August 13, 2003 12:58 PM An: Egger Lothar Betreff: Re: [JBoss-user] different class loader behaviour (oracle jdbc) in jb3.2.x-jetty a nd jb3.2.2RC-tomcat ? Hello Egger, the answer

[JBoss-user] different class loader behaviour (oracle jdbc) in jb3.2.x-jetty and jb3.2.2RC-tomcat ?

2003-08-14 Thread Egger Lothar
hello all after testing Jboss 3.2.2RC-tomcat with some ear's e.g using different versions of oracle-jdbc one ear uses (classes12.jar) and one ear (ojdbc14.jar), i got an exeption only in 3.2.2RC2, 3.2.0-jetty and 3.2.1-jetty everything works fine. is this a bug? is it my fault ? cheers Lothar

[JBoss-user] home create to a cmp/session bean from servlet fails after redeploy

2003-07-31 Thread Egger Lothar
hello all hello list i am connecting from a httpservlet via jndi to an container-managed entity bean and/or stateless session bean. (httpservlet - stateless-sessionbean - cmp entity bean) jndi lookup is ok and PortableRemoteObject.narrow(ref, some.class) works too, but home.create() works only

AW: [JBoss-user] add to list

2003-07-31 Thread Egger Lothar
hi dietmar rename your ejb-jar.xml.xml to ejb-jar.xml ;) then look at the exceptions... cheers L -Ursprüngliche Nachricht- Von: Dietmar Gombotz [mailto:[EMAIL PROTECTED] Gesendet: Thursday, July 31, 2003 6:39 PM An: [EMAIL PROTECTED] Betreff: [JBoss-user] add to list hi

RE: [JBoss-user] mod_jk2 and Jetty

2003-03-25 Thread Egger Lothar
hi mike here is my workers2.properties [ apache 2.0.43 jetty/JBOSS3.2.0RC3/4/5] maybe it helps ;) cheers lothar ##** [logger] level=INFO [config:] file=/usr/local/apache2/conf/workers2.properties debug=0 debugEnv=0 [uriMap:] info=Maps the requests. Options: debug debug=0

RE: [JBoss-user] Can't deploy *-ds.xml file on JBoss 3.2.0 RC3

2003-03-06 Thread Egger Lothar
hi Craig just search for messagearchive for ConnectionManager on 3.2.0RC2 MySQL connector on 3.2.0RC2 that should explain some things. I had to change the folloing in my db-service.xml ** !-- attribute name=TransactionManagerjava:/TransactionManager/attribute -- depends

RE: [JBoss-user] build of jboss cvs 3.2 fails now for about 4 days ?

2003-03-03 Thread Egger Lothar
- Original Message - From: Egger Lothar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:45 AM Subject: [JBoss-user] build of jboss cvs 3.2 fails now for about 4 days ? hi all hm.. is it me ? this what i've done

[JBoss-user] CVS checkout error on build

2003-02-27 Thread Egger Lothar
hi all I'm receiving this error for 3 days now. [unjar] Expanding: /home/Lviz/jboss-cvs/jboss-3.2/varia/output/lib/jbossmq-httpil.sar into /home/Lviz/jboss-cvs/jboss -3.2/build/output/jboss-3.2.0RC3/server/all/deploy/jbossmq-httpil.sar [unjar] Unable to expand to file

RE: [JBoss-user] MySQL connector on 3.2.0RC2

2003-02-18 Thread Egger Lothar
hi list, hi Benjamin same here with oracle jdbc :( cheers Lothar -Original Message- From: Benjamin Cox [mailto:[EMAIL PROTECTED]] 02:37:24,418 WARN [XATxConnectionManager] Please change your datasource setup to use TransactionManagerService with object name

[JBoss-user] ConnectionManager on 3.2.0RC2 [Exception TransactionManagerService )

2003-02-18 Thread Egger Lothar
hi list just downloaded 3.2.0RC2 after deploying several beans and ConnectionManager oracle-service.xml JBOSS 3.2.0RC2 complained 14:27:26,115 INFO [LocalTxConnectionManager] Starting 14:27:26,115 WARN [LocalTxConnectionManager] --

RE: [JBoss-user] ConnectionManager on 3.2.0RC3 cvs works fine THX

2003-02-18 Thread Egger Lothar
hello david thank you very much. i did a checkout from cvs it works like you said. From: David Jencks depends optional-attribute-nameTransactionManagerServicejboss:service=Transaction Manager/depends so it is available in cvs but not in 3.2RC2. again thank's for your work. cheers lothar

[JBoss-user] RE: running JBoss 3.0.3, the need to get extended error messageinformation)

2002-12-04 Thread Egger Lothar
hi marc sorry was offline a few days. the manual isn't that speaky, isn't it? correct :) only an idea in the log4j.xml like this !-- | An example of enabling the custom TRACE level priority that is used | by the JBoss internals to diagnose low level details. This example

RE: [JBoss-user] running JBoss 3.0.3, the need to get extended error message infor mation

2002-11-29 Thread Egger Lothar
RTFM ;) googling after jboss debug output might help also ;) http://www.jboss.org/online-manual/HTML/ch08s14.html look under setup jboss for debugging. cheers lothar -Original Message- From: Schlienger, Marc [mailto:[EMAIL PROTECTED]] Sent: Friday, November 29, 2002 2:39 PM To:

[JBoss-user] Farm deployment not woking for war's on startup

2002-11-12 Thread Egger Lothar
hello all farm service and deployment is working well if jboss is up and running. But if we start up Jboss the farm service MainDeployer does only deploy the ear, not the war inside the ear. Is this because the war is deployed by Tomcat and the catalina service is added later to the