Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
10.0.2
-
Tiger Sprint 110
Description
Reproduction steps:
1. Run the application localy with Cargo.
2. Login with admin in the CMS
3. Under the Administration tab create a new user.
4. Fill out the form with valid data.
5. Press create.
6. Check your console where cargo runs.
Expected result:
No errors as the UI does not shows any issues and I'm able to login with the new user.
Acutal result:
[INFO] [talledLocalContainer] 14:40:35 ERROR java.lang.NullPointerException : null [INFO] [talledLocalContainer] java.lang.NullPointerException [INFO] [talledLocalContainer] at org.onehippo.cms7.autoexport.InitializeItemFactory.createInitializeItem(InitializeItemFactory.java:71) [INFO] [talledLocalContainer] at org.onehippo.cms7.autoexport.EventProcessor.processEvents(EventProcessor.java:232) [INFO] [talledLocalContainer] at org.onehippo.cms7.autoexport.EventProcessor.access$000(EventProcessor.java:54) [INFO] [talledLocalContainer] at org.onehippo.cms7.autoexport.EventProcessor$1.run(EventProcessor.java:93) [INFO] [talledLocalContainer] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [INFO] [talledLocalContainer] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [INFO] [talledLocalContainer] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [INFO] [talledLocalContainer] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [INFO] [talledLocalContainer] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [INFO] [talledLocalContainer] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:745)
I also recognized that the created user is not getting to be exported - but I don't know should it be at all.