For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 3 voices, and was last updated 14 years, 5 months ago by
support-michael.
-
AuthorPosts
-
ChrissMemberHi @ all,
long time I’ve looked for a possibility to build iPhone App on an easy way on windows.
Your application seemed to be serious and I downloaded the trial (1.4.3) and now….….I cannot start the application… 🙁 I’ve installed, deinstalled, read the config files and the logfiles and yep…. don’t know, what I can do.
My System: Windows 7 x64 professional (All Updates)
Java: x86 and x64 – both newest version
Browser: FirefoxFailure: I’m starting the application -> a windows pops up “An error has occurred. See the log file C:\……….\.mobione\runtime\.metadta\.log
okay….this is the text of the logfile:
!SESSION 2012-02-22 09:36:46.261 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_12
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86 (btw: why x86? I’ve got an x64…!?)!ENTRY com.genuitec.mobione.developer 1 0 2012-02-22 09:36:50.046
!MESSAGE
!STACK 0
java.io.FileNotFoundException: C:\Users\*******\.mobione\runtime\filesToUUIDs.xml (Das System kann die angegebene Datei nicht finden) I’ve searched my whole computer….there is no file with this name…..!!
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at com.genuitec.mobione.developer.EditorToUUIDMapper.load(EditorToUUIDMapper.java:78)
at com.genuitec.mobione.developer.EditorToUUIDMapper.ensureLoaded(EditorToUUIDMapper.java:69)
at com.genuitec.mobione.developer.EditorToUUIDMapper.getFileToUUIDSet(EditorToUUIDMapper.java:49)
at com.genuitec.mobione.developer.rcp.MobiOneApplication.restartLocalServer(MobiOneApplication.java:723)
at com.genuitec.mobione.developer.rcp.MobiOneApplication.start(MobiOneApplication.java:401)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)!ENTRY org.eclipse.osgi 4 0 2012-02-22 09:36:55.672
!MESSAGE Application error
!STACK 1
java.lang.ExceptionInInitializerError
at com.genuitec.mobione.developer.rcp.MobiOneApplication.createDummyBrowser(MobiOneApplication.java:644)
at com.genuitec.mobione.developer.rcp.MobiOneApplication.start(MobiOneApplication.java:405)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: org.eclipse.swt.SWTException: Unable to load webkit native libraries. (java.lang.UnsatisfiedLinkError: no cefjni in swt.library.path, java.library.path or the jar file)
at com.genuitec.blinki.webkit.swt.LibraryLoader.loadLibraries(LibraryLoader.java:31)
at com.genuitec.blinki.webkit.swt.WebKitBrowser.<clinit>(WebKitBrowser.java:134)
… 14 more
Caused by: java.lang.UnsatisfiedLinkError: no cefjni in swt.library.path, java.library.path or the jar file
at com.genuitec.blinki.webkit.swt.Util.loadLibrary(Util.java:123)
at com.genuitec.blinki.webkit.swt.LibraryLoader.loadLibraries(LibraryLoader.java:27)
… 15 moreMhh…I don’t know that to do – and would be very pleased if somebody could help me! 🙂
Regards
Christian
February 22, 2012 at 3:50 am #323571
support-michaelKeymasterWe are looking into this now. The log info was very helpful. It tells us that a dll that mobione requires to run is not loading.
Caused by: org.eclipse.swt.SWTException: Unable to load webkit native libraries. (java.lang.UnsatisfiedLinkError: no cefjni in swt.library.pathCan you search for cefjni.dll file? It should be found at
<basepath>\MobiOne Studio\Common\plugins\com.genuitec.mobione.webkit.swt_1.4.2.201202210754If you installed to default win7 location <basepath> is your <home-dir>\AppData\Local. So on my system the file is found at:
C:\Users\Wayne\AppData\Local\\MobiOne Studio\Common\plugins\com.genuitec.mobione.webkit.swt_1.4.2.201202210754\cefjni.dllFebruary 22, 2012 at 7:22 am #323583
ChrissMemberHi wayne,
first of all thank you for you fast reply!
Now to the .dll :
I’ve installed Mobi on my secondary harddrive in an own FolderD:\mobii\Common\plugins\com.genuitec.mobione.webkit.swt_1.4.2.201202210754
That’s the path an there I also see the cefjni.dll.
Regards
Christian
February 22, 2012 at 9:54 am #323592
JohnWordMemberUpgraded previously to 1.4.2 OK.
Just upgraded to 1.4.3 and now will not run..I can E-mail the log file is desired..
long file… starts out:
!ENTRY org.eclipse.osgi 4 0 2012-02-22 09:43:26.935
!MESSAGE Unexpected exception occurred loading manifest for bundle at the location:
…February 22, 2012 at 10:09 am #323593
support-michaelKeymaster@GA33
Sorry to hear about the upgrade problem. Try uninstalling and then download and install 1.4.3 installer. That should fix up the situation.Here is the download page: http://genuitec.com/mobione/download.html
February 22, 2012 at 11:24 am #323597
JohnWordMemberyes – that worked… thanks!
February 22, 2012 at 11:35 am #323599
support-michaelKeymasterI’m not sure what could be goofing up!
Do you have antivirus software that could be causing problem with this dll?
– What antivirus software do you have running?Also if you allow mobione to install into the default location of the installer does it then begin working?
-
AuthorPosts
