[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/index.html?module=bb&op=viewtopic&p=3923240#3923240

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923240


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.

Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897637#3897637

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897637


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 clustered machines or should we 
just start in one of the machinesIf the machine in which the thread is 
started fails, how will the transfer take place

Thanks in advance.
-Vinaydath.S


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881236#3881236

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881236


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 will there be a change from one machine to another for the daemons in case 
of a failure.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875226#3875226

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875226


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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() for any prepared statement, it gives 
me a similar error. 
Can anyone please throw some light on this. 

I am using a Jboss3.2.1 and JDK1.3. This is for porting from WL7.0SP2 to Jboss. 
This code works fine in WL. 

Thanks 

09:40:43,453 ERROR [STDERR] java.sql.SQLException: Invalid column type 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865706#3865706

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865706


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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() for any prepared statement, it gives 
me a similar error.
Can anyone please throw some light on this.

I am using a Jboss3.2.1 and JDK1.3. This is for porting from WL7.0SP2 to Jboss. 
This code works fine in WL.

Thanks

09:40:43,453 ERROR [STDERR] java.sql.SQLException: Invalid column type



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865361#3865361

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865361


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 just does not update anything in to the database. This code 
is working fine in WL7.0

The XML printout is fine. I checked on the format.


/* Update the Workflow XML into the DB */
  con = getConnection();
  con.setAutoCommit(true);
str = "update   T_WFL_WORKFLOW_INSTANCE  set C_WWI_WORKFLOW_XML_INSTANCE=? "
  +"where C_WWI_WORKFLOW_INSTANCE_ID="
  + 
Integer.parseInt(strWorkflowInstanceId.substring(2));
InputStream fin = BlobUtility.getInputStreamFromDom(doc);
if (fin == null) {
eCRMSuiteLogger.debug("fin is null");
} else {
eCRMSuiteLogger.debug("fin is not null");
}

stmt = con.prepareStatement(str);
System.out.println("Size of the XML being updated:"+fin.available());
stmt.setBinaryStream(1, fin, fin.available());
stmt.execute();
stmt.close();
releaseConnection(con);



-Vinay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862283#3862283

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862283


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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, but when run on Jboss 
it gives a ClassCastException.

Can anybody tell me what is the difference in the way weblogic looks at the 
java code and the how does Jboss sees the same piece of code..

We are facing a lot of such issues when porting application from Weblogic to 
Jboss.

-Vinay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861863#3861863

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861863


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860530


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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&op=viewtopic&p=3860166#3860166

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860166


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.html?module=bb&op=viewtopic&p=3860150#3860150

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860150


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.JSP_COMMON_PATH+"SLA.jsp" + 
((WSSUtils.JSP_COMMON_PATH+"SLA.jsp").indexOf('?')>0? '&': '?') + "FORM_NAME=" 
+ "document.frmSubmitServiceRequests" + "&" + "SELECTED_SERVICE=" + 
java.net.URLEncoder.encode("" + 
eCRMRequest!=null?eCRMRequest.getParameter("setService"):null) + "&" + 
"SELECTED_PRODUCT=" + java.net.URLEncoder.encode("" + 
eCRMRequest!=null?eCRMRequest.getParameter("setProduct"):null), out, false);

Below is the stacktrace i am getting:

java.lang.NullPointerException
at 
org.apache.jsp.NewServiceRequest_jsp._jspService(NewServiceRequest_jsp.java:515)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:558)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1714)
at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:507)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1664)
at org.mortbay.http.HttpServer.service(HttpServer.java:863)
at org.jboss.jetty.Jetty.service(Jetty.java:460)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:775)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:939)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:792)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)



-Vinay




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860069#3860069

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860069


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.jboss.org/index.html?module=bb&op=viewtopic&p=3860006#3860006

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860006


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 error message is : 


java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv 
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114) 
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156) 
at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:775) 
at oracle.jdbc.dbaccess.DBConversion.failUTF8Conv(DBConversion.java:1746) 
at 
oracle.jdbc.dbaccess.DBConversion.utf8BytesToJavaChars(DBConversion.java:1585) 
at oracle.jdbc.dbaccess.DBConversion.utf8BytesToString(DBConversion.java:1445) 
at oracle.jdbc.dbaccess.DBConversion.CharBytesToString(DBConversion.java:384) 
at oracle.jdbc.driver.OracleStatement.getStringValue(OracleStatement.java:2466) 
at 
oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:285) 
at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setMessageCacheResult(CommonCacheDbPeer.java:2975)
 
at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setMessageCacheResult(CommonCacheDbPeer.java:2926)
 
at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setMessageComboCache(CommonCacheDbPeer.java:2882)
 
at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setComboCache(CommonCacheDbPeer.java:1574)
 
at 
com.itsp.ecrm.infrastructure.web.eCRMSuiteDocProxyServlet.createComboCache(eCRMSuiteDocProxyServlet.java:3289)
 
at 
com.itsp.ecrm.infrastructure.web.eCRMSuiteDocProxyServlet.init(eCRMSuiteDocProxyServlet.java:273)
 
at javax.servlet.GenericServlet.init(GenericServlet.java:256) 
at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:219) 
at 
org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:436)
 
at 
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:150)
 
at 
org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:442)
 

-Vinay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859795#3859795

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859795


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 error message is :


 java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv
 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
 at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:775)
 at oracle.jdbc.dbaccess.DBConversion.failUTF8Conv(DBConversion.java:1746)
 at 
oracle.jdbc.dbaccess.DBConversion.utf8BytesToJavaChars(DBConversion.java:1585)
 at 
oracle.jdbc.dbaccess.DBConversion.utf8BytesToString(DBConversion.java:1445)
 at 
oracle.jdbc.dbaccess.DBConversion.CharBytesToString(DBConversion.java:384)
 at 
oracle.jdbc.driver.OracleStatement.getStringValue(OracleStatement.java:2466)
 at 
oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:285)
 at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setMessageCacheResult(CommonCacheDbPeer.java:2975)
 at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setMessageCacheResult(CommonCacheDbPeer.java:2926)
 at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setMessageComboCache(CommonCacheDbPeer.java:2882)
 at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setComboCache(CommonCacheDbPeer.java:1574)
 at 
com.itsp.ecrm.infrastructure.web.eCRMSuiteDocProxyServlet.createComboCache(eCRMSuiteDocProxyServlet.java:3289)
 at 
com.itsp.ecrm.infrastructure.web.eCRMSuiteDocProxyServlet.init(eCRMSuiteDocProxyServlet.java:273)
 at javax.servlet.GenericServlet.init(GenericServlet.java:256)
 at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:219)
 at 
org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:436)
 at 
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:150)
 at 
org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:442)

-Vinay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859794#3859794

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859794


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 make.

-Vinay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859793#3859793

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859793


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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: failUTF8Conv 
13:10:55,359 ERROR [STDERR] java.sql.SQLException: Fail to convert between UTF8 
and UCS2: failUTF8Conv 
13:10:55,359 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114) 
13:10:55,359 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156) 
13:10:55,359 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBError.check_error(DBError.java:775) 
13:10:55,359 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBConversion.failUTF8Conv(DBConversion.java:1746) 
13:10:55,359 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBConversion.utf8BytesToJavaChars(DBConversion.java:1585) 
13:10:55,359 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBConversion.utf8BytesToString(DBConversion.java:1445) 
13:10:55,359 ERROR [STDERR] at 
oracle.jdbc.dbaccess.DBConversion.CharBytesToString(DBConversion.java:384) 
13:10:55,359 ERROR [STDERR] at 
oracle.jdbc.driver.OracleStatement.getStringValue(OracleStatement.java:2466) 
13:10:55,359 ERROR [STDERR] at 
oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:285) 
13:10:55,421 ERROR [STDERR] at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setMessageCacheResult(CommonCacheDbPeer.java:2975)
 
13:10:55,421 ERROR [STDERR] at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setMessageCacheResult(CommonCacheDbPeer.java:2926)
 
13:10:55,421 ERROR [STDERR] at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setMessageComboCache(CommonCacheDbPeer.java:2882)
 
13:10:55,421 ERROR [STDERR] at 
com.itsp.ecrm.infrastructure.persist.CommonCacheDbPeer.setComboCache(CommonCacheDbPeer.java:1574)
 
13:10:55,421 ERROR [STDERR] at 
com.itsp.ecrm.infrastructure.web.eCRMSuiteDocProxyServlet.createComboCache(eCRMSuiteDocProxyServlet.java:3289)
 
13:10:55,421 ERROR [STDERR] at 
com.itsp.ecrm.infrastructure.web.eCRMSuiteDocProxyServlet.init(eCRMSuiteDocProxyServlet.java:273)
 
13:10:55,421 ERROR [STDERR] at 
javax.servlet.GenericServlet.init(GenericServlet.java:256) 
13:10:55,421 ERROR [STDERR] at 
org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:219) 
13:10:55,421 ERROR [STDERR] at 
org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:436)
 
13:10:55,421 ERROR [STDERR] at 
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:150)
 
13:10:55,421 ERROR [STDERR] at 
org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:442)
 
13:10:55,484 ERROR [STDERR] at 
org.mortbay.j2ee.J2EEWebApplicationContext.start(J2EEWebApplicationContext.java:85)
 
13:10:55,484 ERROR [STDERR] at 
org.jboss.jetty.JBossWebApplicationContext.start(JBossWebApplicationContext.java:89)
 
13:10:55,484 ERROR [STDERR] at org.jboss.jetty.Jetty.deploy(Jetty.java:331) 
13:10:55,484 ERROR [STDERR] at 
org.jboss.jetty.JettyService.performDeploy(JettyService.java:242) 
13:10:55,484 ERROR [STDERR] at 
org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:357) 
13:10:55,484 ERROR [STDERR] at 
org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) 
13:10:55,484 ERROR [STDERR] at 
org.jboss.deployment.MainDeployer.start(MainDeployer.java:824) 
13:10:55,484 ERROR [STDERR] at 
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640) 
13:10:55,484 ERROR [STDERR] at 
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) 
13:10:55,484 ERROR [STDERR] at java.lang.reflect.Method.invoke(Native 
Method) 
13:10:55,484 ERROR [STDERR] at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
 
13:10:55,546 ERROR [STDERR] at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) 
13:10:55,546 ERROR [STDERR] at 
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) 
13:10:55,546 ERROR [STDERR] at $Proxy7.deploy(Unknown Source) 
13:10:55,546 ERROR [STDERR] at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
 
13:10:55,546 ERROR [STDERR] at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
 
13:10:55,546 ERROR [STDERR] at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
 
13:10:55,546 ERROR [STDERR] at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
 
13:10:55,546 ERROR [STDERR] at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192) 
13:10:55,546 ERROR [STDERR] at java.lang.reflect.Method.invoke(Native 
Method) 
13:10:5

[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 Servlet seperately. If so how?

BTW we are looking up the JNDI port from a properties file and it has been set 
to localhost:1100

Thanks in advance

-Vinay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856828#3856828

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856828


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 starts in the DEBUG mode. I need 
to cahge this to INFO mode. How and where I need to make the changes.

Thanks in advance

-Vinay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856595#3856595

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856595


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856594#3856594

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856594


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 this.

-Vinay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856429#3856429

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856429


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user