Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8383943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:17:41+00:00 2026-06-09T17:17:41+00:00

I’m not sure what is going on with my derby database, but I seem

  • 0

I’m not sure what is going on with my derby database, but I seem to have tables that I can can see from the ij interface…

ij> show tables in derbytest;
TABLE_SCHEM         |TABLE_NAME                    |REMARKS
------------------------------------------------------------------------
DERBYTEST           |DATATYPETEST                  |
DERBYTEST           |LOCATION                      |
DERBYTEST           |SUIVI                         |

now I get the tables description…

ij> describe derbytest.datatypetest;
COLUMN_NAME         |TYPE_NAME|DEC&|NUM&|COLUM&|COLUMN_DEF|CHAR_OCTE&|IS_NULL&
------------------------------------------------------------------------------
A_DATE              |DATE     |0   |10  |10    |NULL      |NULL      |NO
AN_INT              |INTEGER  |0   |10  |10    |NULL      |NULL      |YES
A_DECIMAL           |DECIMAL  |0   |10  |5     |NULL      |NULL      |YES
A_STRING            |VARCHAR  |NULL|NULL|20    |NULL      |40        |YES
A_SWITCH            |BOOLEAN  |NULL|NULL|1     |NULL      |NULL      |YES

So I guess the table exists, but…

ij> select * from derbytest.datatypetest;
ERREUR XSAI2 : Le conglomÚrat (1á232) demandÚ n'existe pas.

So a quick check to see if the problem is being caused by an ’empty’ table..

ij> select * from derbytest.suivi;
OBS        |DATE                         |TIME
-----------------------------------------------------------------------

which to me suggests not!

I’m not sure I fully understand the implication of the error message, i found this in the docs

Table 36. Class XSAI: Store – access.protocol.interface SQLSTATE
Message Text XSAI2 The conglomerate () requested does not
exist.

which isn’t amazingly helpful!
I’ve had a look at the various API docs for the engine, language, testing and tools, but I don’t know where to start to look, any pointers would be helpfull.

It may be related to how I am setting the database, so some quick background.

I connecting to this test DB from a java test class. It gathers info from another datasource (XL of flat file) then drops it into this database (or that is the aim). I am only showing a small ‘test’ that I may to ensure my connection was working.

I have another schema in this file that has more tables, and they all have this same problem.

Have I not correctly closed a conection and lost data?
Have I somehow inadvertently delected a data file, that contained the missing ‘conglomerate’

Any help is greately appreciated.

David.

ps I have other test DB’s that I haven’t checked to see if they have the same problem.
I’m running java 6 on XP.

edit1: Just checked the other testDB I am using, it contains no tables! I obviously cleaned up after myself. Now where did that cat go ??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T17:17:43+00:00Added an answer on June 9, 2026 at 5:17 pm

    That is odd behavior, to be sure. I’m not sure what’s wrong.

    Did you create your table inside a transaction but not yet commit that transaction?

    Did you create your table using an in-memory database, in which case it disappears when you close the database?

    Did you create your database in one location on the disk, then later connect to a different location with ‘create=true’, in which case Derby creates a new blank database in the new location?

    Did you create your database using one schema, then connect with a different schema?

    The error message does suggest some internal damage to the table. The number in parentheses (1a232) is a conglomerate number, which is also used to identify the conglomerate’s filename in your filesystem. So you could look in the filesystem and match up the files that are there to the tables in your database (by selecting from sys.sysconglomerates).

    You get a conglomerate for the table itself, plus additional conglomerates for each secondary index, both those created by CREATE INDEX and those created by implicit constraints such as UNIQUE or REFERENCES.

    If you suspect you have table damage, it’s best to restore from a backup. Did you experience any system crashes, disk full events, etc., which might have indicated table damage?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
I have a view passing on information from a database: def serve_article(request, id): served_article
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from
I need a function that will clean a strings' special characters. I do NOT
Does anyone know how can I replace this 2 symbol below from the string
I have a reasonable size flat file database of text documents mostly saved in
I have a bunch of posts stored in text files formatted in yaml/textile (from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.