Hi!
Since a while I always get the same message at startup and need to re-configure the pluggin each time. Can you help me to get this sorted please? (see printscreen)
Thanks in advance!
Hi!
Thanks to your help I solved my problem. I looked at the "show detail" which indicated an error with the shared servers file (see below). Indeed opening this file it was corrupted. I deleted this file and now can open phpstorm without this error message! Thank you!
com.atlassian.theplugin.commons.cfg.ServerCfgFactoryException: Cannot parse shared cfg file Error on line 1 of document file:///C:/Users/Lin/.atlassian/ide-connector/shared-servers: Content is not allowed in prolog.
at com.atlassian.theplugin.commons.cfg.xstream.HomeDirSharedConfigurationImpl.load(HomeDirSharedConfigurationImpl.java:90)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you click the "Show Details" button in the dislog what you posted and let me know what it shows? There is probably some kind of error reading this config file, but without more details, it is impossible to tell what could be wrong
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This solved my problem as well. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
The configuration of the connector is stored in a file named 'atlassian-ide-plugin.xml' in the root folder of your project. Did you by any chance modify this file recently?
Cheers
Janusz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No I did not modify this file manually. Here is the content of the file (I only replaced the url content to keep it anonymous):
<atlassian-ide-plugin> <project-configuration> <servers> <jira> <server-id>9388a6e4-17b4-42d6-b924-43a7b024d71b</server-id> <name>Jira Server</name> <url>***************</url> <shared>false</shared> </jira> </servers> <default-jira-server>9388a6e4-17b4-42d6-b924-43a7b024d71b</default-jira-server> </project-configuration> </atlassian-ide-plugin>
In fact what happens is:
1) I open phpstorm
2) I get the message above
3) I need to reconfigure the configuration of my jira server because it disapeared
4) a new atlassian-ide-plugin.xml is generated which differs from the old one only by the server-id.
5) next time I re-open phpstorm same thing happens
Is there something missing in the configuration file?
Thank you for your answer!
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.