Hi,
I just installed SAPUI5 in my eclipse juno (following the steps described in the link http://scn.sap.com/community/developer-center/front-end/blog/2013/06/01/how-to-install-a-basic-devel... and tried to write a simple test app and deployed it.
When I run my app in Tomcat 6, I got this error shown below and I have no idea what the root cause for this error.
Can someone help me out if you have encountered the same problem in the past?
Thanks,
Alex
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
it is possible you have a corrupted SAPUI5 library. You can get the latest from the repo at https://tools.hana.ondemand.com/juno
I think all you need to do is update the location you specified in step 6 for the SAPUI5 plugin to the above URL and then do Help->Check for Updates.
Cheers
Graham Robbo
Well in that case I have no idea why you are getting this issue - especially why you are getting it after a complete reinstall.
The only other thing I can suggest is that you load the debugging libraries to see if they reveal more details about this problem in the console log.
You do this by replacing the reference to resources/sap-ui-core.js with resources/sap-ui-core-dbg.js
Cheers
Graham Robbo
Many thanks Alex, that was also what I have looked for
Best Regards,
Cengiz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
I have gone through your code.
I think you should replace your code where you have written your view names.
follow the code.
view Name:"personList-web-(here you write your view name other than your content folder)"
Hope this will help you
Regards
Gouri Shankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.