• 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

JDBC and Jrun

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=66&threadid=979757&enterthread=y

Hi all

We are experiencing JDBC problems with Jrun on win2k3

Old Platform
Win 2000
Jrun 3.1
SQL Server 7
JDK 1.3

New Platform
Win 2003
Jrun 3.1
SQL Server 2000
JDK 1.3

We tried to switch between Ms JDBC for sql server and jTDS. We got different errors for the same pages. NullPointerExceptions, Address in Use everywhere in our jsp. But previously we do not get these, neither do we get these on our other sites. This only happens after the os migration. And we tried turning off Database pooling and increasing the max , min heap size of the JRE. Still we coulnd't resolve it


Can anyone advise a way outta this. Thanks
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Address in Use everywhere in our jsp


There are probably other processes on this new machine that are using ports your app. needs. Try using netstat from the command line to see what is process is using what port.
 
She'll be back. I'm just gonna wait here. With this 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