Anant Rao

Ranch Hand
+ Follow
since Nov 12, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Anant Rao

Looks like you enabled session persistance to database, but the the datasource is not created.

Thanks
12 years ago
Looks like there are no avaliable connections in the connection pool. Either you must have set the max connections to a very low number or its not tuned to suit your application need. The immediate fix would be bump up the max connections and then tune your connection pool settings.

HTH.
Anant
12 years ago
Can you verify if the database is up and running. You would get this error when the database is down.

Thanks
Anant
12 years ago
Looks like the id you are using cannot be authenticated. Check the password or the privilges on the queue.

Thanks
12 years ago
MAC OS is not a supported version for websphere integration developer 6.1, 6.2 and 7.0.
The new version in 7.5 (Integration Designer) is also not supported on MAC.

You could use either Win Server, xp, vista, 7 or linux (SUSE / REDHAT) which are supported by IBM .

Thanks
Anant


12 years ago
Instead of or WAS variable or hard coding the path, create a URL resource. Here is an example.

http://www.ibm.com/developerworks/websphere/library/techarticles/0502_botzum/0502_botzum.html

Thanks
Anant
12 years ago
Looks like the certificate (Owner: "EMAILADDRESS=maruyama@jp.ibm.com, CN=SOAP 2.1 Test CA, OU=TRL, O=IBM, L=Yamato, ST=Kanagawa, C=JP") with alias "soapca" in keyStore "/usr/was51/AppServer/etc/ws-security/samples/dsig-sender.ks" is going to expire in 43 days.

You may have to generate new or renew. Here is a blog on renewing certificates

http://enerosweb.wordpress.com/2010/10/12/renew-certificate-in-websphere-keystore-while-retaining-same-alias/

Thanks
Anant
12 years ago
Looks like id/password you are using to connect to the queue are either wrong or does not have enough permissions.

Thanks
Anant
12 years ago
If you want to run jacl / jython scripts from command line you dont need any additional libraries. Based on the url you have attched in your post, looks like you are trying to invoke these scripts from " WebSphere Application Server Administrative Script Launcher ".
Hope this helps.

Thanks
Anant
12 years ago
After you deployed the servlet app, did you regenerate the plugin and transferred to IHS ?

Anant
14 years ago
Check the path of the jar files classpath of the JDBC Provider. Does those two match. If not, i would correct the path of the jars there.

Anant
14 years ago
serverindex.xml file should have all the port number which are used by this server. This file can be found in the config directory.

Thanks
Anant
14 years ago
When message engine connects to the database it updates with a unique id in the tables. If you try to use the same database for another ME it will throw an exception.

In your case either build a new ME database or rebuild the existing one, it should solve the problem.


Anant

14 years ago