For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 14 years, 2 months ago by
support-michael.
-
AuthorPosts
-
keho460MemberI am getting this log error. I am using XP sp3 and mobione 1.5.0. I have installed – uninstalled -installed again and still get the error.
!SESSION 2012-05-21 08:13:23.850 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_12
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY com.genuitec.mobione.developer 1 0 2012-05-21 08:16:04.386
!MESSAGE
!STACK 0
java.io.FileNotFoundException: C:\Documents and Settings\KEHO460\.mobione\runtime\filesToUUIDs.xml (The system cannot find the file specified)
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-05-21 08:16:09.322
!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 moreMay 23, 2012 at 7:28 am #326304
keho460MemberRAM: 4GB (3.45 reported)
language: US English
anti-virus: McAfee, no quarantine
location: all defaults accepted
cefjni.dll: 9,202KB 3/21/2012May 25, 2012 at 8:17 am #326382
keho460MemberPolicy doesn’t allow me to turn that off but my tech support tells me that AV is configured the same way for everyone and others with the same AV are able to run.
May 25, 2012 at 5:01 pm #326388
support-michaelKeymaster>Policy doesn’t allow me to turn that off
Poop! 🙂This is a long shot:
1) make sure mobione workbenches are closed (assuming this is given since it will not run for you)
2) rename<user_home_dir>/.mobione/runtime to runtimeX
3) then try launching mobioneIf this fails:
1) are your other workmates running the same version of XP?
2) what Java VM do you have installed on your system?
– this should not matter since MobiOne provides its own.
3) can you try launching with a smaller memory setting
in Program Files/MobiOne Studio/MobiOne 1.5/ open mobione.ini in notepad
change -Xmx512m down to -Xmx400m, save and then see if mobione will startLastly can you confirm that the cefjni.dll shown below in the screenshot exists? The path maybe slightly different.
See attachment cefjinidll-loc.pngAttachments:
You must be logged in to view attached files. -
AuthorPosts
