[JBoss-user] [Clustering/JBoss] - Clustering Multi threaded applications

2006-02-13 Thread svdath
Hi, I have an application that is mulithreaded...i.e it starts daemon process and these daemon process pik up requests and process it. If i want to proceed to cluster this application, how do i go about doing it. Thanks in advance. -svdath View the original post : http://www.jboss.com

[JBoss-user] [Installation, Configuration & Deployment] - Multiple application deployment

2005-09-28 Thread svdath
Hi, I have 2 applications. There are some classes that are common between the 2 applications. I have created 2 seperate ear for each application on seperate web contexts But on accessing, it gives a duplicate class defnition error. I need to run these 2 applications on the same Jboss server. T

[JBoss-user] [Clustering/JBoss] - Multi thread handling in Clustering

2005-06-12 Thread svdath
Hi, We have an application in which we will be starting different threaded process to handle telephone calls and emails and etcWe explicitly start these process. If we cluster this application how do we go about handling these threads Should we start these threads in all of the clustere

[JBoss-user] [Clustering/JBoss] - Daemons and clustering

2005-04-24 Thread svdath
Hi, We have an application which starts multiple daemon process. I wanted to know, how will this work when the application is deployed on a clustered environment. There are different daemons for performing different tasks ex: Telephony Integration, Email Communication Management. etc How wi

[JBoss-user] [JCA/JBoss] - Cursor and Jboss-?????

2005-02-08 Thread svdath
Hi , I have the following piece of code: cstmt.registerOutParameter(4, java.sql.Types.OTHER); This is used to call a package on Oracle8.1.7. When i run this code, it gives the below error. The package is returning a result set. Also i have noticied a lot of place where if i use .setObject()

[JBoss-user] [Beginners Corner] - Callable Statetment issue

2005-02-04 Thread svdath
Hi , I have the following piece of code: cstmt.registerOutParameter(4, java.sql.Types.OTHER); This is used to call a package on Oracle8.1.7. When i run this code, it gives the below error. The package is returning a result set. Also i have noticied a lot of place where if i use .setObject() fo

[JBoss-user] [Persistence & CMP/JBoss] - Blob update issue in 3.2.1

2005-01-15 Thread svdath
Hi, When i try to update a blob object in the Oracle 8i database, query is not updating anything. It works fine for reading but update is what is giving me lot of problem. The BLOB is a XML String. I am using the following piece of code. The worst part is that it does not throw any error. It

[JBoss-user] [Installation & Configuration] - Class Cast Exception-Weblogic to Jboss

2005-01-12 Thread svdath
Hi, I have the follwoing piece of code: InstanceId = (Integer)((TaskInstanceDoc) tiDoc).getTaskInstanceId(); Here "InstanceId" is declared as an 'Integer', and "((TaskInstanceDoc) tiDoc).getTaskInstanceId()" returns an 'Object'. When this piece of code is run on Weblogic it works fine, b

[JBoss-user] [Installation & Configuration] - Tmp directory change

2005-01-03 Thread svdath
Hi, How do i change the tmp directory where Jboss keeps all the work time files. Its right now putting all the files in a folder in MyDocument/Settings/ I need to change this C:\tmp -Vinay View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860530#3860530 R

[JBoss-user] [HTTPD, Servlets & JSP] - JSP Compiler error

2004-12-30 Thread svdath
Whenever I try to compile the following code in JBoss, it gives Nullpointer Exception: If the same code is written in the below mentioned way, the compilation goes fine: Can anybody throw some light on this. -Vinay View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Installation & Configuration] - Re: An unexpected exception has been detected in native code

2004-12-29 Thread svdath
I also get a similar JVM error in Windows 2000 platform when i use the Computer Telephony code in my application. The same piece of code work very well in WebLogic on Windows. Where can I get documentation on Jboss support to CTI .. -Vinay View the original post : http://www.jboss.org/index.ht

[JBoss-user] [HTTPD, Servlets & JSP] - JSP Compiler error

2004-12-28 Thread svdath
Hi, I have the following piece of code in my JSp: when compiling in Jboss 3.2.1, i get a Nullpointer exception error. The same piece of code works fine in Weblogic. The line in the java file where i am getting this error is: JspRuntimeLibrary.include(request, response, WSSUtils.JS

[JBoss-user] [Installation & Configuration] - JBoss Computer Telephony Support

2004-12-28 Thread svdath
Hi, Does JBoss have a CTI support.?Becuase when i am trying to deploy my application that connects to a CTI server, the server gives Java Hotspot error and crashes. I have put the required jar file[Ecsjtapia.jar] in the lib folder... PLease help -Vinay View the original post : http://www.j

[JBoss-user] [JCA/JBoss] - NLS Charecter set issue

2004-12-23 Thread svdath
I am using a Oracle 8i Database and Jboss3.2.1. I have put the classes12.zip in my application lib folder. But still i am getting the same problem. The same classes.zip with the same application works fine on a Weblogic 7.0 SP2. Is there any specific driver change that i need to make. The er

[JBoss-user] [Installation & Configuration] - NLS Charecter set issue

2004-12-23 Thread svdath
I am using a Oracle 8i Database and Jboss3.2.1. I have put the classes12.zip in my application lib folder. But still i am getting the same problem. The same classes.zip with the same application works fine on a Weblogic 7.0 SP2. Is there any specific driver change that i need to make. The er

[JBoss-user] [JCA/JBoss] - Re: UTF Conversion issue

2004-12-23 Thread svdath
Hi Adrian, I am using a Oracle 8i Database and Jboss3.2.1. I ahve put the classes12.zip in my application lib folder. But still i am getting the same problem. The same classes.zip with the same application works fine on a Weblogic 7.0 SP2. Is there any specific driver change that i need to ma

[JBoss-user] [JCA/JBoss] - UTF Conversion issue

2004-12-20 Thread svdath
Hi I am facing this error when trying to read from the database. The saem piece of code works fine in WebLogic7.0SP2. Please give any suggestions/solutions for this problem Below is the stack trace: 13:10:55,359 INFO [STDOUT] java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUT

[JBoss-user] [Clustering/JBoss] - Servlet clustering problem

2004-11-30 Thread svdath
Hi, I have deployed my EJB in a clustered mode on 2 machines. We have a JSP front end. We access the same using http://localhost:8080. But when i down one of the servers, then my application goes down. There is no failover that is happening. Is it because, i need to set up clustering for my Serv

[JBoss-user] [Installation & Configuration] - Log4j issue

2004-11-27 Thread svdath
When we try to deploy the application,there is log4j issue that crops up becuase some the calsses we are using the code are deprecated or not present in the latest version. So we replaced the latest version with the new one and disabled the log4j.xml. But the when the app server starts, it always

[JBoss-user] [Installation & Configuration] - jndi NameNotFouncException

2004-11-27 Thread svdath
Hi, When i try to look up for a ejb, iget a NameNotFoundException. THough i have given the jndi name in jboss.xml file in the META-INF folder. When i look in the jmx-cosole, i can view the ejb with the jndi name ihave given in the XML. Please help Thanks in advance. -Vinay View the original

[JBoss-user] [Installation & Configuration] - Data loading on startup

2004-11-25 Thread svdath
Hi, I need to load data on startup of a servlet. I have given a tag in the web.xml that [form Weblogic] as 1.But when starting it goes on to loop. The error message it prints out is: "ERROR: invalid console appender config detected, console stream is looping " Please can anybody help me in thi