-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem importing files #4
Comments
What kind of file are you importing? If it's a JSON file (looks like that), then can you make sure its a valid file. You can validate at jsonlint.com. |
Thank you for the answer but my JSON file is valid. Here's some warning that i get while starting up karma: Do you know what could this mean? Thank you! |
These warnings should not be a problem. These are generated when using a library not from the Maven repository but directly through a folder. |
Im tyring to import files in Karma v1.80 and i get and error message thats saying File upload failed.
Here is the error message i get in the terminal:
ERROR qtp507538185-22 - /RequestController?workspaceId=WSP1&command=ImportJSONFileCommand - Could not parse as JSONObject or JSONArray
2013-04-30 17:55:45.210:WARN:oejs.ServletHandler:Error for /RequestController
java.lang.Error: Can only import objects or arrays.
Can you please help me with this?
Thank you.
The text was updated successfully, but these errors were encountered: