-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Comments
This has to do with running |
Since when? |
I think its a You maybe just need to copy the Also PR #3372 seeks to fix all these issue with current |
@vncoelho has problem been resolved? |
Resolved |
neo> FATAL [16:50:41.214] System.IO.FileNotFoundException
Could not load file or assembly 'RocksDbSharp, Version=9.4.0.50294, Culture=neutral, PublicKeyToken=null'. The...ch()
at System.Thr...eadStart()
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'RocksDbSharp, Version=9.4.0.50294, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'RocksDbSharp, Version=9.4.0.50294, 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 137
at Neo.NeoSystem..ctor(ProtocolSettings settings, String storageProvider, String storagePath) in /opt/neoLib/src/Neo/NeoSystem.cs:line 121
at Neo.CLI.MainService.Start(CommandLineOptions options) in /opt/neoLib/src/Neo.CLI/CLI/MainService.cs:line 381
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: 104 Aborted (core dumped) dotnet neo-cli.dll
root@8bb53b08234a:/# not resolved yet perhaps, were you able to use it? |
@cschuchardt88 I just tried with current master branch and all deps installed |
Sometime ago I was able to run RocksDbStore normally.
Nowadays it is returning a crash
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.
The text was updated successfully, but these errors were encountered: