I have found an issue with my worklight project. What i have done here is as follows:
- I have a project which was built and deployed without any issues.
- I wanted to edit most of the images and re-arrange the whole images folder structure.
- So I deleted all the contents in the images folder completely from eclipse so that i can save each new image to the newly created folders
- Now, i created new folders in images folder and saved one image to one of the newly created folders.
- I tried to run the application on mobileFirst development server and started getting the error message:
"SRVE0190E: File not found: /css/images/wl_app_warning.png"
- We did not even have a folder named images in css folder before. This is what happened for me and does this give any clue for the issue?? Please help.
This is a defect in the admin service, and is tracked as APAR PI51055, which you can find more information about here:
http://www-01.ibm.com/support/docview.wss?uid=swg1PI51055
The issue has been corrected in iFix IF20151103-1015 and later builds.
If you have paid support, you will be able to download an iFix build from IBM Fix Central sometime soon that includes this fix - it is not out there for download right now, but I expect it will be within a couple of weeks. If you need the fix before it appears on IBM Fix Central, you can open a PMR and ask the support team to provide it. If you are using the free Developer Edition from the Eclipse Marketplace, I expect the fix will appear there soon also, and you can use the Eclipse software update function to get it, but I am not sure how frequently the Developer Edition repository is updated.
In my project I created an "images" folder with an image:
I then used it in the HTML:
No errors and the image is displayed...