Re: [JBoss-user] Cannot start jBoss2.2.1 container

2001-05-02 Thread Russell
Hi Jonathan , thanks for your info. I tried to run using jdk1.3 , I also have similar problem. I did not changed anything in the shell script. The # character is added by jboss developer. Thanks Jonathan Ackerman wrote: You say that you are using jdk1.3, yet the log is showing that

[JBoss-user] Hot undeployment problem.

2001-05-02 Thread Jonas Bergström
Hello. When I hot-undeploy an EJB by removing it's jar-file from the /deploy directory, JBoss prints out 'undeploying-messages', which seems ok. But, if I from another bean invoke methods on the removed bean, I don't get a RemoteException (as I thought I would), instead it seems as if the bean

Re: [JBoss-user] Adding jboss test environment to VisualAge for Java

2001-05-02 Thread jK.MkIII
Anthony Dickinson wrote: Which version of the tomcat test environment are you using ? I'm using the Apache Tomcat Test Environment version 3.1 as distributed by IBM. This seems to work ok once you've deleted the servlet API supplied with the 3.5.3 upgrade. As I went the upgrade route, I

Re: [JBoss-user] It never finds beans in another *.jar's

2001-05-02 Thread Guy Rouillier
Thanks for all the responses. You all gave me the encouragement I needed to pursue this through to the end (I really do need to get some sleep one of these days.) Indeed, no source code changes are required, as I had hoped. Here is the line that needs to change in jboss.xml in order to send the

Re: [JBoss-user] Hot undeployment problem.

2001-05-02 Thread Guy Rouillier
The most frequent cause of this is that your bean class files are somewhere in your system classpath. Check your classpath, and make sure none of your classes are anywhere in the classpath. - Original Message - From: Jonas Bergström [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [JBoss-user] Cannot start jBoss2.2.1 container

2001-05-02 Thread Russell
Hi all , I am using RedHat6.1 , jdk1.3 and jboss2.2.1 . When i tried to execute ./run.sh script , it give me the error message below : Unrecoginzed option: -server Could not create the Java virtual machine. Below is my run.sh script. I have no problem running jboss2.1 using

RE: [JBoss-user] Integrating Tomcat and jBoss security logon

2001-05-02 Thread Bennett, Peter
Thanks for your reply, I should clarify my situation ... - I am using the integrated environment (although the version is jBoss 2.1/Tomcat 3.2.1, will an upgrade to 2.2.1 help me ?) - I can get security enabled on my entity beans via JAAS login - I can get security enabled on my JSP pages via

Re: [JBoss-user] Cannot start jBoss2.2.1 container

2001-05-02 Thread Vinay Menon
The -server switch Hotspot specific. Linux versions of the JDK are supposed to ship with the Hotspot VM by default! Try running it without the -server switch. It should start up fine. Then try running java -server at the command line and see what error message it gives. Vinay - Original

[JBoss-user] SOAP help needed !

2001-05-02 Thread fractals
I've downloaded and installed ZOAP. Now I didn't made the tests, because they seem tedious to run (I at least tried), and alse because I don't know exactly what tests they perform. I'd better assume the thing is working and have a feel of how it works before going through extensive tests. I'm

[JBoss-user] Nested Properties, dependant value objects, ...

2001-05-02 Thread Vincent Harcq
Hi, I have made added some feature to the way dependant value objects are mapped to table fields. This is for example when I have a UserBean cmp entity bean that have a cmp-field address of non primitive type Address, and I want to store each fields of Address into the database using a specific

[JBoss-user] [JBossMQ] Cannot start the JMS server ! Invalid configuration.

2001-05-02 Thread Kjell Nilsen
Hi, I'am running JBoss on Windows2000 ( installed straight out of the box with java-path added and classpath removed). The server starts, but I get the above error message and I'am not able to open the administrative interface. Any idea anyone ? Tia, Kjell. server.log : [Info] Java

RE: [JBoss-user] No valid deployment descriptor

2001-05-02 Thread Chris Wilson
yes, i can ping localhost. in fact, web traffic works just fine. we're running on windows 2000 pro. it seems as if it knows the jar file is there because it attempts to deploy it, but then it says there is no valid deployment descriptor. does jboss try to open the file over the network? it

RE: [JBoss-user] ZOAP doc dead link

2001-05-02 Thread WMckean
If you download SOAP 2.1 from the apache site, there is a sample, ejb, which shows how to access a Stateless Session Bean. I think we will have to figure out how to access Stateful and Entity beans on our own... Wes BTW: The sample deploys incorrectly. I can send you the bean and the sample

[JBoss-user] JMX access control

2001-05-02 Thread Thomas Hagedorn
Hello, is there any possibility to protect the 8082 management page with a password ? I found nothing appropriate in the documentation (only a hint that the 8082 should be restricted to administrators, but nothing about how to do this). Any help would be appreciated regards tom -- THETA -

[JBoss-user] message queues and their persistence.

2001-05-02 Thread Ron Pfeifle
Right now, jbossmq use their own database for storing subscribed messages, right? Is there any way to make it use a real database (via jdbc or something) to do persistence? Thanks Ron ___ JBoss-user mailing list [EMAIL PROTECTED]

RE: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpServle

2001-05-02 Thread Norton Lam
Vinay, Thank you for your quick reply. I tried adding servlet.jar to JBOSS_HOME/lib/ext and restarted, but it didn't work. As I understand it, JBoss and Tomcat are running under the same VM (1.2.2-RC2 in this case) so any servlet.jar being added in the classpath extension should

Re: [JBoss-user] message queues and their persistence.

2001-05-02 Thread Rama Rao
Hi, I think right now it is using flat files given in db/jbossmq directory. I am also looking for the same thing. Weblogic allows you to specify the Pool to use for JMS connections. Is similar kind of setting available JBoss? Any help is greatly appreciated. TIA Rama Rao - Original Message

[JBoss-user] Java Classes Can they be Bottleneck for performance?

2001-05-02 Thread Rama Rao
Hi All, I have small doubt regarding using java helper classes in a session bean. We have a session bean in which a new java class(a helper class) is instantiated. It takes 2 secs to execute the method. If we do not use that java class, the session is able to handle 1000 req per minute. But if we

RE: [JBoss-user] Java Classes Can they be Bottleneck for performance?

2001-05-02 Thread Schouten, Andreas
Just instantating a Hashtable or a simple class can't slow down the performance (My app would take days for one request ;-). Please post the essential snip of Your code. -Original Message- From: Rama Rao [SMTP:[EMAIL PROTECTED]] Sent: 02 May 2001 16:27 To: [EMAIL PROTECTED]

RE: [JBoss-user] jbosstest\mdb

2001-05-02 Thread WMckean
Never mind. I see that one must close one's QueueConnection, or the main thread won't die. Perhaps the test case should be updated by someone with permissions. Wes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 4:27 PM To: [EMAIL

[JBoss-user] Server hang when creating datasource to sql server or oracle

2001-05-02 Thread Fousseni Keita
The server can't with tomcat when using datasource to connect to oracle or sql server. Any one can help me Thanks. __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

Re: [JBoss-user] Integrating Tomcat and jBoss security logon

2001-05-02 Thread Scott M Stark
The 2.1 bundle doesn't tell me much because there were a few releases and I can't say all should work correctly. Try the 2.2.1 bundle to be sure because what your describing should be the normal beahvior for a properly configured tomcat since any credentials the current user has in the WebRealm

RE: [JBoss-user] Hot undeployment problem.

2001-05-02 Thread Steve Zhang
U can try to remove the whole things under jboss\tmp Best Wishes Steve Zhang Software Developer http://www.ensemble-systems.com -Original Message- From: Jonas Bergström [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 12:14 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Hot

Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Vinay Menon
Yes, Since they are both in the same VM you typically needn't add the servlet.jar to the jboss lib. But first of all, it would be best if you didn't use the system classpath while jboss start up! Just too many errors could happen with that! Make sure that your java installation is good and it

Re: [JBoss-user] message queues and their persistence.

2001-05-02 Thread Vinay Menon
I think this would involve writing a new Persistance Manager? Please correct me if I am wrong. I took a look at the code for jbossmq - Persistance Manager at it seems to be just creating a flat .dat file for the queues. Vinay - Original Message - From:Rama Rao Sent:Wednesday, May 02,

Re: [JBoss-user] Java Classes Can they be Bottleneck for performance

2001-05-02 Thread Vinay Menon
Rama Rao, That is very strange! How heavy are these java classes?! I mean, for most decent sized object, that should not be the case. I am not sure whether anyone else has hit the wall with this but I am sure that I have not had any issues with this os far. Would really like to know details of

[JBoss-user] java.lang.IllegalAccessError with version 2.2.1 of jboss

2001-05-02 Thread tburlingame
I was just wondering if anyone else has had this problem after upgrading from 2.1? I have j2sdkee1.2.1 and jdk1.3 installed on my machine. Version 2.1 worked flawlessly, but when I installed 2.2.1 and tried to execute the run.bat I got the following error: java.lang.IllegalAccessError: try

Re: [JBoss-user] No valid deployment descriptor

2001-05-02 Thread Vinay Menon
Hmm, Very strange! I am sure that the ejb-jar.xml etc are loaded by the classloader and that would just work of the local file system. Hmm, any mapped drives? Or do you have dtd references in the ejb-jarthat point to an external reource or what? Vinay - Original Message - From:Chris

[JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Jim Brownfield
Consistently, JBoss causes the JVM 1.2.2_001 on SCO Openserver to crash with a Memory Fault at 6 hours and 35 minutes (395 minutes, 23,700 seconds). I've looked at numerous parameters in the config files, and I've been looking at the source code, but I've been unable to find a correlation that

Re: [JBoss-user] Integrating Tomcat and jBoss security logon

2001-05-02 Thread Scott M Stark
This should be true for any tomcat setup. All that is required is the propagation of the servlet container auth info to JBoss. - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 9:23 AM Subject: Re: [JBoss-user] Integrating

Re: [JBoss-user] Why are n't there any docs in the jboss distrubutions

2001-05-02 Thread Tbone
My problem is that my test case box is n't always attached to the internet so if If i simply could download the the stuf. I had always a copy on my offline machine. - Original Message - From: Tobias Frech [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 23, 2001 5:31 PM

RE: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Norton Lam
I'm not using the system classpath to add jars. I uncommented the section about Tomcat in the JBOSS_HOME/conf/default/jboss.conf file: !-- Uncomment to add Tomcat classes to classpath -- MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar" CODEBASE="../../lib/ext/" ARG

Re: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Toby Allsopp
On Wed, May 02, 2001 at 10:49:00AM -0700, Jim Brownfield wrote: Consistently, JBoss causes the JVM 1.2.2_001 on SCO Openserver to crash with a Memory Fault at 6 hours and 35 minutes (395 minutes, 23,700 seconds). I've looked at numerous parameters in the config files, and I've been looking

Re: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Tom Coleman
Consistently, JBoss causes the JVM 1.2.2_001 on SCO Openserver to crash with a Memory Fault at 6 hours and 35 minutes (395 minutes, 23,700 seconds). Anybody have any ideas? Does your system run any cron jobs at 06:35? If it does, that would be the place to start.

Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Vinay Menon
No, don't add j2ee.jar to classpath! That's taboo for jboss! Can you see the examples at 8080? And can you execute the servlets in there? If you are using the tomcat start up option would it even use the conf files under default? No I persume. Can you confirm that the

[JBoss-user] /conf/default vs. /conf/tomcat

2001-05-02 Thread Shriver, Ryan
I got petstore built and deployed and ran into some JNDI lookup exceptions when trying to run it. I spent a while trying to figure them out and then by chance copied my jboss.jcml (which comes with the petstore patch) from /conf/default to /conf/tomcat. Started JBoss up again and Petstore works

[JBoss-user] env not bound when running petstore demo

2001-05-02 Thread Richard Feit
Hi all, I'm trying to run the PetStore demo, and after applying the JBoss patch and following the deployment instructions on the site, I'm getting an exception when I access the demo and click Enter the Store. The error message says NamingException while looking up DB context : env not bound.

SV: [JBoss-user] Java Classes Can they be Bottleneck for performance

2001-05-02 Thread Lennart Petersson
Yes, i would also like to know more about this helper classes. Are you using static methods in it? Cause we are in some cases uses a couple of helper classes with static methods but have not yet made any heavier tests. /Lennart - Original Message - From: Vinay Menon [EMAIL PROTECTED]

Re: [JBoss-user] env not bound when running petstore demo

2001-05-02 Thread Vinay Menon
In the server start up console do you see message that say the EstoreDataSource has been bound? Has the datasource been set up in the jboss.jcml file? - Original Message - From:Richard Feit Sent:Wednesday, May 02, 2001 9:30 PM To:[EMAIL PROTECTED] Subject:[JBoss-user] "env not bound"

[JBoss-user] persistent bind to jnp possible?

2001-05-02 Thread QuKN
Hi, Is it possible to bind something to jnp and then shut down/restart jboss, and can still lookup the bounded info? e.g., bind some app configuration info into jnp and get it later, even after restart jboss. If it not possible, any work around? Do I need to use External JNDI Configuration and

RE: [JBoss-user] ZIP Manual

2001-05-02 Thread Filip Hanik
you can check out the manual cvs module from jboss cvs Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Edilmar Alves Sent: Wednesday,

Re: [JBoss-user] env not bound when running petstore demo

2001-05-02 Thread Richard Feit
There does appear to be setup code for the datasource (DefaultDomain:service=XADataSource,name=EstoreDB) in jboss.jcml (I'm using the file that came with the petstore patch). During startup, I do see the message XA Connection pool EstoreDB bound to java:/EstoreDB, and I wondered if the name was

RE: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Jim Brownfield
Thanks for the suggestion, but it's not 6:35A.M, it's 6 hours and 35 minutes running time, and it doesn't matter when I start JBoss, but you can set your clock by when the JVM will fail after you've started it. I'm sure there's a JVM problem with SCO's implementation, but unfortunately, there's

Re: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Toby Allsopp
On Wed, May 02, 2001 at 02:42:43PM -0700, Jim Brownfield wrote: Thanks for the suggestion, but it's not 6:35A.M, it's 6 hours and 35 minutes running time, and it doesn't matter when I start JBoss, but you can set your clock by when the JVM will fail after you've started it. I'm sure there's a

[JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-02 Thread Sam
Has anyone tried creating a URL reference to bind in jnp such that it references another jnp on another instances of JBoss? I get confused when looking for a URL scheme name on a name space based on jnp (i.e. ldap would look like ldap:/machine/dc=root). All examples while using jnp don't

RE: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Jim Brownfield
Thanks, Toby. There's no backtrace on the threads, just the typical Memory fault: core dumped message. I will try the kill -SIGQUIT, and see if that gives any insight. The java profiling didn't provide anything useful. Thanks again! Jim -Original Message- From: [EMAIL PROTECTED]

[JBoss-user] tomcat JDBCRealm breaks on redeploy

2001-05-02 Thread Scott Hasse
I am currently seeing a problem with the 2.21 integrated Tomcat distribution. I have correctly configured Tomcat to use a JDBCRealm for authenticating users. However, if I redeploy the web application (war file), the JDBCRealm seems to stop working. No errors are logged in either the Tomcat

Re: [JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-02 Thread Scott M Stark
This works in the latest cvs branch. - Original Message - From: Sam [EMAIL PROTECTED] To: JBOSS [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 3:04 PM Subject: [JBoss-user] Anyone know how to federate across multiple jnp ... Has anyone tried creating a URL reference to bind in jnp

Re: [JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-02 Thread Vinay Menon
Yesterday we had a post on the list which was about specifying a jnp reference to an external bean... the reference looked like jnp://192.168.1.102:1099/guyr/DbSource Any help? Vinay - Original Message - From:Sam Sent:Wednesday, May 02, 2001 11:39 PM To:JBOSS Subject:[JBoss-user]

Re: [JBoss-user] env not bound when running petstore demo

2001-05-02 Thread Richard Feit
OK, I ended up rebuilding and repatching petstore 1.1.1, and this time when I deployed it everything worked. I haven't figured out what went wrong the first time, but if you're getting the same behavior you might try this. Rich On Wed, 2 May 2001, Richard Feit wrote: There does appear to be

Re: [JBoss-user] env not bound when running petstore demo

2001-05-02 Thread Richard Feit
Hi Vinay, Thanks for your reply. I ended up rebulding the patched petstore.ear from scratch, and this time it seemed to work. I just don't understand why it was saying env wasn't bound, rather than EstoreDataSource or something to that effect, unless it was an inaccurate error. Anyway, thanks

[JBoss-user] MBeans - dependencies - How to?

2001-05-02 Thread Kadir Wijaya
Hi all, in http://www.jboss.org.documentation/HTML/ch10s40.html mentioned that: JBoss manages dependencies between MBeans via the org.jboss.util.ServiceControl custom MBean. I did search deep in this doc but couldn't find any clue how two MBeans communicate between them! For example: Mbean-A

[JBoss-user] opta2000 jdbc driver

2001-05-02 Thread Myers.David.N
Hi, I'm using JBoss 2.2.1 and having a problem with inet's Opta2000 JDBC driver for SQL Server 7 on NT. It appears that from within methods marked with the 'Required' or 'RequiresNew' transaction attribute (in the deployment descriptor), any EJB creation, whether its a home.create() or a

Re: [JBoss-user] MBeans - dependencies - How to?

2001-05-02 Thread Vladimir Blagojevic
Hey, MBeans never talk to other MBean per se but they rather save reference to MBeanServer through on of the MBeanServer callbacks. I think it is org.jboss.util.JBossServiceMBean.getObjectName() but doublecheck it. Then having a reference to MBeanServer MBean invokes operations on another MBean

[JBoss-user] LIKE queries in cmp

2001-05-02 Thread Carles Pi-Sunyer
Is it possible to to create LIKE queries in a jboss cmp bean? I would like to do something that allows a query that is the same as: select * from users where last_name like %smith% I've looked through the archives and found a couple of examples. One has the jaws.xml configured:

[JBoss-user] Tomcat JBoss security integration How-to

2001-05-02 Thread Dain Sundstrom
Recently, I have seen several posts asking how to integrate Tomcat and JBoss security. The current JBossRealm requires you to add users to both the tomcat and JBoss security systems or configure the tomcat JDBCRealm and JBoss DatabaseServerLoginModule to point to the same database table. This

Re: [JBoss-user] tomcat JDBCRealm breaks on redeploy

2001-05-02 Thread Dewayne McNair
It would be logged to the JBoss logging system (it's either stderr or stdout) so, check your JBoss logs... - Original Message - From: Scott Hasse To: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 10:37 PM Subject: Re: [JBoss-user] tomcat JDBCRealm breaks on

RE: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Jim Brownfield
Thanks for the suggestions, Robert. I'll give that a try on the next pass. At 6 hours a shot, I don't get very many tries during a day! :( Currently, I've turned off the JIT (I've got a couple more hours to see if that worked). For what I want to do now, the loss in performance probably won't

Re: [JBoss-user] No valid deployment descriptor

2001-05-02 Thread Jim Archer
Another wild guess... Is the ISP blocking the RMI port? How is your routing set up? Jim --On Tuesday, May 01, 2001 6:25 PM -0400 Chris Wilson [EMAIL PROTECTED] wrote: here's a weird one... i have several ejb's that deploy and work fine when i am connected to my local area network.