ObjectDB Database Search
151-200 of 200 resultsA distinguished Name for server or explorer is good for maintaining! EntityManagerFactory emf = Persistence .createEntityManagerFactory("objectdb://192.168.0.1/trie.odb; user =admin ... by: com.objectdb.o._PersistenceException: Login Error (unauthorized IP address for user 'admin ... for user 'admin') at com.objectdb.o.MSG.d(MSG.java:61) at com.objectdb.o.HND.J(HND.java:208) at com | |
lockfiles in client/server mode i have an objectdb server running on localhost as user "objectdb", spawned like so: java -server ... with my own account, or deploy a working webapp running as the tomcat user . for whatever reason ... have decided to run tomcat, objectdb server and maven tests with my user account | |
2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object" and still have the ability to display the actual letter case as entered by the user . My key is similar ... typed by the user and is the primary key used to save/restore the object into/out of the database. Another user might try to navigate and enter "My drawer/Myfolder/someTab/documenta", and I want | |
Drop in Client/server mode not working : 'objectdb://localhost/testStorage1.tmp;drop; user =admin;password=admin' suggestions? David ... ; "objectdb://localhost/testStorage1.tmp;drop; user =admin;password=admin");   ... user so a database cannot be deleted while it is open and in use by the Explorer | |
Should I be able to persist a JFrame (or gui components in general)?, it doesn't quite make sense--at least it "seems" inefficient that the user might cycle through a list ... .createEntityManagerFactory("objectdb://localhost/thecontacts.odb; user =admin;password=admin"); em ... of Entity classes must indeed be persistable types. So I made a user component that extends | |
Entity factory - best practices Suppose I run a website that handles services such as user registration, user login checks, etc. I have all the credentials stored in an ObjectDB. Currently, each time user sends a request, I initiate a db connection by creating entity manager factory from db on disk, get the entity manager | |
Deploying objectdb.jar to karaf 4.0.7 seems to fail.5.4 | Failed to install artifact: / Users /aweirig/devel/osgi/apache-karaf-4.0.7/deploy/objectdb.jar org.osgi.framework.BundleException: The bundle file:/ Users /aweirig/devel/osgi/apache-karaf-4.0.7 ... .felix.fileinstall - 3.5.4 | Started bundle: file:/ Users /aweirig/devel/osgi/apache-karaf-4.0.7/deploy | |
The server cannot start in CentOS for user 'admin') gzdillon Lai Yang again, the server refuse me. com.objectdb.o.UserException ... .objectdb.o._PersistenceException: Login Error (unauthorized IP address for user 'admin') at com ... more Caused by: com.objectdb.o.UserException: Login Error (unauthorized IP address for user 'admin | |
Can I Disable the Creation of the "log" Directory? main(String[] args){ String currentDirectory = System.getProperty(" user .dir ... did NOT create log directory"); } } Current Directory: C:\ Users \BoydEdmondson\Documents | |
Extended HashMap as Embeddable class Hi, Should it be possible to create an Embeddable class that extends HashMap (or Set etc.)? I can user HashMaps as parameter type in entities, but when I extend it and annotate ... ; kborkowski Karol Borkowski User defined persistable classes that extend Java collection classes are not supported. support Support | |
Possible cause for "Enhancement of type ... is old and cannot be used" We get the following log: [2015-06-08 13:07:02 #1 type. user ] Enhancement of type com.btc.ep.requirement.bl.internal.ScopeRequirementContainerImpl is old and cannot be used (1567684682299716046 ... .ScopeRequirementContainerImpl is not enhanced. [2015-06-08 13:07:02 #3 type. user ] Enhancement of type com.btc.ep | |
Explorer in 2.3 to enter a Java expression into a field. For example, suppose you have a User entity with a password ... every environment (e.g. at end users when applicable). Changes must be synchronized with code refactoring and this is less error prone. support Support | |
Intermittent: "Attempt to reuse an existing primary key value" when persisting a new instance=GenerationType.SEQUENCE, generator=" user _pwd_seq") @SequenceGenerator(name=" user _pwd | |
Replication Question.createEntityManagerFactory( "objectdb://localhost:6000/my.odb; user =a;password=a|" + "objectdb://localhost:6001//localhost:6000/my.odb; user =b;password=b" ); Main point I want to ask: Can I conclude | |
Replicated cluster recovery:6000/test.odb; user =admin;password=admin|objectdb://localhost:6001/localhost:6000/test.odb; user =admin | |
Beginners questions=CascadeType.ALL, mappedBy="VERLAG_ID") private List users ; Table "EBUser": @Entity(name=" USER | |
Embedded & Activation & Scalation). No further activation is required for deployment and for end user installations. support Support Hi, Hmm I still fear ... well for existing ObjectDB OEM users . It will not work, however, if your object model is unknown at compile | |
How to use regular expressions in Criteria Builder against the user provided regex expression. For example, if a user wanted all part numbers ending in 802 | |
Gradle-Kotlin Code Contributions It’s taking me an embarrassing amount of time and effort to create the JPA (Point) Tutorial with Gradle and Kotlin (build.gradle.kts specifically) as a new Gradle-Kotlin user . (The Tutorial ... with Gradle, it may be useful to other users . support Support The script | |
Attempt to execute a query using a closed EntityManager for creating an user . Create button is pressed. 2. @RequestScoped ClientB.create() is triggered and executes the following. 3. First statement: @Stateless ClientC.create(and passes the user ) 4 | |
odb files and config file '/db/account.odb' viewId=/index.xhtml location=/ Users / USER /workspace/.metadata/.plugins/org.eclipse | |
com.objectdb.o.InternalException: Unexpected internal exception Hi, I am using objectdb.jar version 2.6.8 (installed via Maven). I am trying to authenticate a user . Initially, the database is empty. I have the following query: @javax.persistence.NamedQuery( name = "getPersonByName", query = "SELECT _person FROM metamodel. user .Person as _person WHERE _person | |
collection of embedded objects whose type is a user defined embeddable class or a collection of user defined embeddable classes | |
Password Protect Database File have another connection parameter while accessing from explorer.jar/exe would need to prompt the user ... your application communication with the database or with the users (before encryption | |
object creation during pmf.getPersistenceManager() of every user defined persistable type (entity class / embeddable class / persistence capable class ... application this should not be a problem. After all, the no arg constructors of user defined | |
Cannot save or update entity on Spring App_NAME_JDBC_URL, environment.getRequiredProperty("objectdb.url")); map.put(PROPERTY_NAME_JDBC_ USER , environment.getRequiredProperty("objectdb. user ")); map.put(PROPERTY_NAME_JDBC_PASSWORD, environment | |
Improvement in replication that this can be solved with some user action. The idea is to throw some kind of exception, when master dies, so the user knows that transaction failed. On slave server (and only on them) there can be some | |
Saving custom list which implements java.util.List fails Thomas Steinbach Please try build 2.4.7_18, which enables persisting collections and maps of user ... the list B of the users entity object - It fills List B with the entries of List | |
@Entity saved in Tomcat session - problem is, that we need the same logic for temporary users (without storing in DB) and permanent users (stored in | |
evictAll() behavior I'm writing a multi- user drawing tool, using objectdb as the central store. When a user press F5, I want to pick up all the changes from the database. So, I call evictAll() in the following ways: pmf.getDataStoreCache().evictAll(); // the factory pm.evictAll(); // the persistence | |
Entity factory Hi, is it possible to create Entities with a custom factory? I want to create Entity instances via dependency injection like: @Entiy public class User { private final UserService userService; @Inject private User (UserService userService) { this.userService = userService | |
Help with 'not like/lower' query. This is using Criteria with a combination of LOWER/UPPER - NOT LIKE: SELECT COUNT($1.id) FROM User $1 ... (with a subsequent fetch of a page of 20 results per table view on the UI) where a user belongs | |
Failed to resize file - file system limitation error. com.objectdb.o.UserException: Failed to read from file 'C:\ Users \CMOORE~1\AppDat a\Local\Temp ... to read from file 'C:\ Users \CMOORE~1\AppData\Local\Temp\ objectdb_3126483439234298180\DoctorSection | |
docker Wondering how folks are automating ObjectDb license keys in a docker environment? dmoshal David Moshal ObjectDB activation is implemented on the user side by a Java program. The usual way to run it is manually from the console but you may also automate in by running it from your application, as some ObjectDB users do. support Support | |
Server vs embedded mode in multi-instance scenario We are creating a web app that will have multiple different clients, each on their own EC2 instance(s). The clients do not need to share any data, so each could have its own ObjectDB. Clients have a user base of about 2,000 to 60,000 users that could possibly be using their application at any | |
Not Enhanced: ...: com.objectdb.o.TEX: Type ..._$$_javassist_1 is not found on User (an ObjectDB Entity). These errors appear when I just navigate to the page, so when AuthB ... and editing of User entities works also. This just appears in ObjectDB's logs and I was wondering why. zmirc | |
problems using the explorer "main" [ObjectDB 2.2.5] javax.persistence.PersistenceException Attempt to open a database file '/ Users ... .UserException: Attempt to open a database file '/ Users /hgz/objectdb/db/coreSystemDb.odb' with an old | |
Freeze during save.perform(EntityPersister.java:98) at com.objectdb.type. user .UserMemberList.visitRefs(UserMemberList.java:587) at com.objectdb.type. user .MemberManager.visitRefs(MemberManager.java:1059) at com.objectdb.type. user .UserType.visitRefs(UserType.java:1349) at com.objectdb.type.misc.TypeVisitor.visitReferenced | |
Can't open replicated database for a query (just read, no update) but it fails with the error below. The code I'm using is ( user & password ... ( "objectdb://SE101388:6136//SE101352:6136/WorkflowHistory.odb; user =...;password=..."); EntityManager em | |
Use temporary files to enable very large transactions single user mode (i.e. batch background load) or do you need multi threading support? Why don't ... is every combination. Can we assume single user mode (i.e. batch background load) or | |
Enum fields are set to null and embeddable enum class does not show in explorer before, this is a highly critical issue and it will lead to data loss for users updating to 2.8.2 ... critical issue and it will lead to data loss for users updating to 2.8.2. If this is indeed just | |
ObjectDB 2.7.2_x Doctor Yields "Index Requires Rebuild" Always 2.7.1 Doctor does not show any indexing errors.) Here is an example output from my .odb: C:\ Users \BoydE\Desktopjava -cp 2.7.2_03\bin\objectdb.jar com.objectdb.Doctor C:\ Users \BoydE\MoxyDox\ObjectDb | |
database corrupt is still unclear. There are no similar reports from other users and the stack traces are not very useful ... " (which is faster) works pretty well for other users due to other protections, this default could possibly cause | |
Best practise loading big data. Server: ******** User : objectdb PW: ******** I will upload the heap dump soon - with triggered GC. Kind ... .conf" , "C:\\ Users \\developer\\Desktop\\objectdb.conf" ); String fileName = "E:\\test.odb" ; File f | |
ObjectDB can't be activated.odb; user =admin;password=admin"); System.out.println(emf.createEntityManager().createQuery("objectdb ... ("objectdb://localhost:1234/database.odb; user =admin;password=admin"); // Check activation state | |
Unexpected error when loading all entity instance) at com.mvolution.webservice.endpoints. user .LoginEndpoint.processJson(LoginEndpoint.java:54 ... and the recording. There are currently no other reports of database corruptions from other users | |
version 2.4.5+ with GlassFish 3.1.2, errors when runs application. Version 2.4.4 worked but not 2.4.5 or later._PersistenceException: Type User is not found at com.objectdb.o._PersistenceException.b(_PersistenceException.java ... (EJBLocalObjectInvocationHandler.java:214) ... 75 more Caused by: com.objectdb.o.TEX: Type User is not | |
ODB Server tries to write a log file to a weird location We are testing client-server architecture. Our server has the following config: path = "$temp" threshold = "64mb" / inactivity-timeout = "0" / size = "0" user = "true" password = "true" / path ... = "0" / size = "0" user = "true" password | |
An entityManager.flush() with many entities is not possible Failed to read from file 'C:\ Users \pg\AppData\Local\Temp\ObjectDB\objectdb_2254766968035459242 ... .run(Unknown Source) Caused by: com.objectdb.o.UserException: Failed to read from file 'C:\ Users \pg | |
Out of Memory - Slow leak? on such attempt it writes to the log an error message ("Negative snapshot user count") with a stack trace ... and the data server. support Support Any news regarding this issue? Is there a "Negative snapshot user |