11-22-2012 09:55 AM
i got this error when i was packaging and signing my application in ripple...
Oh Snap! Build request failed with message: [ERROR] C:\Users\Septa\AppData\Local\Temp\widgetGen.164608
some one knows why is this happened?
11-22-2012 10:36 AM
Hi there,
Can you please confirm:
Also, can you please copy/paste the entire log of the build attempt? There may be something that occurred earlier that prevented the packaging from successfully completing.
Finaly, can you please confirm your OS, version, and format (32-bit or 64-bit)?
11-22-2012 09:05 PM - edited 11-22-2012 09:10 PM
11-22-2012 09:25 PM
now i get this new error ~_~a
oh no
11-23-2012 10:35 AM
One more check, can you please navigate to the following folders, and confirm all the JRE and JDK versions that show up:
11-23-2012 06:49 PM
okay sir...
jre6 and jdk1.6.0_29
thx for your help oros ![]()
11-26-2012 11:01 AM
Just to confirm, is that under the regular Java folder or the x86 folder? (Wondering whether it is 32-bit or 64-bit.)
11-26-2012 07:22 PM - edited 11-26-2012 07:23 PM
under x86 folder sir...
c:\Program Files (x86)\Java\
11-27-2012 12:22 PM
So far everything is looking as it should. A few other thoughts:
1) Do you have UAC enabled? If so, can you please disable UAC, reset your PC, and attempt the packaging?
2) Do you see the same error when packaging from the command-line directly?
3) Can you please try from the command-line but run Command Prompt as an Administrator?
Let me know if you have any questions about the above steps.
Apologies that I don't have an immediate fix for this. The error seems to indicate that the JAD file isn't being created, and now that we've ruled out the JDK installation, it's starting to look like an environmental issue.
11-27-2012 09:06 PM - edited 11-27-2012 09:12 PM
okay sir i'll check for that
before that i need you to take a look at my config.xml... are there something wrong with this so i can't sign my app ??? because when trying 2nd packaging and signing, the signing was failed...
sorry for taking your time,,, but thank you anyway ![]()
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="1.0.0.2">
<name>MyRelationLoc</name>
<author>SeptaRD</author>
<description>
My Relation Loc BlackBerry WebWorks Application
</description>
<license href="http://opensource.org/licenses/alphabetical">
</license>
<!-- WebWorks API -->
<feature id="blackberry.system" required="true" version="1.0.0.0" />
<feature id="blackberry.find" required="true" version="1.0.0.0" />
<feature id="blackberry.identity" required="true" version="1.0.0.0" />
<feature id="blackberry.pim.Address" required="true" version="1.0.0.0" />
<feature id="blackberry.pim.Contact" required="true" version="1.0.0.0" />
<feature id="blackberry.io.file" required="true" version="1.0.0.0" />
<feature id="blackberry.utils" required="true" version="1.0.0.0" />
<feature id="blackberry.io.dir" required="true" version="1.0.0.0" />
<feature id="blackberry.app" required="true" version="1.0.0.0" />
<feature id="blackberry.app.event" required="true" version="1.0.0.0" />
<feature id="blackberry.ui.menu" />
<feature id="blackberry.ui.dialog" />
<access subdomains="true" uri="file:///store/home" />
<access subdomains="true" uri="file:///SDCard" />
<!-- Expose access to all URIs, including the file and http protocols -->
<access subdomains="true" uri="*"/>
<access subdomains="true" uri="http://gstatic.com"/>
<access subdomains="true" uri="http://google.com"/>
<access subdomains="true" uri="http://googleapis.com"/>
<icon rim:hover="false" src="resources/iconTA.png" />
<icon rim:hover="true" src="resources/iconTA-hover.png" />
<rim:loadingScreen backgroundColor="#000000"
foregroundImage="resources/loading-screen.png"
onFirstLaunch="true">
<rim:transitionEffect type="fadeOut" />
</rim:loadingScreen>
<rim
ermissions>
<rim
ermit>read_geolocation</rim
ermit>
</rim
ermissions>
<rim:navigation mode="focus" />
<content src="index.html" />
</widget>