freelanceprogrammers.org Forum Index » Cold Fusion

Re: Cold Fusion MX 6.1 and JRun4 issue.


View user's profile Post To page top
mallenackerman Posted: Tue May 24, 2005 11:22 pm


Joined: 24 May 2005

Posts: 6
Re: Cold Fusion MX 6.1 and JRun4 issue.
well, i`m not certain but since Jrun is run on a Java2
platform, your issue might be related to JDBC and what
database are you using?
=============================================
--- devesh05 <devesh05@...> wrote:
> Yes I have the updates installed on it. I also have
> the Jrun 4
> Updater 5 on it. Is there any issue between JRun and
> ODBC?
> --- In cold_fusion@yahoogroups.com, michael allen
> ackerman
> <mallenackerman@y...> wrote:
> > Jrun is a `touchy` server to say the least--do you
> > have the latest udates installed?
> > --- devesh05 <devesh05@y...> wrote:
> > > Hi Guys,
> > > Has any one encountered the problem of JRun
> services
> > > being down when
> > > running on Cold Fusion MX 6.1 on Win2K3 server.
> The
> > > service just stops
> > > and the service and server has to be bounced
> back to
> > > make it work. Any
> > > suggetions or advice will be greatly
> appreciated.
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Small Business - Try our new Resources site
> > http://smallbusiness.yahoo.com/resources/
>
>
>




__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Reply with quote
Send private message
View user's profile Post To page top
devesh05 Posted: Wed May 25, 2005 6:22 pm


Joined: 24 May 2005

Posts: 7
Re: Cold Fusion MX 6.1 and JRun4 issue.
We use ODBC socket with SQL being the backend on our servers. This
is the event log of cold fusion.

# Created by JRun on 05/22 06:29:53
05/22 06:29:53 error unable to create new native thread
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start(Native Method)
at
coldfusion.server.j2ee.sql.pool.ConnectionRunner.fetchConnection
(ConnectionRunner.java:39)
at coldfusion.server.j2ee.sql.pool.JDBCPool.create
(JDBCPool.java:468)
at coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut
(JDBCPool.java:398)
at coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection
(JDBCPool.java:669)
at
coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection
(JDBCManager.java:123)
at coldfusion.server.j2ee.sql.JRunDataSource.getConnection
(JRunDataSource.java:138)
at coldfusion.server.j2ee.sql.JRunDataSource.getConnection
(JRunDataSource.java:125)
at coldfusion.sql.DataSrcImpl.getCachedConnection
(DataSrcImpl.java:120)
at coldfusion.sql.DataSrcImpl.getConnection
(DataSrcImpl.java:75)
at coldfusion.sql.SqlImpl.execute(SqlImpl.java:207)
at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447)

--- In cold_fusion@yahoogroups.com, michael allen ackerman
<mallenackerman@y...> wrote:
> well, i`m not certain but since Jrun is run on a Java2
> platform, your issue might be related to JDBC and what
> database are you using?
> =============================================
> --- devesh05 <devesh05@y...> wrote:
> > Yes I have the updates installed on it. I also have
> > the Jrun 4
> > Updater 5 on it. Is there any issue between JRun and
> > ODBC?
> > --- In cold_fusion@yahoogroups.com, michael allen
> > ackerman
> > <mallenackerman@y...> wrote:
> > > Jrun is a `touchy` server to say the least--do you
> > > have the latest udates installed?
> > > --- devesh05 <devesh05@y...> wrote:
> > > > Hi Guys,
> > > > Has any one encountered the problem of JRun
> > services
> > > > being down when
> > > > running on Cold Fusion MX 6.1 on Win2K3 server.
> > The
> > > > service just stops
> > > > and the service and server has to be bounced
> > back to
> > > > make it work. Any
> > > > suggetions or advice will be greatly
> > appreciated.
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > __________________________________
> > > Do you Yahoo!?
> > > Yahoo! Small Business - Try our new Resources site
> > > http://smallbusiness.yahoo.com/resources/
> >
> >
> >
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
Reply with quote
Send private message
View user's profile Post To page top
mallenackerman Posted: Wed May 25, 2005 7:19 pm


Joined: 24 May 2005

Posts: 6
Re: Cold Fusion MX 6.1 and JRun4 issue.
did you notice how many references there are to JDBC?
what flavor of SQL r u using, MySQL, PGSQL, MS SQL . .
. ? JRun 4 comes with a "Pointbase" database and
should be connected via JDBC. do you have your
debuging tools turned on from your Cold fusion
administrator? If not I would suggesst you turn it on
to further isolate your problem.
=================================================
--- devesh05 <devesh05@...> wrote:
> We use ODBC socket with SQL being the backend on our
> servers. This
> is the event log of cold fusion.
>
> # Created by JRun on 05/22 06:29:53
> 05/22 06:29:53 error unable to create new native
> thread
> java.lang.OutOfMemoryError: unable to create new
> native thread
> at java.lang.Thread.start(Native Method)
> at
>
coldfusion.server.j2ee.sql.pool.ConnectionRunner.fetchConnection
> (ConnectionRunner.java:39)
> at coldfusion.server.j2ee.sql.pool.JDBCPool.create
> (JDBCPool.java:468)
> at
> coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut
> (JDBCPool.java:398)
> at
>
coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection
> (JDBCPool.java:669)
> at
>
coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection
> (JDBCManager.java:123)
> at
>
coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> (JRunDataSource.java:138)
> at
>
coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> (JRunDataSource.java:125)
> at coldfusion.sql.DataSrcImpl.getCachedConnection
> (DataSrcImpl.java:120)
> at coldfusion.sql.DataSrcImpl.getConnection
> (DataSrcImpl.java:75)
> at coldfusion.sql.SqlImpl.execute(SqlImpl.java:207)
> at
>
coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447)
>
> --- In cold_fusion@yahoogroups.com, michael allen
> ackerman
> <mallenackerman@y...> wrote:
> > well, i`m not certain but since Jrun is run on a
> Java2
> > platform, your issue might be related to JDBC and
> what
> > database are you using?
> > =============================================
> > --- devesh05 <devesh05@y...> wrote:
> > > Yes I have the updates installed on it. I also
> have
> > > the Jrun 4
> > > Updater 5 on it. Is there any issue between JRun
> and
> > > ODBC?
> > > --- In cold_fusion@yahoogroups.com, michael
> allen
> > > ackerman
> > > <mallenackerman@y...> wrote:
> > > > Jrun is a `touchy` server to say the least--do
> you
> > > > have the latest udates installed?
> > > > --- devesh05 <devesh05@y...> wrote:
> > > > > Hi Guys,
> > > > > Has any one encountered the problem of JRun
> > > services
> > > > > being down when
> > > > > running on Cold Fusion MX 6.1 on Win2K3
> server.
> > > The
> > > > > service just stops
> > > > > and the service and server has to be bounced
> > > back to
> > > > > make it work. Any
> > > > > suggetions or advice will be greatly
> > > appreciated.
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > __________________________________
> > > > Do you Yahoo!?
> > > > Yahoo! Small Business - Try our new Resources
> site
> > > > http://smallbusiness.yahoo.com/resources/
> > >
> > >
> > >
> >
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
>
>
>




__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Reply with quote
Send private message
View user's profile Post To page top
devesh05 Posted: Wed May 25, 2005 7:41 pm


Joined: 24 May 2005

Posts: 7
Re: Cold Fusion MX 6.1 and JRun4 issue.
We are running MS SQL server. Debugging was turned off as it slowed
the server down. We connect all the application DB via ODBC socket.
We did get the Jrun4 Updater 5 installed on our servers. Is there
any problem with the DataDirect Sequelink ODBC Server. Should I
install the Version 5.4 of it.
--- In cold_fusion@yahoogroups.com, michael allen ackerman
<mallenackerman@y...> wrote:
> did you notice how many references there are to JDBC?
> what flavor of SQL r u using, MySQL, PGSQL, MS SQL . .
> . ? JRun 4 comes with a "Pointbase" database and
> should be connected via JDBC. do you have your
> debuging tools turned on from your Cold fusion
> administrator? If not I would suggesst you turn it on
> to further isolate your problem.
> =================================================
> --- devesh05 <devesh05@y...> wrote:
> > We use ODBC socket with SQL being the backend on our
> > servers. This
> > is the event log of cold fusion.
> >
> > # Created by JRun on 05/22 06:29:53
> > 05/22 06:29:53 error unable to create new native
> > thread
> > java.lang.OutOfMemoryError: unable to create new
> > native thread
> > at java.lang.Thread.start(Native Method)
> > at
> >
> coldfusion.server.j2ee.sql.pool.ConnectionRunner.fetchConnection
> > (ConnectionRunner.java:39)
> > at coldfusion.server.j2ee.sql.pool.JDBCPool.create
> > (JDBCPool.java:468)
> > at
> > coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut
> > (JDBCPool.java:398)
> > at
> >
> coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection
> > (JDBCPool.java:669)
> > at
> >
> coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection
> > (JDBCManager.java:123)
> > at
> >
> coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > (JRunDataSource.java:138)
> > at
> >
> coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > (JRunDataSource.java:125)
> > at coldfusion.sql.DataSrcImpl.getCachedConnection
> > (DataSrcImpl.java:120)
> > at coldfusion.sql.DataSrcImpl.getConnection
> > (DataSrcImpl.java:75)
> > at coldfusion.sql.SqlImpl.execute(SqlImpl.java:207)
> > at
> >
> coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447)
> >
> > --- In cold_fusion@yahoogroups.com, michael allen
> > ackerman
> > <mallenackerman@y...> wrote:
> > > well, i`m not certain but since Jrun is run on a
> > Java2
> > > platform, your issue might be related to JDBC and
> > what
> > > database are you using?
> > > =============================================
> > > --- devesh05 <devesh05@y...> wrote:
> > > > Yes I have the updates installed on it. I also
> > have
> > > > the Jrun 4
> > > > Updater 5 on it. Is there any issue between JRun
> > and
> > > > ODBC?
> > > > --- In cold_fusion@yahoogroups.com, michael
> > allen
> > > > ackerman
> > > > <mallenackerman@y...> wrote:
> > > > > Jrun is a `touchy` server to say the least--do
> > you
> > > > > have the latest udates installed?
> > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > Hi Guys,
> > > > > > Has any one encountered the problem of JRun
> > > > services
> > > > > > being down when
> > > > > > running on Cold Fusion MX 6.1 on Win2K3
> > server.
> > > > The
> > > > > > service just stops
> > > > > > and the service and server has to be bounced
> > > > back to
> > > > > > make it work. Any
> > > > > > suggetions or advice will be greatly
> > > > appreciated.
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > __________________________________
> > > > > Do you Yahoo!?
> > > > > Yahoo! Small Business - Try our new Resources
> > site
> > > > > http://smallbusiness.yahoo.com/resources/
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> >
> >
> >
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
Reply with quote
Send private message
View user's profile Post To page top
mallenackerman Posted: Wed May 25, 2005 8:16 pm


Joined: 24 May 2005

Posts: 6
Re: Cold Fusion MX 6.1 and JRun4 issue.
since you installed the Updater 5 for Jrun4 have you
still been encountering the same problems?
--- devesh05 <devesh05@...> wrote:

> We are running MS SQL server. Debugging was turned
> off as it slowed
> the server down. We connect all the application DB
> via ODBC socket.
> We did get the Jrun4 Updater 5 installed on our
> servers. Is there
> any problem with the DataDirect Sequelink ODBC
> Server. Should I
> install the Version 5.4 of it.
> --- In cold_fusion@yahoogroups.com, michael allen
> ackerman
> <mallenackerman@y...> wrote:
> > did you notice how many references there are to
> JDBC?
> > what flavor of SQL r u using, MySQL, PGSQL, MS SQL
> . .
> > . ? JRun 4 comes with a "Pointbase" database and
> > should be connected via JDBC. do you have your
> > debuging tools turned on from your Cold fusion
> > administrator? If not I would suggesst you turn
> it on
> > to further isolate your problem.
> > =================================================
> > --- devesh05 <devesh05@y...> wrote:
> > > We use ODBC socket with SQL being the backend on
> our
> > > servers. This
> > > is the event log of cold fusion.
> > >
> > > # Created by JRun on 05/22 06:29:53
> > > 05/22 06:29:53 error unable to create new native
> > > thread
> > > java.lang.OutOfMemoryError: unable to create new
> > > native thread
> > > at java.lang.Thread.start(Native Method)
> > > at
> > >
> >
>
coldfusion.server.j2ee.sql.pool.ConnectionRunner.fetchConnection
> > > (ConnectionRunner.java:39)
> > > at
> coldfusion.server.j2ee.sql.pool.JDBCPool.create
> > > (JDBCPool.java:468)
> > > at
> > >
> coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut
> > > (JDBCPool.java:398)
> > > at
> > >
> >
>
coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection
> > > (JDBCPool.java:669)
> > > at
> > >
> >
>
coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection
> > > (JDBCManager.java:123)
> > > at
> > >
> >
>
coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > (JRunDataSource.java:138)
> > > at
> > >
> >
>
coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > (JRunDataSource.java:125)
> > > at
> coldfusion.sql.DataSrcImpl.getCachedConnection
> > > (DataSrcImpl.java:120)
> > > at coldfusion.sql.DataSrcImpl.getConnection
> > > (DataSrcImpl.java:75)
> > > at
> coldfusion.sql.SqlImpl.execute(SqlImpl.java:207)
> > > at
> > >
> >
>
coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447)
> > >
> > > --- In cold_fusion@yahoogroups.com, michael
> allen
> > > ackerman
> > > <mallenackerman@y...> wrote:
> > > > well, i`m not certain but since Jrun is run on
> a
> > > Java2
> > > > platform, your issue might be related to JDBC
> and
> > > what
> > > > database are you using?
> > > > =============================================
> > > > --- devesh05 <devesh05@y...> wrote:
> > > > > Yes I have the updates installed on it. I
> also
> > > have
> > > > > the Jrun 4
> > > > > Updater 5 on it. Is there any issue between
> JRun
> > > and
> > > > > ODBC?
> > > > > --- In cold_fusion@yahoogroups.com, michael
> > > allen
> > > > > ackerman
> > > > > <mallenackerman@y...> wrote:
> > > > > > Jrun is a `touchy` server to say the
> least--do
> > > you
> > > > > > have the latest udates installed?
> > > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > > Hi Guys,
> > > > > > > Has any one encountered the problem of
> JRun
> > > > > services
> > > > > > > being down when
> > > > > > > running on Cold Fusion MX 6.1 on Win2K3
> > > server.
> > > > > The
> > > > > > > service just stops
> > > > > > > and the service and server has to be
> bounced
> > > > > back to
> > > > > > > make it work. Any
> > > > > > > suggetions or advice will be greatly
> > > > > appreciated.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > __________________________________
> > > > > > Do you Yahoo!?
> > > > > > Yahoo! Small Business - Try our new
> Resources
> > > site
> > > > > > http://smallbusiness.yahoo.com/resources/
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam? Yahoo! Mail has the best spam
> > > protection around
> > > > http://mail.yahoo.com
> > >
> > >
> > >
> >
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
>
>
>





__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Reply with quote
Send private message
View user's profile Post To page top
devesh05 Posted: Wed May 25, 2005 11:20 pm


Joined: 24 May 2005

Posts: 7
Re: Cold Fusion MX 6.1 and JRun4 issue.
Yes we are, and the funny thing is, its always monday when the JRun
service goes down.Would updating the DataDirect JDBC drivers work.
--- In cold_fusion@yahoogroups.com, michael allen ackerman
<mallenackerman@y...> wrote:
> since you installed the Updater 5 for Jrun4 have you
> still been encountering the same problems?
> --- devesh05 <devesh05@y...> wrote:
>
> > We are running MS SQL server. Debugging was turned
> > off as it slowed
> > the server down. We connect all the application DB
> > via ODBC socket.
> > We did get the Jrun4 Updater 5 installed on our
> > servers. Is there
> > any problem with the DataDirect Sequelink ODBC
> > Server. Should I
> > install the Version 5.4 of it.
> > --- In cold_fusion@yahoogroups.com, michael allen
> > ackerman
> > <mallenackerman@y...> wrote:
> > > did you notice how many references there are to
> > JDBC?
> > > what flavor of SQL r u using, MySQL, PGSQL, MS SQL
> > . .
> > > . ? JRun 4 comes with a "Pointbase" database and
> > > should be connected via JDBC. do you have your
> > > debuging tools turned on from your Cold fusion
> > > administrator? If not I would suggesst you turn
> > it on
> > > to further isolate your problem.
> > > =================================================
> > > --- devesh05 <devesh05@y...> wrote:
> > > > We use ODBC socket with SQL being the backend on
> > our
> > > > servers. This
> > > > is the event log of cold fusion.
> > > >
> > > > # Created by JRun on 05/22 06:29:53
> > > > 05/22 06:29:53 error unable to create new native
> > > > thread
> > > > java.lang.OutOfMemoryError: unable to create new
> > > > native thread
> > > > at java.lang.Thread.start(Native Method)
> > > > at
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.pool.ConnectionRunner.fetchConnection
> > > > (ConnectionRunner.java:39)
> > > > at
> > coldfusion.server.j2ee.sql.pool.JDBCPool.create
> > > > (JDBCPool.java:468)
> > > > at
> > > >
> > coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut
> > > > (JDBCPool.java:398)
> > > > at
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection
> > > > (JDBCPool.java:669)
> > > > at
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection
> > > > (JDBCManager.java:123)
> > > > at
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > > (JRunDataSource.java:138)
> > > > at
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > > (JRunDataSource.java:125)
> > > > at
> > coldfusion.sql.DataSrcImpl.getCachedConnection
> > > > (DataSrcImpl.java:120)
> > > > at coldfusion.sql.DataSrcImpl.getConnection
> > > > (DataSrcImpl.java:75)
> > > > at
> > coldfusion.sql.SqlImpl.execute(SqlImpl.java:207)
> > > > at
> > > >
> > >
> >
> coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447)
> > > >
> > > > --- In cold_fusion@yahoogroups.com, michael
> > allen
> > > > ackerman
> > > > <mallenackerman@y...> wrote:
> > > > > well, i`m not certain but since Jrun is run on
> > a
> > > > Java2
> > > > > platform, your issue might be related to JDBC
> > and
> > > > what
> > > > > database are you using?
> > > > > =============================================
> > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > Yes I have the updates installed on it. I
> > also
> > > > have
> > > > > > the Jrun 4
> > > > > > Updater 5 on it. Is there any issue between
> > JRun
> > > > and
> > > > > > ODBC?
> > > > > > --- In cold_fusion@yahoogroups.com, michael
> > > > allen
> > > > > > ackerman
> > > > > > <mallenackerman@y...> wrote:
> > > > > > > Jrun is a `touchy` server to say the
> > least--do
> > > > you
> > > > > > > have the latest udates installed?
> > > > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > > > Hi Guys,
> > > > > > > > Has any one encountered the problem of
> > JRun
> > > > > > services
> > > > > > > > being down when
> > > > > > > > running on Cold Fusion MX 6.1 on Win2K3
> > > > server.
> > > > > > The
> > > > > > > > service just stops
> > > > > > > > and the service and server has to be
> > bounced
> > > > > > back to
> > > > > > > > make it work. Any
> > > > > > > > suggetions or advice will be greatly
> > > > > > appreciated.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > __________________________________
> > > > > > > Do you Yahoo!?
> > > > > > > Yahoo! Small Business - Try our new
> > Resources
> > > > site
> > > > > > > http://smallbusiness.yahoo.com/resources/
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > __________________________________________________
> > > > > Do You Yahoo!?
> > > > > Tired of spam? Yahoo! Mail has the best spam
> > > > protection around
> > > > > http://mail.yahoo.com
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> >
> >
> >
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
Reply with quote
Send private message
View user's profile Post To page top
mallenackerman Posted: Wed May 25, 2005 11:43 pm


Joined: 24 May 2005

Posts: 6
Re: Cold Fusion MX 6.1 and JRun4 issue.
i would definately give that a try!
--- devesh05 <devesh05@...> wrote:

> Yes we are, and the funny thing is, its always
> monday when the JRun
> service goes down.Would updating the DataDirect JDBC
> drivers work.
> --- In cold_fusion@yahoogroups.com, michael allen
> ackerman
> <mallenackerman@y...> wrote:
> > since you installed the Updater 5 for Jrun4 have
> you
> > still been encountering the same problems?
> > --- devesh05 <devesh05@y...> wrote:
> >
> > > We are running MS SQL server. Debugging was
> turned
> > > off as it slowed
> > > the server down. We connect all the application
> DB
> > > via ODBC socket.
> > > We did get the Jrun4 Updater 5 installed on our
> > > servers. Is there
> > > any problem with the DataDirect Sequelink ODBC
> > > Server. Should I
> > > install the Version 5.4 of it.
> > > --- In cold_fusion@yahoogroups.com, michael
> allen
> > > ackerman
> > > <mallenackerman@y...> wrote:
> > > > did you notice how many references there are
> to
> > > JDBC?
> > > > what flavor of SQL r u using, MySQL, PGSQL, MS
> SQL
> > > . .
> > > > . ? JRun 4 comes with a "Pointbase" database
> and
> > > > should be connected via JDBC. do you have
> your
> > > > debuging tools turned on from your Cold fusion
> > > > administrator? If not I would suggesst you
> turn
> > > it on
> > > > to further isolate your problem.
> > > >
> =================================================
> > > > --- devesh05 <devesh05@y...> wrote:
> > > > > We use ODBC socket with SQL being the
> backend on
> > > our
> > > > > servers. This
> > > > > is the event log of cold fusion.
> > > > >
> > > > > # Created by JRun on 05/22 06:29:53
> > > > > 05/22 06:29:53 error unable to create new
> native
> > > > > thread
> > > > > java.lang.OutOfMemoryError: unable to create
> new
> > > > > native thread
> > > > > at java.lang.Thread.start(Native Method)
> > > > > at
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.pool.ConnectionRunner.fetchConnection
> > > > > (ConnectionRunner.java:39)
> > > > > at
> > > coldfusion.server.j2ee.sql.pool.JDBCPool.create
> > > > > (JDBCPool.java:468)
> > > > > at
> > > > >
> > >
> coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut
> > > > > (JDBCPool.java:398)
> > > > > at
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection
> > > > > (JDBCPool.java:669)
> > > > > at
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection
> > > > > (JDBCManager.java:123)
> > > > > at
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > > > (JRunDataSource.java:138)
> > > > > at
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > > > (JRunDataSource.java:125)
> > > > > at
> > > coldfusion.sql.DataSrcImpl.getCachedConnection
> > > > > (DataSrcImpl.java:120)
> > > > > at coldfusion.sql.DataSrcImpl.getConnection
> > > > > (DataSrcImpl.java:75)
> > > > > at
> > > coldfusion.sql.SqlImpl.execute(SqlImpl.java:207)
> > > > > at
> > > > >
> > > >
> > >
> >
>
coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447)
> > > > >
> > > > > --- In cold_fusion@yahoogroups.com, michael
> > > allen
> > > > > ackerman
> > > > > <mallenackerman@y...> wrote:
> > > > > > well, i`m not certain but since Jrun is
> run on
> > > a
> > > > > Java2
> > > > > > platform, your issue might be related to
> JDBC
> > > and
> > > > > what
> > > > > > database are you using?
> > > > > >
> =============================================
> > > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > > Yes I have the updates installed on it.
> I
> > > also
> > > > > have
> > > > > > > the Jrun 4
> > > > > > > Updater 5 on it. Is there any issue
> between
> > > JRun
> > > > > and
> > > > > > > ODBC?
> > > > > > > --- In cold_fusion@yahoogroups.com,
> michael
> > > > > allen
> > > > > > > ackerman
> > > > > > > <mallenackerman@y...> wrote:
> > > > > > > > Jrun is a `touchy` server to say the
> > > least--do
> > > > > you
> > > > > > > > have the latest udates installed?
> > > > > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > > > > Hi Guys,
> > > > > > > > > Has any one encountered the problem
> of
> > > JRun
> > > > > > > services
> > > > > > > > > being down when
> > > > > > > > > running on Cold Fusion MX 6.1 on
> Win2K3
> > > > > server.
> > > > > > > The
> > > > > > > > > service just stops
> > > > > > > > > and the service and server has to be
> > > bounced
> > > > > > > back to
> > > > > > > > > make it work. Any
> > > > > > > > > suggetions or advice will be greatly
> > > > > > > appreciated.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > __________________________________
> > > > > > > > Do you Yahoo!?
> > > > > > > > Yahoo! Small Business - Try our new
> > > Resources
> > > > > site
> > > > > > > >
> http://smallbusiness.yahoo.com/resources/
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > >
> __________________________________________________
> > > > > > Do You Yahoo!?
> > > > > > Tired of spam? Yahoo! Mail has the best
> spam
> > > > > protection around
> > > > > > http://mail.yahoo.com
> > > > >
>
=== message truncated ===







__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
Reply with quote
Send private message
View user's profile Post To page top
devesh05 Posted: Wed May 25, 2005 11:46 pm


Joined: 24 May 2005

Posts: 7
Re: Cold Fusion MX 6.1 and JRun4 issue.
Would you suggest doing DataDirect Seuelink ODBC Server upgrade to
Version 5.4 and then installing DataDirect JDBC drivers Version 3.4
--- In cold_fusion@yahoogroups.com, michael allen ackerman
<mallenackerman@y...> wrote:
> i would definately give that a try!
> --- devesh05 <devesh05@y...> wrote:
>
> > Yes we are, and the funny thing is, its always
> > monday when the JRun
> > service goes down.Would updating the DataDirect JDBC
> > drivers work.
> > --- In cold_fusion@yahoogroups.com, michael allen
> > ackerman
> > <mallenackerman@y...> wrote:
> > > since you installed the Updater 5 for Jrun4 have
> > you
> > > still been encountering the same problems?
> > > --- devesh05 <devesh05@y...> wrote:
> > >
> > > > We are running MS SQL server. Debugging was
> > turned
> > > > off as it slowed
> > > > the server down. We connect all the application
> > DB
> > > > via ODBC socket.
> > > > We did get the Jrun4 Updater 5 installed on our
> > > > servers. Is there
> > > > any problem with the DataDirect Sequelink ODBC
> > > > Server. Should I
> > > > install the Version 5.4 of it.
> > > > --- In cold_fusion@yahoogroups.com, michael
> > allen
> > > > ackerman
> > > > <mallenackerman@y...> wrote:
> > > > > did you notice how many references there are
> > to
> > > > JDBC?
> > > > > what flavor of SQL r u using, MySQL, PGSQL, MS
> > SQL
> > > > . .
> > > > > . ? JRun 4 comes with a "Pointbase" database
> > and
> > > > > should be connected via JDBC. do you have
> > your
> > > > > debuging tools turned on from your Cold fusion
> > > > > administrator? If not I would suggesst you
> > turn
> > > > it on
> > > > > to further isolate your problem.
> > > > >
> > =================================================
> > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > We use ODBC socket with SQL being the
> > backend on
> > > > our
> > > > > > servers. This
> > > > > > is the event log of cold fusion.
> > > > > >
> > > > > > # Created by JRun on 05/22 06:29:53
> > > > > > 05/22 06:29:53 error unable to create new
> > native
> > > > > > thread
> > > > > > java.lang.OutOfMemoryError: unable to create
> > new
> > > > > > native thread
> > > > > > at java.lang.Thread.start(Native Method)
> > > > > > at
> > > > > >
> > > > >
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.pool.ConnectionRunner.fetchConnection
> > > > > > (ConnectionRunner.java:39)
> > > > > > at
> > > > coldfusion.server.j2ee.sql.pool.JDBCPool.create
> > > > > > (JDBCPool.java:468)
> > > > > > at
> > > > > >
> > > >
> > coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut
> > > > > > (JDBCPool.java:398)
> > > > > > at
> > > > > >
> > > > >
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection
> > > > > > (JDBCPool.java:669)
> > > > > > at
> > > > > >
> > > > >
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection
> > > > > > (JDBCManager.java:123)
> > > > > > at
> > > > > >
> > > > >
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > > > > (JRunDataSource.java:138)
> > > > > > at
> > > > > >
> > > > >
> > > >
> > >
> >
> coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > > > > (JRunDataSource.java:125)
> > > > > > at
> > > > coldfusion.sql.DataSrcImpl.getCachedConnection
> > > > > > (DataSrcImpl.java:120)
> > > > > > at coldfusion.sql.DataSrcImpl.getConnection
> > > > > > (DataSrcImpl.java:75)
> > > > > > at
> > > > coldfusion.sql.SqlImpl.execute(SqlImpl.java:207)
> > > > > > at
> > > > > >
> > > > >
> > > >
> > >
> >
> coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447)
> > > > > >
> > > > > > --- In cold_fusion@yahoogroups.com, michael
> > > > allen
> > > > > > ackerman
> > > > > > <mallenackerman@y...> wrote:
> > > > > > > well, i`m not certain but since Jrun is
> > run on
> > > > a
> > > > > > Java2
> > > > > > > platform, your issue might be related to
> > JDBC
> > > > and
> > > > > > what
> > > > > > > database are you using?
> > > > > > >
> > =============================================
> > > > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > > > Yes I have the updates installed on it.
> > I
> > > > also
> > > > > > have
> > > > > > > > the Jrun 4
> > > > > > > > Updater 5 on it. Is there any issue
> > between
> > > > JRun
> > > > > > and
> > > > > > > > ODBC?
> > > > > > > > --- In cold_fusion@yahoogroups.com,
> > michael
> > > > > > allen
> > > > > > > > ackerman
> > > > > > > > <mallenackerman@y...> wrote:
> > > > > > > > > Jrun is a `touchy` server to say the
> > > > least--do
> > > > > > you
> > > > > > > > > have the latest udates installed?
> > > > > > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > > > > > Hi Guys,
> > > > > > > > > > Has any one encountered the problem
> > of
> > > > JRun
> > > > > > > > services
> > > > > > > > > > being down when
> > > > > > > > > > running on Cold Fusion MX 6.1 on
> > Win2K3
> > > > > > server.
> > > > > > > > The
> > > > > > > > > > service just stops
> > > > > > > > > > and the service and server has to be
> > > > bounced
> > > > > > > > back to
> > > > > > > > > > make it work. Any
> > > > > > > > > > suggetions or advice will be greatly
> > > > > > > > appreciated.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > __________________________________
> > > > > > > > > Do you Yahoo!?
> > > > > > > > > Yahoo! Small Business - Try our new
> > > > Resources
> > > > > > site
> > > > > > > > >
> > http://smallbusiness.yahoo.com/resources/
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > >
> > __________________________________________________
> > > > > > > Do You Yahoo!?
> > > > > > > Tired of spam? Yahoo! Mail has the best
> > spam
> > > > > > protection around
> > > > > > > http://mail.yahoo.com
> > > > > >
> >
> === message truncated ===
>
>
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Small Business - Try our new Resources site
> http://smallbusiness.yahoo.com/resources/
Reply with quote
Send private message
View user's profile Post To page top
mallenackerman Posted: Thu May 26, 2005 12:10 am


Joined: 24 May 2005

Posts: 6
Re: Cold Fusion MX 6.1 and JRun4 issue.
Are you running a seperate version of Jrun 4 or the
one that installs with CF 6.1. Unless you`re creating
EJB`s or running jsp`s I can`t see why you`re having
such a problem? But since you are you might also wnat
to contact somebody at Macromedia for support, for
they may be a little more helpful than I am. but I;ll
keep trying with you if you think my advise is
helping. For one: I`m not familiar with the Seuelink
or what relation it actually has with your ODBC
drivers. How big is your database, can`t you isolate
the JDBC errors by just debugging a single process to
see where it`s stemming from? otherwise I`d go for
just ugrading the JDBC drivers, FIRST, and if that
doesn`t do the trick, back out and go the other route.
hope this helps.
--- devesh05 <devesh05@...> wrote:

> Would you suggest doing DataDirect Seuelink ODBC
> Server upgrade to
> Version 5.4 and then installing DataDirect JDBC
> drivers Version 3.4
> --- In cold_fusion@yahoogroups.com, michael allen
> ackerman
> <mallenackerman@y...> wrote:
> > i would definately give that a try!
> > --- devesh05 <devesh05@y...> wrote:
> >
> > > Yes we are, and the funny thing is, its always
> > > monday when the JRun
> > > service goes down.Would updating the DataDirect
> JDBC
> > > drivers work.
> > > --- In cold_fusion@yahoogroups.com, michael
> allen
> > > ackerman
> > > <mallenackerman@y...> wrote:
> > > > since you installed the Updater 5 for Jrun4
> have
> > > you
> > > > still been encountering the same problems?
> > > > --- devesh05 <devesh05@y...> wrote:
> > > >
> > > > > We are running MS SQL server. Debugging was
> > > turned
> > > > > off as it slowed
> > > > > the server down. We connect all the
> application
> > > DB
> > > > > via ODBC socket.
> > > > > We did get the Jrun4 Updater 5 installed on
> our
> > > > > servers. Is there
> > > > > any problem with the DataDirect Sequelink
> ODBC
> > > > > Server. Should I
> > > > > install the Version 5.4 of it.
> > > > > --- In cold_fusion@yahoogroups.com, michael
> > > allen
> > > > > ackerman
> > > > > <mallenackerman@y...> wrote:
> > > > > > did you notice how many references there
> are
> > > to
> > > > > JDBC?
> > > > > > what flavor of SQL r u using, MySQL,
> PGSQL, MS
> > > SQL
> > > > > . .
> > > > > > . ? JRun 4 comes with a "Pointbase"
> database
> > > and
> > > > > > should be connected via JDBC. do you have
> > > your
> > > > > > debuging tools turned on from your Cold
> fusion
> > > > > > administrator? If not I would suggesst
> you
> > > turn
> > > > > it on
> > > > > > to further isolate your problem.
> > > > > >
> > >
> =================================================
> > > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > > We use ODBC socket with SQL being the
> > > backend on
> > > > > our
> > > > > > > servers. This
> > > > > > > is the event log of cold fusion.
> > > > > > >
> > > > > > > # Created by JRun on 05/22 06:29:53
> > > > > > > 05/22 06:29:53 error unable to create
> new
> > > native
> > > > > > > thread
> > > > > > > java.lang.OutOfMemoryError: unable to
> create
> > > new
> > > > > > > native thread
> > > > > > > at java.lang.Thread.start(Native
> Method)
> > > > > > > at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.pool.ConnectionRunner.fetchConnection
> > > > > > > (ConnectionRunner.java:39)
> > > > > > > at
> > > > >
> coldfusion.server.j2ee.sql.pool.JDBCPool.create
> > > > > > > (JDBCPool.java:468)
> > > > > > > at
> > > > > > >
> > > > >
> > >
> coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut
> > > > > > > (JDBCPool.java:398)
> > > > > > > at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection
> > > > > > > (JDBCPool.java:669)
> > > > > > > at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection
> > > > > > > (JDBCManager.java:123)
> > > > > > > at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > > > > > (JRunDataSource.java:138)
> > > > > > > at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
coldfusion.server.j2ee.sql.JRunDataSource.getConnection
> > > > > > > (JRunDataSource.java:125)
> > > > > > > at
> > > > >
> coldfusion.sql.DataSrcImpl.getCachedConnection
> > > > > > > (DataSrcImpl.java:120)
> > > > > > > at
> coldfusion.sql.DataSrcImpl.getConnection
> > > > > > > (DataSrcImpl.java:75)
> > > > > > > at
> > > > >
> coldfusion.sql.SqlImpl.execute(SqlImpl.java:207)
> > > > > > > at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:447)
> > > > > > >
> > > > > > > --- In cold_fusion@yahoogroups.com,
> michael
> > > > > allen
> > > > > > > ackerman
> > > > > > > <mallenackerman@y...> wrote:
> > > > > > > > well, i`m not certain but since Jrun
> is
> > > run on
> > > > > a
> > > > > > > Java2
> > > > > > > > platform, your issue might be related
> to
> > > JDBC
> > > > > and
> > > > > > > what
> > > > > > > > database are you using?
> > > > > > > >
> > > =============================================
> > > > > > > > --- devesh05 <devesh05@y...> wrote:
> > > > > > > > > Yes I have the updates installed on
> it.
> > > I
> > > > > also
> > > > > > > have
> > > > > > > > > the Jrun 4
> > > > > > > > > Updater 5 on it. Is there any issue
> > > between
> > > > > JRun
> > > > > > > and
> > > > > > > > > ODBC?
> > > > > > > > > --- In cold_fusion@yahoogroups.com,
> > > michael
> > > > > > > allen
> > > > > > > > > ackerman
> > > > > > > > > <mallenackerman@y...> wrote:
> > > > > > > > > > Jrun is a `touchy` server to say
> the
> > > > > least--do
> > > > > > > you
> > > > > > > > > > have the latest udates installed?
> > > > > > > > > > --- devesh05 <devesh05@y...>
> wrote:
> > > > > > > > > > > Hi Guys,
>
=== message truncated ===





__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Reply with quote
Send private message
Post new topic Reply to topic
Display posts from previous:   
 

All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help