Re: [JBoss-user] Re:javax.naming.ServiceUnavailableException:localhost now Connection refused

2001-04-13 Thread Brian Elliott
The machine HOSTNAME is jabez.propagation.net which is mapped in /etc/hosts to 66.34.41.236. I am in a virtual hosting environment with apache configured for seven different hosts over seven IP address & eight DNS Internet domain names (www.psacorp.com, www.mlsunplugged.com, etc. but NOT including

Re: [JBoss-user] GeoCrawler problems

2001-04-13 Thread Juha-P Lindfors
Hi, Geocrawler doesn't work, use the archive links from the website instead. -- Juha On Fri, 13 Apr 2001, David Rees wrote: > Is anyone else having problems searching the mailing list on > GeoCrawler? I have been getting the following error for days: > > htsearch detected an error. Please re

[JBoss-user] State of the Union

2001-04-13 Thread marc fleury
Ladies and gentlemen, Well I wouldn't say that it is a tradition, since we don't really have traditions in this group but I feel that this group of ours has changed, for the better, for a lot better, in the past 4 months. Those that have been around since the beginning can attest that we have gr

[JBoss-user] GeoCrawler problems

2001-04-13 Thread David Rees
Is anyone else having problems searching the mailing list on GeoCrawler? I have been getting the following error for days: htsearch detected an error. Please report this to the returned matches webmaster of this site. The error message is: Unable to read configuration file '/bigassraid/htdig//con

Re: [JBoss-user] where is Minerva?

2001-04-13 Thread Guy Rouillier
Download jbosscx. Minerva is in there. - Original Message - From: "Christian Sell" <[EMAIL PROTECTED]> To: "jboss-user" <[EMAIL PROTECTED]> Sent: Friday, April 13, 2001 10:32 AM Subject: [JBoss-user] where is Minerva? > Hello, > > I am using the minerva connection pool from the Jboss d

[JBoss-user] JbossRealm and JDBCRealm (integrating tomcat security)

2001-04-13 Thread Scott Hasse
Hi, all. I want to compliment the developers on doing a great job. I have been working with JBoss for quite a while now in a development environment, and find it very easy to use and quite high performance as well. I am currently trying to set up a web application with the integrated Tomcat (2.

[JBoss-user] Interesting problem solved

2001-04-13 Thread Carles Pi-Sunyer
I've been wrestling with a problem where it appears that my classes are out of sync between my client and my server. I've been getting "Local class not compatible" and "java.lang.NullPointerException: METHOD NOT FOUND" errors. I think I've found out what's going on. I'm running jboss-tomcat-2.1-b

Re: [JBoss-user] need JDBCDataSourceLoader example

2001-04-13 Thread Toby Allsopp
Deadman, Hal wrote: > Could someone post a working mbean configuration entry that uses > JDBCDataSourceLoader? An example that uses Oracle would be nice but I will > take anything. I need a non-transaction connection from a datasource so I > can do a little jdbc outside the ejb containers. From w

Re: [JBoss-user] Re:javax.naming.ServiceUnavailableException:localhost now Connection refused

2001-04-13 Thread Darrin Thompson
I don't quite understand your question. Do you have two different hostnames that you use? InetAddress.getLocalHost().getHostName() should return a host name which resolves to an IP which reaches your local box. Is this not the case? Darrin On 4/13/01, 1:38:03 PM, Brian Elliott <[EMAIL PROTE

[JBoss-user] Sharing EJB/JNDI resources across JBoss instances

2001-04-13 Thread Jason Dillon
I am wondering if there is a general way to share EJB and JNDI resources across multiple JBoss instances. We currently have a server make up similar to this: [ client ] | XMLRPC \ [ HTTP interface ] | RMI \ [ entity bean server ] --JMS-- [ stage 1

RE: [JBoss-user] JAXP problem

2001-04-13 Thread marc fleury
Congratulations!   you are my 4000th unread email in my jboss-user mailbox...   marc   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Evan LauersenSent: Friday, April 13, 2001 5:23 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] JAXP pro

[JBoss-user] JAXP problem

2001-04-13 Thread Evan Lauersen
I'm having the following error starting up JBoss for the first time:   Exception in thread "main" [Default] javax.xml.parsers.FactoryConfigurationError: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl[Default]   at javax.xml.parsers.DocumentBuilderFactory.newInstance(Document   if I

Re: [JBoss-user] newbie install problem

2001-04-13 Thread toby cabot
> I'm having the following error starting up JBoss for the first > time: > > Exception in thread "main" [Default] > javax.xml.parsers.FactoryConfigurationError : > org.apache.crimson.jaxp.DocumentBuilderFactoryImpl > [Default] at > javax.xml.parsers.DocumentBuilderFactory.newInstance(Docume

Re: [JBoss-user] Using JMS resources (or other resources)

2001-04-13 Thread Jason Dillon
Another JMS question, how should I go about creating a session such that its transactional context is consistent with the executing bean? I assume that the resource manager fluff is there to deal with some of this? Should I assume that the session is transacted with an AUTO_ACK mode? I am surpr

Re: [JBoss-user] Starting jboss

2001-04-13 Thread toby cabot
> I'm a new user only I had installed jboss and when I > launch the program, by running the script run.bat (I > am win32 user) I got the following message: > CLASSPATH=.;d:\jdk1.3\lib\tools.jar;d:\jdk1.3\jre\lib\rt.jar;d:\jdk1.3\jre\lib\i18n.jar;d:\jdk1.3\jre\lib\jaws > .jar;d:\j2sdkee1.2.1\lib\j

[JBoss-user] Starting jboss

2001-04-13 Thread Ricardo Lamar
I'm a new user only I had installed jboss and when I launch the program, by running the script run.bat (I am win32 user) I got the following message: D:\jboss-tomcat-2.2\jboss-2.2\bin>run.bat CLASSPATH=.;d:\jdk1.3\lib\tools.jar;d:\jdk1.3\jre\lib\rt.jar;d:\jdk1.3\jre\lib\i18n.jar;d:\jdk1.3\jre\lib

RE: [JBoss-user] Jboss and Log4j

2001-04-13 Thread Simphoukham, Southin
I solved the problem. Put everything into properties, hard code it to a constants file. -Original Message- From: Simphoukham, Southin [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 11:04 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Jboss and Log4j Does JBoss 2.2 integrate

[JBoss-user] need JDBCDataSourceLoader example

2001-04-13 Thread Deadman, Hal
Could someone post a working mbean configuration entry that uses JDBCDataSourceLoader? An example that uses Oracle would be nice but I will take anything. I need a non-transaction connection from a datasource so I can do a little jdbc outside the ejb containers. From what I can tell JDBCDataSource

Re: [JBoss-user] Using JMS resources (or other resources)

2001-04-13 Thread Jason Dillon
Hello, I am getting an odd naming exception when I try to lookup the connection factory: javax.naming.NameNotFoundException: QueueConnectionFactory not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:474) at org.jnp.server.NamingServer.getBinding(NamingServer.ja

RE: [JBoss-user] How to configure compatible DataSource JNDI for WebLogic and JBoss

2001-04-13 Thread Tim Taylor
-Original Message- From: Nguyen Thanh Phong [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 1:30 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] How to configure compatible DataSource JNDI for WebLogic and JBoss > What JNDI you use when you create DataSource for WL? jdbc/O

[JBoss-user] Re: javax.naming.ServiceUnavailableException:localhost now Connectionrefused

2001-04-13 Thread Brian Elliott
> Then add a line to /etc/hosts > > 127.0.0.1 localhost >jump.domain I checked my /etc/hosts file and it didn't have the 127.0.0.1 entry. So I added it. But now I get a different error: [EmbeddedTomcat] javax.naming.ServiceUnavailableException: Connection refused [Root exception i

[JBoss-user] newbie install problem

2001-04-13 Thread Evan Lauersen
I'm having the following error starting up JBoss for the first time:   Exception in thread "main" [Default] javax.xml.parsers.FactoryConfigurationError: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl[Default]   at javax.xml.parsers.DocumentBuilderFactory.newInstance(Document   if I c

[JBoss-user] Jboss and Log4j

2001-04-13 Thread Simphoukham, Southin
Does JBoss 2.2 integrate Log4J? Has anyone tried using it with JBoss? I remember seeing a thread on it. I am working on the logging portion of my application. It works great in Windows NT and 2000. Once I port it over to Unix, Log4J cannot find the configuration file. Ideally I would like to

[JBoss-user] Problem with Running JBoss in JBuilder4's Debugger

2001-04-13 Thread Ozgur Kilic
I have got the following output. Could anyone tell what my mistake is. [Info] Java version: 1.3.0,Sun Microsystems Inc. [Info] Java VM: Classic VM 1.3.0-C,Sun Microsystems Inc. [Info] System: Windows 2000 5.0,x86 [Shutdown] Shutdown hook added [Service Control] Registered with server [Default] ja

RE: [JBoss-user] Flushing the cache

2001-04-13 Thread Juha Lindfors
At 11:18 13.4.2001 -0400, you wrote: >Through the other application, I _know_ when the beans are to be >invalidated... I'd like to inform JBoss of that so that >all beans are flagged as needing a reload... > >Can you suggest something closer to that "spec"? :) Implement your own cache policy. I'd

Re: [JBoss-user] Basic JDBC config question

2001-04-13 Thread Steve Lewis
Okay, cool. That worked! That seems obvious now, so thanks a lot. Steve - Original Message - From: "Darrin Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 13, 2001 9:52 AM Subject: Re: [JBoss-user] Basic JDBC config question I had a similar experience with jb

Re: [JBoss-user] javax.naming.ServiceUnavailableException:localhost

2001-04-13 Thread Darrin Thompson
On Linux, if the hostname and ip address for your workstation don't match reality, you are in for a lot of trouble. Assuming you are on a private network, pick a name for your box. Say it's is jump.domain. As root: # hostanme jump.domain Then add a line to /etc/hosts 127.0.0.1 localho

RE: [JBoss-user] Flushing the cache

2001-04-13 Thread Daniel Cardin
Come to think of it... Your point is really important. However, the solution is a bit more drastic than I'd like it to be. That is, I would like to use commit option A as much as possible. Because it's more efficient for one thing! Through the other application, I _know_ when the beans are to be

RE: [JBoss-user] where is Minerva?

2001-04-13 Thread Shahar Solomianik
search the mailing list archive and you will find the link (i would send it to you , but i dont remeber it, and dont have it anywhere) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Christian Sell > Sent: Friday, April 13, 2001 4:32 PM > To: jb

Re: [JBoss-user] Basic JDBC config question

2001-04-13 Thread Darrin Thompson
I had a similar experience with jboss/tomcat. Seems that in newer releases of jb/tc there are two directories in ./conf, default and tomcat. The tomcat directory is the one that jboss really uses while default is ignored. (except for this one bug...) Is there a "jetty" directory in conf? Try e

RE: [JBoss-user] Flushing the cache

2001-04-13 Thread Daniel Cardin
Of course when you ask the right questions, you get the right answers ;-) Thanks :) -Message d'origine- De : Juha Lindfors [mailto:[EMAIL PROTECTED]] Envoyé : 13 avril, 2001 11:13 À : [EMAIL PROTECTED] Objet : RE: [JBoss-user] Flushing the cache Hi, At 09:50 13.4.2001 -0400, you w

[JBoss-user] where is Minerva?

2001-04-13 Thread Christian Sell
Hello, I am using the minerva connection pool from the Jboss distribution in an otherwise Tomcat-based webapp. I would like to cast an eye on the source code, but cannot find it. It seems to have moved out of the Jboss project- does anyone know its current whereabouts? thanks, Christian Sell _

RE: [JBoss-user] Flushing the cache

2001-04-13 Thread Juha Lindfors
Hi, At 09:50 13.4.2001 -0400, you wrote: >The problem is that we have to deal with direct access to the underlying >database. We absolutely cannot make all accesses go through the EJB >layer (for now that is). While this is the case, we have to find ways to >make JBoss refresh the data from the

RE: [JBoss-user] Flushing the cache

2001-04-13 Thread Daniel Cardin
Hi everyone! This was a specific question regarding a possible solution for our problem. (I work with the author of the question). Now, maybe it would be simpler and better to expose our problem and see what you people think we should do. The problem is that we have to deal with direct access to

Re: [JBoss-user] How to change ConnectionFactory for DataSource

2001-04-13 Thread Nguyen Thanh Phong
I found the answer. Just replace the entry for DefaultDS (currently points to HyperSonicDB) and change standardjaws.jcml to have correct type-mapping. Another question: If I have several DataSource, e.g. Oracle, DB2, mySQL, etc, how can I use the DataSource that is not DefaultDS? Do I have to pu

Re: [JBoss-user] Basic JDBC config question

2001-04-13 Thread Steve Lewis
Hmmm. I did that just now, and it didn't seem to change anything. Any other ideas? Thanks for that first tip, though. Also, I'm running the jboss2.2/jetty on Win2000, with JDK 1.3.0_02. Thanks, Steve - Original Message - From: "Guy Rouillier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

RE: [JBoss-user] Flushing the cache

2001-04-13 Thread Bordet, Simone
Hey, > Hi, > > I need to flush the cache manually. I already know that > there is a tag > that does an auto passivate on bean that are older > than the . But how can I do a passivate > manually on every > bean in the cache when I need it. You can't. Why would you BTW ? It seems to me that y

[JBoss-user] How to change ConnectionFactory for DataSource

2001-04-13 Thread Nguyen Thanh Phong
Hi, I know this is a stupid questions but please bear with me because I'm still new to Jboss. I'm using JBoss 2.1-BETA-Mar-24-2001, with DB2 (7.1), JDK 1.3. When I deploy my bean, I got the following error. [Verifier] GeneratorIDBean: Verified. [Container factory] Deploying GeneratorIDBean [Cont