• 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

Error in tracefile- failed to create datasource

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In WAS 3.5 I have 2 applications running and would like to add a third. I am trying to create another datasource but the machine locks up and in the tracefile I get the error:

'FATAL Failed to create a data source: {0} java.sql.SQLException: Could not open table SE_TABLE in path C:\WebSphere\AppServer\bin\idbStore\tables'

This SE_TABLE is over 188MB! I believe the instantDB database is corrupt? I read that I should open the admin.config file and change "install.initial.config=false" to "true" and to delete the idbStore file. I suppose this will recreate the tables.... Does anyone know the ramifications of this? Will it overwrite all of the existing configurations I have? Is this the right thing to do?

Thanks in advance.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic