[JBoss-user] Problem with JBOSS

2005-12-14 Thread Victor Motta
I´m running some applications on JBOSS on a Linux server. Sometimes when the JBOSS has to compile some new application pages( JSP), it says that the system has ran out of resources. I look at the free system memory and it still has some free memory. Here the JBOSS work with some connection p

[JBoss-user] problem with jboss scheduler

2004-07-28 Thread netanel weinberg
Hello, I'm trying to use a schedule class that will update my database bgut my problem is that because it has to write to the db it is tried to talk with my java beans that sends the data to the ejb. But because the schedule class have to be in the deploy directory can cannot recognize

Re: [JBoss-user] problem with JBoss 3.2.3 - Struts 1.1

2004-02-20 Thread JAIME GOMEZ
Thank, I try , but do you suggest me that I need to copy all jar of my application inside the WEB-INF/ lib of my application? >>> [EMAIL PROTECTED] 20/02 7:46 >>> We run struts based applications under 3.2.3 with no problem. I was always under the impression, though, that all of the struts jar

Re: [JBoss-user] problem with JBoss 3.2.3 - Struts 1.1

2004-02-20 Thread Brad Balmer
We run struts based applications under 3.2.3 with no problem. I was always under the impression, though, that all of the struts jar files needed to go in the lib directory under the application's WEB-INF and not in the server's lib directory. (Each application has its own jars). JAIME GOMEZ w

[JBoss-user] problem with JBoss 3.2.3 - Struts 1.1

2004-02-20 Thread JAIME GOMEZ
Hi people, I have an application ( with Struts ) which ran vey well in JBoss-2.4.4-Tomcat- 3.2.3 I , I decided to migrate a JBoss3.2.3 , first I copied all jar file of struts in the directory $JBOSS_HOME/server/default/lib and when I deploy mi application ( ear file ) and start my first web clien

[JBoss-user] Problem with Jboss 3.2.2 and Log4J.xml

2003-11-20 Thread Maffeo Gaetano
Title: Problem with Jboss 3.2.2 and Log4J.xml When starting Jboss i get the following error:     log4j:ERROR Parsing error on line 286 and column 23   log4j:ERROR The content of element type "log4j:configuration" must match   "(renderer*,appender*,(category|logger)*,root?,categoryFactory?)".

Re: [JBoss-user] Problem with JBoss and ejbql

2003-01-28 Thread Jon Haugsand
* Jon Haugsand > Is anyone able to tell me what is wrong with the following ejbql > expression (formatted for readability): > > > It seems as >= is not allowed. It worked when I changed into vp.forfallsDato > ?1 OR vp.forfallsDato = ?1. -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-

Re: [JBoss-user] Problem with JBoss and ejbql

2003-01-27 Thread Jon Haugsand
* Alex Loubyansky > sorry for stupid question, but didn't you accidently add '(' when formatted for >readability? > you can also remove brackets around IS NULL expression. Actually, I originally did not have the parenthesis, but I included them and retried against JBoss. So, no, I did not includ

Re: [JBoss-user] Problem with JBoss and ejbql

2003-01-27 Thread Alex Loubyansky
sorry for stupid question, but didn't you accidently add '(' when formatted for readability? you can also remove brackets around IS NULL expression. alex Monday, January 27, 2003, 12:48:06 PM, you wrote: JH> Is anyone able to tell me what is wrong with the following ejbql JH> expression (format

[JBoss-user] Problem with JBoss and ejbql

2003-01-27 Thread Jon Haugsand
Is anyone able to tell me what is wrong with the following ejbql expression (formatted for readability): It fails with the following: 11:41:44,830 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB,jndiName=norgesbank/bank/sil/entiteter/verdipapir/VerdipapirLocal org.jb

[JBoss-user] Problem with JBoss 3.0.2 bundled with Tomcat 4.0.4

2002-09-13 Thread Thomas T. Veldhouse
It seems that in spite of the configuration of server.xml in Tomcat, the Warp service on port 8008 will not start.  This is required to use mod_webapp under Apache.  Any ideas?   Tom Veldhouse  

RE: [JBoss-user] Problem with JBOSS

2002-04-17 Thread JD Brennan
Title: RE: [JBoss-user] Problem with JBOSS It's the Java runtime that could be compiled with debug support (not JBoss), but that's not necessary.  gdb can be used to debug a program that was not compiled with debug info.   You just get less information (no file name, and line numb

Re: [JBoss-user] Problem with JBOSS

2002-04-17 Thread jaime1
Title: RE: [JBoss-user] Problem with JBOSS I don't sure but for run Jboss with gdb , the Jboss shoul be compile with the option for support the gdb, the version   do you knwon if  JBoss-2.4.4_Tomcat-3.2.3.zip  have this option ?   regards Jaime     - Original Message -

RE: [JBoss-user] Problem with JBOSS

2002-04-17 Thread JD Brennan
Title: RE: [JBoss-user] Problem with JBOSS Attach gdb to the JBoss java process before you deploy (or run). Then you should get a stack trace and maybe that will provide a clue as to what's going wrong.  It's probably a bad pointer in a JNI call. ;-)  If you can figure out which JN

[JBoss-user] Problem with JBOSS

2002-04-17 Thread jaime1
People when i run my application tecedu.ear , after de 30 minutes i have the following message ./run.sh : line 27 : 23759 Segmentation fault java $HOTSPOT $JAXP -classpath $JBOSS_CLASSPATH org.jboss.Main $@ i use BMP for mi application and when deployment my application, i don't any anormal mes

[JBoss-user] Problem with JBoss+Tomcat shutdown

2002-01-18 Thread Yong T. Kim
Hi.   I am running JBoss-2.4.3_Tomcat-3.2.3 package on Linux box and experiencing a strange problem.  I'm just curious why and how this is happening and would like to know if anyone else had this problem before.   Basically, the problem is that once in a while, the JBoss-2.4.3_Tomcat-3.2.3 p

Re: [JBoss-user] problem with jboss with catalina

2001-10-18 Thread Pasturel
Manu KY wrote: > hello all, > i installed jboss with catalina. > but when the jsp and servelts in examples in catalina are invoked i > get a 404 error. > please help > > thanks in advance, > manu > > > _ > Do You Yahoo!? > Get your free @ya

[JBoss-user] problem with jboss with catalina

2001-10-17 Thread Manu KY
hello all, i installed jboss with catalina. but when the jsp and servelts in examples in catalina are invoked i get a 404 error. please help thanks in advance, manu _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.co

RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-16 Thread Daryl Beattie
. Thanks! :) Sincerely, Daryl. > -Original Message- > From: Saint-Martin Cecile [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 3:11 AM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and > Apache SOAP 2.2

RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-16 Thread Claudia Pulgarin
:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 3:11 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2 The class ce.ready2ware.authentication.AuthenticationService must be in Tomcat classpath. SAINT-MARTIN Cecile [EMAIL PROTECTED

RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-15 Thread Saint-Martin Cecile
1 17:31 > À : [EMAIL PROTECTED] > Objet : [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache > SOAP 2.2 > > > Hi everybody, > > Sorry to bug you all with this; it might very well be a soap-users > question. But for some reason the soap-users list won&

[JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-13 Thread Daryl Beattie
Hi everybody, Sorry to bug you all with this; it might very well be a soap-users question. But for some reason the soap-users list won't let me subscribe. :( I am getting the following error while trying to run a SOAP client with JBoss-2.4.0, Tomcat 3.2.2 and Apache SOAP 2.2. I am

Re: [JBoss-user] Problem with JBoss+Tomcat+Posgresql

2001-04-19 Thread toby cabot
> I'm using Tomcat3.2, jdk1.2.2(or Jdk1.3), Postgreql7.0.2 > under linux mandrake 7.2. > > After configuring jboss.jcml and jboss.conf, I try to >start jboss and I've got nothing. > Jboss begin to start using default config file and then > it frozen and I've to do Ctrl-c. Do you have an empty

[JBoss-user] Problem with JBoss+Tomcat+Posgresql

2001-04-19 Thread Marc Wissler
Hi everybody, I'm using Tomcat3.2, jdk1.2.2(or Jdk1.3), Postgreql7.0.2 under linux mandrake 7.2. After configuring jboss.jcml and jboss.conf, I try to start jboss and I've got nothing. Jboss begin to start using default config file and then it frozen and I've to do Ctrl-c. Have you got an idea

[JBoss-user] Problem with jBoss(v2.0) and MSSQL Server7.0 Connection pool.

2001-04-04 Thread Ashesh Sheth
Hi, I am new with jBoss and i am using with SQLServer7.0 with it and using commercial drivers(inet- Sprinta2000.jar -from www.inetsoftware.de ) to connect to database. Now i am trying to create the connection pool with jBoss and according to documentation i did all the things(with .prop file and