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
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
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
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
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()
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
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
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
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
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&
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo