With error as follow:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><status><status-code>500</status-code><message>An error occurred while notifying that a project was created</message><stack-trace>java.lang.RuntimeException: An error occurred while notifying that a project was created
at com.atlassian.jira.bc.project.DefaultProjectService.notifyHandlersOfProjectCreated(DefaultProjectService.java:395)
at com.atlassian.jira.bc.project.DefaultProjectService.createProjectInternal(DefaultProjectService.java:377)
at com.atlassian.jira.bc.project.DefaultProjectService.createProject(DefaultProjectService.java:347)
at sun.reflect.GeneratedMethodAccessor1025.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.la
Hey there Xue Peng,
If restarting Jira didn't help, then it might be due to a different cause which I suspect is the same one as the one mentioned in this KB - Hmm... we couldn't create your project due to an unknown error. Try refreshing the page to start again. Particularly, Symptom 1 which has a very similar stack trace to the one you are facing.
According to the KB, we can confirm if it is the same cause as the one documented by running this SQL query :
select * from schemepermissions where perm_type = 'user' and (perm_parameter in (select user_key from app_user where lower_user_name not in (select lower_user_name from cwd_user)) or perm_parameter not in (select user_key from app_user))
Run that query, and if it returns any results, follow the solution steps from the KB (but please remember to backup your instance and database first before changing anything major).
Let us know how it goes :)
Got it, thanks for running the SQL. In the logs, are there any error messages showing up before the one that you shared with us? Anything else related to the creation of the project?
One of the possible solutions I found online (from another community thread) could be related to the language settings of Jira. For that particular instance, the language was set to German (Swiss German) and after setting it to English, the project was created. While this may not exactly be what is happening to us here, I'd say it's worth a shot to check the language and make sure it's all set to English as sometimes Jira can be finicky with languages.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Change all the language to English (United States) dosen't work.
My jira version is Jira Software 8.2.1, and this error I think is happened from upgrade to this version at June.
I've been stuck with this problem for three days.Is there a fast sulotion for this error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This issue seems to be more complex than we originally thought. Combing through the potential solutions there are way too many things to suggest here. Is it possible to share the entire atlassian-jira log (where you saw that error) in this thread so I can go through it and see if I can dig anything more specific from it?
At the same time, you may want to consider contacting Atlassian Support (if you haven't already) as they may have some in-house knowledge of what is happening here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know how to insert text file so I take a photo of it.
I tried upgrade jira software from version 8.2.1 to 8.3.2 but not work with the same error.
I tried install a new jira software with version 8.3.2 and after restore old system data(because wo do need the old data), same error again.
Do you have any idea about it?
Or does anyone else can give me a hint?
Thank you in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem because of the mysql version.
I followed this document, did the operation, and then restarted JIRA, and everything was OK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tried restart jira but not work, still get error : Hmm... we couldn't create your project due to an unknown error. Try refreshing the page to start again. Http response same error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.