Re: [JBoss-user] Mapping Configuration Error

2002-08-09 Thread Scott M Stark
The earlier post was wrong. Use http://localhost:8080/jmx-console/   Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message - From: scott ditzenberger To: [EMAIL PROTECTED] Sent: Friday, August 09, 2002 11

[JBoss-user] Mapping Configuration Error

2002-08-09 Thread scott ditzenberger
Greetings, I am new to the JBoss experience.  I have recently installed jboss-3.0.1RC1_tomcat-4.0.4 on a RedHat 7.3 box.  I execute /usr/local/jboss/bin/run.sh  There appears to be no errors in the /usr/local/jboss/server/default/log/server.log.  When I bring up a browser and enter http://localhos

Re: [JBoss-user] 3.0.1 and PostgresDS

2002-08-09 Thread G.L. Grobe
Not sure I understood this reply. What's happening is that 3.0.1 is hanging at this point. I've placed the last lines of the output at the end of this reply where it hangs. - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 10, 200

Re: [JBoss-user] 3.0.1 and PostgresDS

2002-08-09 Thread David Jencks
Believe the deployer: null part. *-ds.xml files are only for 3.2 and later. david jencks On 2002.08.09 23:47:10 -0400 G.L. Grobe wrote: > I'm having a few problems w/ my 3.0.1 postgres setup. I've included the > error message (which I don't really understand) below along w/ the > postgres-servi

[JBoss-user] Re:

2002-08-09 Thread sucivi
confirm 564564 --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listin

Re: [JBoss-user] what is incomplete deployment listing

2002-08-09 Thread David Jencks
The incomplete deployment exception tries to tell you about all the problems your deployments are having. In this case, stop using *-ds.xml files or upgrade to 3.2 or 4.0 where they are supported. david jencks On 2002.08.09 03:08:17 -0400 G.L. Grobe wrote: > Made the switch from 2.4.4 to 3.0.1

Re: [JBoss-user] SAP R/3 JCA connector and JBoss 3.0.0

2002-08-09 Thread David Jencks
Is the SAP adapter itself deploying properly? this makes it look like it isn't: ObjectName: jboss.jca:service=XaTxDS,name=SAPConnectorFactory state: CONFIGURED I Depend On: jboss.jca:service=RARDeployment,name=SAP R3 Connector Depends On Me: jboss.jca:service=XaTxCM,name=SAPConnectorFac

[JBoss-user] Help me ClassNotFoundException: org.jboss.proxy.ClientContainer

2002-08-09 Thread Niket Anand
Hi All, I am using Jboss-3.0.0_Tomcat4.0.3. I am getting following problem while running in this environment javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: org.jboss.proxy.ClientContainer (no security manager: RMI class loader disabled)] I tried to put jb

Re: [JBoss-user] java.util.ConcurrentModificationException on XAPoolDataSource - need help...

2002-08-09 Thread Scott M Stark
There were concurrency problems in the pool in 2.4. Many of these have been fixed in the 2.4.5-2.4.7 release. Additional pool issues have been fixed in the 2.4.8 release which will be available tomorrow. Scott Stark Chief Technology Officer JBoss Group, LLC xx

[JBoss-user] test

2002-08-09 Thread Niket Anand
--- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] test

2002-08-09 Thread Niket Anand
--- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

FW: [JBoss-user] java.util.ConcurrentModificationException onXAPoolDataSource - need help...

2002-08-09 Thread David Brady
Hi everyone - I still need some help/guidance on this. Didn't get a response last time around. This is a huge problem since I can't reliably get connections when needed. Thanks, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of David Brady Sen

Re: [JBoss-user] transaction and pooling problems with MQSeries

2002-08-09 Thread David Jencks
There's a bug somewhere here, perhaps you could file a report. You will stress the jca machinery less if you get the connection after the tx has started and close the connection before the tx commits. I think someone did get MQSeries to work, look in the messaging forum. david jencks On 2002.0

[JBoss-user] 3.0.1 and PostgresDS

2002-08-09 Thread G.L. Grobe
I'm having a few problems w/ my 3.0.1 postgres setup. I've included the error message (which I don't really understand) below along w/ the postgres-service.xml and postgres-ds.xml files below that ... (it just seemed to complain about the postgres-ds.xml) ...   Any help much appreciated.   --

Re: [JBoss-user] package deployment errors

2002-08-09 Thread Emerson Cargnin - SICREDI Serviços
not that I know, sorry... Gary Grobe wrote: > I looked in my postgres-service.xml file and it's already as you state. > Should I be changing this elsewhere? > > > On Friday, August 9, 2002, at 04:30 PM, Emerson Cargnin - SICREDI > Serviços wrote: > >> This is the most asked question from j

Re: [JBoss-user] package deployment errors

2002-08-09 Thread Gary Grobe
I looked in my postgres-service.xml file and it's already as you state. Should I be changing this elsewhere? On Friday, August 9, 2002, at 04:30 PM, Emerson Cargnin - SICREDI Serviços wrote: > This is the most asked question from jboss history : ) > > > diference between 3.0.0 and 3.0.1 : >

Re: [JBoss-user] package deployment errors

2002-08-09 Thread Emerson Cargnin - SICREDI Serviços
This is the most asked question from jboss history : ) diference between 3.0.0 and 3.0.1 : 3.0.0 : jboss.security:name=JaasSecurityManager 3.0.1 : jboss.security:service=JaasSecurityManager change name to service. Gary Grobe wrote: > Anyone clue me in as to what's going on w/ t

[JBoss-user] Re: FYI on JBoss3.0.1 and PostgreSQL TIME

2002-08-09 Thread Jon Swinth
Thanks for the reply Dain. You are right. I read the code wrong. The code calls a method based on the destination class first before attempting the getBytes() call. I'm guessing the reason for my issue is that the destination class is java.util.Date which maps to getTimestamp() which is pr

[JBoss-user] ClusteredHttpSession Question

2002-08-09 Thread Greg Turner
I am looking for a free software solution to load balance http requests to multiple instances of JBoss/Jetty in a cluster inorder to test ClusteredHttpSessions. Any ideas? What does everyone else use? Greg Turner --- This sf.net email is s

Re: [JBoss-user] Did login-config.xml changed in 3.0.1 version????

2002-08-09 Thread Emerson Cargnin - SICREDI Serviços
i just was told about that, sorry for that... Scott M Stark wrote: > login-config.xml does not belong in the deploy directory. It ships > in the server/default/conf directory > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > --

[JBoss-user] package deployment errors

2002-08-09 Thread Gary Grobe
Anyone clue me in as to what's going on w/ these msgs from startup of 3.0.1 ... Any help much appreciated. --- output 17:18:10,151 INFO [MainDeployer] Deployment of package: file:/u/public/jboss/jboss-3.0.1/server/default/deploy/postgres-ds.xml is waiting for an appropriate deployer. 17:18:1

Re: [JBoss-user] 3.0.1 error about cluster

2002-08-09 Thread Emerson Cargnin - SICREDI Serviços
just a warning, that's caused by a tag in my web.xml. Emerson Cargnin - SICREDI Serviços wrote: > I'm trying to upgrade to 3.0.1 and get the following error even when > starting with -c default: > > 16:28:44,418 WARN [Manager] distributed Store > (org.jboss.jetty.session.ClusterStore) faile

Re: [JBoss-user] Did login-config.xml changed in 3.0.1 version????

2002-08-09 Thread Emerson Cargnin - SICREDI Serviços
well, it moved to conf dir, now it works : ) Emerson Cargnin - SICREDI Serviços wrote: > Did login-config.xml changed in 3.0.1 version > > message: > > Cause: Incomplete Deployment listing: > Packages waiting for a deployer: > [org.jboss.deployment.DeploymentInfo@e944a28d { > url=file:/h

Re: [JBoss-user] 3.0.1 error about cluster

2002-08-09 Thread Scott M Stark
Clustering is part of the all configuration, not the default. Also, the required sar is in docs/examples/clustering/jbossha-httpsession.sar and needs to be moved to the server/all/deploy directory. Scott Stark Chief Technology Officer JBoss Group, LLC

Re: [JBoss-user] Did login-config.xml changed in 3.0.1 version????

2002-08-09 Thread Scott M Stark
login-config.xml does not belong in the deploy directory. It ships in the server/default/conf directory Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Emerson Cargnin - SICREDI Serviços" <[EMAIL PROTECTED

[JBoss-user] Did login-config.xml changed in 3.0.1 version????

2002-08-09 Thread Emerson Cargnin - SICREDI Serviços
Did login-config.xml changed in 3.0.1 version message: Cause: Incomplete Deployment listing: Packages waiting for a deployer: [org.jboss.deployment.DeploymentInfo@e944a28d { url=file:/home/emersonc/jboss-3.0.1/server/default/deploy/login-config.xml } deployer: null status: null st

Re: [JBoss-user] FYI on JBoss3.0.1 and PostgreSQL TIME

2002-08-09 Thread Dain Sundstrom
Jon Swinth wrote: > This is just a note for other users of PostgreSQL. With the latest version > of JBoss3.0.1 you can no longer be able to use a column definition of TIME in > Postgre. This is NOT a bug in JBoss, but rather a bug in jdbc driver for > PostgreSQL (even the latest dev driver).

Re: [JBoss-user] SAR deployement

2002-08-09 Thread Alex Loubyansky
I'm trying to do the same thing that Bertrand did but can't even deploy the application. The structure: dbdrvsar.ear META-INF application.xml jboss-app.xml manifest.mf dbdrvsar.sar META-INF jboss-service.xml mm.mysql-2.0.6.jar dbdrvsar-web.war dbdrvsar-ejb.jar

[JBoss-user] 3.0.1 error about cluster

2002-08-09 Thread Emerson Cargnin - SICREDI Serviços
I'm trying to upgrade to 3.0.1 and get the following error even when starting with -c default: 16:28:44,418 WARN [Manager] distributed Store (org.jboss.jetty.session.ClusterStore) failed to initialise java.lang.NoClassDefFoundError: org.jboss.ha.httpsession.server.ClusteredHTTPSessionServiceM

[JBoss-user] FYI on JBoss3.0.1 and PostgreSQL TIME

2002-08-09 Thread Jon Swinth
This is just a note for other users of PostgreSQL. With the latest version of JBoss3.0.1 you can no longer be able to use a column definition of TIME in Postgre. This is NOT a bug in JBoss, but rather a bug in jdbc driver for PostgreSQL (even the latest dev driver). The JBoss3.0.1 changes fr

Re: [JBoss-user] way to see if a class is JAAS protected

2002-08-09 Thread Scott M Stark
The ejb-jar.xml descriptor is the only source of permissions. The jboss.xml descriptor defines the security domain. Compare these two files before and after xdoclet. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message

Re: [JBoss-user] way to see if a class is JAAS protected

2002-08-09 Thread Emerson Cargnin - SICREDI Serviços
any idea??? Emerson Cargnin - SICREDI Serviços wrote: > I'm getting some strange errors when using JAAS through stand-alone > client. I didn't have this errors before, it appeared after migrating to > XDoclet CVS (??? nothing to do at all). > > is there any way to see how a class is prote

RE: Re[2]: [JBoss-user] How to limit # of stateful session beans in jboss.xml

2002-08-09 Thread Sacha Labourey
AFAIK, strict pool size is not available in 3.x, it had not been ported. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > [EMAIL PROTECTED] > Envoye : vendredi, 9 aout 2002 17:48 > A : [EMAIL PROTECTED] > Objet : Re[2]: [JBoss-user] How to limit #

Re[3]: [JBoss-user] How to limit # of stateful session beans in jboss.xml

2002-08-09 Thread Alex Loubyansky
Hello todd, Friday, August 09, 2002, 6:47:47 PM, you wrote: tac> The strictMaximumSize tag comes from a post I found on the JBoss foums referencing a similar problem back in the 2.4 timeframe. I have tried both with and without it and also with different tac> numbers for maximum to no avail.

Re[2]: [JBoss-user] How to limit # of stateful session beans in jboss.xml

2002-08-09 Thread todd
I have figured it out. My reference needed to be included WITHIN the tag, not immediately following it. Once I made this change, all worked as documented. Thanks for all you assistance. Todd -- Hello todd, no idea... I'd set it up the same way. Some notes, th

Re[2]: [JBoss-user] How to limit # of stateful session beans in jboss.xml

2002-08-09 Thread todd
Alex: The strictMaximumSize tag comes from a post I found on the JBoss foums referencing a similar problem back in the 2.4 timeframe. I have tried both with and without it and also with different numbers for maximum to no avail. I'm running out of options to try. Is this working for you wit

[JBoss-user] javax.servlet.ServletException: loader constraints violated whenlinking

2002-08-09 Thread Bobby Abraham
While using JBoss 3.0.1 (and we have never had this working with previous versions of Jboss 3.0) we get a loader constraints violated when deploying two application ears. The loader constraints relate to a class inside a jar in each application's web tier. The jars inside each each ear are na

[JBoss-user] update on ClassCircularityError issues?

2002-08-09 Thread Geer, Benjamin
Can someone post an update on the effect of the following Sun JVM bugs on JBoss 3.0.1? http://developer.java.sun.com/developer/bugParade/bugs/4670071.html http://developer.java.sun.com/developer/bugParade/bugs/4699981.html The JBoss book for 3.0.1 says that, for 3.0.0: The default class loadi

[JBoss-user] JBoss "market share" in Germany/Austria

2002-08-09 Thread Dimitri Pissarenko
Hello! Are there any data on the "market share" of JBoss in Austria or Germany (that is, whether JBoss is used widely in these countries) ? I'm considering to participate on a JBoss training and want to know whether there is a market for JBoss-related consulting in this region. Thanks Dimitri

[JBoss-user] 3.0.1 EAR fails deployment but unzipped works

2002-08-09 Thread Jonathan . O'Connor
Folks, I'm trying to move over to JBoss 3.0.1 from JBoss 3.0.0 and I can't figure out my problem. When I deploy my EAR it fails due to one of my JARs being already registered. However, the same EAR works perfectly in JBoss 3.0.0. Stranger still, in JBoss 3.0.1, if I unzip the EAR file into a dire

Re: [JBoss-user] Urgent: Can't get Session bean to execute from external Tomcat installation

2002-08-09 Thread Anthony Geoghegan
I've improved my position a bit here for anyone's information. M$ is a *** for putting folders in with spaces. I had a tomcat webapp working from a "documents and settings" folder this seems to be the root of the issue. The JBoss client jars just don't seem to like spaces anywhere within the same

Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread Stephen Davidson
Hi Shankar. The following has been changed; Was: jboss.security:name=JaasSecurityManager Now: jboss.security:service=JaasSecurityManager shankar wrote: > Hi, > I am trying to setup Jboss3.0.1. The following shows up in the boot.xml. > Have added a oracle-service.xml in the default/deplo

Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread Stephen Davidson
Hi Shankar. The following has been changed; Was: jboss.security:name=JaasSecurityManager Now: jboss.security:service=JaasSecurityManager shankar wrote: > Hi, > I am trying to setup Jboss3.0.1. The following shows up in the boot.xml. > Have added a oracle-service.xml in the default/

Re: [JBoss-user] Undeclared Throwable Exception

2002-08-09 Thread Dain Sundstrom
Have you tried 3.0.1? It has better exception handling code, so you should get a better error message. -dain Arijit Ghosh wrote: > Hi, > > I'm using container managed transaction of Jboss 3.0 with Tomcat > 4.0.3. We are using the Struts framework and Castor. > > When i try t

Re: [JBoss-user] foreign keys

2002-08-09 Thread Dain Sundstrom
Ago Meister wrote: > Hello, > > BEA WLS supports foreign key not null with CMP 2.0 > (http://edocs.bea.com/wls/docs70/faq/ejb.html#257467), but > as far as i know JBoss does not. Does anybody know, > when JBoss team plans to add this kind of feature? I would guess by the end of the year, but I d

RE: [JBoss-user] transaction and pooling problems with MQSeries

2002-08-09 Thread Geer, Benjamin
Replying to myself: I've got this working now. > Having committed a UserTransaction, if I then begin a new > UserTransaction in the same thread, using the same JMS objects > (QueueSession, etc.), MQSeries complains It seems that a new QueueSession must be created for each transaction. Starting

[JBoss-user] foreign keys

2002-08-09 Thread Ago Meister
Hello, BEA WLS supports foreign key not null with CMP 2.0 (http://edocs.bea.com/wls/docs70/faq/ejb.html#257467), but as far as i know JBoss does not. Does anybody know, when JBoss team plans to add this kind of feature? kind regards, Ago Meister ---

[JBoss-user] JBoss3.0.1 (no deployer found for jdom.jar)

2002-08-09 Thread Frederic Soulier
Hi I have this weird error with jdom.jar when my ear file is deployed --> start deploying log4j-1.2.4.jar 2002-08-09 10:16:01,210 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at Project_eStuffEJB.jar entry is library/log4j-1.2.4.jar 2002-08-09 10:16:01,211 INFO [org.jbos

[Fwd: Re: [JBoss-user] JBoss 3.0.1 (RMI+SSL)]

2002-08-09 Thread Frederic Soulier
Tried the same config on a JBoss3.2.0RC1 (from CVS Branch_3_2) and it did not work... /Fred -Forwarded Message- > From: Frederic Soulier <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBoss 3.0.1 (RMI+SSL) > Date: 08 Aug 2002 19:07:42 +0100 > > Thanks Scott. >

[JBoss-user] Urgent: Can't get Session bean to execute from external Tomcat installation

2002-08-09 Thread Anthony Geoghegan
I sure you've seen this issue before chaps: When I call the home.create() method I get an RMI marshelling exception. The tomcat installation is a stand-alone installation in a seperate JVM from located on the same box. The code works fine in a test client outside of tomcat. The box is a windows 20

[JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread shankar
Hi, I am trying to setup Jboss3.0.1. The following shows up in the boot.xml. Have added a oracle-service.xml in the default/deploy dir. This was working fine on Jboss3.0 (with Tomcat). Do I have anything else to the oracle-service.xml file? Thanks in advance, Shankar. Here is oracle-service.xm