Skip to content
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

RockDb FileNotFoundException #3419

Open
vncoelho opened this issue Jul 15, 2024 · 4 comments
Open

RockDb FileNotFoundException #3419

vncoelho opened this issue Jul 15, 2024 · 4 comments

Comments

@vncoelho
Copy link
Member

Sometime ago I was able to run RocksDbStore normally.

Nowadays it is returning a crash

neo> FATAL [17:14:42.250] 	System.IO.FileNotFoundException
Could not load file or assembly 'RocksDbSharp, Version=8.11.3.46984,  Culture=neutral,  PublicKeyToken=null'. The...ch()
   at  System.Thr...eadStart()
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'RocksDbSharp, Version=8.11.3.46984, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

File name: 'RocksDbSharp, Version=8.11.3.46984, Culture=neutral, PublicKeyToken=null'
   at Neo.Plugins.Storage.Store..ctor(String path)
   at Neo.Plugins.Storage.RocksDBStore.GetStore(String path)
   at Neo.NeoSystem..ctor(ProtocolSettings settings, IStoreProvider storageProvider, String storagePath) in /opt/neoLib/src/Neo/NeoSystem.cs:line 136
   at Neo.NeoSystem..ctor(ProtocolSettings settings, String storageProvider, String storagePath) in /opt/neoLib/src/Neo/NeoSystem.cs:line 120
   at Neo.CLI.MainService.Start(CommandLineOptions options) in /opt/neoLib/src/Neo.CLI/CLI/MainService.cs:line 380
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
/opt/start_node.sh: line 2:   103 Aborted                 (core dumped) dotnet neo-cli.dll

The only method I have now in master to run a node in a consensus is MemoryStore. The rest is all bugging.

The configuration I used is the same as before. I run all setup with Docker images.
Build with mcr.microsoft.com/dotnet/sdk:8.0.303-jammy
Run with mcr.microsoft.com/dotnet/aspnet:8.0.7-jammy

There is no change from previous setup that was successful.

@vncoelho vncoelho changed the title RockDb corrupted RockDb FileNotFoundException Jul 15, 2024
@cschuchardt88
Copy link
Member

This has to do with running neo-cli as a dll. You have to call Plugins.Loaddlls manually.

@vncoelho
Copy link
Member Author

This has to do with running neo-cli as a dll. You have to call Plugins.Loaddlls manually.

Since when?
This was never a requirement before

@cschuchardt88
Copy link
Member

cschuchardt88 commented Jul 16, 2024

This has to do with running neo-cli as a dll. You have to call Plugins.Loaddlls manually.

Since when? This was never a requirement before

I think its a dotnet thing with static classes. I had to do this for new-cli. Because it wasn't loading plugins' store.

You maybe just need to copy the runtimes directory from RocksDBStore folder to neo-cli folder

Also PR #3372 seeks to fix all these issue with current neo-cli so please, i need your support.

image

@cschuchardt88
Copy link
Member

@vncoelho has problem been resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants