Error on line 1: Content is not allowed in prolog - Rubymine - api

As of yesterday when trying to integrate Pivotal Tracker tasks with Rubymine (6.x and now 7 EAP) this error appears instead of Rubymine connecting to the Tracker server -
Error on line 1: Content is not allowed in prolog
Anyone else getting this / thoughts?

This was an api key error. Unfortunately not a very helpful error message from RubyMine.

Related

Yiii2 - 500 internal error

someone gave a copy of a project created with yii2 and I had to Execute composer to get all the packages for the project, but I get this error:
This is what I get in the Runtime/app.log file:
[127.0.0.1][-][-][error][yii\web\HttpException:404] yii\web\NotFoundHttpException: Page not found. in C:\xampp\htdocs\prueba-desarrolladores\vendor\yiisoft\yii2\web\Request.php:189
I haven't been able to access the main view of the project. I've been looking at the related post in here, but nothing works I have no idea what to do, thanks for the help.
I had this twice.Firstly I seen my "Network Tab" in Chrome Developer Options and it said:
PHP Notice 'yii\base\ErrorException' with message 'unserialize(): Error at offset 0 of 16105 bytes'
I was delete my cookies with EditThisCookie Chrome extension and solved temporary.Tomorrow day I had this error again and I found the solution in this answer and I delete my project runtime/debug folder and my problem solved.

Unable to parse JSON data: JSON_ERROR_SYNTAX

On a newly installed server running CakePHP 3.2.14, a call to debug($myEntity) displays the following error after displaying the entity without any visible problem:
An Internal Error Has Occurred
Error: Error executing command: Unable to parse JSON data: JSON_ERROR_SYNTAX - Syntax error, malformed JSON
Any idea?
EDIT According to my tests, I get this error runing PHP7.0. I don't have this error running PHP5.6.
What does it mean?
Sorry guys, after deeper searchs I found that te problem comes from a plugin.

Getting MEP error while deploying .aar file on Axis2 Server

I am tying to deploy .aar file but everytime i encountered an error.
Logs below:
org.apache.axis2.deployment.DeploymentException: An unsupported message exchange pattern (MEP) exists in ID is http://www.w3.org/2006/01/wsdl/in-out.
I also got this error when I was using axis2-1.7.3-bin distribution but just replacing this latest distribution with some older axis distribution helped me to get rid of this error.
had the same issue, worked for me after switching to axis 1.6.4

Error when using "Get Column Information" within Entity Framework 4

I'm trying to use "Get Column Information" within Model Browser but I keep getting this error
An exception of type 'system.io.filenotfoundexception' occurred while attempting to get column information could not load file or assembly microsoft.sqlserver.management.sdk.sfc
I have Googled this error but with no avail, has anyone has this issue before? is so how did you resolved it?
I had this issue recently and found this question, with no answer.
I did manage to resolve the issue with the following guide:
http://www.advancesharp.com/blog/1113/could-not-load-file-or-assembly-microsoft-sqlserver-management-sdk-sfc
I suspect this is to do with my machine having SQL Server 2014 installed on it, but Visual Studio expecting 2012 for Edit Function Import.
Hope this helps someone else.

BB Web Works giving error as "error feature cannot be found in any extension(blackberry. pin .memo)" while packaging the app

I am new to BlackBerry Web Works.I am following the instruction for development given on development site.While packaging the Application I am getting this error in command prompt : "[ERROR] feature cannot be found in any extension(blackberry. pin .memo)".
Before going to this step I have already created project folder with config.xml and index.html and also zip file of application components properly.And now trying to package the application.But I am getting error like:
Please help me to figure out this error.
Thanks
Finally I got the solution after a lot of searching and analogy.
This error occurs when either we have added some feature in config.xml which we are not using in our application or when we are using same feature but not defined in "feature" tag in config.xml. It is the same case with "spinner" ,"sms" etc.
In my case it was because of "memo" ,which I was defining in config.xml but didn't use any Contact feature in my Application.So it producing error like "feature cannot be found in any extension(blackberry. pin .memo)".