We try to start JOnAS with about 30 simple CMP EntityBeans in jonas.properties. This works well most times, but on my machine, this loads the beans to about 20, then gives this error: JOnAS Server configuration error! Datasource 'jdbc_1' is not known by the EJB server. Please check the 'jonas.datasources' property in the 'jonas.properties' file. Cannot create containers : EJBServer halting All 30 beans use jdbc_1, so it is there definitively. It really happens only when loading that lot of beans. If I retry 20 times, then sometimes it works and the server starts and works successful (without ANY change on my machine or the environment). Does anybody have an idea?
