[JBoss-user] JBoss hangs up in line [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS

2001-10-15 Thread storck

Hi,

could someone tell me what could be the problem that JBoss hangs up in line
[DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS?
I run JBoss in Visual Age 3.5. It all have worked REALY fine and I dont know
that I have changed anything within VA.
DefaultDS uses MySql.

PLEASE HELP  URGENT
Thanks


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss hangs at starting DefaultDS pool using Interbase

2001-05-31 Thread Kar YEOW

Check if you have the driver in your $JBOSS_HOME/lib/ext directory.
Kar
- Original Message -
From: Wiwih Will Gunadi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 31, 2001 2:53 PM
Subject: [JBoss-user] JBoss hangs at starting DefaultDS pool using Interbase


 Hi all,

 I'm using InterBase (Firebird v.0.9.4) and Interclient 1.6.
 I saw a lot of people pull this off but having problems with the
 interclient.jar.

 In my case however, JBoss simply hangs without any trace (both console and
 file log) after reporting that it's starting the DefaultDS pool.

 Here's the Interbase section of my jboss.jcml:

   !-- JDBC --
   mbean code=org.jboss.jdbc.JdbcProvider
 name=DefaultDomain:service=JdbcProvider
  attribute name=Driversinterbase.interclient.Driver/attribute
   /mbean

   mbean code=org.jboss.jdbc.XADataSourceLoader
 name=DefaultDomain:service=XADataSource,name=DefaultDS
 attribute name=PoolNameInterbaseDS/attribute
 attribute

name=DataSourceClassorg.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
 l/attribute
 attribute name=Properties/attribute
 attribute

name=URLjdbc:interclient://localhost/d:/jboss/jboss/db/interbase/jboss.gd
 b/attribute
 attribute name=JDBCUserSYSDBA/attribute
 attribute name=Passwordmasterkey/attribute
 !--
 attribute name=GCMinIdleTime120/attribute
 attribute name=MaxSize10/attribute
 attribute name=GCEnabledfalse/attribute
 attribute name=InvalidateOnErrorfalse/attribute
 attribute name=TimestampUsedfalse/attribute
 attribute name=Blockingtrue/attribute
 attribute name=GCInterval12/attribute
 attribute name=IdleTimeout180/attribute
 attribute name=IdleTimeoutEnabledfalse/attribute
 attribute name=LoggingEnabledfalse/attribute
 attribute name=MaxIdleTimeoutPercent1.0/attribute
 attribute name=MinSize0/attribute
 --
   /mbean

 It doesn't matter whether I comment out the rest of the mbean or not.
The
 problem is not with the Interclient and Interbase because I can
successfully
 access the db using Interclient by itself.

 Sorry I can't include the log because trying this out actually messed up
my
 JBoss installation (i.e a perfectly deployed .jar file using HyperSonic
 stops working after I try to switch to Interbase, so I have to delete the
 whole JBoss directory and re-do the install).

 We use Jonas in our team right now, if I can work JBoss with Interbase,
 it'll make a stronger case for us to switch to JBoss :)

 Could anybody help me, and to the JBoss team, good job!

 -Will Gunadi--
 Developer
 Compuware


 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] JBoss hangs at starting DefaultDS pool using Interbase

2001-05-30 Thread Jonathan Ackerman

I came across a similar problem. 

What had happened was that the Instant DB  HyperSonic JDBC drivers had been
removed to so the container was hanging when starting the out of the box
data sources.

Try this:

mbean code=org.jboss.jdbc.JdbcProvider
name=DefaultDomain:service=JdbcProvider
  attribute
name=Driversorg.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,inte
rbase.interclient.Driver/attribute
/mbean

And see what happens.

Jonathan

-Original Message-
From: Wiwih Will Gunadi [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 31 May 2001 4:54 p.m.
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JBoss hangs at starting DefaultDS pool using
Interbase


Hi all,

I'm using InterBase (Firebird v.0.9.4) and Interclient 1.6.
I saw a lot of people pull this off but having problems with the
interclient.jar.

In my case however, JBoss simply hangs without any trace (both console and
file log) after reporting that it's starting the DefaultDS pool.

Here's the Interbase section of my jboss.jcml:

  !-- JDBC --
  mbean code=org.jboss.jdbc.JdbcProvider
name=DefaultDomain:service=JdbcProvider
 attribute name=Driversinterbase.interclient.Driver/attribute
  /mbean

  mbean code=org.jboss.jdbc.XADataSourceLoader
name=DefaultDomain:service=XADataSource,name=DefaultDS
attribute name=PoolNameInterbaseDS/attribute
attribute
name=DataSourceClassorg.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
l/attribute
attribute name=Properties/attribute
attribute
name=URLjdbc:interclient://localhost/d:/jboss/jboss/db/interbase/jboss.gd
b/attribute
attribute name=JDBCUserSYSDBA/attribute
attribute name=Passwordmasterkey/attribute
!--
attribute name=GCMinIdleTime120/attribute
attribute name=MaxSize10/attribute
attribute name=GCEnabledfalse/attribute
attribute name=InvalidateOnErrorfalse/attribute
attribute name=TimestampUsedfalse/attribute
attribute name=Blockingtrue/attribute
attribute name=GCInterval12/attribute
attribute name=IdleTimeout180/attribute
attribute name=IdleTimeoutEnabledfalse/attribute
attribute name=LoggingEnabledfalse/attribute
attribute name=MaxIdleTimeoutPercent1.0/attribute
attribute name=MinSize0/attribute
--
  /mbean

It doesn't matter whether I comment out the rest of the mbean or not.  The
problem is not with the Interclient and Interbase because I can successfully
access the db using Interclient by itself.

Sorry I can't include the log because trying this out actually messed up my
JBoss installation (i.e a perfectly deployed .jar file using HyperSonic
stops working after I try to switch to Interbase, so I have to delete the
whole JBoss directory and re-do the install).

We use Jonas in our team right now, if I can work JBoss with Interbase,
it'll make a stronger case for us to switch to JBoss :)

Could anybody help me, and to the JBoss team, good job!

-Will Gunadi--
Developer
Compuware


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss hangs after SocketException

2001-05-29 Thread Matthias Krause

Hi,
In my program, I use a user management. Every user has his own ID.
When the same user make multi requests to my JSP, i get a few messages like
this below and after JBoss hangs.


2001-05-29 02:09:10 - PoolTcpEndpoint: Endpoint
ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8082] ignored exception:
java.net.SocketException: Die Verbindung wurde vom Kommunikationspartner
zurückgesetzt - java.net.SocketException: Die Verbindung wurde vom
Kommunikationspartner zurückgesetzt
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:413)
at java.net.ServerSocket.implAccept(ServerSocket.java:243)
at java.net.ServerSocket.accept(ServerSocket.java:222)
at
org.apache.tomcat.service.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:
286)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:402)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)



Have some body ideas?

WFG(MFG)

Matthias Krause


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss hangs ...

2001-05-18 Thread Georg Rehfeld

Hi Ray,

 I've tried to execute a context.getEJBObject and a context.getEJBHome 
within an ejbPostCreate call

 But for some reason, this hangs JBoss.

 According to most stuff I've read, I should be able to use the
 context inside ejbPostCreate.

You are right, according to EJB spec 1.1 section 9.1.6
'Operations allowed in the methods of the entity bean class'
you are definitely allowed to call both methods from
ejbPostCreate().

Could you post your code, please (ejbCreate, ejbPostCreate).

If you are absolutely sure to do it the right way, consider
reporting that as a bug at SourceForge:
http://sourceforge.net/tracker/?atid=376685group_id=22866func=browse

regards

Georg
 ___   ___
| + | |__Georg Rehfeld  Woltmanstr. 12 20097 Hamburg
|_|_\ |___   [EMAIL PROTECTED]   +49 (40) 23 53 27 10



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss hangs ...

2001-05-15 Thread Ray

Hi there.

I've tried to execute a context.getEJBObject and a context.getEJBHome 
within an ejbPostCreate call

But for some reason, this hangs JBoss.

According to most stuff I've read, I should be able to use the context 
inside ejbPostCreate.


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user