• 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

websphere server accessing remote db2 server

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have installed was4.0 and db2 7.1 on win2k platform and deploying the code on that machine to be used by others.Now i wan't to add another was4.0 in this setup. So that i can use this server for the trial / test deployments.
I get the db2exception when i start this second server. Can anybody help me in this matter?
-rajesh
 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the exception you are getting?
In the second was4 on the same box as the first (i.e. vertical clone)?
-Dave.
 
rajesh godbole
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for not providing the complete info.
Second installation is on another physical machine and Db2 client is installed on that machine.
Is it mandatory to install db2 server on the same machine or can i access the remote db2 server in the same intranet.
-rajesh
 
rajesh godbole
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The exception is
[03.01.17 15:25:31:612 GMT+05:30] 54da682f DBMgr W SMTL0027W: An excepti
on occurred during database update: update EJSADMIN.URLPROVIDER_TABLE set NAME
= ? , DESCRIPTION = ? , PROTOCOL = ? ,STREAMHNDLRCLASS = ? where INSTANCE_ID =
? com.ibm.ejs.cm.portability.ResourceAllocationException: [IBM][CLI Driver][DB2
/NT] SQL0954C Not enough storage is available in the application heap to proces
s the statement. SQLSTATE=57011
at java.lang.reflect.Constructor.newInstance(Native Method)
at com.ibm.ejs.cm.portability.PortabilityLayerImpl.translateException(Po
rtabilityLayerImpl.java:184)
at com.ibm.ejs.cm.pool.ConnectO.translateException(ConnectO.java:1690)
at com.ibm.ejs.cm.proxy.ConnectionProxy.translateException(ConnectionPro
xy.java:142)
 
reply
    Bookmark Topic Watch Topic
  • New Topic