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

Race condition on /system/configurations page #8392

Closed
kyleknighted opened this issue Jun 19, 2020 · 3 comments
Closed

Race condition on /system/configurations page #8392

kyleknighted opened this issue Jun 19, 2020 · 3 comments
Assignees

Comments

@kyleknighted
Copy link
Contributor

kyleknighted commented Jun 19, 2020

Current Behavior

image


Warning: Failed prop type: The prop `config` is marked as required in `UrlWhiteListConfig`, but its value is `null`.
    in UrlWhiteListConfig (created by ConfigurationsPage)
    in ConfigurationsPage (created by ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser)
    in ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser (created by LoadableComponent)
    in LoadableComponent (created by RouterContext)
    in div (created by Col)
    in Col (created by AppWithoutSearchBar)
    in div (created by Row)
    in Row (created by Context.Consumer)
    in StyledComponent (created by AppWithoutSearchBar__StyledRow)
    in AppWithoutSearchBar__StyledRow (created by AppWithoutSearchBar)
    in div (created by Grid)
    in Grid (created by AppContentGrid)
    in div (created by Context.Consumer)
    in StyledComponent (created by AppContentGrid__Container)
    in AppContentGrid__Container (created by AppContentGrid)
    in AppContentGrid (created by AppWithoutSearchBar)
    in AppWithoutSearchBar (created by RouterContext)
    in div (created by AppWithGlobalNotifications)
    in AppWithGlobalNotifications (created by RouterContext)
    in RuntimeErrorBoundary (created by App)
    in ReportedErrorBoundary (created by withRouter(ReportedErrorBoundary))
    in withRouter(ReportedErrorBoundary) (created by App)
    in ScratchpadProvider (created by App)
    in App (created by ConnectStoresWrapper[App] stores=currentUser)
    in ConnectStoresWrapper[App] stores=currentUser (created by RouterContext)
    in RouterErrorBoundary (created by RouterContext)
    in RouterContext (created by Router)
    in Router (created by AppRouter)
    in AppRouter (created by LoggedInPage)
    in CurrentUserPreferencesProvider (created by LoggedInPage)
    in LoggedInPage (created by LoadableComponent)
    in LoadableComponent (created by AppFacade)
    in AppFacade (created by ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId)
    in ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId
    in ThemeProvider (created by GraylogThemeProvider)
    in GraylogThemeProvider react_devtools_backend.js:6:7472
Uncaught TypeError: can't access property "disabled_processors", this.props.config is null
    getInitialState MessageProcessorsConfig.jsx:31
    Constructor factory.js:835
    React 18
    checkLoadedTimer ConfigurationsPage.jsx:119
    setTimeout handler*ConfigurationsPage/< ConfigurationsPage.jsx:117
    checkLoadedTimer ConfigurationsPage.jsx:123
    setTimeout handler*ConfigurationsPage/< ConfigurationsPage.jsx:117
    checkLoadedTimer ConfigurationsPage.jsx:123
    setTimeout handler*ConfigurationsPage/< ConfigurationsPage.jsx:117
    componentDidMount ConfigurationsPage.jsx:41
    React 19
    safeSetState loadable-components.es.js:216
    loadingPromise loadable-components.es.js:198
    promise callback*LoadableComponent loadable-components.es.js:197
    React 4
MessageProcessorsConfig.jsx:31
Uncaught TypeError: can't access property "events_search_timeout", config is null
    render EventsConfig.jsx:123
    React 18
    checkLoadedTimer ConfigurationsPage.jsx:119
    setTimeout handler*ConfigurationsPage/< ConfigurationsPage.jsx:117
    checkLoadedTimer ConfigurationsPage.jsx:123
    setTimeout handler*ConfigurationsPage/< ConfigurationsPage.jsx:117
    checkLoadedTimer ConfigurationsPage.jsx:123
    setTimeout handler*ConfigurationsPage/< ConfigurationsPage.jsx:117
    componentDidMount ConfigurationsPage.jsx:41
    React 19
    safeSetState loadable-components.es.js:216
    loadingPromise loadable-components.es.js:198
    promise callback*LoadableComponent loadable-components.es.js:197
    React 4
EventsConfig.jsx:123
Uncaught TypeError: can't access property "entries", _this$props$config is null
    render UrlWhiteListConfig.jsx:85
    React 18
    checkLoadedTimer ConfigurationsPage.jsx:119
    setTimeout handler*ConfigurationsPage/< ConfigurationsPage.jsx:117
    checkLoadedTimer ConfigurationsPage.jsx:123
    setTimeout handler*ConfigurationsPage/< ConfigurationsPage.jsx:117
    checkLoadedTimer ConfigurationsPage.jsx:123
    setTimeout handler*ConfigurationsPage/< ConfigurationsPage.jsx:117
    componentDidMount ConfigurationsPage.jsx:41
    React 19
    safeSetState loadable-components.es.js:216
    loadingPromise loadable-components.es.js:198
    promise callback*LoadableComponent loadable-components.es.js:197
    React 4
UrlWhiteListConfig.jsx:85
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

* Move data fetching code or side effects to componentDidUpdate.
* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
* Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.

Please update the following components: EventsConfig, SidecarConfig react_devtools_backend.js:6:7472
The above error occurred in the <UrlWhiteListConfig> component:
    in UrlWhiteListConfig (created by ConfigurationsPage)
    in div (created by Col)
    in Col (created by ConfigurationsPage)
    in div (created by Row)
    in Row (created by ConfigurationsPage)
    in span (created by ConfigurationsPage)
    in DocumentTitle (created by ConfigurationsPage)
    in ConfigurationsPage (created by ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser)
    in ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser (created by LoadableComponent)
    in LoadableComponent (created by RouterContext)
    in div (created by Col)
    in Col (created by AppWithoutSearchBar)
    in div (created by Row)
    in Row (created by Context.Consumer)
    in StyledComponent (created by AppWithoutSearchBar__StyledRow)
    in AppWithoutSearchBar__StyledRow (created by AppWithoutSearchBar)
    in div (created by Grid)
    in Grid (created by AppContentGrid)
    in div (created by Context.Consumer)
    in StyledComponent (created by AppContentGrid__Container)
    in AppContentGrid__Container (created by AppContentGrid)
    in AppContentGrid (created by AppWithoutSearchBar)
    in AppWithoutSearchBar (created by RouterContext)
    in div (created by AppWithGlobalNotifications)
    in AppWithGlobalNotifications (created by RouterContext)
    in RuntimeErrorBoundary (created by App)
    in ReportedErrorBoundary (created by withRouter(ReportedErrorBoundary))
    in withRouter(ReportedErrorBoundary) (created by App)
    in ScratchpadProvider (created by App)
    in App (created by ConnectStoresWrapper[App] stores=currentUser)
    in ConnectStoresWrapper[App] stores=currentUser (created by RouterContext)
    in RouterErrorBoundary (created by RouterContext)
    in RouterContext (created by Router)
    in Router (created by AppRouter)
    in AppRouter (created by LoggedInPage)
    in CurrentUserPreferencesProvider (created by LoggedInPage)
    in LoggedInPage (created by LoadableComponent)
    in LoadableComponent (created by AppFacade)
    in AppFacade (created by ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId)
    in ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId
    in ThemeProvider (created by GraylogThemeProvider)
    in GraylogThemeProvider

React will try to recreate this component tree from scratch using the error boundary you provided, RuntimeErrorBoundary. react_devtools_backend.js:6:7472
Warning: RuntimeErrorBoundary: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.
    in RuntimeErrorBoundary (created by App)
    in ReportedErrorBoundary (created by withRouter(ReportedErrorBoundary))
    in withRouter(ReportedErrorBoundary) (created by App)
    in ScratchpadProvider (created by App)
    in App (created by ConnectStoresWrapper[App] stores=currentUser)
    in ConnectStoresWrapper[App] stores=currentUser (created by RouterContext)
    in RouterErrorBoundary (created by RouterContext)
    in RouterContext (created by Router)
    in Router (created by AppRouter)
    in AppRouter (created by LoggedInPage)
    in CurrentUserPreferencesProvider (created by LoggedInPage)
    in LoggedInPage (created by LoadableComponent)
    in LoadableComponent (created by AppFacade)
    in AppFacade (created by ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId)
    in ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId
    in ThemeProvider (created by GraylogThemeProvider)
    in GraylogThemeProvider react_devtools_backend.js:6:7472
The above error occurred in the <EventsConfig> component:
    in EventsConfig (created by ConfigurationsPage)
    in div (created by Col)
    in Col (created by ConfigurationsPage)
    in div (created by Row)
    in Row (created by ConfigurationsPage)
    in span (created by ConfigurationsPage)
    in DocumentTitle (created by ConfigurationsPage)
    in ConfigurationsPage (created by ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser)
    in ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser (created by LoadableComponent)
    in LoadableComponent (created by RouterContext)
    in div (created by Col)
    in Col (created by AppWithoutSearchBar)
    in div (created by Row)
    in Row (created by Context.Consumer)
    in StyledComponent (created by AppWithoutSearchBar__StyledRow)
    in AppWithoutSearchBar__StyledRow (created by AppWithoutSearchBar)
    in div (created by Grid)
    in Grid (created by AppContentGrid)
    in div (created by Context.Consumer)
    in StyledComponent (created by AppContentGrid__Container)
    in AppContentGrid__Container (created by AppContentGrid)
    in AppContentGrid (created by AppWithoutSearchBar)
    in AppWithoutSearchBar (created by RouterContext)
    in div (created by AppWithGlobalNotifications)
    in AppWithGlobalNotifications (created by RouterContext)
    in RuntimeErrorBoundary (created by App)
    in ReportedErrorBoundary (created by withRouter(ReportedErrorBoundary))
    in withRouter(ReportedErrorBoundary) (created by App)
    in ScratchpadProvider (created by App)
    in App (created by ConnectStoresWrapper[App] stores=currentUser)
    in ConnectStoresWrapper[App] stores=currentUser (created by RouterContext)
    in RouterErrorBoundary (created by RouterContext)
    in RouterContext (created by Router)
    in Router (created by AppRouter)
    in AppRouter (created by LoggedInPage)
    in CurrentUserPreferencesProvider (created by LoggedInPage)
    in LoggedInPage (created by LoadableComponent)
    in LoadableComponent (created by AppFacade)
    in AppFacade (created by ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId)
    in ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId
    in ThemeProvider (created by GraylogThemeProvider)
    in GraylogThemeProvider

React will try to recreate this component tree from scratch using the error boundary you provided, RuntimeErrorBoundary. react_devtools_backend.js:6:7472
Warning: RuntimeErrorBoundary: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.
    in RuntimeErrorBoundary (created by App)
    in ReportedErrorBoundary (created by withRouter(ReportedErrorBoundary))
    in withRouter(ReportedErrorBoundary) (created by App)
    in ScratchpadProvider (created by App)
    in App (created by ConnectStoresWrapper[App] stores=currentUser)
    in ConnectStoresWrapper[App] stores=currentUser (created by RouterContext)
    in RouterErrorBoundary (created by RouterContext)
    in RouterContext (created by Router)
    in Router (created by AppRouter)
    in AppRouter (created by LoggedInPage)
    in CurrentUserPreferencesProvider (created by LoggedInPage)
    in LoggedInPage (created by LoadableComponent)
    in LoadableComponent (created by AppFacade)
    in AppFacade (created by ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId)
    in ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId
    in ThemeProvider (created by GraylogThemeProvider)
    in GraylogThemeProvider react_devtools_backend.js:6:7472
The above error occurred in the <MessageProcessorsConfig> component:
    in MessageProcessorsConfig (created by ConfigurationsPage)
    in div (created by Col)
    in Col (created by ConfigurationsPage)
    in div (created by Row)
    in Row (created by ConfigurationsPage)
    in span (created by ConfigurationsPage)
    in DocumentTitle (created by ConfigurationsPage)
    in ConfigurationsPage (created by ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser)
    in ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser (created by LoadableComponent)
    in LoadableComponent (created by RouterContext)
    in div (created by Col)
    in Col (created by AppWithoutSearchBar)
    in div (created by Row)
    in Row (created by Context.Consumer)
    in StyledComponent (created by AppWithoutSearchBar__StyledRow)
    in AppWithoutSearchBar__StyledRow (created by AppWithoutSearchBar)
    in div (created by Grid)
    in Grid (created by AppContentGrid)
    in div (created by Context.Consumer)
    in StyledComponent (created by AppContentGrid__Container)
    in AppContentGrid__Container (created by AppContentGrid)
    in AppContentGrid (created by AppWithoutSearchBar)
    in AppWithoutSearchBar (created by RouterContext)
    in div (created by AppWithGlobalNotifications)
    in AppWithGlobalNotifications (created by RouterContext)
    in RuntimeErrorBoundary (created by App)
    in ReportedErrorBoundary (created by withRouter(ReportedErrorBoundary))
    in withRouter(ReportedErrorBoundary) (created by App)
    in ScratchpadProvider (created by App)
    in App (created by ConnectStoresWrapper[App] stores=currentUser)
    in ConnectStoresWrapper[App] stores=currentUser (created by RouterContext)
    in RouterErrorBoundary (created by RouterContext)
    in RouterContext (created by Router)
    in Router (created by AppRouter)
    in AppRouter (created by LoggedInPage)
    in CurrentUserPreferencesProvider (created by LoggedInPage)
    in LoggedInPage (created by LoadableComponent)
    in LoadableComponent (created by AppFacade)
    in AppFacade (created by ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId)
    in ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId
    in ThemeProvider (created by GraylogThemeProvider)
    in GraylogThemeProvider

React will try to recreate this component tree from scratch using the error boundary you provided, RuntimeErrorBoundary. react_devtools_backend.js:6:7472
Warning: RuntimeErrorBoundary: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.
    in RuntimeErrorBoundary (created by App)
    in ReportedErrorBoundary (created by withRouter(ReportedErrorBoundary))
    in withRouter(ReportedErrorBoundary) (created by App)
    in ScratchpadProvider (created by App)
    in App (created by ConnectStoresWrapper[App] stores=currentUser)
    in ConnectStoresWrapper[App] stores=currentUser (created by RouterContext)
    in RouterErrorBoundary (created by RouterContext)
    in RouterContext (created by Router)
    in Router (created by AppRouter)
    in AppRouter (created by LoggedInPage)
    in CurrentUserPreferencesProvider (created by LoggedInPage)
    in LoggedInPage (created by LoadableComponent)
    in LoadableComponent (created by AppFacade)
    in AppFacade (created by ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId)
    in ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId
    in ThemeProvider (created by GraylogThemeProvider)
    in GraylogThemeProvider react_devtools_backend.js:6:7472

Steps to Reproduce (for bugs)

  1. Load http://localhost:8080/system/configurations seconds after starting server.
@kyleknighted
Copy link
Contributor Author

Found another

can't access property "entries", _this$props$config is null

Stack Trace:

render@http://localhost:8080/f95ad9a4-31.js:2023:21
finishClassComponent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:17160:31
updateClassComponent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:17110:44
beginWork@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:18620:16
callCallback@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:188:14
invokeGuardedCallbackDev@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:237:16
invokeGuardedCallback@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:292:31
beginWork$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:23203:28
performUnitOfWork@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22154:12
workLoopSync@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22130:22
performSyncWorkOnRoot@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21756:9
flushSyncCallbackQueueImpl/<@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11089:24
unstable_runWithPriority@webpack://__%5Bname%5D/./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js?:653:12
runWithPriority$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11039:10
flushSyncCallbackQueueImpl@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11084:24
flushSyncCallbackQueue@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11072:3
scheduleUpdateOnFiber@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21199:9
enqueueSetState@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:12639:17
Component.prototype.setState@webpack://__%5Bname%5D/./node_modules/react/cjs/react.development.js?:471:16
ConfigurationsPage/</_this.checkLoadedTimer<@http://localhost:8080/f95ad9a4-31.js:2648:17
setTimeout handler*ConfigurationsPage/<@http://localhost:8080/f95ad9a4-31.js:2646:32
ConfigurationsPage/</_this.checkLoadedTimer<@http://localhost:8080/f95ad9a4-31.js:2655:15
setTimeout handler*ConfigurationsPage/<@http://localhost:8080/f95ad9a4-31.js:2646:32
componentDidMount@http://localhost:8080/f95ad9a4-31.js:2674:12
commitLifeCycles@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:19814:22
commitLayoutEffects@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22803:23
callCallback@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:188:14
invokeGuardedCallbackDev@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:237:16
invokeGuardedCallback@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:292:31
commitRootImpl@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22541:30
unstable_runWithPriority@webpack://__%5Bname%5D/./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js?:653:12
runWithPriority$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11039:10
commitRoot@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22381:20
finishSyncRender@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21807:13
performSyncWorkOnRoot@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21793:23
flushSyncCallbackQueueImpl/<@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11089:24
unstable_runWithPriority@webpack://__%5Bname%5D/./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js?:653:12
runWithPriority$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11039:10
flushSyncCallbackQueueImpl@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11084:24
flushSyncCallbackQueue@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11072:3
scheduleUpdateOnFiber@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21199:9
enqueueSetState@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:12639:17
Component.prototype.setState@webpack://__%5Bname%5D/./node_modules/react/cjs/react.development.js?:471:16
safeSetState@http://localhost:8080/app.js:164191:12
LoadableComponent/_this.loadingPromise<@http://localhost:8080/app.js:164173:17
promise callback*LoadableComponent@http://localhost:8080/app.js:164172:57
constructClassInstance@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:12880:18
updateClassComponent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:17100:27
beginWork@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:18620:16
beginWork$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:23179:14
performUnitOfWork@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22154:12
workLoopSync@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22130:22
performSyncWorkOnRoot@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21756:9
flushSyncCallbackQueueImpl/<@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11089:24
unstable_runWithPriority@webpack://__%5Bname%5D/./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js?:653:12
runWithPriority$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11039:10
flushSyncCallbackQueueImpl@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11084:24
flushSyncCallbackQueue@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11072:3
discreteUpdates$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21893:7
discreteUpdates@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:806:12
dispatchDiscreteEvent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:4168:18
EventListener.handleEvent*addEventBubbleListener@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:4027:11
trapEventForPluginEventSystem@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:4162:27
trapBubbledEvent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:4133:32
legacyListenToTopLevelEvent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:3642:27
legacyListenToEvent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:3601:32
ensureListeningTo@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:5761:22
setInitialDOMProperties@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:5828:26
setInitialProperties@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:6026:26
finalizeInitialChildren@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:7499:23
completeWork@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:18978:40
completeUnitOfWork@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22192:16


Component Stack:

    in UrlWhiteListConfig (created by ConfigurationsPage)
    in div (created by Col)
    in Col (created by ConfigurationsPage)
    in div (created by Row)
    in Row (created by ConfigurationsPage)
    in span (created by ConfigurationsPage)
    in DocumentTitle (created by ConfigurationsPage)
    in ConfigurationsPage (created by ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser)
    in ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser (created by LoadableComponent)
    in LoadableComponent (created by RouterContext)
    in div (created by Col)
    in Col (created by AppWithoutSearchBar)
    in div (created by Row)
    in Row (created by Context.Consumer)
    in StyledComponent (created by AppWithoutSearchBar__StyledRow)
    in AppWithoutSearchBar__StyledRow (created by AppWithoutSearchBar)
    in div (created by Grid)
    in Grid (created by AppContentGrid)
    in div (created by Context.Consumer)
    in StyledComponent (created by AppContentGrid__Container)
    in AppContentGrid__Container (created by AppContentGrid)
    in AppContentGrid (created by AppWithoutSearchBar)
    in AppWithoutSearchBar (created by RouterContext)
    in div (created by AppWithGlobalNotifications)
    in AppWithGlobalNotifications (created by RouterContext)
    in RuntimeErrorBoundary (created by Context.Consumer)
    in ReportedErrorBoundary (created by withRouter(ReportedErrorBoundary))
    in withRouter(ReportedErrorBoundary) (created by Context.Consumer)
    in ScratchpadProvider (created by Context.Consumer)
    in App (created by RouterContext)
    in RouterErrorBoundary (created by RouterContext)
    in RouterContext (created by Router)
    in Router (created by AppRouter)
    in AppRouter (created by LoggedInPage)
    in CurrentUserPreferencesProvider (created by LoggedInPage)
    in CurrentUserProvider (created by LoggedInPage)
    in LoggedInPage (created by LoadableComponent)
    in LoadableComponent (created by AppFacade)
    in AppFacade (created by ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId)
    in ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId
    in ThemeProvider (created by GraylogThemeProvider)
    in GraylogThemeProvider
    in CustomizationProvider

@kyleknighted
Copy link
Contributor Author

And another

can't access property "events_search_timeout", config is null

Stack Trace:

render@http://localhost:8080/f95ad9a4-31.js:1487:37
finishClassComponent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:17160:31
updateClassComponent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:17110:44
beginWork@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:18620:16
callCallback@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:188:14
invokeGuardedCallbackDev@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:237:16
invokeGuardedCallback@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:292:31
beginWork$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:23203:28
performUnitOfWork@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22154:12
workLoopSync@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22130:22
performSyncWorkOnRoot@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21756:9
flushSyncCallbackQueueImpl/<@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11089:24
unstable_runWithPriority@webpack://__%5Bname%5D/./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js?:653:12
runWithPriority$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11039:10
flushSyncCallbackQueueImpl@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11084:24
flushSyncCallbackQueue@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11072:3
scheduleUpdateOnFiber@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21199:9
enqueueSetState@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:12639:17
Component.prototype.setState@webpack://__%5Bname%5D/./node_modules/react/cjs/react.development.js?:471:16
ConfigurationsPage/</_this.checkLoadedTimer<@http://localhost:8080/f95ad9a4-31.js:2648:17
setTimeout handler*ConfigurationsPage/<@http://localhost:8080/f95ad9a4-31.js:2646:32
ConfigurationsPage/</_this.checkLoadedTimer<@http://localhost:8080/f95ad9a4-31.js:2655:15
setTimeout handler*ConfigurationsPage/<@http://localhost:8080/f95ad9a4-31.js:2646:32
componentDidMount@http://localhost:8080/f95ad9a4-31.js:2674:12
commitLifeCycles@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:19814:22
commitLayoutEffects@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22803:23
callCallback@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:188:14
invokeGuardedCallbackDev@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:237:16
invokeGuardedCallback@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:292:31
commitRootImpl@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22541:30
unstable_runWithPriority@webpack://__%5Bname%5D/./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js?:653:12
runWithPriority$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11039:10
commitRoot@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:22381:20
finishSyncRender@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21807:13
performSyncWorkOnRoot@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21793:23
flushSyncCallbackQueueImpl/<@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11089:24
unstable_runWithPriority@webpack://__%5Bname%5D/./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js?:653:12
runWithPriority$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11039:10
flushSyncCallbackQueueImpl@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11084:24
flushSyncCallbackQueue@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:11072:3
scheduleUpdateOnFiber@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:21199:9
enqueueSetState@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:12639:17
Component.prototype.setState@webpack://__%5Bname%5D/./node_modules/react/cjs/react.development.js?:471:16
safeSetState@http://localhost:8080/app.js:164191:12
LoadableComponent/_this.loadingPromise<@http://localhost:8080/app.js:164173:17
promise callback*LoadableComponent@http://localhost:8080/app.js:164172:57
constructClassInstance@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:12880:18
updateClassComponent@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:17100:27
beginWork@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:18620:16
beginWork$1@webpack://__%5Bname%5D/./node_modules/react-dom/cjs/react-dom.development.js?:23179:14


Component Stack:

    in EventsConfig (created by ConfigurationsPage)
    in div (created by Col)
    in Col (created by ConfigurationsPage)
    in div (created by Row)
    in Row (created by ConfigurationsPage)
    in span (created by ConfigurationsPage)
    in DocumentTitle (created by ConfigurationsPage)
    in ConfigurationsPage (created by ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser)
    in ConnectStoresWrapper[ConfigurationsPage] stores=configurations,currentUser (created by LoadableComponent)
    in LoadableComponent (created by RouterContext)
    in div (created by Col)
    in Col (created by AppWithoutSearchBar)
    in div (created by Row)
    in Row (created by Context.Consumer)
    in StyledComponent (created by AppWithoutSearchBar__StyledRow)
    in AppWithoutSearchBar__StyledRow (created by AppWithoutSearchBar)
    in div (created by Grid)
    in Grid (created by AppContentGrid)
    in div (created by Context.Consumer)
    in StyledComponent (created by AppContentGrid__Container)
    in AppContentGrid__Container (created by AppContentGrid)
    in AppContentGrid (created by AppWithoutSearchBar)
    in AppWithoutSearchBar (created by RouterContext)
    in div (created by AppWithGlobalNotifications)
    in AppWithGlobalNotifications (created by RouterContext)
    in RuntimeErrorBoundary (created by Context.Consumer)
    in ReportedErrorBoundary (created by withRouter(ReportedErrorBoundary))
    in withRouter(ReportedErrorBoundary) (created by Context.Consumer)
    in ScratchpadProvider (created by Context.Consumer)
    in App (created by RouterContext)
    in RouterErrorBoundary (created by RouterContext)
    in RouterContext (created by Router)
    in Router (created by AppRouter)
    in AppRouter (created by LoggedInPage)
    in CurrentUserPreferencesProvider (created by LoggedInPage)
    in CurrentUserProvider (created by LoggedInPage)
    in LoggedInPage (created by LoadableComponent)
    in LoadableComponent (created by AppFacade)
    in AppFacade (created by ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId)
    in ConnectStoresWrapper[AppFacade] stores=currentUser,server,sessionId
    in ThemeProvider (created by GraylogThemeProvider)
    in GraylogThemeProvider
    in CustomizationProvider

@Gaya Gaya self-assigned this Aug 12, 2020
@Gaya
Copy link
Contributor

Gaya commented Aug 18, 2020

Fixed in #8778

@Gaya Gaya closed this as completed Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants