Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Problems while connecting to Cloudscape database.


Message #1 by "Venkateshwar V." <venkateshwar.raman@w...> on Wed, 8 Jan 2003 19:04:30 +0530
Hi All,
I am working on Sun's reference implementation App Server verson 1.3.1. It comes shipped with cloudscape database. When I write try
to connect to this App Server through JSP that calls methods through Enterprise Java Beans I get this Error Message:

        java.net.ConnectException: Connection refused: connect
java.rmi.RemoteException: nested exception is: javax.ejb.EJBException: Unable to
 connect to database. Connection refused to host: XXXXXXXX; nested exception
 is:
        java.net.ConnectException: Connection refused: connect; nested exception
 is:
        javax.ejb.EJBException: Unable to connect to database. Connection refuse
d to host: XXXXXXXXX; nested exception is:
        java.net.ConnectException: Connection refused: connect
javax.ejb.EJBException: Unable to connect to database. Connection refused to hos
t: XXXXXXXXX; nested exception is:
        java.net.ConnectException: Connection refused: connect
        <<no stack trace available>>

Can any one help me solve this problem.

Regards,
Venky.


  Return to Index