Re: JRun 3.1 connector disables SSI

2001-08-23 Thread Ben Groeneveld

Scott, thanks.  I would like to have it on in my apache html tree.  But 
the mod_jrun seems to disable it.  BenG.

Scott Stirling wrote:

>A sure way to disable JRun's handling of SSI, assuming you are using .shtml
>as the file extension for these, is remove or comment out the line in
>global.properties that makes JRun handle those files:
>
>###
>## rules
>###
>
>webapp.servlet-mapping./servlet=invoker
>webapp.servlet-mapping.*.jrun=invoker
>#webapp.servlet-mapping.*.shtml=ssifilter  <-- comment this line out
>webapp.servlet-mapping.*.jsp=jsp
>webapp.servlet-mapping.*.thtml=template
>
>Scott Stirling
>
>-Original Message-
>From: Ben Groeneveld
>To: JRun-Talk
>Sent: 8/23/01 8:16 PM
>Subject: Re: JRun 3.1 connector disables SSI
>
>Victory cry too soon!
>
>Just when shtml is working the mod_jrun stops, if I get mod_jrun to run 
>by placing it before includes_module then shtml stops...
>
>Any help appreciated.  Thanks, BenG.  
>
>Ben Groeneveld wrote:
>
>>John, SSI becomes disabled for all files in the apache 's.
>>
>>By default JRun loads their module after all others when auto-installed
>>
>
>>by the JRun admin console.  So this is interesting: I just tried
>>
>loading 
>
>>the JRun module first.  *This works*.  I put it back at the end of the 
>>httpd.conf and SSI stops working.  Order matters.  Thanks
>>
>>As an aside, I would also like to be able to control access to the
>>
>paths 
>
>>mapped by jrun using .htaccess or AuthUserFile, but it seems that they 
>>get intercepted first by the mod_jrun.  Do you know of a way around
>>
>this?
>
>>BenG.
>>
>>Mullee John - ZGI wrote:
>>
Subject: JRun 3.1 connector disables SSI

Hooking up my JRun 3.1 to Apache 1.3.14 on RedHat 6.2 disables server

>
side includes (.shtml).  It is easily reproducible.  Has anyone else 
seen this - is it a known problem with a workaround?  Thanks, BenG.

>>>Does it disable SSI for all files or only files which are also JSPs?
>>>Or only for files under the directory below which paths are mapped to
>>>mod_jrun ?
>>>Have you tried putting mod_jrun after all other modules loaded in the
>>>https.conf?
>>>
>>>john
>>>
>>>.
>>>
>

-- 
Ben Groeneveld 
Information Concepts, Inc., 115 N.W. Oregon, Suite 30, Bend, OR 97701
Mailto:[EMAIL PROTECTED], phone:541.388.3611, cell:208.520.6488




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: JRun 3.1 connector disables SSI

2001-08-23 Thread Scott Stirling

A sure way to disable JRun's handling of SSI, assuming you are using .shtml
as the file extension for these, is remove or comment out the line in
global.properties that makes JRun handle those files:

###
## rules
###

webapp.servlet-mapping./servlet=invoker
webapp.servlet-mapping.*.jrun=invoker
#webapp.servlet-mapping.*.shtml=ssifilter  <-- comment this line out
webapp.servlet-mapping.*.jsp=jsp
webapp.servlet-mapping.*.thtml=template

Scott Stirling

-Original Message-
From: Ben Groeneveld
To: JRun-Talk
Sent: 8/23/01 8:16 PM
Subject: Re: JRun 3.1 connector disables SSI

Victory cry too soon!

Just when shtml is working the mod_jrun stops, if I get mod_jrun to run 
by placing it before includes_module then shtml stops...

Any help appreciated.  Thanks, BenG.  

Ben Groeneveld wrote:

>John, SSI becomes disabled for all files in the apache 's.
>
>By default JRun loads their module after all others when auto-installed

>by the JRun admin console.  So this is interesting: I just tried
loading 
>the JRun module first.  *This works*.  I put it back at the end of the 
>httpd.conf and SSI stops working.  Order matters.  Thanks
>
>As an aside, I would also like to be able to control access to the
paths 
>mapped by jrun using .htaccess or AuthUserFile, but it seems that they 
>get intercepted first by the mod_jrun.  Do you know of a way around
this?
>
>BenG.
>
>Mullee John - ZGI wrote:
>
>>>Subject: JRun 3.1 connector disables SSI
>>>
>>>Hooking up my JRun 3.1 to Apache 1.3.14 on RedHat 6.2 disables server

>>>side includes (.shtml).  It is easily reproducible.  Has anyone else 
>>>seen this - is it a known problem with a workaround?  Thanks, BenG.
>>>
>>Does it disable SSI for all files or only files which are also JSPs?
>>Or only for files under the directory below which paths are mapped to
>>mod_jrun ?
>>Have you tried putting mod_jrun after all other modules loaded in the
>>https.conf?
>>
>>john
>>
>>.
>>
>

-- 
Ben Groeneveld 
Information Concepts, Inc., 115 N.W. Oregon, Suite 30, Bend, OR 97701
Mailto:[EMAIL PROTECTED], phone:541.388.3611, cell:208.520.6488
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: No value for sax.parser property error

2001-08-23 Thread Scott Stirling

The deploy tool inside JRun uses an XML parser for reading your deployment
descriptor.  Usually errors like this are due to having another XML parser
in the classpath, conflicting with the one the deploy tool thinks it should
use.

It uses JAXP 1.0 and parser.jar from Sun by default.  Do you have some other
XML jars in the vicinity that might be muddying the works?

Scott Stirling
 

-Original Message-
From: [EMAIL PROTECTED]
To: JRun-Talk
Sent: 8/23/01 3:52 PM
Subject: No value for sax.parser property error

Hi All,
Has anybody ever experienced "java.lang.NullPointerException:No value
for
sax.parser property" error while deploying EntityBean through Jrun
Management Console.

Following is the ejb-jar.xml file -

http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";>



asi.DataModel
com.emc.asi.ejb.DataModelHome
com.emc.asi.ejb.DataModel
com.emc.asi.ejb.DataModelBean
Bean
java.lang.String
False




 
all 

 
all

asi.DataModel
create


asi.DataModel

findByPrimaryKey



  

Ths class file for bean are simple has no special function except all
EntityBean functions.
Any help will be appreciated.
Thanks
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: JRun 3.1 connector disables SSI

2001-08-23 Thread Ben Groeneveld

Victory cry too soon!

Just when shtml is working the mod_jrun stops, if I get mod_jrun to run 
by placing it before includes_module then shtml stops...

Any help appreciated.  Thanks, BenG.  

Ben Groeneveld wrote:

>John, SSI becomes disabled for all files in the apache 's.
>
>By default JRun loads their module after all others when auto-installed 
>by the JRun admin console.  So this is interesting: I just tried loading 
>the JRun module first.  *This works*.  I put it back at the end of the 
>httpd.conf and SSI stops working.  Order matters.  Thanks
>
>As an aside, I would also like to be able to control access to the paths 
>mapped by jrun using .htaccess or AuthUserFile, but it seems that they 
>get intercepted first by the mod_jrun.  Do you know of a way around this?
>
>BenG.
>
>Mullee John - ZGI wrote:
>
>>>Subject: JRun 3.1 connector disables SSI
>>>
>>>Hooking up my JRun 3.1 to Apache 1.3.14 on RedHat 6.2 disables server 
>>>side includes (.shtml).  It is easily reproducible.  Has anyone else 
>>>seen this - is it a known problem with a workaround?  Thanks, BenG.
>>>
>>Does it disable SSI for all files or only files which are also JSPs?
>>Or only for files under the directory below which paths are mapped to
>>mod_jrun ?
>>Have you tried putting mod_jrun after all other modules loaded in the
>>https.conf?
>>
>>john
>>
>>.
>>
>

-- 
Ben Groeneveld 
Information Concepts, Inc., 115 N.W. Oregon, Suite 30, Bend, OR 97701
Mailto:[EMAIL PROTECTED], phone:541.388.3611, cell:208.520.6488




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



JRUN -> connector for AIX/RS6000

2001-08-23 Thread Kevin Li

Hello there,
Jrun 3.0 Evaluation CD did not include the NS server Connector for
AIX/RS6000, I can not find a place to  download, after plug Jrun with
NS, the whole NS server can not start, and no error was generate,  I
check the website, someone mentioned Jrun have some problem on AIX/NS
server, not sure it is fixed or not

Any suggestion ?

Kevin



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



No value for sax.parser property error

2001-08-23 Thread Verma_Dilip

Hi All,
Has anybody ever experienced "java.lang.NullPointerException:No value for
sax.parser property" error while deploying EntityBean through Jrun
Management Console.

Following is the ejb-jar.xml file -

http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";>



asi.DataModel
com.emc.asi.ejb.DataModelHome
com.emc.asi.ejb.DataModel
com.emc.asi.ejb.DataModelBean
Bean
java.lang.String
False




 
all 

 
all

asi.DataModel
create


asi.DataModel
findByPrimaryKey



  

Ths class file for bean are simple has no special function except all
EntityBean functions.
Any help will be appreciated.
Thanks

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Access Database

2001-08-23 Thread Jackie Comeau

You can download it. Here is the url to find what your looking for.

www.j-netdirect.com

On Thursday, August 23, 2001 9:59 AM, Rich Tretola [SMTP:[EMAIL PROTECTED]] 
wrote:
> Where can I get that?
> Rich
> 
> -Original Message-
> From: Jackie Comeau [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 9:54 AM
> To: JRun-Talk
> Subject: RE: Access Database
> 
> 
> You need to install a jdbc that supports connection to Access. I'm using
> JDataConnect to connect to mine.
> 
> 
> 
> On Thursday, August 23, 2001 7:58 AM, Rich Tretola
> [SMTP:[EMAIL PROTECTED]] wrote:
> > How do I set up an Access database connection to JRun?
> > Rich
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Access Database

2001-08-23 Thread Jackie Comeau

If you have Advanced or Enterprise version only which comes with the 
drives. Not sure if it comes with SQL Server, but I would assume though, 
but better check before upgrading to a different version.

Jackie

On Thursday, August 23, 2001 10:19 AM, Rich Tretola 
[SMTP:[EMAIL PROTECTED]] wrote:
> I have a copy of SQL Server.  I am just learning JRun and figured Access
> would be easier as it was when I learned CF.  I guess I was wrong.  JRun
> will connect with SQL Server directly?
> Rich
>
> -Original Message-
> From: Bert [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 10:14 AM
> To: JRun-Talk
> Subject: Re: Access Database
>
>
> third party drivers are expensive you may want to upgrade to Sql Server
> - Original Message -
> From: "Jackie Comeau" <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, August 23, 2001 9:55 AM
> Subject: RE: Access Database
>
>
> > I've tried the JDBC-ODBC bridge and it doesn't work all that well. Your
> > better off going with a third-party driver. They are hard to find for
> > Access, and never found a freebee for Access. I'm using JDataConnect.
> >
> > Jackie
> >
> > On Thursday, August 23, 2001 8:03 AM, Vitaly Shorin
> > [SMTP:[EMAIL PROTECTED]] wrote:
> > > Hi Rich,
> > > I think the only way to do this is to use JDBC-ODBC bridge.
> > > I did not hear about any third-party drivers, and the people in
> Microsoft
> > > are not fans of Java. Really, they didn't implement ever MS SQL 
drivers
> > for
> > > JDBC!
> > >
> > > Regards,
> > > Vitaly.
> > >
> > > - Original Message -
> > > From: "Rich Tretola" <[EMAIL PROTECTED]>
> > > To: "JRun-Talk" <[EMAIL PROTECTED]>
> > > Sent: Thursday, August 23, 2001 3:57 PM
> > > Subject: Access Database
> > >
> > >
> > > > How do I set up an Access database connection to JRun?
> > > > Rich
> > > >
> > > >
> > > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MS-SQL Connections are increasing- JRUN pooling???

2001-08-23 Thread Jackie Comeau

Thanks for the tip!

On Thursday, August 23, 2001 10:48 AM, Mohamed Bangura [SMTP:[EMAIL PROTECTED]] 
wrote:
> I don't know how you close your connections, but it's common for an
> application to encounter non-Sql errors before it hits the code for closing
> a connection. This results in outstanding connections accumulating outside
> the pool.  The best option is always to include the code for closing
> connections inside a "finally" method. Since the "finally" method is always
> executed, you're guaranteed your code for closing the connection is called. 
> 
> Also, new JSP programmers have the bad habit of inserting the JSP forward or
> redirection tag before the code that closes the connection. Make sure you do
> the reverse as this is a common connection pool time bomb!
> Mohamed.
> 
> -Original Message-
> From: Robert Jose [mailto:[EMAIL PROTECTED]]
> Sent: 23 August 2001 15:13
> To: JRun-Talk
> Subject: RE: MS-SQL Connections are increasing- JRUN pooling???
> 
> 
> Don't count on it fixing your problems.  I am having similar problems with
> Jrun 3.1.  A couple of differences are I am using IIS 4.0 and I use the JDBC
> drivers from Merant (provided by Jrun).  My connections seem to release
> though, so maybe you will be ok.  I am still trying to find out what my
> problem is exactly.  The only thing that I know is that around 12 hours
> after restarting the servers (both SQL and Jrun), the SQL Server crashes
> hard.
> 
> If you find a solution to your problem, please let me know, maybe there is a
> tie in someplace.
> 
> Thanks
> Rob
> 
>  -Original Message-
> From: Mohamed Bangura [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, August 23, 2001 12:48 AM
> To:   JRun-Talk
> Subject:  RE: MS-SQL Connections are increasing- JRUN pooling???
> 
> This is a well known problem with the version of JRun you're using. The best
> advice is for you to upgrade to 3.1 for free. This will fix all of your JDBC
> problems!
> Mohamed.
> 
> -Original Message-
> From: Arif Senol [mailto:[EMAIL PROTECTED]]
> Sent: 23 August 2001 08:41
> To: JRun-Talk
> Subject: MS-SQL Connections are increasing- JRUN pooling???
> 
> 
> Hi all,
> 
>   I am using JRun 3.0 Service Pack 2a Version 3.02a.11614 on Netscape
> EnterPrise 4.1. I am using Weblogic JDBC drivers to connect to MS-SQL 7.0
> DB. I am using JRUN's connection pooling to connect to DB. I have created
> JDBC data source for my DB connection inn JRUN admin console. Than I used
> this data source in my JSPs. I open connection , execute my statements and
> close connection. 
> 
>   The problem is after a while the number of SQL server processes are
> increasing.This means alot of memory&CPU usage When I checked the SQL server
> Process info after 2 days I restarted SQL server, I saw many connections are
> waiting on sleeping mode which is created by my applications and weblogic
> drivers. I traced SQL server for invalid statement executions but nothing
> found. I think JRUN cannot release the connections. May be because of
> drivers. I also have some servlets using stored procedures from another
> MS-SQL server but they didnot cause any problems. Only for these jsp files
> and this SQL server! servlets also working with same method (JRUN data
> sources).
> 
> Can somebody help me to solve this problem? 
> 
> M. Arif Senol
> Technology Integration
> Global Securities
> Phone: +90-212-2114900x1731
> mailto: [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> NOTE: This e-mail is confidential and may also be privileged; under no
> circumstances should you forward it, or copy or disclose its contents, to
> any other person without the prior consent of the sender. If you are not an
> intended recipient of this e-mail, please notify us immediately.
> Internet communications are not secure and subject to possible data
> corruption, either accidentally or on purpose, and may contain viruses.
> Furthermore e-mail is an informal and often abbreviated method of
> communication. For these reasons, it will normally be inappropriate to rely
> on any information or advice contained herein without also discussing it
> with the sender.
> 
> (The note below is a Turkish version of the above disclaimer)
> 
> NOT: Bu elektronik posta mesajy gizli olup, ayny zamanda ayrycalykly
> olabilir; ?artlar ne olursa olsun, gondericinin onceden onayyny almaksyzyn,
> ba?kalaryna iletmemeniz, iceri?ini kopyalamamanyz veya ba?kalaryna
> acyklamamanyz gerekmektedir. Bu mesajyn muhataby de?ilseniz, bu durumu
> derhal tarafymyza bildirmenizi rica ederiz.
> Internet uzerinden yapylan ileti?im guvenli olmayyp, verilerin kasten veya
> tesadufen bozulmasy ve virus icermesi olasyly?y vardyr. Ayryca, elektronik
> posta, resmi olmayan ve co?unlukla kysaltylmy? bir ileti?im yontemidir.
> Dolayysyyla, burada yer alan bilgi veya tavsiyelere, gonderici ile ayryca
> goru?meden guvenmeniz normal ?artlar altynda uygun olmayacaktyr.
>
~~
Structure your Col

Re: JRun 3.1 connector disables SSI

2001-08-23 Thread Ben Groeneveld

John, SSI becomes disabled for all files in the apache 's.

By default JRun loads their module after all others when auto-installed 
by the JRun admin console.  So this is interesting: I just tried loading 
the JRun module first.  *This works*.  I put it back at the end of the 
httpd.conf and SSI stops working.  Order matters.  Thanks

As an aside, I would also like to be able to control access to the paths 
mapped by jrun using .htaccess or AuthUserFile, but it seems that they 
get intercepted first by the mod_jrun.  Do you know of a way around this?

BenG.

Mullee John - ZGI wrote:

>>Subject: JRun 3.1 connector disables SSI
>>
>
>>Hooking up my JRun 3.1 to Apache 1.3.14 on RedHat 6.2 disables server 
>>side includes (.shtml).  It is easily reproducible.  Has anyone else 
>>seen this - is it a known problem with a workaround?  Thanks, BenG.
>>
>
>Does it disable SSI for all files or only files which are also JSPs?
>Or only for files under the directory below which paths are mapped to
>mod_jrun ?
>Have you tried putting mod_jrun after all other modules loaded in the
>https.conf?
>
>john
>
>.
>

-- 
Ben Groeneveld 
Information Concepts, Inc., 115 N.W. Oregon, Suite 30, Bend, OR 97701
Mailto:[EMAIL PROTECTED], phone:541.388.3611, cell:208.520.6488




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Connection Pooling question...

2001-08-23 Thread Mohamed Bangura

 Implementing this function on the database server only allows you to check
"physical" connections to the database rather than the "logical" or "JDBC"
connections sort by Dave. I do understand version 3.1 allows you to query
the pool manager and get the answers you need. 

Mohamed

-Original Message-
From: Robert Jose [mailto:[EMAIL PROTECTED]]
Sent: 23 August 2001 15:53
To: JRun-Talk
Subject: RE: Connection Pooling question...


I use a stored procedure on Microsoft SQL Server called sp_who2.  It tells
me what connections are open and who has them open.

 -Original Message-
From:   Dave Feltenberger [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, August 23, 2001 7:25 AM
To: JRun-Talk
Subject:Connection Pooling question...


I want to check and see what connections are open, which are used, etc.  Is
there a tool with JRun that can do that for me?  Thanks.

- Dave
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



JBuilder and JRun

2001-08-23 Thread Dan Tran

Hello experts,

I am on a mission of looking a good JSP/JAVA IDE for my group
to develop, debug, and finally deploy on a JRun server

I am evaluating both JBuilder and JRunStudio


Most of our JSP files do a <%@ include file="..\include\"   using the
relative path.  JRun runtime is very happy about it

JBuilder is not happy about that declaration and throws "Bad file arguments
.." (ofcourse lots of them)

So I change them to <%@ include file=/include/..."using the application
root path.

Now JRun runtime is unhappy about it.

I thought JSP is part of J2EE specification.  And all  IDE vendor should be 
able to complile all JSP code. 

What is going on? Whois the fault here? Jbuilder or Jrun?


Thousand thanks


-Dan


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MS-SQL Connections are increasing- JRUN pooling???

2001-08-23 Thread Robert Jose

Does the finally execute even if you have a request.sendRedirect in your
catch?  Just curious.  I don't use the finally, but I do close the
connection before doing a redirect.  I use the stored procedure provided by
SQL Server (sp_who2) to check to see if any connections are open.  I do have
one or two pages that are not closing its connections, but I would say 98%
are closing.  As of right now I am not using connection pooling either, I
turned it off to see if it would help.  It didn't, I just haven't turned it
back on.  

Thanks for any insights
Rob

 -Original Message-
From:   Mohamed Bangura [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, August 23, 2001 7:48 AM
To: JRun-Talk
Subject:RE: MS-SQL Connections are increasing- JRUN pooling???

I don't know how you close your connections, but it's common for an
application to encounter non-Sql errors before it hits the code for closing
a connection. This results in outstanding connections accumulating outside
the pool.  The best option is always to include the code for closing
connections inside a "finally" method. Since the "finally" method is always
executed, you're guaranteed your code for closing the connection is called. 

Also, new JSP programmers have the bad habit of inserting the JSP forward or
redirection tag before the code that closes the connection. Make sure you do
the reverse as this is a common connection pool time bomb!
Mohamed.

-Original Message-
From: Robert Jose [mailto:[EMAIL PROTECTED]]
Sent: 23 August 2001 15:13
To: JRun-Talk
Subject: RE: MS-SQL Connections are increasing- JRUN pooling???


Don't count on it fixing your problems.  I am having similar problems with
Jrun 3.1.  A couple of differences are I am using IIS 4.0 and I use the JDBC
drivers from Merant (provided by Jrun).  My connections seem to release
though, so maybe you will be ok.  I am still trying to find out what my
problem is exactly.  The only thing that I know is that around 12 hours
after restarting the servers (both SQL and Jrun), the SQL Server crashes
hard.

If you find a solution to your problem, please let me know, maybe there is a
tie in someplace.

Thanks
Rob

 -Original Message-
From:   Mohamed Bangura [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, August 23, 2001 12:48 AM
To: JRun-Talk
Subject:RE: MS-SQL Connections are increasing- JRUN pooling???

This is a well known problem with the version of JRun you're using. The best
advice is for you to upgrade to 3.1 for free. This will fix all of your JDBC
problems!
Mohamed.

-Original Message-
From: Arif Senol [mailto:[EMAIL PROTECTED]]
Sent: 23 August 2001 08:41
To: JRun-Talk
Subject: MS-SQL Connections are increasing- JRUN pooling???


Hi all,

I am using JRun 3.0 Service Pack 2a Version 3.02a.11614 on Netscape
EnterPrise 4.1. I am using Weblogic JDBC drivers to connect to MS-SQL 7.0
DB. I am using JRUN's connection pooling to connect to DB. I have created
JDBC data source for my DB connection inn JRUN admin console. Than I used
this data source in my JSPs. I open connection , execute my statements and
close connection. 

The problem is after a while the number of SQL server processes are
increasing.This means alot of memory&CPU usage When I checked the SQL server
Process info after 2 days I restarted SQL server, I saw many connections are
waiting on sleeping mode which is created by my applications and weblogic
drivers. I traced SQL server for invalid statement executions but nothing
found. I think JRUN cannot release the connections. May be because of
drivers. I also have some servlets using stored procedures from another
MS-SQL server but they didnot cause any problems. Only for these jsp files
and this SQL server! servlets also working with same method (JRUN data
sources).

Can somebody help me to solve this problem? 

M. Arif Senol
Technology Integration
Global Securities
Phone: +90-212-2114900x1731
mailto: [EMAIL PROTECTED]





NOTE: This e-mail is confidential and may also be privileged; under no
circumstances should you forward it, or copy or disclose its contents, to
any other person without the prior consent of the sender. If you are not an
intended recipient of this e-mail, please notify us immediately.
Internet communications are not secure and subject to possible data
corruption, either accidentally or on purpose, and may contain viruses.
Furthermore e-mail is an informal and often abbreviated method of
communication. For these reasons, it will normally be inappropriate to rely
on any information or advice contained herein without also discussing it
with the sender.

(The note below is a Turkish version of the above disclaimer)

NOT: Bu elektronik posta mesajý gizli olup, ayný zamanda ayrýcalýklý
olabilir; þartlar ne olursa olsun, göndericinin önceden onayýný almaksýzýn,
baþkalarýna iletmemeniz, içeriðini kopyalamamanýz veya baþkalarýna
açýklamamanýz gerekmektedir. Bu mesajýn muhatabý deðilseniz, bu durumu
derhal tarafýmýza bild

RE: Access Database

2001-08-23 Thread Haseltine, Celeste

Instead of spending money to purchase third party drivers for MS database's,
which SQLServer and Access are, use the free database called MySQL.  It
comes with a JDBC driver, and follows the ANSI standard of SQL more closely
than SQLServer or Access do, particularly Access.

Just as an aside, Oracle and SQLAnywhere both come with JDBC drivers.  Since
MS refuses to support Sun and/or Java, they are the only vendor of PC
database's that I know if that do NOT package a JDBC and ODBC driver with
thier software. 

Celeste
-Original Message-
From: Dave Feltenberger [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 9:17 AM
To: JRun-Talk
Subject: RE: Access Database


SQL Server is even more expensive than 3rd party drivers...  I'd stick with
Access (if it's working OK for you) and use the JDBC/ODBC bridge.  If
reliability were an issue, and the application you're using were getting hit
thousands of times per second, you wouldn't be using Access in the first
place - so the JDBC/ODBC bridge should work perfectly fine.  It's included
with JRun.

> -Original Message-
> From: Bert [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 10:14 AM
> To: JRun-Talk
> Subject: Re: Access Database
>
>
> third party drivers are expensive you may want to upgrade to
> Sql Server
> - Original Message -
> From: "Jackie Comeau" <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, August 23, 2001 9:55 AM
> Subject: RE: Access Database
>
>
> > I've tried the JDBC-ODBC bridge and it doesn't work all
> that well. Your
> > better off going with a third-party driver. They are hard
> to find for
> > Access, and never found a freebee for Access. I'm using
> JDataConnect.
> >
> > Jackie
> >
> > On Thursday, August 23, 2001 8:03 AM, Vitaly Shorin
> > [SMTP:[EMAIL PROTECTED]] wrote:
> > > Hi Rich,
> > > I think the only way to do this is to use JDBC-ODBC bridge.
> > > I did not hear about any third-party drivers, and the people in
> Microsoft
> > > are not fans of Java. Really, they didn't implement ever
> MS SQL drivers
> > for
> > > JDBC!
> > >
> > > Regards,
> > > Vitaly.
> > >
> > > - Original Message -
> > > From: "Rich Tretola" <[EMAIL PROTECTED]>
> > > To: "JRun-Talk" <[EMAIL PROTECTED]>
> > > Sent: Thursday, August 23, 2001 3:57 PM
> > > Subject: Access Database
> > >
> > >
> > > > How do I set up an Access database connection to JRun?
> > > > Rich
> > > >
> > > >
> > > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Connection Pooling question...

2001-08-23 Thread Robert Jose

I use a stored procedure on Microsoft SQL Server called sp_who2.  It tells
me what connections are open and who has them open.

 -Original Message-
From:   Dave Feltenberger [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, August 23, 2001 7:25 AM
To: JRun-Talk
Subject:Connection Pooling question...


I want to check and see what connections are open, which are used, etc.  Is
there a tool with JRun that can do that for me?  Thanks.

- Dave
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MS-SQL Connections are increasing- JRUN pooling???

2001-08-23 Thread Mohamed Bangura

I don't know how you close your connections, but it's common for an
application to encounter non-Sql errors before it hits the code for closing
a connection. This results in outstanding connections accumulating outside
the pool.  The best option is always to include the code for closing
connections inside a "finally" method. Since the "finally" method is always
executed, you're guaranteed your code for closing the connection is called. 

Also, new JSP programmers have the bad habit of inserting the JSP forward or
redirection tag before the code that closes the connection. Make sure you do
the reverse as this is a common connection pool time bomb!
Mohamed.

-Original Message-
From: Robert Jose [mailto:[EMAIL PROTECTED]]
Sent: 23 August 2001 15:13
To: JRun-Talk
Subject: RE: MS-SQL Connections are increasing- JRUN pooling???


Don't count on it fixing your problems.  I am having similar problems with
Jrun 3.1.  A couple of differences are I am using IIS 4.0 and I use the JDBC
drivers from Merant (provided by Jrun).  My connections seem to release
though, so maybe you will be ok.  I am still trying to find out what my
problem is exactly.  The only thing that I know is that around 12 hours
after restarting the servers (both SQL and Jrun), the SQL Server crashes
hard.

If you find a solution to your problem, please let me know, maybe there is a
tie in someplace.

Thanks
Rob

 -Original Message-
From:   Mohamed Bangura [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, August 23, 2001 12:48 AM
To: JRun-Talk
Subject:RE: MS-SQL Connections are increasing- JRUN pooling???

This is a well known problem with the version of JRun you're using. The best
advice is for you to upgrade to 3.1 for free. This will fix all of your JDBC
problems!
Mohamed.

-Original Message-
From: Arif Senol [mailto:[EMAIL PROTECTED]]
Sent: 23 August 2001 08:41
To: JRun-Talk
Subject: MS-SQL Connections are increasing- JRUN pooling???


Hi all,

I am using JRun 3.0 Service Pack 2a Version 3.02a.11614 on Netscape
EnterPrise 4.1. I am using Weblogic JDBC drivers to connect to MS-SQL 7.0
DB. I am using JRUN's connection pooling to connect to DB. I have created
JDBC data source for my DB connection inn JRUN admin console. Than I used
this data source in my JSPs. I open connection , execute my statements and
close connection. 

The problem is after a while the number of SQL server processes are
increasing.This means alot of memory&CPU usage When I checked the SQL server
Process info after 2 days I restarted SQL server, I saw many connections are
waiting on sleeping mode which is created by my applications and weblogic
drivers. I traced SQL server for invalid statement executions but nothing
found. I think JRUN cannot release the connections. May be because of
drivers. I also have some servlets using stored procedures from another
MS-SQL server but they didnot cause any problems. Only for these jsp files
and this SQL server! servlets also working with same method (JRUN data
sources).

Can somebody help me to solve this problem? 

M. Arif Senol
Technology Integration
Global Securities
Phone: +90-212-2114900x1731
mailto: [EMAIL PROTECTED]





NOTE: This e-mail is confidential and may also be privileged; under no
circumstances should you forward it, or copy or disclose its contents, to
any other person without the prior consent of the sender. If you are not an
intended recipient of this e-mail, please notify us immediately.
Internet communications are not secure and subject to possible data
corruption, either accidentally or on purpose, and may contain viruses.
Furthermore e-mail is an informal and often abbreviated method of
communication. For these reasons, it will normally be inappropriate to rely
on any information or advice contained herein without also discussing it
with the sender.

(The note below is a Turkish version of the above disclaimer)

NOT: Bu elektronik posta mesajý gizli olup, ayný zamanda ayrýcalýklý
olabilir; þartlar ne olursa olsun, göndericinin önceden onayýný almaksýzýn,
baþkalarýna iletmemeniz, içeriðini kopyalamamanýz veya baþkalarýna
açýklamamanýz gerekmektedir. Bu mesajýn muhatabý deðilseniz, bu durumu
derhal tarafýmýza bildirmenizi rica ederiz.
Internet üzerinden yapýlan iletiþim güvenli olmayýp, verilerin kasten veya
tesadüfen bozulmasý ve virüs içermesi olasýlýðý vardýr. Ayrýca, elektronik
posta, resmi olmayan ve çoðunlukla kýsaltýlmýþ bir iletiþim yöntemidir.
Dolayýsýyla, burada yer alan bilgi veya tavsiyelere, gönderici ile ayrýca
görüþmeden güvenmeniz normal þartlar altýnda uygun olmayacaktýr.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Connection Pooling question...

2001-08-23 Thread Dave Feltenberger


I want to check and see what connections are open, which are used, etc.  Is
there a tool with JRun that can do that for me?  Thanks.

- Dave


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Access Database

2001-08-23 Thread Thomas Muck

Here you go. They have a trial download available.
http://www.j-netdirect.com/Downloads.htm

tom
www.basic-ultradev.com

- Original Message -
From: "Rich Tretola" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 9:59 AM
Subject: RE: Access Database


Where can I get that?
Rich




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Access Database

2001-08-23 Thread Dave Feltenberger

SQL Server is even more expensive than 3rd party drivers...  I'd stick with
Access (if it's working OK for you) and use the JDBC/ODBC bridge.  If
reliability were an issue, and the application you're using were getting hit
thousands of times per second, you wouldn't be using Access in the first
place - so the JDBC/ODBC bridge should work perfectly fine.  It's included
with JRun.

> -Original Message-
> From: Bert [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 10:14 AM
> To: JRun-Talk
> Subject: Re: Access Database
>
>
> third party drivers are expensive you may want to upgrade to
> Sql Server
> - Original Message -
> From: "Jackie Comeau" <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, August 23, 2001 9:55 AM
> Subject: RE: Access Database
>
>
> > I've tried the JDBC-ODBC bridge and it doesn't work all
> that well. Your
> > better off going with a third-party driver. They are hard
> to find for
> > Access, and never found a freebee for Access. I'm using
> JDataConnect.
> >
> > Jackie
> >
> > On Thursday, August 23, 2001 8:03 AM, Vitaly Shorin
> > [SMTP:[EMAIL PROTECTED]] wrote:
> > > Hi Rich,
> > > I think the only way to do this is to use JDBC-ODBC bridge.
> > > I did not hear about any third-party drivers, and the people in
> Microsoft
> > > are not fans of Java. Really, they didn't implement ever
> MS SQL drivers
> > for
> > > JDBC!
> > >
> > > Regards,
> > > Vitaly.
> > >
> > > - Original Message -
> > > From: "Rich Tretola" <[EMAIL PROTECTED]>
> > > To: "JRun-Talk" <[EMAIL PROTECTED]>
> > > Sent: Thursday, August 23, 2001 3:57 PM
> > > Subject: Access Database
> > >
> > >
> > > > How do I set up an Access database connection to JRun?
> > > > Rich
> > > >
> > > >
> > > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Access Database

2001-08-23 Thread Rich Tretola

I have a copy of SQL Server.  I am just learning JRun and figured Access
would be easier as it was when I learned CF.  I guess I was wrong.  JRun
will connect with SQL Server directly?
Rich

-Original Message-
From: Bert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 10:14 AM
To: JRun-Talk
Subject: Re: Access Database


third party drivers are expensive you may want to upgrade to Sql Server
- Original Message -
From: "Jackie Comeau" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 9:55 AM
Subject: RE: Access Database


> I've tried the JDBC-ODBC bridge and it doesn't work all that well. Your
> better off going with a third-party driver. They are hard to find for
> Access, and never found a freebee for Access. I'm using JDataConnect.
>
> Jackie
>
> On Thursday, August 23, 2001 8:03 AM, Vitaly Shorin
> [SMTP:[EMAIL PROTECTED]] wrote:
> > Hi Rich,
> > I think the only way to do this is to use JDBC-ODBC bridge.
> > I did not hear about any third-party drivers, and the people in
Microsoft
> > are not fans of Java. Really, they didn't implement ever MS SQL drivers
> for
> > JDBC!
> >
> > Regards,
> > Vitaly.
> >
> > - Original Message -
> > From: "Rich Tretola" <[EMAIL PROTECTED]>
> > To: "JRun-Talk" <[EMAIL PROTECTED]>
> > Sent: Thursday, August 23, 2001 3:57 PM
> > Subject: Access Database
> >
> >
> > > How do I set up an Access database connection to JRun?
> > > Rich
> > >
> > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MS-SQL Connections are increasing- JRUN pooling???

2001-08-23 Thread Robert Jose

Don't count on it fixing your problems.  I am having similar problems with
Jrun 3.1.  A couple of differences are I am using IIS 4.0 and I use the JDBC
drivers from Merant (provided by Jrun).  My connections seem to release
though, so maybe you will be ok.  I am still trying to find out what my
problem is exactly.  The only thing that I know is that around 12 hours
after restarting the servers (both SQL and Jrun), the SQL Server crashes
hard.

If you find a solution to your problem, please let me know, maybe there is a
tie in someplace.

Thanks
Rob

 -Original Message-
From:   Mohamed Bangura [mailto:[EMAIL PROTECTED]] 
Sent:   Thursday, August 23, 2001 12:48 AM
To: JRun-Talk
Subject:RE: MS-SQL Connections are increasing- JRUN pooling???

This is a well known problem with the version of JRun you're using. The best
advice is for you to upgrade to 3.1 for free. This will fix all of your JDBC
problems!
Mohamed.

-Original Message-
From: Arif Senol [mailto:[EMAIL PROTECTED]]
Sent: 23 August 2001 08:41
To: JRun-Talk
Subject: MS-SQL Connections are increasing- JRUN pooling???


Hi all,

I am using JRun 3.0 Service Pack 2a Version 3.02a.11614 on Netscape
EnterPrise 4.1. I am using Weblogic JDBC drivers to connect to MS-SQL 7.0
DB. I am using JRUN's connection pooling to connect to DB. I have created
JDBC data source for my DB connection inn JRUN admin console. Than I used
this data source in my JSPs. I open connection , execute my statements and
close connection. 

The problem is after a while the number of SQL server processes are
increasing.This means alot of memory&CPU usage When I checked the SQL server
Process info after 2 days I restarted SQL server, I saw many connections are
waiting on sleeping mode which is created by my applications and weblogic
drivers. I traced SQL server for invalid statement executions but nothing
found. I think JRUN cannot release the connections. May be because of
drivers. I also have some servlets using stored procedures from another
MS-SQL server but they didnot cause any problems. Only for these jsp files
and this SQL server! servlets also working with same method (JRUN data
sources).

Can somebody help me to solve this problem? 

M. Arif Senol
Technology Integration
Global Securities
Phone: +90-212-2114900x1731
mailto: [EMAIL PROTECTED]





NOTE: This e-mail is confidential and may also be privileged; under no
circumstances should you forward it, or copy or disclose its contents, to
any other person without the prior consent of the sender. If you are not an
intended recipient of this e-mail, please notify us immediately.
Internet communications are not secure and subject to possible data
corruption, either accidentally or on purpose, and may contain viruses.
Furthermore e-mail is an informal and often abbreviated method of
communication. For these reasons, it will normally be inappropriate to rely
on any information or advice contained herein without also discussing it
with the sender.

(The note below is a Turkish version of the above disclaimer)

NOT: Bu elektronik posta mesajý gizli olup, ayný zamanda ayrýcalýklý
olabilir; þartlar ne olursa olsun, göndericinin önceden onayýný almaksýzýn,
baþkalarýna iletmemeniz, içeriðini kopyalamamanýz veya baþkalarýna
açýklamamanýz gerekmektedir. Bu mesajýn muhatabý deðilseniz, bu durumu
derhal tarafýmýza bildirmenizi rica ederiz.
Internet üzerinden yapýlan iletiþim güvenli olmayýp, verilerin kasten veya
tesadüfen bozulmasý ve virüs içermesi olasýlýðý vardýr. Ayrýca, elektronik
posta, resmi olmayan ve çoðunlukla kýsaltýlmýþ bir iletiþim yöntemidir.
Dolayýsýyla, burada yer alan bilgi veya tavsiyelere, gönderici ile ayrýca
görüþmeden güvenmeniz normal þartlar altýnda uygun olmayacaktýr.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Access Database

2001-08-23 Thread Bert

third party drivers are expensive you may want to upgrade to Sql Server
- Original Message -
From: "Jackie Comeau" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 9:55 AM
Subject: RE: Access Database


> I've tried the JDBC-ODBC bridge and it doesn't work all that well. Your
> better off going with a third-party driver. They are hard to find for
> Access, and never found a freebee for Access. I'm using JDataConnect.
>
> Jackie
>
> On Thursday, August 23, 2001 8:03 AM, Vitaly Shorin
> [SMTP:[EMAIL PROTECTED]] wrote:
> > Hi Rich,
> > I think the only way to do this is to use JDBC-ODBC bridge.
> > I did not hear about any third-party drivers, and the people in
Microsoft
> > are not fans of Java. Really, they didn't implement ever MS SQL drivers
> for
> > JDBC!
> >
> > Regards,
> > Vitaly.
> >
> > - Original Message -
> > From: "Rich Tretola" <[EMAIL PROTECTED]>
> > To: "JRun-Talk" <[EMAIL PROTECTED]>
> > Sent: Thursday, August 23, 2001 3:57 PM
> > Subject: Access Database
> >
> >
> > > How do I set up an Access database connection to JRun?
> > > Rich
> > >
> > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Access Database

2001-08-23 Thread Rich Tretola

Where can I get that?
Rich

-Original Message-
From: Jackie Comeau [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 9:54 AM
To: JRun-Talk
Subject: RE: Access Database


You need to install a jdbc that supports connection to Access. I'm using
JDataConnect to connect to mine.



On Thursday, August 23, 2001 7:58 AM, Rich Tretola
[SMTP:[EMAIL PROTECTED]] wrote:
> How do I set up an Access database connection to JRun?
> Rich
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: InPrise and Jrun 3

2001-08-23 Thread Stacy Young

Sorry message was unclear.

Inprise Application Server and Jrun 3.1 is what we're attempting to setup.
IAS handles the application layer.

Thanks !

-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 23, 2001 9:53 AM
To: JRun-Talk
Subject: InPrise and Jrun 3


Has anyone had experience getting the two to work together? We've got Jrun
2.3 and IAS 4.1.1 running fine...but Jrun 3 there seems to be issues...Can't
even start the services..

ANY ideas would be appreciated

Here's the error...appears it's looking for "com/sun/rmi/corba/TypeCodeImpl"
when the path is actually "com/sun/corba/TypeCodeImpl". in JRE
1.2/lib/rt.jar


JRun was unable to locate a required class. This typically occurs when a
required jar file is not located in the classpath.

Current
Classpath:C:\Jrun31/lib/ext;C:\Jrun31/lib/ext\activation.jar;C:\Jrun31/lib/e
xt\ejb.jar;C:\Jrun31/lib/ext\iioprt.jar;C:\Jrun31/lib/ext\jaxp.jar;C:\Jrun31
/lib/ext\jce1_2_1.jar;C:\Jrun31/lib/ext\jcert.jar;C:\Jrun31/lib/ext\jdbc.jar
;C:\Jrun31/lib/ext\jms.jar;C:\Jrun31/lib/ext\jndi.jar;C:\Jrun31/lib/ext\jnet
.jar;C:\Jrun31/lib/ext\jsse.jar;C:\Jrun31/lib/ext\jta.jar;C:\Jrun31/lib/ext\
local_policy.jar;C:\Jrun31/lib/ext\mail.jar;C:\Jrun31/lib/ext\parser.jar;C:\
Jrun31/lib/ext\pop3.jar;C:\Jrun31/lib/ext\servlet.jar;C:\Jrun31/lib/ext\sunj
ce_provider.jar;C:\Jrun31/lib/ext\US_export_policy.jar;C:\Jrun31/lib/jrun.ja
r;C:\Jrun31/lib/install.jar;C:\jdk1.2.2\lib\tools.jar;C:\Jrun31/servers/lib;
C:\Jrun31/servers/lib\jruntags.jar;C:\Jrun31/servers/lib\jrun_drivers.jar;C:
/Jrun31/servers/default/lib;C:/Jrun31/servers/default/lib\activation.jar;C:/
Jrun31/servers/default/lib\bank_beans.jar;C:/Jrun31/servers/default/lib\cart
_beans.jar;C:/Jrun31/servers/default/lib\console.jar;C:/Jrun31/servers/defau
lt/lib\data_beans.jar;C:/Jrun31/servers/default/lib\dbswing3.1.jar;C:/Jrun31
/servers/default/lib\dbtools3.1.jar;C:/Jrun31/servers/default/lib\diehard.ja
r;C:/Jrun31/servers/default/lib\falcon.jar;C:/Jrun31/servers/default/lib\fal
conThirdParty.jar;C:/Jrun31/servers/default/lib\ias.jar;C:/Jrun31/servers/de
fault/lib\ias_pt.jar;C:/Jrun31/servers/default/lib\itissl.jar;C:/Jrun31/serv
ers/default/lib\itsadmin.jar;C:/Jrun31/servers/default/lib\jafa.jar;C:/Jrun3
1/servers/default/lib\jcchart.jar;C:/Jrun31/servers/default/lib\jmclient.jar
;C:/Jrun31/servers/default/lib\jmserver.jar;C:/Jrun31/servers/default/lib\jP
ayment.jar;C:/Jrun31/servers/default/lib\mail.jar;C:/Jrun31/servers/default/
lib\migration.jar;C:/Jrun31/servers/default/lib\navigator.jar;C:/Jrun31/serv
ers/default/lib\passgen.jar;C:/Jrun31/servers/default/lib\pigs_beans.jar;C:/
Jrun31/servers/default/lib\pjbean.jar;C:/Jrun31/servers/default/lib\pthelp3.
1.jar;C:/Jrun31/servers/default/lib\SampleBean.jar;C:/Jrun31/servers/default
/lib\servlet.jar;C:/Jrun31/servers/default/lib\sort_beans.jar;C:/Jrun31/serv
ers/default/lib\vb.jar;C:/Jrun31/servers/default/lib\vbcore.jar;C:/Jrun31/se
rvers/default/lib\vbdev.jar;C:/Jrun31/servers/default/lib\vbejb.jar;C:/Jrun3
1/servers/default/lib\vbjdev.jar;C:/Jrun31/servers/default/lib\vbjndi.jar;C:
/Jrun31/servers/default/lib\vbjorb.jar;C:/Jrun31/servers/default/lib\vbsecur
.jar;C:\Jrun31/lib/ejipt.jar;C:\Jrun31/lib/ejipt_client.jar;C:\Jrun31/lib/ej
ipt_tools.jar;C:\Jrun31/lib/jsp.jar;C:\Jrun31/lib/ssi.jar;C:\Jrun31/lib/wddx
.jar;C:\Jrun31/lib/xt.jar;C:\Jrun31/lib/rhino.jar

java.lang.NoClassDefFoundError: com/sun/rmi/corba/TypeCodeImpl at
com.inprise.vbroker.orb.CDROutputStream$ValueTypeWriter.value_tag(CDROutputS
tream.java:897)
at
com.inprise.vbroker.orb.CDROutputStream$ValueTypeWriter.value(CDROutputStrea
m.java:863)
at
com.inprise.vbroker.orb.CDROutputStream.writeValueType(CDROutputStream.java:
1212)
at
com.inprise.vbroker.orb.CDROutputStream.write_value(CDROutputStream.java:151
0)
at com.inprise.j2ee.Init.orb(Init.java:104)
at com.inprise.j2ee.utils.POAUtils.orb(POAUtils.java:21)
at com.inprise.j2ee.utils.Utils.getThreadLocal(Utils.java:100)
at
com.inprise.j2ee.jndi.java.javaContext.internal_lookup(javaContext.java:369)
at
com.inprise.j2ee.jndi.java.javaContext.internal_lookup(javaContext.java:429)
at
com.inprise.j2ee.jndi.java.javaContext.internal_lookup(javaContext.java:493)
at
com.inprise.j2ee.jndi.java.javaContext.internal_bind(javaContext.java:586)
at com.inprise.j2ee.jndi.java.javaContext.bind(javaContext.java:718)
at com.inprise.j2ee.jndi.java.javaContext.bind(javaContext.java:723)
at javax.naming.InitialContext.bind(InitialContext.java:363)
at allaire.jrun.servlet.JRunAuthenticator.init(JRunAuthenticator.java,
Compiled Code)
at allaire.jrun.ServletService.init(ServletService.java, Compiled Code) at
allaire.jrun.ServletService.init(ServletService.java:31)
at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLoader
.java:203)
at allaire.jrun.servlet.JRunSE.initService(JRunSE.java:892)
at allaire.jrun.servlet.JRunSE.initServices(JRunSE.java, Compiled Code) at
allaire.jrun.servlet.JvmContext.initServices(JvmContex

RE: Access Database

2001-08-23 Thread Jackie Comeau

I've tried the JDBC-ODBC bridge and it doesn't work all that well. Your 
better off going with a third-party driver. They are hard to find for 
Access, and never found a freebee for Access. I'm using JDataConnect.

Jackie

On Thursday, August 23, 2001 8:03 AM, Vitaly Shorin 
[SMTP:[EMAIL PROTECTED]] wrote:
> Hi Rich,
> I think the only way to do this is to use JDBC-ODBC bridge.
> I did not hear about any third-party drivers, and the people in Microsoft
> are not fans of Java. Really, they didn't implement ever MS SQL drivers 
for
> JDBC!
>
> Regards,
> Vitaly.
>
> - Original Message -
> From: "Rich Tretola" <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, August 23, 2001 3:57 PM
> Subject: Access Database
>
>
> > How do I set up an Access database connection to JRun?
> > Rich
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Access Database

2001-08-23 Thread Jackie Comeau

You need to install a jdbc that supports connection to Access. I'm using JDataConnect 
to connect to mine.



On Thursday, August 23, 2001 7:58 AM, Rich Tretola [SMTP:[EMAIL PROTECTED]] 
wrote:
> How do I set up an Access database connection to JRun?
> Rich
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



InPrise and Jrun 3

2001-08-23 Thread Stacy Young

Has anyone had experience getting the two to work together? We've got Jrun
2.3 and IAS 4.1.1 running fine...but Jrun 3 there seems to be issues...Can't
even start the services..

ANY ideas would be appreciated

Here's the error...appears it's looking for "com/sun/rmi/corba/TypeCodeImpl"
when the path is actually "com/sun/corba/TypeCodeImpl". in JRE
1.2/lib/rt.jar


JRun was unable to locate a required class. This typically occurs when a
required jar file is not located in the classpath.

Current
Classpath:C:\Jrun31/lib/ext;C:\Jrun31/lib/ext\activation.jar;C:\Jrun31/lib/e
xt\ejb.jar;C:\Jrun31/lib/ext\iioprt.jar;C:\Jrun31/lib/ext\jaxp.jar;C:\Jrun31
/lib/ext\jce1_2_1.jar;C:\Jrun31/lib/ext\jcert.jar;C:\Jrun31/lib/ext\jdbc.jar
;C:\Jrun31/lib/ext\jms.jar;C:\Jrun31/lib/ext\jndi.jar;C:\Jrun31/lib/ext\jnet
.jar;C:\Jrun31/lib/ext\jsse.jar;C:\Jrun31/lib/ext\jta.jar;C:\Jrun31/lib/ext\
local_policy.jar;C:\Jrun31/lib/ext\mail.jar;C:\Jrun31/lib/ext\parser.jar;C:\
Jrun31/lib/ext\pop3.jar;C:\Jrun31/lib/ext\servlet.jar;C:\Jrun31/lib/ext\sunj
ce_provider.jar;C:\Jrun31/lib/ext\US_export_policy.jar;C:\Jrun31/lib/jrun.ja
r;C:\Jrun31/lib/install.jar;C:\jdk1.2.2\lib\tools.jar;C:\Jrun31/servers/lib;
C:\Jrun31/servers/lib\jruntags.jar;C:\Jrun31/servers/lib\jrun_drivers.jar;C:
/Jrun31/servers/default/lib;C:/Jrun31/servers/default/lib\activation.jar;C:/
Jrun31/servers/default/lib\bank_beans.jar;C:/Jrun31/servers/default/lib\cart
_beans.jar;C:/Jrun31/servers/default/lib\console.jar;C:/Jrun31/servers/defau
lt/lib\data_beans.jar;C:/Jrun31/servers/default/lib\dbswing3.1.jar;C:/Jrun31
/servers/default/lib\dbtools3.1.jar;C:/Jrun31/servers/default/lib\diehard.ja
r;C:/Jrun31/servers/default/lib\falcon.jar;C:/Jrun31/servers/default/lib\fal
conThirdParty.jar;C:/Jrun31/servers/default/lib\ias.jar;C:/Jrun31/servers/de
fault/lib\ias_pt.jar;C:/Jrun31/servers/default/lib\itissl.jar;C:/Jrun31/serv
ers/default/lib\itsadmin.jar;C:/Jrun31/servers/default/lib\jafa.jar;C:/Jrun3
1/servers/default/lib\jcchart.jar;C:/Jrun31/servers/default/lib\jmclient.jar
;C:/Jrun31/servers/default/lib\jmserver.jar;C:/Jrun31/servers/default/lib\jP
ayment.jar;C:/Jrun31/servers/default/lib\mail.jar;C:/Jrun31/servers/default/
lib\migration.jar;C:/Jrun31/servers/default/lib\navigator.jar;C:/Jrun31/serv
ers/default/lib\passgen.jar;C:/Jrun31/servers/default/lib\pigs_beans.jar;C:/
Jrun31/servers/default/lib\pjbean.jar;C:/Jrun31/servers/default/lib\pthelp3.
1.jar;C:/Jrun31/servers/default/lib\SampleBean.jar;C:/Jrun31/servers/default
/lib\servlet.jar;C:/Jrun31/servers/default/lib\sort_beans.jar;C:/Jrun31/serv
ers/default/lib\vb.jar;C:/Jrun31/servers/default/lib\vbcore.jar;C:/Jrun31/se
rvers/default/lib\vbdev.jar;C:/Jrun31/servers/default/lib\vbejb.jar;C:/Jrun3
1/servers/default/lib\vbjdev.jar;C:/Jrun31/servers/default/lib\vbjndi.jar;C:
/Jrun31/servers/default/lib\vbjorb.jar;C:/Jrun31/servers/default/lib\vbsecur
.jar;C:\Jrun31/lib/ejipt.jar;C:\Jrun31/lib/ejipt_client.jar;C:\Jrun31/lib/ej
ipt_tools.jar;C:\Jrun31/lib/jsp.jar;C:\Jrun31/lib/ssi.jar;C:\Jrun31/lib/wddx
.jar;C:\Jrun31/lib/xt.jar;C:\Jrun31/lib/rhino.jar

java.lang.NoClassDefFoundError: com/sun/rmi/corba/TypeCodeImpl
at
com.inprise.vbroker.orb.CDROutputStream$ValueTypeWriter.value_tag(CDROutputS
tream.java:897)
at
com.inprise.vbroker.orb.CDROutputStream$ValueTypeWriter.value(CDROutputStrea
m.java:863)
at
com.inprise.vbroker.orb.CDROutputStream.writeValueType(CDROutputStream.java:
1212)
at
com.inprise.vbroker.orb.CDROutputStream.write_value(CDROutputStream.java:151
0)
at com.inprise.j2ee.Init.orb(Init.java:104)
at com.inprise.j2ee.utils.POAUtils.orb(POAUtils.java:21)
at com.inprise.j2ee.utils.Utils.getThreadLocal(Utils.java:100)
at
com.inprise.j2ee.jndi.java.javaContext.internal_lookup(javaContext.java:369)
at
com.inprise.j2ee.jndi.java.javaContext.internal_lookup(javaContext.java:429)
at
com.inprise.j2ee.jndi.java.javaContext.internal_lookup(javaContext.java:493)
at
com.inprise.j2ee.jndi.java.javaContext.internal_bind(javaContext.java:586)
at com.inprise.j2ee.jndi.java.javaContext.bind(javaContext.java:718)
at com.inprise.j2ee.jndi.java.javaContext.bind(javaContext.java:723)
at javax.naming.InitialContext.bind(InitialContext.java:363)
at allaire.jrun.servlet.JRunAuthenticator.init(JRunAuthenticator.java,
Compiled Code)
at allaire.jrun.ServletService.init(ServletService.java, Compiled Code)
at allaire.jrun.ServletService.init(ServletService.java:31)
at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLoader
.java:203)
at allaire.jrun.servlet.JRunSE.initService(JRunSE.java:892)
at allaire.jrun.servlet.JRunSE.initServices(JRunSE.java, Compiled Code)
at allaire.jrun.servlet.JvmContext.initServices(JvmContext.java:130)
at allaire.jrun.servlet.JRunSE.init(JRunSE.java, Compiled Code)
at allaire.jrun.servlet.JvmContext.init(JvmContext.java, Compiled Code)
at allaire.jrun.ServletService.init(ServletService.java, Compiled Code)
at allaire.jrun.ServletService.init(ServletService.java:31)
at JRun.main(JRun.java, Co

RE: JSPs not codegeneratin/compiling

2001-08-23 Thread Johansen, Roar

Update: Seems like removing the .use-webserver-root from local.properties
lets us compile, but only from the JRun webserver. The NES document-root
points correctly, so I just ran out of ideas. Any suggestions welcome!
Roar

-Opprinnelig melding-
Fra: Johansen, Roar [mailto:[EMAIL PROTECTED]]
Sendt: 22. august 2001 09:44
Til: JRun-Talk
Emne: JSPs not codegeneratin/compiling


After upgrading to JRun 3.1 (from 3.0) on some servers, some (not all) JSPs
don't codegenerate/compile even though the source has been changed. Clock is
running right on servers, deleted WEB-INF/jsp representation of file,
touched jsp source, all for nothing...

Any suggestions most welcome

(WEB-INF contents was tar'ed from previous 3.0 installation. Could this have
killed anything?)

Roar
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Access Database

2001-08-23 Thread Vitaly Shorin

Hi Rich,
I think the only way to do this is to use JDBC-ODBC bridge.
I did not hear about any third-party drivers, and the people in Microsoft
are not fans of Java. Really, they didn't implement ever MS SQL drivers for
JDBC!

Regards,
Vitaly.

- Original Message -
From: "Rich Tretola" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 3:57 PM
Subject: Access Database


> How do I set up an Access database connection to JRun?
> Rich
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Access Database

2001-08-23 Thread Rich Tretola

How do I set up an Access database connection to JRun?
Rich


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MS-SQL Connections are increasing- JRUN pooling???

2001-08-23 Thread Mohamed Bangura

This is a well known problem with the version of JRun you're using. The best
advice is for you to upgrade to 3.1 for free. This will fix all of your JDBC
problems!
Mohamed.

-Original Message-
From: Arif Senol [mailto:[EMAIL PROTECTED]]
Sent: 23 August 2001 08:41
To: JRun-Talk
Subject: MS-SQL Connections are increasing- JRUN pooling???


Hi all,

I am using JRun 3.0 Service Pack 2a Version 3.02a.11614 on Netscape
EnterPrise 4.1. I am using Weblogic JDBC drivers to connect to MS-SQL 7.0
DB. I am using JRUN's connection pooling to connect to DB. I have created
JDBC data source for my DB connection inn JRUN admin console. Than I used
this data source in my JSPs. I open connection , execute my statements and
close connection. 

The problem is after a while the number of SQL server processes are
increasing.This means alot of memory&CPU usage When I checked the SQL server
Process info after 2 days I restarted SQL server, I saw many connections are
waiting on sleeping mode which is created by my applications and weblogic
drivers. I traced SQL server for invalid statement executions but nothing
found. I think JRUN cannot release the connections. May be because of
drivers. I also have some servlets using stored procedures from another
MS-SQL server but they didnot cause any problems. Only for these jsp files
and this SQL server! servlets also working with same method (JRUN data
sources).

Can somebody help me to solve this problem? 

M. Arif Senol
Technology Integration
Global Securities
Phone: +90-212-2114900x1731
mailto: [EMAIL PROTECTED]





NOTE: This e-mail is confidential and may also be privileged; under no
circumstances should you forward it, or copy or disclose its contents, to
any other person without the prior consent of the sender. If you are not an
intended recipient of this e-mail, please notify us immediately.
Internet communications are not secure and subject to possible data
corruption, either accidentally or on purpose, and may contain viruses.
Furthermore e-mail is an informal and often abbreviated method of
communication. For these reasons, it will normally be inappropriate to rely
on any information or advice contained herein without also discussing it
with the sender.

(The note below is a Turkish version of the above disclaimer)

NOT: Bu elektronik posta mesajý gizli olup, ayný zamanda ayrýcalýklý
olabilir; þartlar ne olursa olsun, göndericinin önceden onayýný almaksýzýn,
baþkalarýna iletmemeniz, içeriðini kopyalamamanýz veya baþkalarýna
açýklamamanýz gerekmektedir. Bu mesajýn muhatabý deðilseniz, bu durumu
derhal tarafýmýza bildirmenizi rica ederiz.
Internet üzerinden yapýlan iletiþim güvenli olmayýp, verilerin kasten veya
tesadüfen bozulmasý ve virüs içermesi olasýlýðý vardýr. Ayrýca, elektronik
posta, resmi olmayan ve çoðunlukla kýsaltýlmýþ bir iletiþim yöntemidir.
Dolayýsýyla, burada yer alan bilgi veya tavsiyelere, gönderici ile ayrýca
görüþmeden güvenmeniz normal þartlar altýnda uygun olmayacaktýr.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



MS-SQL Connections are increasing- JRUN pooling???

2001-08-23 Thread Arif Senol

Hi all,

I am using JRun 3.0 Service Pack 2a Version 3.02a.11614 on Netscape
EnterPrise 4.1. I am using Weblogic JDBC drivers to connect to MS-SQL 7.0
DB. I am using JRUN's connection pooling to connect to DB. I have created
JDBC data source for my DB connection inn JRUN admin console. Than I used
this data source in my JSPs. I open connection , execute my statements and
close connection. 

The problem is after a while the number of SQL server processes are
increasing.This means alot of memory&CPU usage When I checked the SQL server
Process info after 2 days I restarted SQL server, I saw many connections are
waiting on sleeping mode which is created by my applications and weblogic
drivers. I traced SQL server for invalid statement executions but nothing
found. I think JRUN cannot release the connections. May be because of
drivers. I also have some servlets using stored procedures from another
MS-SQL server but they didnot cause any problems. Only for these jsp files
and this SQL server! servlets also working with same method (JRUN data
sources).

Can somebody help me to solve this problem? 

M. Arif Senol
Technology Integration
Global Securities
Phone: +90-212-2114900x1731
mailto: [EMAIL PROTECTED]





NOTE: This e-mail is confidential and may also be privileged; under no
circumstances should you forward it, or copy or disclose its contents, to
any other person without the prior consent of the sender. If you are not an
intended recipient of this e-mail, please notify us immediately.
Internet communications are not secure and subject to possible data
corruption, either accidentally or on purpose, and may contain viruses.
Furthermore e-mail is an informal and often abbreviated method of
communication. For these reasons, it will normally be inappropriate to rely
on any information or advice contained herein without also discussing it
with the sender.

(The note below is a Turkish version of the above disclaimer)

NOT: Bu elektronik posta mesajý gizli olup, ayný zamanda ayrýcalýklý
olabilir; þartlar ne olursa olsun, göndericinin önceden onayýný almaksýzýn,
baþkalarýna iletmemeniz, içeriðini kopyalamamanýz veya baþkalarýna
açýklamamanýz gerekmektedir. Bu mesajýn muhatabý deðilseniz, bu durumu
derhal tarafýmýza bildirmenizi rica ederiz.
Internet üzerinden yapýlan iletiþim güvenli olmayýp, verilerin kasten veya
tesadüfen bozulmasý ve virüs içermesi olasýlýðý vardýr. Ayrýca, elektronik
posta, resmi olmayan ve çoðunlukla kýsaltýlmýþ bir iletiþim yöntemidir.
Dolayýsýyla, burada yer alan bilgi veya tavsiyelere, gönderici ile ayrýca
görüþmeden güvenmeniz normal þartlar altýnda uygun olmayacaktýr.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists