[JBoss-user] Error logging

2002-11-04 Thread Mokas Vassilis ([EMAIL PROTECTED])
Is it possible to create any error.log file for System.err.println() commands in server/default/log folder? Is there any available configuration file? Thanks Vassilis --- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las

[JBoss-user] Transaction exception, possible timing problems?

2002-11-04 Thread Jon Haugsand
When running a quite big transaction which takes around 5 minutes or more, the following exception emerges. Rerunning the transaction, it fails on different places. Are there any timout settings we have forgotten? cocte1@banklab7:~/nb/nb2/src/build ant statusfil Buildfile: build.xml

[JBoss-user] createMBean : NullPointerException

2002-11-04 Thread Kazandjian Erik
Hi,I've switched to JBoss 3.0.2 and I'm still trying to register a ModelMBean. I make a connection to the MBeanServer (from a remote client) with the following callRemoteMBeanServer connector = new RMIConnectorImpl ( (RMIAdaptor) this.initialContext.lookup("jmx:server:rmi"));After that I

Re: [JBoss-user] DatabaseServerLoginModule

2002-11-04 Thread Jonathan . O'Connor
Scott, Hang on a moment. But, Todd has a WEB-INF/jboss-web.xml file and the security domain is pointing to his AbilSoftRealm and not to other. Do you have to point to other for this stuff to work? And why does what Todd is doing not work? Ciao, Jonathan O'Connor Ph: +353 1 872 3305 Mob: +353 86

[JBoss-user] Unregistering MBeans with HTTPAdaptor

2002-11-04 Thread Kazandjian Erik
Hi, I've switched from JBoss 2.4.3 to JBoss 3.0.2. When I have MBeans registered, is there a way to unregister them with the jmx-console like there was in previous versions ? Erik

[JBoss-user] 3.0.4 Release Notes are brilliant

2002-11-04 Thread Jonathan . O'Connor
Kudos to whoever wrote the release notes for 3.0.4 They are excellently organised, nicely formatted and the information is relevant and interesting. Also, thanks for the comment about where to find test results. Ciao, Jonathan O'Connor Ph: +353 1 872 3305 Mob: +353 86 824 9736 Fax: +353 1 873

[JBoss-user] Re: ClassCastException on redeploy of .ear

2002-11-04 Thread jrssnyder
Hi David, As I indicated to Scott, I upgraded to jboss- 3.0.4_tomcat-4.0.6 (the most recent version, as far as I know), but I still have the exact same problem. Everything works fine when I first start JBoss and deploy the .ear, but as soon as I re-deploy the .ear, I get a ClassCastException

[JBoss-user] jboss server seems to be down

2002-11-04 Thread [EMAIL PROTECTED]
Hi all, jboss server seems to be down. Is there any mirror site? thanks --- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF.

Re: [JBoss-user] Re: ClassCastException on redeploy of .ear

2002-11-04 Thread Jonathan . O'Connor
John, What environment are you running in? We had similar difficulties in previous versions of JBoss. Most of these seem to have gone away when we started using Sun's 1.4.1 JVM on Windows 2000. We had lots of problems with Linux 6.2 and Sun's 1.3.1 JVM. Ciao, Jonathan O'Connor Ph: +353 1 872

RE: [JBoss-user] Re: ClassCastException on redeploy of .ear

2002-11-04 Thread Rupp,Heiko
Hi, but having to restart JBoss every time an .ear is redeployed is just not acceptable for a production system. Is it actually sensible for a *production* (as in there are real users on it and oposed to I produce new software on it) system to have the software change just in the middle of

[JBoss-user] Error when building jboss

2002-11-04 Thread [EMAIL PROTECTED]
Hallo I have tried to build jboss-3.0.4 on my SuSE Linux machine and had the following error message: ... generate-parsers: BUILD FAILED /work/Downloads/jboss-3.0.4-src/server/build.xml:348: Failed to launch JJTree: java.io.IOException: java.io.IOException: java: not found Can somebody please

[JBoss-user] JBoss site down

2002-11-04 Thread Ricardo Escalon
Hello does anyone know what is going on with jboss.org I require: http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd in order to run EJBDoclet task to automatically generate my EJB-JAR, but it has been down several times today. Have they been hacked? More importantly is there a way of running

Re: [JBoss-user] Error when building jboss

2002-11-04 Thread Marius Kotsbak
Maybe you have to set JAVA_HOME to the rootdir of your JDK, or put java-binary in the path. On man, 2002-11-04 at 17:55, [EMAIL PROTECTED] wrote: Hallo I have tried to build jboss-3.0.4 on my SuSE Linux machine and had the following error message: ... generate-parsers: BUILD FAILED

[JBoss-user] MBean Question

2002-11-04 Thread Greg Turner
I have an MBean which I deploy as a sar file with no problems provided I put the MBean class and its interface in the same package. However, if I move the interface into a separate package, and taking care that the MBean class and interface are in the sar file, JBoss throws an exception,

RE: [JBoss-user] Entity Bean Performance Tuning Help

2002-11-04 Thread Luttrell, Peter
Bills suggestion was that the dataobject creation was the problem. Which i would agree with based on the trace i had put in. Bill also suggested that it was my code, which i don't think is the case. I could be wrong ~ can anyone suggest how i can optimize this constructor: public

RE: [JBoss-user] Entity Bean Performance Tuning Help

2002-11-04 Thread Luttrell, Peter
I was using read-ahead, as it's on by default. See original posting. -Original Message- From: Emerson Cargnin - SICREDI Serviços [mailto:emersonc;sicredi.com.br] Sent: Tuesday, October 29, 2002 1:35 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Entity Bean Performance Tuning Help

RE: [JBoss-user] Entity Bean Performance Tuning Help

2002-11-04 Thread Luttrell, Peter
Thanks for the advice. I'll checkout SwiftMQ. .peter -Original Message- From: Georg Schmid [mailto:georg-schmid;ti.com] Sent: Tuesday, October 29, 2002 11:28 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Entity Bean Performance Tuning Help Peter, it's a great relief to see,

[JBoss-user] Strange errors in server.log

2002-11-04 Thread Alexey Yudichev
Title: Strange errors in server.log I use jboss 3.0.4RC1 week old from CVS (not updated to 3.0.4 release yet) My servlet calls CMP1.1 entity bean that has byte[] as one of CMP fields. From time to time I face the following exception: ===server.log=== ... 2002-11-04

Re: [JBoss-user] Re: ClassCastException on redeploy of .ear

2002-11-04 Thread Scott M Stark
It could be a problem with how the ear is packaged, placing classes in contexts that are not refreshed after the redeploy, including a jndi.properties file in the deployment, etc. Without an example ear that demonstrates the problem I can't say what your problem is. Create an example and attach

Re: [JBoss-user] Error when building jboss

2002-11-04 Thread Scott M Stark
There is some problem with how JavaCC is integrating with the java vm/compiler under 1.4.1 that needs to be looked into. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

Re: [JBoss-user] JBoss site down

2002-11-04 Thread Ricardo Escalon
To add this matter, there is a suspicious message on my browsers status bar when load the jboss.org page it says: All your J2EE are belong to us. It seems to me that JBoss was hacked and someone should alert them. Regards Ricardo A happy JBoss user. - Original Message - From: Ricardo

Re: [JBoss-user] JBoss site down

2002-11-04 Thread Scott M Stark
Its up now. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Ricardo Escalon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 8:08 AM Subject: [JBoss-user] JBoss site down Hello

RE: [JBoss-user] JBoss site down

2002-11-04 Thread Sonnek, Ryan
i guess there's ONE person out there that hasn't heard: ALL YOUR BASE ARE BELONG TO US. personnaly, i love seeing that on jboss's site! hilarious! -Original Message- From: Ricardo Escalon [mailto:ricardo;hni.uni-paderborn.de] Sent: Monday, November 04, 2002 11:00 AM To: [EMAIL

RE: [JBoss-user] MBean Question

2002-11-04 Thread James Higginbotham
I believe the mbean spec from Sun requires the interface and impl to be in the same package, with a specific naming convention. Check the spec for details.. James -Original Message- From: Greg Turner [mailto:gturner;tiburon-e-systems.com] Sent: Monday, November 04, 2002 10:21 AM To:

Re: [JBoss-user] DatabaseServerLoginModule

2002-11-04 Thread Scott M Stark
The security-domain needs to point to a valid configuration. There is some configuration error or database schema problem. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Jonathan.O'[EMAIL PROTECTED] To:

Re: [JBoss-user] Error when building jboss

2002-11-04 Thread Joao Pedro Clemente
Hallo I have tried to build jboss-3.0.4 on my SuSE Linux machine and had the following error message: ... generate-parsers: BUILD FAILED I also had errors building 3.0.3 on a Win2k, also with J2SDK1.4.1_01 --- This SF.net email is

Re: [JBoss-user] MBean Question

2002-11-04 Thread Greg Turner
Thanks James, I skimmed the spec and could not find any specs on the package of the interface. Furthermore, the manual from the adanced JBoss training has a diagram of a sar file that shows the MBean and its interface as being in different packages. Scott or Juha want to weigh in here ?

Re: [JBoss-user] DatabaseServerLoginModule

2002-11-04 Thread contact
Then why am I not seeing any output in the console or logfiles indicating that authentication is even occuring, let alone having any problems? Is there something in some other file that I need to modify to turn this on? I have verified the queries against my schema via mysql by hand - there

RE: [JBoss-user] JBoss-3.0.4 released

2002-11-04 Thread LaBanca, Rick
Warning to some, my 3.0.4 won't talk to 3.0.2 because a serialversionid changed somewhere down the line. Maybe there was a warning somewhere in the release notes but didn't find it! Scott, is there any desire someday to make revs talk to each other at least within one release? It sure makes

RE: [JBoss-user] MBean Question

2002-11-04 Thread James Higginbotham
Hmm. True.. Here is what I was referring to: Pg 37 from the 1.0 JMX instrumentation spec: The name of an MBean's Java interface is formed by adding the MBean suffix to the MBean's Java class name. For example, the Java class MyClass would implement the MyClassMBean interface. The interface of a

[JBoss-user] No processor available

2002-11-04 Thread Nayyer Kamran
hi there, I am facing a problem with jboss 2.4.6, tomcat 4.0.3. When I generate load over jboss it failed to feed some of my request and gives message HttpConnector[8080] No processor available, rejecting this connection The reason of problem and solution that I have found over net is

Re: [JBoss-user] MBean Question

2002-11-04 Thread Greg Turner
Thanks James, I think you are correct. I can't remember everything. I just finished putting all my ejb interfaces into a separate "interface" package and getting XDoclet to work nicely, and then turned to my MBeans, and took a quick look at manual from advanced training at layout of sar file,

[JBoss-user] JBossQL and LIKE operator

2002-11-04 Thread Herve Tchepannou
Title: JBossQL and LIKE operator I'm wondering if JBossQL supports the LIKE operator with parameter (since EQJBQL don't). If yes, what's the syntax (an example will be highliy appreciate). thanx Herve Tchepannou Software Engineer Objexis Coorporation Phone: (514) 932 3295 Ext. 231

Re: [JBoss-user] Error when building jboss

2002-11-04 Thread [EMAIL PROTECTED]
Marius Kotsbak wrote: Maybe you have to set JAVA_HOME to the rootdir of your JDK, or put java-binary in the path. Thanks Marius for the answer, but my JAVA_HOME var. is set. I have tried with both jdk1.3 and 1.4.1 without sucess On man, 2002-11-04 at 17:55, [EMAIL PROTECTED] wrote:

[JBoss-user] RE: FileNotFoundException Accessing Session bean from Servlet

2002-11-04 Thread Jason Gerard
I had the same problem. This happens when a stateful session bean has been passivated and the serialized form of the bean is removed from the passivation store. The quick fix is to edit the standardjboss.xml file. In the container-configuration element for the Standard Stateful SessionBean,

Re: [JBoss-user] Error when building jboss

2002-11-04 Thread Michael Bartmann
Hi, it is essential that the JAVA_HOME points to the same jdk which has its bin directory first in the PATH. Just an idea.. Michael [EMAIL PROTECTED] wrote: Marius Kotsbak wrote: Maybe you have to set JAVA_HOME to the rootdir of your JDK, or put java-binary in the path. Thanks Marius for

RE: [JBoss-user] MBean Question

2002-11-04 Thread James Higginbotham
Title: Message Oh well, perhaps this could be thought of as a flaw in JMX spec. Agreed. I'd even consider the entire lack of the service lifecycle API that jboss provides as a big flaw in the JMX spec.It just makes sense to offer lifecycle support to any good framework, esp management APIs.

[JBoss-user] ant deploy task

2002-11-04 Thread Michael Bartmann
Hi everybody, I remember having heard of an ant task which talks directly to the jboss deployer mbean, so you can get along w/o filesystem copies. Or does it only provide an url to the deployer?... Can anybody provide me whith a hint where to look for the thing? Regards, Michael Bartmann

[JBoss-user] Httpsession clustering synch?

2002-11-04 Thread LaBanca, Rick
It appears clustering session works well, except for one condition. If server a is in use, then I start server b, server b won't have the session info (I guess it wasn't around to hear it). Is this just the limits of the javagroups type session persistence? (Or maybe I still have a setting

[JBoss-user] JBoss 3.x doesn't set CMR in ejbPostCreate()

2002-11-04 Thread Herve Tchepannou
Title: JBoss 3.x doesn't set CMR in ejbPostCreate() JBoss 3.x doesn't set CMR in ejbPostCreate(). Is this a normal behaviour? Herve Tchepannou Software Engineer Objexis Coorporation Phone: (514) 932 3295 Ext. 231 mailto:[EMAIL PROTECTED] Objexis Coorporation http://www.objexis.com 1635

Re: [JBoss-user] jboss IBM AS 400

2002-11-04 Thread Stephen Davidson
Hi Stefan. I have never run JBoss on an AS400 (never had the need, unfortunately). I have run major servers (1000+clients, NON - Webbased) written 100% Java on AS400, however. I believe that JBoss should run with anything after OS400V4, but you may want to verify the version of Java on the

Re: [JBoss-user] ant deploy task

2002-11-04 Thread David Jencks
varia/output/lib/jbossjmx-ant.jar There are slight instructions in the package docs for it, I think I wrote more instructions in the patch notice. You can do arbitrary (serializable) mbean operations with it. As with all deployment, it works by sending a url to the deployer. The deployer

Re: [JBoss-user] JBoss 3.x doesn't set CMR in ejbPostCreate()

2002-11-04 Thread Pavel Kolesnikov
On Mon, 4 Nov 2002, Herve Tchepannou wrote: JBoss 3.x doesn't set CMR in ejbPostCreate(). It works for me. Could you be a bit more specific? Important - This message may contain privileged and confidential :-) Pavel --- This SF.net

Re: [JBoss-user] Httpsession clustering synch?

2002-11-04 Thread Jules Gosnell
Jetty or Tomcat - more detail please. Jules LaBanca, Rick wrote: It appears clustering session works well, except for one condition. If server a is in use, then I start server b, server b won't have the session info (I guess it wasn't around to hear it). Is this just the limits of the

Re: [JBoss-user] Error when building jboss

2002-11-04 Thread Stephen Davidson
Greetings. I am having the EXACT same problem, but with JBoss v3.2 NOTE: I was able to build and run 3.0.0 and 3.0.1 successfully. My System; SuSE Linux 8.0 JDK 1.4.1 I posted a message earlier, but there was no response. I am considering posting a bug. Currently I am running a pre-release

Re: [JBoss-user] Entity Bean Performance Tuning Help

2002-11-04 Thread Dain Sundstrom
Luttrell, Peter wrote: Bill also suggested that it was my code, which i don't think is the case. I could be wrong ~ can anyone suggest how i can optimize this constructor: public MyValueObject(SomeLocalInterface ejb){ name = ejb.getName(); id = ejb.getId(); someOtherField =

Re: [JBoss-user] Httpsession clustering synch?

2002-11-04 Thread Rick LaBanca
Sorry, thought the clustering was abstracted, using jetty. I'm just at the point where I'm not sure of the intended operation. As for more detail, I'm not sure what would be useful. I have it rigged so I can switch between two servers, the only two together. Going to server B won't get me the

Re: [JBoss-user] Entity Bean Performance Tuning Help

2002-11-04 Thread Emerson Cargnin - SICREDI Serviços
just a note : extends EJBObject - extends EntityBean Dain Sundstrom wrote: Luttrell, Peter wrote: Bill also suggested that it was my code, which i don't think is the case. I could be wrong ~ can anyone suggest how i can optimize this constructor: public MyValueObject(SomeLocalInterface ejb){

Re: [JBoss-user] Error when building jboss

2002-11-04 Thread [EMAIL PROTECTED]
Stephen Davidson wrote: Greetings. I am having the EXACT same problem, but with JBoss v3.2 NOTE: I was able to build and run 3.0.0 and 3.0.1 successfully. My System; SuSE Linux 8.0 JDK 1.4.1 I posted a message earlier, but there was no response. I am considering posting a bug. Currently I

[JBoss-user] User Monitoring

2002-11-04 Thread Luttrell, Peter
My sysadmin has one large grip with JBoss: There is no way to tell who is using a webapp at a particular time, which he claims is possible with Weblogic. I'm using Jetty, if i turn on the metrics, i can ascertain how many sessions are active (not timed out). Does anyone know how i can

RE: [JBoss-user] Entity Bean Performance Tuning Help

2002-11-04 Thread Luttrell, Peter
It is faster. I tried it in response to danch's message early in the thread. Thus I have the same question (which no one commented on): Time ~1200ms is a lot better then the original 2200, but can this still be acceptable for reading ~10 fields from 750ejbs that are 100% cached? Here is the

Re: [JBoss-user] User Monitoring

2002-11-04 Thread Greg Turner
One option is to check out the for pay software, AppSure, from JBoss partner www.alignmentsoftware.com. I've seen a demo and its well worth consideration. Luttrell, Peter wrote: My sysadmin has one large grip with JBoss: There is no way to tell who is using a webapp at a

Re: [JBoss-user] Httpsession clustering synch?

2002-11-04 Thread Jules Gosnell
OS JVM JBoss version What have you done to enable httpsession clustering How are you load-balancing/failing-over between the http nodes Are you testing using servlets or JSPs etc Jules Rick LaBanca wrote: Sorry, thought the clustering was abstracted, using jetty. I'm just at the point

Re: [JBoss-user] Entity Bean Performance Tuning Help

2002-11-04 Thread Dain Sundstrom
Luttrell, Peter wrote: It is faster. I tried it in response to danch's message early in the thread. Thus I have the same question (which no one commented on): Time ~1200ms is a lot better then the original 2200, but can this still be acceptable for reading ~10 fields from 750ejbs that are 100%

[JBoss-user] Why 3.2? (Was: Error when building jboss)

2002-11-04 Thread Joao Pedro Clemente
I am having the EXACT same problem, but with JBoss v3.2 NOTE: I was able to build and run 3.0.0 and 3.0.1 successfully. [snip] I posted a message earlier, but there was no response. I am considering posting a bug. Currently I am running a pre-release custom version of JBoss3.0.1, but would

Re: [JBoss-user] Httpsession clustering synch?

2002-11-04 Thread Rick LaBanca
redhat 7.3, jdk 1.4 (sun), jboss 3.0.4 Clustering enabled per the clustering doc (copy the cluster xml file, jbossha sar, javagroups jar, distributed/ tag added) The test is with precompiled jsp's (so essentially servlets). What I am doing now for my simple test is this. I have two servers

[JBoss-user] MacOS X + Norton Personal Firewall

2002-11-04 Thread Frank Morton
I upgraded to MacOS X 10.2.1 and Norton Personal Firewall Software 2.0.0 and begin to have strange problems that kind of acted like a resource problem. Port 8080 would just stop responding. Restarting JBoss wouldn't do any good, but rebooting the system made the problem go away for a few hours.

RE: [JBoss-user] User Monitoring

2002-11-04 Thread Jason Westra
You make the custom solution sound way too hard! It is quite easy. You need 2 classes. 1 Class implementing HttpBindingListener called MonitoredUser.java 1 MBean called CurrentUsersMBean.java, which holds a list of MonitoredUser objects representing currently logged in users. When

[JBoss-user] registerMBean not supported ?

2002-11-04 Thread Kazandjian Erik
Hello again,I'm trying to register a fully configured modelMBean using a remote RMIConnector but it seems that in jboss 3.0.2 the RemoteMBeanServer does not have this method. How can I register an MBean then? I first tried createMBean but the Management forums learned me that modelMBeans

[JBoss-user] (no subject)

2002-11-04 Thread Kazandjian Erik
Hello again,I'm trying to register a fully configured modelMBean using a remote RMIConnector but it seems that in jboss 3.0.2 the RemoteMBeanServer does not have this method. How can I register an MBean then? I first tried createMBean but the Management forums learned me that modelMBeans

[JBoss-user] RE: ejbstore in BMP

2002-11-04 Thread Camus Chan
Hi, Now, instead, I do it in this way: 1. As the primary class object (returned from findbyprimarykey()) in session bean is not null, I used it to retrieve those old data and then used them to set back to the BMP with those setters through the remote interface 2. Then, I use setters again for

[JBoss-user] JBoss Training @ Geneva

2002-11-04 Thread Sacha Labourey
Hello, It seems that no e-mail address was available on JBoss.org web site to subscribe to the Geneva training. If you want to register for the JBoss Advanced Training taking place in Geneva at the end of the month (25-28 November 2002), please use this e-mail address:

[JBoss-user] Re: [JBoss-dev] JBoss Training @ Geneva

2002-11-04 Thread Jason Dillon
This is resolved. --jason On Monday, November 4, 2002, at 11:26 AM, Alex Loubyansky wrote: Hello Sacha, clicking on Read More on the site I get HTTP ERROR: 404 /services/training Not Found alex Monday, November 04, 2002, 7:12:31 PM, you wrote: SL Hello, SL It seems that no e-mail

[JBoss-user] Re: [JBoss-dev] JBoss Training @ Geneva

2002-11-04 Thread Alex Loubyansky
Hello Sacha, clicking on Read More on the site I get HTTP ERROR: 404 /services/training Not Found alex Monday, November 04, 2002, 7:12:31 PM, you wrote: SL Hello, SL It seems that no e-mail address was available on JBoss.org web site to SL subscribe to the Geneva training. SL If you want to

[JBoss-user] Re[2]: [JBoss-dev] JBoss Training @ Geneva

2002-11-04 Thread Alex Loubyansky
it misses '.jsp' alex Monday, November 04, 2002, 9:26:03 PM, you wrote: AL Hello Sacha, AL clicking on Read More on the site I get AL HTTP ERROR: 404 /services/training Not Found AL alex AL Monday, November 04, 2002, 7:12:31 PM, you wrote: SL Hello, SL It seems that no e-mail address was