No , not like that when i started using persistence the mentioned version 
was the latest one and i started using it, and then i faced "UNABLE TO 
ACQUIRE LOCK ON LEVELDB" very few time, i want to know that this issue is 
because of the older version and wont come in 2.4.7 version then i will 
update the version to 2.4.7.

Thanks for your support. 

On Tuesday, June 28, 2016 at 5:00:00 PM UTC+5:30, Guido Medina wrote:
>
> So you expect it work on a experimental version and then you will move to 
> the version could actually work?
> I don't understand that logic, you should set your versions to:
>
> <dependency>
>     <groupId>com.typesafe.akka</groupId>
>     <artifactId>akka-actor_2.11</artifactId>
>     <version>2.4.7</version>
> </dependency>
> <dependency>
>     <groupId>com.typesafe.akka</groupId>
>     <artifactId>akka-persistence_2.11</artifactId>
>     <version>2.4.7</version>
> </dependency>
>
> And I would also check that the versions of other akka related 
> dependencies are aligned.
>
> Guido.
>
> On Tuesday, June 28, 2016 at 12:03:52 PM UTC+1, Vishal Singh wrote:
>>
>> Thanks for your valuable time
>>
>> I am finalising the persistence will work in production or not, if yes 
>> then we can move to the latest version of akka no issue. Do you have any 
>> idea why this " UNABLE TO ACQUIRE LOCK ON LEVELDB" problem is coming just 
>> because of version mismatch or some other reason might be?
>>
>>
>> On Tuesday, June 28, 2016 at 4:11:19 PM UTC+5:30, √ wrote:
>>>
>>> You're going to want to use the same Akka version for your Akka 
>>> dependencies (I see that you're using 2.4.1 for akka-actor but 2.3.14 for 
>>> persistence).
>>>
>>> On Tue, Jun 28, 2016 at 10:35 AM, vishal singh bhadouriya <
>>> [email protected]> wrote:
>>>
>>>> Hi Guys,
>>>>
>>>> I am using Akka Persistence in a business process where n number of 
>>>> entities are processing and each one in a different state at any moment, 
>>>> if 
>>>> system crashed then i am recovering using persistence. But sometimes i 
>>>> while restarting i am getting UNABLE TO ACQUIRE LOCK ON LEVELDB, to 
>>>> resolve 
>>>> it i have delete Journal folder then only it works. How to resolve it, is 
>>>> there any way to get out of it.
>>>>
>>>> Here are the versions i am using
>>>>
>>>> <dependency>
>>>> <groupId>com.typesafe.akka</groupId>
>>>> <artifactId>akka-actor_2.11</artifactId>
>>>> <version>2.4.1</version>
>>>> </dependency>
>>>>
>>>>  <dependency>
>>>> <groupId>com.typesafe.akka</groupId>
>>>> <artifactId>akka-persistence-experimental_2.11</artifactId>
>>>> <version>2.3.14</version>
>>>> </dependency>
>>>>
>>>> Please let me know, is it fixed in later build of Akka and is 
>>>> Persistence is Production ready or not.
>>>>
>>>> -- 
>>>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>>>> >>>>>>>>>> Check the FAQ: 
>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>> >>>>>>>>>> Search the archives: 
>>>> https://groups.google.com/group/akka-user
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Akka User List" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to [email protected].
>>>> To post to this group, send email to [email protected].
>>>> Visit this group at https://groups.google.com/group/akka-user.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> -- 
>>> Cheers,
>>> √
>>>
>>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to