When I am trying to package my ovi web app using SDK version 3.0.1, I get the following error.
Unhandled event loop exception
java.lang.StackOverflowError
Please suggest me any alternative/solution to create a package
Printable View
When I am trying to package my ovi web app using SDK version 3.0.1, I get the following error.
Unhandled event loop exception
java.lang.StackOverflowError
Please suggest me any alternative/solution to create a package
just zip file files and change the extension of the zip.
thanks for th reply. I tried as you suggested (created a zip file and renamed it to .wgz). But when i try to open that wgz file using the simulator it says "widget corrupted". Help appreciated
Hold on, Which SDK are you excatly using, and where did you download it from ?
Are you trying to install the widget to a S60 Emulator, or what is the simulator and how are you trying to use it ?
I am using the "Nokia Web Developer Environment 1.0.1" to create the applications. This was downloaded from the ([url]https://projects.forum.nokia.com/webapppilots[/url])
And i am trying to open the wgz file (using option Open -> New) with the simulator "Nokia Web SDK Simulator 1.0.1" that was installed along with the IDE.
This is when I get this error .
Then I suppose there is something wrong with the info file for the widget, can you paste it here.
this is how my info.plist file looks
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/NOKIA_COM_1/DTDs/plist-1.0.dtd">
<plist version="1.0">
<dict>
<key>DisplayName</key>
<string>EVA</string>
<key>Version</key>
<string>1.0</string>
<key>AllowNetworkAccess</key>
<true/>
<key>MainHTML</key>
<string>index.html</string>
</dict>
</plist>
You are missing the unique ID for the widget, thus add something like this into it:
<key>Identifier</key>
<string>com.myDomain.mystuff.myapp</string>
Thanks, Now i am not getting error with the wgz file.. But now its showing a blank page. I want to confirm if I am having the correct folder structure while creating the zip
eva.wgz contains:
eva(parent folder) ->
data(folder)
lib(folder)
evaApp(folder)
config.xml
index.html
info.plist
icon.png
please let me know if theres any problem with this structure.
looks ok to me. So just debug and see what's happening when you run it in the simulator.
i got an error too.. on SDK version 3.0.1
Which excat SDK is that, what are you trying to do, and how (Step-by-step), and what kind of errors are you getting in the end.