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

MISP An Internal Error Has Occurred #105

Open
IrArTr opened this issue Dec 25, 2020 · 7 comments
Open

MISP An Internal Error Has Occurred #105

IrArTr opened this issue Dec 25, 2020 · 7 comments

Comments

@IrArTr
Copy link

IrArTr commented Dec 25, 2020

I have a problem, when I want to see an event created and the same when I create a tag and want to see the list of tags gives me the following error:

An Internal Error Has Occurred.
Error: An Internal Error Has Occurred. Please try your action again. If the problem persists, please contact administrator.

Please can you help me I don't understand what is the problem

@CloudArtAdmins
Copy link

I was getting that error when trying to delegate events.
Happen to know if this issue has affected you since an update?

@IrArTr
Copy link
Author

IrArTr commented Dec 25, 2020

I was getting that error when trying to delegate events.
Happen to know if this issue has affected you since an update?

no, it's the first time I install it

@Stefan249
Copy link

Some here.
It's related to MISP/MISP#6824

@blabut
Copy link

blabut commented Jan 19, 2021

Hi all, did anyone find any fix on this issue ? I am getting the same error after a fresh install when trying to access a specific event record from the DB.

@Stefan249
Copy link

Replace the following line with (..Misp/app/Model/Sighting.php):
334 'group' => ['date_sighting', 'org_id', 'attribute_id', 'type', 'date'],
371 'group' => ['date_sighting', ucfirst($context) . 'Tag.id', 'date'],

@d4vydm
Copy link

d4vydm commented Jan 26, 2021

@Stefan249 Confirmed, fixes issue.

@mainakdey36
Copy link

Facing a similar issue. The error log is given below. Please help.

2021-12-19 07:46:31 Warning: SplFileInfo::openFile(/var/www/MISP/app/tmp/cache/persistent/myapp_cake_core_cake_console_eng): failed to open stream: No space left on device in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Cache/Engine/FileEngine.php, line 364]
2021-12-19 07:46:31 Warning: cake_core cache was unable to write 'cake_console_eng' to File cache in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Cache/Cache.php, line 327]
2021-12-19 07:46:31 Warning: SplFileInfo::openFile(/var/www/MISP/app/tmp/cache/persistent/myapp_cake_core_cake_console_eng): failed to open stream: No space left on device in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Cache/Engine/FileEngine.php, line 364]
2021-12-19 07:46:31 Warning: cake_core cache was unable to write 'cake_console_eng' to File cache in [/var/www/MISP/app/Lib/cakephp/lib/Cake/Cache/Cache.php, line 327]
2021-12-20 13:18:59 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/routeafterlogin
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:19:12 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/routeafterlogin
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:19:16 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/login
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:19:23 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/EventsController.php(63): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): EventsController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:19:30 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/EventsController.php(63): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): EventsController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:19:38 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/login
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:20:12 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/login
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:20:24 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/login?
=1639742189377
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:21:27 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/EventsController.php(63): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): EventsController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:24:15 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/EventsController.php(63): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): EventsController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:24:20 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/EventsController.php(63): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): EventsController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:24:49 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/EventsController.php(63): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): EventsController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:28:01 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/routeafterlogin
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:30:53 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/routeafterlogin
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:47:13 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/login
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:48:43 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/routeafterlogin
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}
2021-12-20 13:49:57 Error: [RedisException] MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
Request URL: /users/
Stack Trace:
#0 /var/www/MISP/app/Controller/AppController.php(663): Redis->exec()
#1 /var/www/MISP/app/Controller/AppController.php(251): AppController->__logAccess()
#2 /var/www/MISP/app/Controller/UsersController.php(33): AppController->beforeFilter()
#3 /var/www/MISP/app/Lib/cakephp/lib/Cake/Event/CakeEventManager.php(244): UsersController->beforeFilter()
#4 /var/www/MISP/app/Lib/cakephp/lib/Cake/Controller/Controller.php(682): CakeEventManager->dispatch()
#5 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess()
#6 /var/www/MISP/app/Lib/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#7 /var/www/MISP/app/webroot/index.php(101): Dispatcher->dispatch()
#8 {main}

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

6 participants