RE: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread Eric Kaplan

I had sent this one out last week and not gotten a response.  Does anyone
have any idea why this might be the case/seen something like this before?

Thanks

Eric

-Original Message-
From: Eric Kaplan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 19, 2002 10:51 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Shorten server boot time/Pool not bound


Hi

I tried as suggested and still had no luck bringing up the app server and
deploying my beans.  I finally came upon the following configuration that
seemed to work (thanks greg for Find.java, it was invaluable), although I'm
getting my jndi name for my database pool is not bound (I had gotten this to
work perfectly under the default configuration).  My new_minimal
configuration is shown below.  Any ideas on why my jndi name for my db pool
would no longer be bound would be helpful.  My oracle-service.xml is the
same one I used in default which worked.

new_minimal/conf
jboss-service.xml
jndi.properties
log4j.xml
standardjboss.xml
new_minimal/deploy
(my ear file)
jmx-html-adaptor.sar
oracle-service.xml
new_minimal/lib
jnet.jar
jnpserver.jar
log4j.jar
classes12.zip
jboss.jar
jmxri.jar
jmxtools.jar
jpl-pattern.jar
jpl-util.jar
jboss-management.jar
jboss-j2ee.jar
jboss-jca.jar
jboss-jsr77.jar

I attached the .xml files, as they are specific to this configuration.

regards

Eric


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Greg Turner
Sent: Friday, June 14, 2002 10:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Shorten server boot time




[EMAIL PROTECTED] wrote:

> Hi Greg,
>
> please send again your jboss-service.xml
> - I just joined this list.
>
> Thanx, Aralos
>
> >
> > Doh.. Good Idea !!
> >
> > In true_minimal/lib, put log4j.jar,
> > jnpserver.jar,jnet.jar,jmxtools.jar,jmxri.jar,jboss.jar
> >
> > In true_minimal/deploy put jmx-html-adaptor.sar
> >
> > In true_minimal/conf put log4j.xml,jboss-service.xml
> >
> > And find attached the jboss-service.xml file I used !!
> >
> > Enjoy.
> >
> > Greg Turner
> >
> >
> >
> >
> >
> >
> > JD Brennan wrote:
> >
> > >
> > >
> > > How about posting a listing of the contents of the zip file
> > > for true_minimal?  Seems that minimal doesn't even support
> > > EJBs...
> > >
> > > -Original Message-
> > > From: Greg Turner [mailto:]
> > > Sent: Thursday, June 13, 2002 6:11 PM
> > > To: 
> > > Subject: Re: [JBoss-user] Shorten server boot time
> > >
> > > The minimal configuration that comes with JBoss-3.0.0 is not very
> > > good.  I would not use it.
> > > It throws errors when starting up and some errors are seen in the
> > > console and some are not.
> > > The logging and jndi classes do not get loaded.  No log
> > file appears.
> > > Don't use it.
> > >
> > > I put together a configuration I call true_minimal that contains the
> > > following services:
> > > logging
> > > hot deploy
> > > ability to browse 8082
> > >
> > > I have zipped up this configuration, but the size is large
> > for sending
> > > to this list (1.5K).
> > > If you want it, send me email direct, and I will send to you.
> > >
> > > Greg Turner
> > >
> > >
> > >
> > > Jules Gosnell wrote:
> > >
> > > > Doh !
> > > >
> > > > I just thought
> > > >
> > > > Try running ./run.sh --configration minimal
> > > >
> > > > Jules
> > > >
> > > > Jules Gosnell wrote:
> > > > > Everyone's needs will be different.
> > > > >
> > > > > Just start moving services that look like likely
> > candidates out of
> > >
> > > > > deploy, and if you break something you need, put it back
> > > > >
> > > > > JBoss is designed to be tailored to your needs, not just to be a
> > > > > monolithic J2EE black-box
> > > > >
> > > > >
> > > > > Jules
> > > > >
> > > > >
> > > > >
> > > > > Steve Knight wrote:
> > > > >
> > > > > Hello,
> > > > > What services (files) can I safely remove from the Deploy
> > > directory in
> > > &

Re: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread David Jencks

You need (at least) jca-service.xml and jboss-local-jdbc.rar in deploy to
get local tx db access.

david jencks

On 2002.06.24 14:33:44 -0400 Eric Kaplan wrote:
> I had sent this one out last week and not gotten a response.  Does anyone
> have any idea why this might be the case/seen something like this before?
> 
> Thanks
> 
> Eric
> 
> -Original Message-
> From: Eric Kaplan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 19, 2002 10:51 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Shorten server boot time/Pool not bound
> 
> 
> Hi
> 
> I tried as suggested and still had no luck bringing up the app server and
> deploying my beans.  I finally came upon the following configuration that
> seemed to work (thanks greg for Find.java, it was invaluable), although
> I'm
> getting my jndi name for my database pool is not bound (I had gotten this
> to
> work perfectly under the default configuration).  My new_minimal
> configuration is shown below.  Any ideas on why my jndi name for my db
> pool
> would no longer be bound would be helpful.  My oracle-service.xml is the
> same one I used in default which worked.
> 
> new_minimal/conf
>   jboss-service.xml
>   jndi.properties
>   log4j.xml
>   standardjboss.xml
> new_minimal/deploy
>   (my ear file)
>   jmx-html-adaptor.sar
>   oracle-service.xml
> new_minimal/lib
>   jnet.jar
>   jnpserver.jar
>   log4j.jar
>   classes12.zip
>   jboss.jar
>   jmxri.jar
>   jmxtools.jar
>   jpl-pattern.jar
>   jpl-util.jar
>   jboss-management.jar
>   jboss-j2ee.jar
>   jboss-jca.jar
>   jboss-jsr77.jar
> 
> I attached the .xml files, as they are specific to this configuration.
> 
> regards
> 
> Eric
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Turner
> Sent: Friday, June 14, 2002 10:12 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Shorten server boot time
> 
> 
> 
> 
> [EMAIL PROTECTED] wrote:
> 
> > Hi Greg,
> >
> > please send again your jboss-service.xml
> > - I just joined this list.
> >
> > Thanx, Aralos
> >
> > >
> > > Doh.. Good Idea !!
> > >
> > > In true_minimal/lib, put log4j.jar,
> > > jnpserver.jar,jnet.jar,jmxtools.jar,jmxri.jar,jboss.jar
> > >
> > > In true_minimal/deploy put jmx-html-adaptor.sar
> > >
> > > In true_minimal/conf put log4j.xml,jboss-service.xml
> > >
> > > And find attached the jboss-service.xml file I used !!
> > >
> > > Enjoy.
> > >
> > > Greg Turner
> > >
> > >
> > >
> > >
> > >
> > >
> > > JD Brennan wrote:
> > >
> > > >
> > > >
> > > > How about posting a listing of the contents of the zip file
> > > > for true_minimal?  Seems that minimal doesn't even support
> > > > EJBs...
> > > >
> > > > -Original Message-
> > > > From: Greg Turner [mailto:]
> > > > Sent: Thursday, June 13, 2002 6:11 PM
> > > > To: 
> > > > Subject: Re: [JBoss-user] Shorten server boot time
> > > >
> > > > The minimal configuration that comes with JBoss-3.0.0 is not very
> > > > good.  I would not use it.
> > > > It throws errors when starting up and some errors are seen in the
> > > > console and some are not.
> > > > The logging and jndi classes do not get loaded.  No log
> > > file appears.
> > > > Don't use it.
> > > >
> > > > I put together a configuration I call true_minimal that contains
> the
> > > > following services:
> > > > logging
> > > > hot deploy
> > > > ability to browse 8082
> > > >
> > > > I have zipped up this configuration, but the size is large
> > > for sending
> > > > to this list (1.5K).
> > > > If you want it, send me email direct, and I will send to you.
> > > >
> > > > Greg Turner
> > > >
> > > >
> > > >
> > > > Jules Gosnell wrote:
> > > >
> > > > > Doh !
> > > > >
> > > > > I just thought
> > > > >
> > > > > Try running ./run.sh --configration minimal
> > > > >
> > > > > Jules
> > > > >
>

RE: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread Eric Kaplan

OK, but I still get my db pool not bound, and this is the same
oracle-service.xml that works fine in the default directory.

Thanks

Eric

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks
Sent: Monday, June 24, 2002 3:16 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Shorten server boot time/Pool not bound


You need (at least) jca-service.xml and jboss-local-jdbc.rar in deploy to
get local tx db access.

david jencks

On 2002.06.24 14:33:44 -0400 Eric Kaplan wrote:
> I had sent this one out last week and not gotten a response.  Does anyone
> have any idea why this might be the case/seen something like this before?
>
> Thanks
>
> Eric
>
> -Original Message-
> From: Eric Kaplan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 19, 2002 10:51 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Shorten server boot time/Pool not bound
>
>
> Hi
>
> I tried as suggested and still had no luck bringing up the app server and
> deploying my beans.  I finally came upon the following configuration that
> seemed to work (thanks greg for Find.java, it was invaluable), although
> I'm
> getting my jndi name for my database pool is not bound (I had gotten this
> to
> work perfectly under the default configuration).  My new_minimal
> configuration is shown below.  Any ideas on why my jndi name for my db
> pool
> would no longer be bound would be helpful.  My oracle-service.xml is the
> same one I used in default which worked.
>
> new_minimal/conf
>   jboss-service.xml
>   jndi.properties
>   log4j.xml
>   standardjboss.xml
> new_minimal/deploy
>   (my ear file)
>   jmx-html-adaptor.sar
>   oracle-service.xml
> new_minimal/lib
>   jnet.jar
>   jnpserver.jar
>   log4j.jar
>   classes12.zip
>   jboss.jar
>   jmxri.jar
>   jmxtools.jar
>   jpl-pattern.jar
>   jpl-util.jar
>   jboss-management.jar
>   jboss-j2ee.jar
>   jboss-jca.jar
>   jboss-jsr77.jar
>
> I attached the .xml files, as they are specific to this configuration.
>
> regards
>
> Eric
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Turner
> Sent: Friday, June 14, 2002 10:12 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Shorten server boot time
>
>
>
>
> [EMAIL PROTECTED] wrote:
>
> > Hi Greg,
> >
> > please send again your jboss-service.xml
> > - I just joined this list.
> >
> > Thanx, Aralos
> >
> > >
> > > Doh.. Good Idea !!
> > >
> > > In true_minimal/lib, put log4j.jar,
> > > jnpserver.jar,jnet.jar,jmxtools.jar,jmxri.jar,jboss.jar
> > >
> > > In true_minimal/deploy put jmx-html-adaptor.sar
> > >
> > > In true_minimal/conf put log4j.xml,jboss-service.xml
> > >
> > > And find attached the jboss-service.xml file I used !!
> > >
> > > Enjoy.
> > >
> > > Greg Turner
> > >
> > >
> > >
> > >
> > >
> > >
> > > JD Brennan wrote:
> > >
> > > >
> > > >
> > > > How about posting a listing of the contents of the zip file
> > > > for true_minimal?  Seems that minimal doesn't even support
> > > > EJBs...
> > > >
> > > > -Original Message-
> > > > From: Greg Turner [mailto:]
> > > > Sent: Thursday, June 13, 2002 6:11 PM
> > > > To: 
> > > > Subject: Re: [JBoss-user] Shorten server boot time
> > > >
> > > > The minimal configuration that comes with JBoss-3.0.0 is not very
> > > > good.  I would not use it.
> > > > It throws errors when starting up and some errors are seen in the
> > > > console and some are not.
> > > > The logging and jndi classes do not get loaded.  No log
> > > file appears.
> > > > Don't use it.
> > > >
> > > > I put together a configuration I call true_minimal that contains
> the
> > > > following services:
> > > > logging
> > > > hot deploy
> > > > ability to browse 8082
> > > >
> > > > I have zipped up this configuration, but the size is large
> > > for sending
> > > > to this list (1.5K).
> > > > If you want it, send me email direct, and I will send to you.
> > > >
> > > > Greg Turner
> > > >
> > > >
> > > >
> > > > Jules Gosnel

Re: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread David Jencks

You have no security system.  You may possibly be able to run your adapter
without it if you remove the depends references to parts of it from your
oracle-service.xml.

Get 3.0.1 from cvs, it tells you about problems like this after every
directory scan.

david jencks

On 2002.06.24 15:45:56 -0400 Eric Kaplan wrote:
> OK, but I still get my db pool not bound, and this is the same
> oracle-service.xml that works fine in the default directory.
> 
> Thanks
> 
> Eric
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks
> Sent: Monday, June 24, 2002 3:16 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Shorten server boot time/Pool not bound
> 
> 
> You need (at least) jca-service.xml and jboss-local-jdbc.rar in deploy to
> get local tx db access.
> 
> david jencks
> 
> On 2002.06.24 14:33:44 -0400 Eric Kaplan wrote:
> > I had sent this one out last week and not gotten a response.  Does
> anyone
> > have any idea why this might be the case/seen something like this
> before?
> >
> > Thanks
> >
> > Eric
> >
> > -Original Message-
> > From: Eric Kaplan [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 19, 2002 10:51 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [JBoss-user] Shorten server boot time/Pool not bound
> >
> >
> > Hi
> >
> > I tried as suggested and still had no luck bringing up the app server
> and
> > deploying my beans.  I finally came upon the following configuration
> that
> > seemed to work (thanks greg for Find.java, it was invaluable), although
> > I'm
> > getting my jndi name for my database pool is not bound (I had gotten
> this
> > to
> > work perfectly under the default configuration).  My new_minimal
> > configuration is shown below.  Any ideas on why my jndi name for my db
> > pool
> > would no longer be bound would be helpful.  My oracle-service.xml is
> the
> > same one I used in default which worked.
> >
> > new_minimal/conf
> > jboss-service.xml
> > jndi.properties
> > log4j.xml
> > standardjboss.xml
> > new_minimal/deploy
> > (my ear file)
> > jmx-html-adaptor.sar
> > oracle-service.xml
> > new_minimal/lib
> > jnet.jar
> > jnpserver.jar
> > log4j.jar
> > classes12.zip
> > jboss.jar
> > jmxri.jar
> > jmxtools.jar
> > jpl-pattern.jar
> > jpl-util.jar
> > jboss-management.jar
> > jboss-j2ee.jar
> > jboss-jca.jar
> > jboss-jsr77.jar
> >
> > I attached the .xml files, as they are specific to this configuration.
> >
> > regards
> >
> > Eric
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Turner
> > Sent: Friday, June 14, 2002 10:12 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [JBoss-user] Shorten server boot time
> >
> >
> >
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > Hi Greg,
> > >
> > > please send again your jboss-service.xml
> > > - I just joined this list.
> > >
> > > Thanx, Aralos
> > >
> > > >
> > > > Doh.. Good Idea !!
> > > >
> > > > In true_minimal/lib, put log4j.jar,
> > > > jnpserver.jar,jnet.jar,jmxtools.jar,jmxri.jar,jboss.jar
> > > >
> > > > In true_minimal/deploy put jmx-html-adaptor.sar
> > > >
> > > > In true_minimal/conf put log4j.xml,jboss-service.xml
> > > >
> > > > And find attached the jboss-service.xml file I used !!
> > > >
> > > > Enjoy.
> > > >
> > > > Greg Turner
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > JD Brennan wrote:
> > > >
> > > > >
> > > > >
> > > > > How about posting a listing of the contents of the zip file
> > > > > for true_minimal?  Seems that minimal doesn't even support
> > > > > EJBs...
> > > > >
> > > > > -Original Message-
> > > > > From: Greg Turner [mailto:]
> > > > > Sent: Thursday, June 13, 2002 6:11 PM
> > > > > To: 
> > > > > Subject: Re: [JBoss-user] Shorten server boot time
> > > > >
> > > > > The minimal configuration that comes with JB

RE: [JBoss-user] Shorten server boot time/Pool not bound

2002-06-24 Thread Eric Kaplan

that did it.  once again, thanks david.

regards

eric

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks
Sent: Monday, June 24, 2002 4:36 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Shorten server boot time/Pool not bound


You have no security system.  You may possibly be able to run your adapter
without it if you remove the depends references to parts of it from your
oracle-service.xml.

Get 3.0.1 from cvs, it tells you about problems like this after every
directory scan.

david jencks

On 2002.06.24 15:45:56 -0400 Eric Kaplan wrote:
> OK, but I still get my db pool not bound, and this is the same
> oracle-service.xml that works fine in the default directory.
>
> Thanks
>
> Eric
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks
> Sent: Monday, June 24, 2002 3:16 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Shorten server boot time/Pool not bound
>
>
> You need (at least) jca-service.xml and jboss-local-jdbc.rar in deploy to
> get local tx db access.
>
> david jencks
>
> On 2002.06.24 14:33:44 -0400 Eric Kaplan wrote:
> > I had sent this one out last week and not gotten a response.  Does
> anyone
> > have any idea why this might be the case/seen something like this
> before?
> >
> > Thanks
> >
> > Eric
> >
> > -Original Message-
> > From: Eric Kaplan [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 19, 2002 10:51 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [JBoss-user] Shorten server boot time/Pool not bound
> >
> >
> > Hi
> >
> > I tried as suggested and still had no luck bringing up the app server
> and
> > deploying my beans.  I finally came upon the following configuration
> that
> > seemed to work (thanks greg for Find.java, it was invaluable), although
> > I'm
> > getting my jndi name for my database pool is not bound (I had gotten
> this
> > to
> > work perfectly under the default configuration).  My new_minimal
> > configuration is shown below.  Any ideas on why my jndi name for my db
> > pool
> > would no longer be bound would be helpful.  My oracle-service.xml is
> the
> > same one I used in default which worked.
> >
> > new_minimal/conf
> > jboss-service.xml
> > jndi.properties
> > log4j.xml
> > standardjboss.xml
> > new_minimal/deploy
> > (my ear file)
> > jmx-html-adaptor.sar
> > oracle-service.xml
> > new_minimal/lib
> > jnet.jar
> > jnpserver.jar
> > log4j.jar
> > classes12.zip
> > jboss.jar
> > jmxri.jar
> > jmxtools.jar
> > jpl-pattern.jar
> > jpl-util.jar
> > jboss-management.jar
> > jboss-j2ee.jar
> > jboss-jca.jar
> > jboss-jsr77.jar
> >
> > I attached the .xml files, as they are specific to this configuration.
> >
> > regards
> >
> > Eric
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Turner
> > Sent: Friday, June 14, 2002 10:12 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [JBoss-user] Shorten server boot time
> >
> >
> >
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > Hi Greg,
> > >
> > > please send again your jboss-service.xml
> > > - I just joined this list.
> > >
> > > Thanx, Aralos
> > >
> > > >
> > > > Doh.. Good Idea !!
> > > >
> > > > In true_minimal/lib, put log4j.jar,
> > > > jnpserver.jar,jnet.jar,jmxtools.jar,jmxri.jar,jboss.jar
> > > >
> > > > In true_minimal/deploy put jmx-html-adaptor.sar
> > > >
> > > > In true_minimal/conf put log4j.xml,jboss-service.xml
> > > >
> > > > And find attached the jboss-service.xml file I used !!
> > > >
> > > > Enjoy.
> > > >
> > > > Greg Turner
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > JD Brennan wrote:
> > > >
> > > > >
> > > > >
> > > > > How about posting a listing of the contents of the zip file
> > > > > for true_minimal?  Seems that minimal doesn't even support
> > > > > EJBs...
> > > > >
> > > > > -Original Message-
> > > > > From: Greg Turner [mail