-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unable to process raw notification" error #7
Comments
Hi, It looks like Komadu has failed to acquire the lock to write to the http://d2i.indiana.edu/sites/default/files/komaduuserguide.pdf On the other hand, we haven't tested Komadu on Windows. But I think there's Thanks, On Fri, Nov 20, 2015 at 6:55 AM, yucelts [email protected] wrote:
|
Hi, I deleted the komadu database and created a new one and grant permissions according to the komaduuserguide.pdf as you said but the problem still continues. It looks like to stem from a database problem but I couldn't find the problem. Thanks. |
Hi, Could you please log into your mysql console and check whether there's any And are you using komadu trunk or 1.0 release which is available here? https://github.com/Data-to-Insight-Center/komadu/releases I'm sorry that I'm unable to do much from my side as I can't reproduce the Thanks, On Fri, Nov 20, 2015 at 2:06 PM, yucelts [email protected] wrote:
|
Hi Isuru, I logged into the mysql console and checked the exe_activity and exe_entity tables. Thanks, |
Hi yucelts, i got same error at first when i had installed komadu db to mysql server. Check this: In komadu_db_schema.sql file the flowing variable must be length of 7
|
Hi,
I am trying to build and run komadu on Windows 7. I followed the instructions and finally compiled the axis2-client-core. But I am getting the following errors on the server side. What might be the reason? I used the GRANT ALL ON and GRANT SELECT ON commands but these commands didn't solve the problem.
Thanks
20 Kas 2015 13:44:05,517 [http-8080-1] INFO edu.indiana.d2i.komadu.service.KomaduServiceSkeleton -Entity-Entity Relationship Added..
20 Kas 2015 13:44:05,595 [http-8080-1] INFO edu.indiana.d2i.komadu.service.KomaduServiceSkeleton -Entity-Entity Relationship Added..
20 Kas 2015 13:44:05,642 [AsynProc-0] ERROR edu.indiana.d2i.komadu.ingest.db.BaseDBIngester -Unable to process raw notification with internalID 648
edu.indiana.d2i.komadu.ingest.IngestException: Max retries 10 for the lock reached for the object: collection2_1939
at edu.indiana.d2i.komadu.util.KomaduUtils.manageDBLock(KomaduUtils.java:100)
at edu.indiana.d2i.komadu.ingest.db.BaseDBIngesterImplementer.addNewCollection(BaseDBIngesterImplementer.java:799)
at edu.indiana.d2i.komadu.ingest.db.BaseDBIngesterImplementer.addNewEntity(BaseDBIngesterImplementer.java:782)
at edu.indiana.d2i.komadu.ingest.db.BaseDBIngesterImplementer.storeEntityEntityRelationship(BaseDBIngesterImplementer.java:320)
at edu.indiana.d2i.komadu.ingest.db.BaseDBIngester.processNotifications(BaseDBIngester.java:143)
at edu.indiana.d2i.komadu.ingest.AsyncRawNotificationProcessor.run(AsyncRawNotificationProcessor.java:99)
at java.lang.Thread.run(Thread.java:724)
The text was updated successfully, but these errors were encountered: