[JBoss-user] Mapping Configuration Error

2002-08-10 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. Iexecute /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

Re: [JBoss-user] Mapping Configuration Error

2002-08-10 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

Re: [JBoss-user] Mapping Configuration Error

2002-08-10 Thread scott ditzenberger
That's much better. Thank you. Will the Tomcat examples run from under the ../catalina/webapps directory or do they need to be deployed in a .war to ../server/default/deploy ? SD Scott M Stark <[EMAIL PROTECTED]>wrote: The earlier post was wrong. Use http://localhost:8080/jmx-console/

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

2002-08-10 Thread shankar
Hi, Thanks. Thats solved. I also have a problem getting the logging service up. This is the listing from boot.log. Do I have to make modifications to jboss-service.xml also? Incomplete Deployment listing: Packages waiting for a deployer: none Incompletely deployed packages: none MBeans

Re: [JBoss-user] 3.0.1 error about cluster

2002-08-10 Thread Jules Gosnell
You have specified that your weba-app is distributable Unless you really mean it this is a BAD idea. If you do mean it, then as Scott says, you need to deploy the clustered httpsession support, and read the FAQ and jetty-web.xml in docs.examples.jbossweb. Jules Emerson Cargnin - SICREDI

Re: [JBoss-user] 3.0.1 and PostgresDS

2002-08-10 Thread David Jencks
I can't figure out which part you want me to look at. I'm saying, remove all *-ds.xml files from a jboss Branch_3_0 version, they cannot be deployed. *-ds.xml files work only in 3.2 and 4 (head) david jencks On 2002.08.10 01:52:59 -0400 G.L. Grobe wrote: Not sure I understood this reply.

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

2002-08-10 Thread Saroj Kumar
Hi David, I do not have any idea about the exact reason for this error. But, I feel that this may be one of the main reasons Straight from Java API on HashMap The iterators returned by all of this class's collection view methods are fail-fast: if the map is structurally

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

2002-08-10 Thread Stephen Davidson
Hi Jonathan. Do you have an manifest classpath entry in one of your jars for TIPS_baseentity_1.0.0.jar? JBoss has been having some issues lately with Manifest Classpath Entries that have EJB-Jars in them. -Steve Jonathan.O'[EMAIL PROTECTED] wrote: Folks, I'm trying to move over to

[JBoss-user] Newbie CMP problems

2002-08-10 Thread Nir Oren
Hi... I'm quite a newbie to jboss (and j2ee in general), and am having no end of trouble getting started: I'm attempting to create a state machine using a number of entity beans: State, Transition, and ProcessInstance. The ProcessInstance bean represents an actual instantiation of the state

[JBoss-user] ClusteredHttpSession Question

2002-08-10 Thread Greg Turner
Shouldn't this work? I am running JBoss 3.0.1final, all configuration I have jbossha-httpsession.sar in deploy directory. My jetty-web.xml has EXTENDED Clustering turned on. I startup 2 instances of JBoss; there are memebershipChanged messages from ReplicantManager I deploy a war on one

RE: [JBoss-user] JXTA Meet in Bangalore (Resending)

2002-08-10 Thread Saroj Kumar
Thanks Rajesh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Rajesh Acharya Sent: Thursday, August 08, 2002 9:44 AM To: Saroj Kumar Cc: [EMAIL PROTECTED] Subject: [JBoss-user] JXTA Meet in Bangalore (Resending) Hi Saroj, I am resending the

[JBoss-user] JBoss-2.4.8 bug fix release available

2002-08-10 Thread Scott M Stark
A JBoss-2.4.8 bug fix release has been made available. It can be downloaded from SourceForge here: http://sourceforge.net/project/showfiles.php?group_id=22866 The change notes can be found here: http://sourceforge.net/project/shownotes.php?release_id=104449 Scott Stark

Re: [JBoss-user] Newbie CMP problems

2002-08-10 Thread Dain Sundstrom
First, make sure you are using the most current version of XDoclet. I'm not an XDoclet expert, but here is the tag I use: * @ejb:relation *name=User-Post *role-name=Post-belongs-to-a-User I don't have the other elements. XDoclet is definitely a less is more tool. -dain Nir Oren

Re: [JBoss-user] java.naming.factory.initial wants what

2002-08-10 Thread Scott M Stark
Title: Message There is no problem with the 3.0+ jndi.properties utilization. There is a problem with the client classpath either missing the jndi.properties file or referring to multiple files and a bad collection of properties is the result. Scott StarkChief

Re: [JBoss-user] SAR file with DB, EAR and MBean

2002-08-10 Thread Scott M Stark
Title: RE: [JBoss-user] SAR file with DB, EAR and MBean The problem with multiple versions of an MBean service has been fixed in all 3.0 and latter versions. See the approriate cvs branch for the changes. Scott StarkChief Technology OfficerJBoss Group,

[JBoss-user] jsps on redeploy

2002-08-10 Thread display name
(using JBoss-2.4.4_Tomcat-4.0.1) When I use my ant script to create a new ear file, and drop it in deploy on my server, the updated jsp pages are not recompiled automatically. In other words, the \catalina\work\localhost\{webapp}\jsp folder still has the old .java and .class files in it, even

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

2002-08-10 Thread Burkhard Vogel
Hi, you DON'T need any client libs in the server classpath - they are for clients! When exactly happens this error, what platform, what JDK? Better use JBoss 3.0.1 distro. Regards, Burkhard - Original Message - From: Niket Anand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August

Re: [JBoss-user] SAR deployement

2002-08-10 Thread Burkhard Vogel
Hmmm, For a start put the mysql jar from the META-INF dir to the root dir of the sar... Otherwise make sure that the sat deploys correctly and start with a simplistic test case to check whether the datasource is working properly. Go ahead from there... hth, Burkhard - Original Message -

Re: [JBoss-user] Mapping Configuration Error

2002-08-10 Thread Burkhard Vogel
Hi, the latter... NOTHING of either webapps or server.xml is used. hth, Burkhard - Original Message - From: scott ditzenberger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 10, 2002 2:33 AM Subject: Re: [JBoss-user] Mapping Configuration Error That's much better.

[JBoss-user] Porting EJB 2.0 application to JBoss

2002-08-10 Thread Thomas Neumann
Hi, we are currently thinking on porting the EJB part of our application to JBoss. Our application relies on CMP 2.0 for persistency, CMR for relationship management, CMT for transaction handling and uses message driven beans. We are currently running on WLS 6.1 using Cloudescape, ORACLE or

Re: [JBoss-user] ClusteredHttpSession Question

2002-08-10 Thread Burkhard Vogel
Hi, by taking down do you mean Ctrl-C the one instance? There has been an issue which caused the un- and re-deployment o fwars if one server is shutdown gracefully. Try hard killing (kill -KILL pid). But only a guess... Regards, Burkhard - Original Message - From: Greg Turner [EMAIL

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

2002-08-10 Thread Scott M Stark
Look at the security unit tests which install security domain dynamically. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Burkhard Vogel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 10,

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

2002-08-10 Thread Burkhard Vogel
Hi, but this is actually an issue... As to deploy security domains (e.g. for databases), there needs to be entry in login-config.xml. As I tried to figure out a setup for hosting purpose, where users may deploy apps and servers in their own deploy dir. I'm facing problems how to handle changes to

Re: [JBoss-user] jsps on redeploy

2002-08-10 Thread Scott M Stark
This only happens when the timestamps of the jsp files in the jar are latter than the .java files in the work directory. Make sure the war timestamps are updated or throw away the work directory. Scott Stark Chief Technology Officer JBoss Group, LLC

Re: [JBoss-user] Porting EJB 2.0 application to JBoss

2002-08-10 Thread Dain Sundstrom
Thomas Neumann wrote: Another question is, is there a way to use CMP 2.0 and CMR with previous JBoss releases? I have something in mind that I read a note in some previous JBoss documentation on this issue. Am I wrong or is it possible? CMP 2.0 is only in JBoss 3.0 and up. --

Re: [JBoss-user] Porting EJB 2.0 application to JBoss

2002-08-10 Thread Andreas Kuckartz
One suggestion is to have a look at XDoclet http://xdoclet.sourceforge.net/ That might make porting and maintaining the code easier (for JBoss and Weblogic). Andreas - Original Message - From: Thomas Neumann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 10, 2002 6:46

Re: [JBoss-user] 3.0.1 and PostgresDS hangs

2002-08-10 Thread G.L. Grobe
I can't figure out which part you want me to look at. I'm saying, remove all *-ds.xml files from a jboss Branch_3_0 version, they cannot be deployed. *-ds.xml files work only in 3.2 and 4 (head) Well, I removed *-ds.xml files and jboss still hangs on startup (though not as many error

[JBoss-user] (no subject)

2002-08-10 Thread jboss-user
Hi. I'm trying to upgrade my app from JBoss 3.0 to 3.0.1 but serious problem occurs. I'm using Firebird JCA-JDBC driver(beta) and after several several requests I'm getting this exception. DataSource is configured defaultly(./doc/examples/jca) with corrected error (name-service) Thx for any help.

Re: [JBoss-user] (no subject)

2002-08-10 Thread David Jencks
I know about this problem but haven't figured out how to find out what is interrupting the thread trying to get a connection. Any ideas? david jencks On 2002.08.10 16:01:36 -0400 [EMAIL PROTECTED] wrote: Hi. I'm trying to upgrade my app from JBoss 3.0 to 3.0.1 but serious problem occurs. I'm

Re: [JBoss-user] 3.0.1 and PostgresDS hangs

2002-08-10 Thread G.L. Grobe
I was running 1.3.0 and going to 1.3.1-04 fixed it. Big thanks. - Original Message - From: David Jencks [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 10, 2002 4:14 PM Subject: Re: [JBoss-user] 3.0.1 and PostgresDS hangs Slowly... one problem at a time... I haven't

[JBoss-user] postgres driver failure ... could not create connection

2002-08-10 Thread G.L. Grobe
18:54:13,716 ERROR [DBaseFetchBean] getTasks: Could not create connection; - nested throwable: (Something unusual has occured to cause the driver to fail. Please report this exception: java.sql.SQLException: No Postgres username specified in startup packet.); - nested throwable:

Re: [JBoss-user] postgres driver failure ... could not createconnection

2002-08-10 Thread Hunter Hillegas
Title: Re: [JBoss-user] postgres driver failure ... could not create connection Did you setup login-config.xml? Thats where you setup the realm you specify. From: G.L. Grobe [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Sat, 10 Aug 2002 17:35:22 -0500 To: [EMAIL PROTECTED] Subject:

RE: [JBoss-user] JBoss-3.0.1 released

2002-08-10 Thread LaBanca, Rick
He has fixed the bug, it wouldn't map to a page if you called .forward() from a servlet, if it was forwarding to a .jsp using a logical name from web.xml. -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 11:43 AM To: [EMAIL PROTECTED]

[JBoss-user] read-only methods in 3.0.1

2002-08-10 Thread Dmitri Colebatch
Hi, I posted this question on the forums as well: http://www.jboss.org/forums/thread.jsp?forum=47thread=19225 In essence, I have an entity bean which exposes its abstract getId() CMP method and want to mark it read-only to avoid deadlocks on the instance. From memory this is Bill Burke's area,

Re: [JBoss-user] Mapping Configuration Error

2002-08-10 Thread scott ditzenberger
Thanks Burkhard. I now have both JBoss and Tomcat serving. I still need some lessons on configuration and packaging of .war files for deployment but for now I am happy. Burkhard Vogel <[EMAIL PROTECTED]>wrote: Hi,the latter... NOTHING of either webapps or server.xml is used.hth,Burkhard-

[JBoss-user] example login-config.xml

2002-08-10 Thread G.L. Grobe
Anyone have a complete examplelogin-config.xml example file they can post? Preferrably for postgres, but I'll take anything. I've been cutting and pasting from the postgres-service.xml file, but not sure how much of what I need. Any help much appreciated.

Re: [JBoss-user] postgres driver failure ... could not create connection

2002-08-10 Thread David Jencks
The simple config (which I should have made the default) is to put the user and pw in the config-properties in this file. You only need to use a login module if you don't want cleartext passwords in your config file or need to have the db user identity depend on the app user identity in some way

Re: [JBoss-user] postgres driver failure ... could not create connection

2002-08-10 Thread G.L. Grobe
Ok, ... seems I don't need the login-config.xml. That puts me back at the beginning ... so, any idea what I do need to make these errors go away? 18:54:13,716 ERROR [DBaseFetchBean] getTasks: Could not create connection; - nested throwable: (Something unusual has occured to cause the driver to