Hi,
Impossible to install Jira service Desk on our jira server.
(fromthe jira's web page : application -> versions)
i have the folowing message :
"An unexpected error occurred. Refer to the logs for more information."
But nothing in the log file
can you please help us ?
thank you
Hi Florian,
That specific message is flagging the fact that something has been added to the logs, so let's try to find out what that is.
Can you let me know the name of the file you checked to see what the issue is?
You can try the following as well:
select * from pluginstate where pluginenabled = 'false';
UPDATE pluginstate SET pluginenabled='true' where pluginenabled = 'false';
Regards,
Shannon
Thank you Shannon
Jira Service Desk now works !
Best regards
Florian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy to hear, Florian!
Take care,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.