- This topic has 3 replies, 2 voices, and was last updated 14 years, 1 month ago by ipwnm0nster.
-
AuthorPosts
-
ipwnm0nsterMemberWindows 7
version 1.0 M9 (update 3)
When I try to test or export my webapp it shortly show the loading screen and then nothing happens. i’m only having this problem with a few files, most of them just work.
Please help!log:
Caused by: java.lang.RuntimeException: Internal error during export to HTML
at com.genuitec.mobione.designer.html.HTMLSingleExporter.saveHTML(HTMLSingleExporter.java:244)
at com.genuitec.mobione.designer.html.HTMLExporter.exportForm(HTMLExporter.java:67)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:306)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:274)
at com.genuitec.mobione.designer.wizards.SendToPhoneWizard.doUpload(SendToPhoneWizard.java:375)
at com.genuitec.mobione.designer.wizards.SendToPhoneWizard$4.run(SendToPhoneWizard.java:306)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.NullPointerException
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.addLinkTransition(IPhoneComponentExporter.java:486)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.basicButton(IPhoneComponentExporter.java:412)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.visit(IPhoneComponentExporter.java:747)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.visit(IPhoneComponentExporter.java:1)
at com.genuitec.mobione.designer.comp.iphone.PushButton.accept(PushButton.java:42)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.exportChild(IPhoneComponentExporter.java:1147)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.exportChild(IPhoneComponentExporter.java:1164)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.performExport(IPhoneComponentExporter.java:1593)
at com.genuitec.mobione.designer.html.HTMLSingleExporter.saveHTML(HTMLSingleExporter.java:179)
… 6 more
Root exception:
java.lang.RuntimeException: Internal error during export to HTML
at com.genuitec.mobione.designer.html.HTMLSingleExporter.saveHTML(HTMLSingleExporter.java:244)
at com.genuitec.mobione.designer.html.HTMLExporter.exportForm(HTMLExporter.java:67)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:306)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:274)
at com.genuitec.mobione.designer.wizards.SendToPhoneWizard.doUpload(SendToPhoneWizard.java:375)
at com.genuitec.mobione.designer.wizards.SendToPhoneWizard$4.run(SendToPhoneWizard.java:306)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.NullPointerException
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.addLinkTransition(IPhoneComponentExporter.java:486)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.basicButton(IPhoneComponentExporter.java:412)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.visit(IPhoneComponentExporter.java:747)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.visit(IPhoneComponentExporter.java:1)
at com.genuitec.mobione.designer.comp.iphone.PushButton.accept(PushButton.java:42)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.exportChild(IPhoneComponentExporter.java:1147)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.exportChild(IPhoneComponentExporter.java:1164)
at com.genuitec.mobione.designer.html.IPhoneComponentExporter.performExport(IPhoneComponentExporter.java:1593)
at com.genuitec.mobione.designer.html.HTMLSingleExporter.saveHTML(HTMLSingleExporter.java:179)
… 6 moreAttachments:
You must be logged in to view attached files.
wayneModeratorhi ipwnmonster,
I’ve opened a bug and including the stacktrace info you provided. I’ll follow up as soon as the lead developer has reviewed the stacktrace.
I loaded the example design file you provided and it worked great including Send to My Phone using AppSync. See the screenshot below of the design UI running on the MobiOne emulator and on the iphone (vnc).
See attachment support-form2-working.png
Wayne
Genuitec Mobile TeamAttachments:
You must be logged in to view attached files.
wayneModeratorNext time you get this goof up can you try the following steps and report the results here?
Test Scenario-1
1) <goof up> unable to Run in Test Center or Export to HTML
2) Save your design(s)
3) Stop Design Center and Test Center
4) Launch Design Center and open the trouble-maker design file
5) select Run in Test Center
– does the design load successfully in the Test Center?Test Scenario-2
1) <goof up> unable to Run in Test Center or Export to HTML
2) Close the design center editor(s) containing design that will not run; save file if modified
3) Reopen the trouble-maker design file in Design Center
4) select Run in Test Center
– does the design load successfully in the Test Center?Wayne
Genuitec Mobile Team
ipwnm0nsterMemberI’ve tried those, but they didn’t work. I did find sonething else, if i change the id of the text box in my design it will run in test center. This is a contact form so the id has to be
field-83936383 as soon as I change it to textbox1 it works -
AuthorPosts