• 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

Data Source Connection Error in Websphere 6.1 on iSeries

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

I'm getting a Data Source Connection Error in Websphere 6.1 on iSeries
It says the Application server rejected the connection. I have setup the Dataseource correctly in WAS Console and tested the connection.
It works fine when i test the connection thru console, however when I run my application, am getting this error.

The same .ear when I deploy in WAS5.1, it works well, but when i deploy in WAS 6.1 on iSeries i have encountered this problem.


Error Message:


[11/22/09 19:43:56:517 MST] 0000002c StandardQuery I net.sf.hibernate.cache.StandardQueryCache <init> starting query cache at region: net.sf.hibernate.cache.StandardQueryCache
[11/22/09 19:43:56:520 MST] 0000002c Plugin W net.sf.ehcache.hibernate.Plugin <init> Could not find configuration for net.sf.hibernate.cache.StandardQueryCache. Configuring using the defaultCache settings.
[11/22/09 19:43:56:673 MST] 0000002c JDBCException W net.sf.hibernate.util.JDBCExceptionReporter logExceptions SQL Error: -99999, SQLState: 08004
[11/22/09 19:43:56:678 MST] 0000002c JDBCException E net.sf.hibernate.util.JDBCExceptionReporter logExceptions The application server rejected the connection. (Password is *NONE.)DSRA0010E: SQL State = 08004, Error Code = -99,999
[11/22/09 19:43:56:682 MST] 0000002c JDBCException E net.sf.hibernate.JDBCException <init> Cannot open connection
java.sql.SQLException: The application server rejected the connection. (Password is *NONE.)DSRA0010E: SQL State = 08004, Error Code = -99,999
at com.ibm.as400.access.JDError.throwSQLException(JDError.java:523)
at com.ibm.as400.access.AS400JDBCConnection.setProperties(AS400JDBCConnection.java:3136)

Anyone's prompt response is much appreciated.


Thanks,
Praveen.R
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check the user profile on the iSeries to see if its password actually is (as the error message says) *NONE. Then change the password to a password, and configure Websphere to match.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic