-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Severity 2 - Major
Summary
Project creation is failing
Environment
Steps to Reproduce
- Click on Projects (top menu)
- Click on Create project
- Select any template and go through the creation process
Expected Results
Project is created.
Actual Results
On UI
Hmm... we couldn't create your project due to an unknown error. Try refreshing the page to start again
On logs:
Uncaught exception thrown by REST service: org.ofbiz.core.entity.GenericEntityException: while inserting: [GenericEntity:Project][name,Atlassian test][assigneetype,3][description,][projecttype,business][originalkey,AT][counter,0][avatar,10324][key,AT][url,][lead,557058:62fc76aa-9a4b-4b7c-aabe-e6edeecf9be3] (SQL Exception while executing the following:INSERT INTO public.project (pname, URL, LEAD, DESCRIPTION, pkey, pcounter, ASSIGNEETYPE, AVATAR, ORIGINALKEY, PROJECTTYPE, SCOPE, CREATED, UPDATED, SIMPLIFIED) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (ERROR: null value in column "simplified" violates not-null constraint Detail: Failing row contains (10008, Atlassian test, , 557058:62fc76aa-9a4b-4b7c-aabe-e6edeecf9be3, , AT, 0, 3, 10324, AT, business, null, 2017-11-10 13:03:17.806928+00, 2017-11-10 13:03:17.806928+00, null).))
Caused by: org.ofbiz.core.entity.GenericEntityException Detail: Failing row contains (10008, Atlassian test, , 557058:62fc76aa-9a4b-4b7c-aabe-e6edeecf9be3, , AT, 0, 3, 10324, AT, business, null, 2017-11-10 13:03:17.806928+00, 2017-11-10 13:03:17.806928+00, null).)) at org.ofbiz.core.entity.GenericDAO.singleInsert(GenericDAO.java:219) at org.ofbiz.core.entity.GenericDAO.insert(GenericDAO.java:177) at org.ofbiz.core.entity.GenericHelperDAO.create(GenericHelperDAO.java:89) at org.ofbiz.core.entity.GenericDelegator.create(GenericDelegator.java:584) at org.ofbiz.core.entity.GenericDelegator.create(GenericDelegator.java:570) at org.ofbiz.core.entity.GenericValue.create(GenericValue.java:114) at com.atlassian.jira.ofbiz.DefaultOfBizDelegator.createValue(DefaultOfBizDelegator.java:290) ... 336 more
Notes
Workaround
No workaround available at the moment.
- relates to
-
HOT-82094 Loading...