• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JRUN Error

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

with much hope I am posting this query here since I have not been able to find even one possible explanation for this.

We have a website which is using JRUN. For the past 4 months suddenly too many errors have started coming due to which the site is going down repeatedly. After refreshing a number of times though sometimes it comes up.

the main error that is repeatedly coming is below:

[Macromedia][SQLServer JDBC Driver]No more data available to read.
[2]java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]No more data available to read.
at macromedia.jdbc.base.BaseExceptions.createException(Unknown Source)
at macromedia.jdbc.base.BaseExceptions.getException(Unknown Source)
at macromedia.jdbc.sqlserver.tds.TDSRequest.getReturnedValue(Unknown Source)
at macromedia.jdbc.sqlserver.tds.TDSRequest.getColumnDataForRow(Unknown Source)
at macromedia.jdbc.sqlserver.SQLServerImplResultSet.getData(Unknown Source)
at macromedia.jdbc.base.BaseResultSet.getString(Unknown Source)
at macromedia.jdbc.base.BaseResultSet.getString(Unknown Source)

That is just a part of the error.

Can someone please guide as to what could be the problem or where possibly I can look?
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paridhi,

This kinda error you can get when your JRUN is not using the correct JDBC Driver. Try to have a look at some updates for the appropriate JDBC driver you are using for the database.

I hope this wd be helpful.

Thanks.
 
Why fit in when you were born to stand out? - Seuss. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic