[JBoss-user] Re: Re: Concurrency problem

2002-10-29 Thread Arijit Ghosh
Yes I do have a more specific problem which I had posted earlier but there didn't seem to be any reply for that. I am sending it again.. Hi, I am using Jboss3.0 with Tomcat 4.0.3. I am also using Castor. During our development process, we came across lot of castor bugs which we kept on fixi

[JBoss-user] Concurrency problem

2002-10-29 Thread Arijit Ghosh
Hi, Any pointers for concurrency related issues ? I am using Jboss3.0 with TOmcat 4.0.3 with Stateless Session Beans and Castor as the persistence layer. Regards, Arijit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heave

[JBoss-user] Re: Re: Jboss-Castor Concurrency problem

2002-10-25 Thread Arijit Ghosh
Anyone facing concurrency problems due to Castor ? Regards, Arijit -- Hi, I am using Jboss3.0 with Tomcat 4.0.3. I am also using Castor. During our development process, we came across lot of castor bugs which we kept on fixing and presently have a robust appli

[JBoss-user] Re: Jboss - Castor Concurrency Problem

2002-10-25 Thread Arijit Ghosh
Hi, I am not using any transaction attribute which means the default transaction attribute [ "Requires" ] is being used. Is the concurrency problem due to this ? Do I need to make transaction attribute [ "RequiresNew" ] ?? Regards, Arijit - Hi, I am using Jboss3

[JBoss-user] Jboss - Castor Concurrency Problem

2002-10-25 Thread Arijit Ghosh
Hi, I am using Jboss3.0 with Tomcat 4.0.3. I am also using Castor. During our development process, we came across lot of castor bugs which we kept on fixing and presently have a robust application environment for a SINGLE user application. However, in case of simultaneous access, the applicatio

[JBoss-user] Jboss on WIN2000

2002-10-03 Thread Arijit Ghosh
I am using Jboss3.0 with Tomcat 4.0.3 with Win98. I plan to use with Win2000. ANyone has faced any issues that I need to take care of when deploying ? I DON'T want to use it as service for Win2000. Regards, Arijit --- This sf.net email is

[JBoss-user] Direct JDBC connection problem -- HELP

2002-10-02 Thread Arijit Ghosh
Hi, I am trying to make a direct JDBC connection from a servlet. I have a file called oracle-service.xml file in my deploy folder where I have set the maxsize of JbossManagedConnectionPool as 8. As I am making database connections, I am getting a "NoManagedConneciton error" when the maxsize limi

Re: RE: [JBoss-user] Re: RE: Jboss/TOMCAT default page not showing

2002-10-02 Thread Arijit Ghosh
I am running default target. Someone suggested that with Jboss3.x you cannot see the default page. Why is that so ? Regards, Arijit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

[JBoss-user] Re: RE: Jboss/TOMCAT default page not showing

2002-10-01 Thread Arijit Ghosh
Typing -- http://localhost:8080/jmx-console gives the same error. :( So what could be the problem ? Regards, Arijit - Try http://localhost:8080/jmx-console There is no default context anymore in the 3.0 series, so that's why you aren't seeing a default page like you did

Re: Re: [JBoss-user] jboss + tomcat problem

2002-10-01 Thread Arijit Ghosh
But as I said, the ROOT context exists. So it should display the default page -- And it works perfectly in Jboss 2.4.3 with Tomcat 3.2.3 Regards, Arijit Arijit Ghosh wrote: > I am using Jboss3.0 with TOmcat 4.0.3 > > Wjen I start my Jboss, and type in the web browser

[JBoss-user] Jboss/TOMCAT default page not showing -- http://localhost:8080

2002-10-01 Thread Arijit Ghosh
Please ignore the earlier mail as I forgot to add the ERRORS. :( Hi, Can somebody help me ? I am using JBoss3.0 with Tomcat4.0.3. After starting Jboss, and on trying http://localhost:8080 I am getting the following error on the JSP page Apache Tomcat/4.0.3 - HTTP Status 500 - No Context

[JBoss-user] Jboss/TOMCAT default page not showing -- http://localhost:8080

2002-10-01 Thread Arijit Ghosh
Hi, Can somebody help me ? I am using JBoss3.0 with Tomcat4.0.3. After starting Jboss, and on trying http://localhost:8080 I am getting the following error on the JSP page and following OUTPUT on the JBoss server --- However, on using Jboss2.4.3 with Tomcat3.2.3, and on trying http://l

[JBoss-user] Re: Jboss + tomcat problem

2002-09-30 Thread Arijit Ghosh
Hi, I was checking the HTTPD, Servlets & JSP forum and I find that a similar problem has been osted there. But there doesnot seem to be any reply for that ? Can anyone please suggest something ? Regards, Arijit When I start Jboss2.4.3 with Tomcat 3.2.3, and try to e

[JBoss-user] Re : jboss + tomcat problem

2002-09-30 Thread Arijit Ghosh
When I start Jboss2.4.3 with Tomcat 3.2.3, and try to execute http://localhost:8080 from the browser, I don't find any Jboss output... And the initial TOMCAT page is shown to the browser. I have the ROOT context in both the cases. -- I am using Jboss3.0 with TOmcat 4.0

[JBoss-user] jboss + tomcat problem

2002-09-30 Thread Arijit Ghosh
I am using Jboss3.0 with TOmcat 4.0.3 Wjen I start my Jboss, and type in the web browser -- http://localhost:8080 I am getting the following error -- Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request --

[JBoss-user] Castor JDO Plugin -- Bug ??

2002-09-29 Thread Arijit Ghosh
Hi, I am getting the following exception. Is the problem due to some bug in castor-jdo-plugin ?? My mapping file has cache-type set to UNLIMITED. When I set the cache-type to NONE, it works perfectly as the objects are loaded everytime from the databsae and not from the cache. However, it is ve

[JBoss-user] Re: WAR problem

2002-09-29 Thread Arijit Ghosh
s JSP code into Java servlet source code and then compiles them into Java byte code... If you are deploying as a war I personally would think that you'd be better off having a locatrion for your "uploads" directory elsewhere... - Original Message - From: "Arijit Ghosh"

[JBoss-user] WAR file problem...

2002-09-28 Thread Arijit Ghosh
Using Jboss3.0 with Tomcat4.0.3 I have the following problem --- When a WAR file is loaded, automatically under Embedded Catalina, inside WORK folder, a folder with corresponding project name is built and all the compiled JSP pages etc... are created. In my WAR file, I have created another fol

[JBoss-user] Re: Re: Erratic Jboss3.0 on Linux

2002-09-20 Thread Arijit Ghosh
H7.3) SMP system > with similar symptoms when using Sun JDK1.4.1. I am now running Sun > JDK1.4 and it seems to be fine. At the time I started having issues, I > had just upgraded from JDK1.3 to 1.4.1 and was figuring that 'latest is > greatest'. FWIW, I also had no issue

[JBoss-user] Re : Erratic Jboss3.0 on Linux

2002-09-20 Thread Arijit Ghosh
Hi, I am using JDK1.3 blackdown and Redhat Linux 7.2. Also using Jboss3.0 with Tomcat4.0.3 and Castor (using castor0.9.3.21) Any bugs known with these configurations ? Regards, Arijit -- most likely a vm problem. java on linux is a bit of a problem. many VMs (includi

[JBoss-user] Re: Erratic -- jboss3.0 on linux

2002-09-19 Thread Arijit Ghosh
:59 +0530 From: Arijit Ghosh <[EMAIL PROTECTED]> To: JBoss User <[EMAIL PROTECTED]> Hi, Jboss3.0 on Linux is behaving erratically. When I try to execute, ./run.sh from the bin folder, server starts running but stops suddenly at no specific point. 1. Sometimes it hangs after displaying

[JBoss-user] Erratic -- jboss3.0 on linux

2002-09-19 Thread Arijit Ghosh
Hi, Jboss3.0 on Linux is behaving erratically. When I try to execute, ./run.sh from the bin folder, server starts running but stops suddenly at no specific point. 1. Sometimes it hangs after displaying --- Starting General Purpose Architecture 2. Sometimes it hangs after displaying -- Successfu

[JBoss-user] Re: Jboss3.0 on Linux

2002-09-19 Thread Arijit Ghosh
Thanks everyone for the help... Its working now. Regards, Arijit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL

[JBoss-user] Re : Jboss3.0 on Linux

2002-09-19 Thread Arijit Ghosh
t the JBoss.3.0.QuickStart.Draftx.pdf HTH, Binil On Thu, 19 Sep 2002, Arijit Ghosh wrote: > Hi, > > I am trying to install jboss3.0 tomcat4.0.3 on Linux. I have installed > JDK1.3 and have java_home/bin folder in my path. > > I have also set JBOSS_HOME as required. > > Th

[JBoss-user] Jboss3.0 on Linux

2002-09-19 Thread Arijit Ghosh
Hi, I am trying to install jboss3.0 tomcat4.0.3 on Linux. I have installed JDK1.3 and have java_home/bin folder in my path. I have also set JBOSS_HOME as required. Then from JBOSS_HOME/bin, I try to execute java -jar run.jar Server starts loading various services. It prints -- .. [Nam

[JBoss-user] Direct Session Bean to JDBC connection

2002-09-18 Thread Arijit Ghosh
Thanks everyone -- Got the solution. Regards, Arijit --- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 ht

[JBoss-user] Direct Session Bean to JDBC connection

2002-09-18 Thread Arijit Ghosh
Hi, When I was using Jboss2.4.4, for a direct stateless session bean to jdbc connection, i had a file called jboss.jcml which had the following mbean code -- OracleDB org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl jdbc:oracle:thin:@192.168.0.124:2000:ORCL abcd abcd The classfile

[JBoss-user] Castor-Jdo-Plugin

2002-09-13 Thread Arijit Ghosh
Hi, Hoping that some Jboss-Castor user will be able to help me out. Anyone has the source code for Castor-Jdo-Plugin.jar file ? Where can I get the latest updates for this jar file ? Thanks, Arijit --- This sf.net email is sponsored by:Thi

[JBoss-user] Jboss 3.0.2 with Tomcat 4.0.4

2002-09-12 Thread Arijit Ghosh
I downloaded Jboss 3.0.2 with Tomcat 4.0.4, uninstalled it and tried to execute RUN. It gave the following errors --- 18:10:06,980 INFO [ServiceConfigurator] Problem configuring service jboss:type= Service,name=SystemProperties org.jboss.deployment.DeploymentException: No property editor for att

[JBoss-user] Transaction RollBack -- Jboss 3.0

2002-09-11 Thread Arijit Ghosh
I am getting the following Transaction RollBack Exception. Please help. 2002-09-12 11:24:02,030 ERROR [org.jboss.jdo.castor.CastorJDOImpl] Exception java.lang.IllegalStateException: Transaction org.exolab.castor.jdo.engine.TransactionContextImpl@26b16f does not hold the read lock: com.softex.ites

[JBoss-user] No Managed Connection problem solved

2002-09-11 Thread Arijit Ghosh
Hi, This code is part of Castor --> DatabaseImpl.java file. It solves the "No Managed Connection" problem that I was facing with Jboss 3.0. Thanks everyone. Regards, Arijit --- I assume _ctx is a jdbc connection? This looks like exactly the code needed for operation in a managed

[JBoss-user] Connection -- Not a Castor problem

2002-09-06 Thread Arijit Ghosh
works. david jencks On 2002.09.06 00:38:07 -0400 Arijit Ghosh wrote: > Hi, > > I am doing something similar to the code that you have mentioned. I am > using Jboss 3.0 along with Castor. I have a simple stateless sesison > bean. > > I am binding a dataobject using jdo-service.xm

[JBoss-user] Re : Unable to deregister -- David

2002-09-05 Thread Arijit Ghosh
Hi, I am doing something similar to the code that you have mentioned. I am using Jboss 3.0 along with Castor. I have a simple stateless sesison bean. I am binding a dataobject using jdo-service.xml. In my code, I am doing a lookup for the dataobject, dobj. Then I am getting the database using

[JBoss-user] Jboss-Castor mapping problem

2002-09-01 Thread Arijit Ghosh
I am using Jboss 3.0 with Castor. The following works perfectly as a standalone Castor application but fails when integrated with Jboss. I find that --- 1.In 1 to 1 relationship between User table and Address table, If I update User table along with a handle to Address table, then the Databa

[JBoss-user] Re: Help -- Connection Pooling -- Jboss 3.0

2002-08-30 Thread Arijit Ghosh
to me from your report that no connections are being put back in the pool, so I suggest you see if Castor is closing the connections. david jencks On 2002.08.29 03:25:15 -0400 Arijit Ghosh wrote: > According to my understanding, Castor is not supposed to close the > connection. This is because

[JBoss-user] Re: Re : CMT - No Managed Connection Jboss 3.0

2002-08-29 Thread Arijit Ghosh
to handle the connections. Isn't it ? Regards, Arijit --- I think you will have to read the castor code to find out why it is not closing connections when it is done with them. david jencks On 2002.08.29 00:09:30 -0400 Arijit Ghosh wrote: > The

[JBoss-user] Re: CMT -- No Managed Connection Jboss 3.0

2002-08-28 Thread Arijit Ghosh
There is no connection timeout error Connection remains there (status =INACTIVE). If I restart Jboss, then a new set of connections are being created which again become INACTIVE and never reused. When the no of maximum connections reached, "No Managed Connection" error is thrown. So if I have

[JBoss-user] CMT -- No Managed Connection Jboss 3.0

2002-08-27 Thread Arijit Ghosh
Hi, I am using Jboss 3.0 with Castor. I am using CMT. As the transaction is Container Managed, I am not opening any transaction explicitly nor am I closing it. Neither am I opening a database connection or doing a database.begin(). Also, I am not performing database.commit(). However, I am p

[JBoss-user] castor and jboss integration question

2002-08-20 Thread Arijit Ghosh
Jiang, I guess JBoss looks for that file in its default location i.e. BIN filder. Try putting those files there. Regards. Arijit --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! ht

[JBoss-user] java.lang.IllegalAccessError

2002-08-19 Thread Arijit Ghosh
ERROR [LogInterceptor] TransactionRolledbackException, causedBy: java.lang.IllegalAccessError: try to access method org.exolab.castor.mapping.loa der.ClassDescriptorImpl.(Ljava/lang/Class;)V from class org.exolab.castor. mapping.loader.MappingLoader at org.exolab.castor.mapping.loader.Mapp

[JBoss-user] BMT/CMT Re : Connection Pooling Jboss 3.0

2002-08-18 Thread Arijit Ghosh
> > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Burkhard > Vogel > Sent: Friday, August 16, 2002 4:14 PM > To: Arijit Ghosh; JBoss-User > Subject: [JBoss-user] Re: Connection pooling Jboss 3.0 > > > Hi, &g

[JBoss-user] Transaction Rollback Exception JBoss 3.0

2002-08-17 Thread Arijit Ghosh
Hi, I am using Struts Framework --> Jboss 3.0 (Stateless Session Bean) --> Castor JDO. I am getting the following error whenever I am recompiling my code and deploying to the server. Error persists even after restarting the server once or twice. After multiple restarts, the error goes away. Any

[JBoss-user] Why Close Connection ?

2002-08-16 Thread Arijit Ghosh
> Hi, > > This is what happening. We are using Struts framework > > From within the Action class, we are calling "modifyClientDetails" > defined in > the Client Session Bean. This in turn calls "modifyClientDetails" in > ClientDAO. From within ClientDAO, "findByPrimaryKey" is called whi

[JBoss-user] Logging problem

2002-08-16 Thread Arijit Ghosh
Hi, I am using Struts framework --> JBoss 3.0 (Stateless Session Beans) --> Castor JDO. How can I separate the Castor logging from JBoss logging and have a separate file for the output ? Thanks in advance. Regards, Arijit --- This sf.ne

[JBoss-user] Connection does not close Jboss 3.0

2002-08-15 Thread Arijit Ghosh
I am using Jboss 3.0 (stateless session bean) with Castor JDO. Its a container managed transaction. I am writing "db.close()". However, connections remain open with status INACTIVE. If no of maximum connections, as mentioned in Oracle-Service.xml, is exceeded --> "No Managed Connection" error is s

[JBoss-user] Connection not closed -- ??

2002-08-15 Thread Arijit Ghosh
Hi, I am using Jboss 3.0 with Castor JDO. Struts -> Stateless Session Bean --> Castor JDO I am using CONTAINER managed transaction and trying to impement connection pooling. I have written "db.close()" in finally. However, as it is CMT, therefore, I have not written "con.close()" assuming th

[JBoss-user] JNDI help Jboss 3.0

2002-08-15 Thread Arijit Ghosh
Hi, I am writing the following piece of code within the Action Servlet. I am using Struts framework -> Stateless Session Bean (JBoss 3.0) -> Castor JDO. fCtx =3D new InitialContext(); writer =3D new Logger(System.out).setPrefix("overseer"); map =3D new Mapping(getClass().getC

[JBoss-user] Connection Pooling Jboss 3.0

2002-08-13 Thread Arijit Ghosh
Hi, I am using Jboss 3.0 with Castor JDO. Struts -> Stateless Session Bean --> Castor JDO I am using container managed transaction and trying to impement connection pooling. I have included the oracle-service.xml file. Everytime I am connecting to the database, a new conneciton is being creat

[JBoss-user] JNDI lookup problem

2002-08-13 Thread Arijit Ghosh
Hi, I am writing the following piece of code within the Action Servlet. I am using Struts framework -> Stateless Session Bean (JBoss 3.0) -> Castor JDO. fCtx = new InitialContext(); writer = new Logger(System.out).setPrefix("overseer"); map = new Mapping(getClass().getClassLoa

[JBoss-user] Re: Transaction Rollback Exception

2002-08-13 Thread Arijit Ghosh
David, Same problem occurs with JBoss 3.0.1RC. Do I need to use the final release ? Problem got solved in JBoss 3.0 using cache-type="none" in the mapping.xml file. I am using Castor JDO also. Regards, Arijit --- This sf.net email is spo

[JBoss-user] Transaction Rollback Exception

2002-08-13 Thread Arijit Ghosh
Hi, I'm using Jboss 3.0 with JDO. The problem arises when i try to update an object already in the database. Consider an object CLIENT. The sequence of steps involved are 1) Displaying the list of clients. (Transaction -1) 2) Loading the details of the selected client. (Transaction -2) 3

[JBoss-user] Swing to Session Bean

2002-08-12 Thread Arijit Ghosh
Hi, I would like to use a swing component as my client which will be accessing the stateless session beans. Any pointers for this ? What should be the design strategy as I want to use the swing component for the presentation layer only and would like to do the lookup in some interface between swi

[JBoss-user] Re: JBoss-user digest, Vol 1 #2798 - 5 msgs

2002-08-08 Thread Arijit Ghosh
Hi Vogel, I am on JDK1.3.x and I think it happens even on JDK1.4.x Any suggestions ? Regards, Arijit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[JBoss-user] Undeclared Throwable Exception

2002-08-08 Thread Arijit Ghosh
Hi, I'm using container managed transaction of Jboss 3.0 with Tomcat 4.0.3. We are using the Struts framework and Castor. When i try to modify an existing object, the first time it works fine. the next time it throws the exception given below. Again the third time it works, 4th