Difference between revisions of "Talk:Emulator User's Guide"

From RifidiWiki

Jump to: navigation, search
(Trouble running Emulator 1.6 in Ubuntu 9.10: Added extra info related to Emulator installer.)
(Removed and posted to forums. Sorry for making the changes... --Rob Moore)
 
Line 1: Line 1:
==Trouble running Emulator 1.6 in Ubuntu 9.10==
 
I just downloaded RifidiEmulator-1.6-linux-installer.bin and ran the installer from a bash prompt.  Everything seemed to be going fine, though there were a few warnings as the installer started-up.  After installation, I tried running the "emulator" binary, but it failed with the output below. Note that I am using Ubuntu 9.10 with all updates applied and Sun Java JDK SE 1.6u20. I also have "libequinox-osgi-java" installed, version 3.5.1+repack~1-0ubuntu3.
 
  
<pre>
 
romoore@host:~/rifidi/RifidiEmulator-1.6$ ls -lha
 
total 2.4M
 
drwxr-xr-x 6 romoore romoore 4.0K 2010-05-09 20:11 .
 
drwxr-xr-x 3 romoore romoore 4.0K 2010-05-09 19:40 ..
 
drwxr-xr-x 2 romoore romoore 4.0K 2010-05-09 19:40 about_files
 
-rw-r--r-- 1 romoore romoore  577 2009-11-09 19:04 about.html
 
drwxr-xr-x 7 romoore romoore 4.0K 2010-05-09 20:11 configuration
 
-rw-r--r-- 1 romoore romoore  121 2009-11-09 19:04 .eclipseproduct
 
-rwxr-xr-x 1 romoore romoore  52K 2009-11-09 19:04 emulator
 
-rw-r--r-- 1 romoore romoore 260K 2009-11-09 19:04 libcairo-swt.so
 
drwxr-xr-x 3 romoore romoore 4.0K 2010-05-09 19:40 plugins
 
-rw-r--r-- 1 romoore romoore  882 2009-11-09 19:27 Readme.txt
 
-rwx------ 1 romoore romoore 2.1M 2010-05-09 19:40 uninstall
 
-rw-r--r-- 1 romoore romoore  216 2010-05-09 19:40 Uninstall RifidiEmulator.desktop
 
drwxr-xr-x 3 romoore romoore 4.0K 2010-05-09 19:53 workspace
 
romoore@host:~/rifidi/RifidiEmulator-1.6$ java -version
 
java version "1.6.0_20"
 
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
 
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
 
romoore@host:~/rifidi/RifidiEmulator-1.6$ ./emulator
 
Registered org.rifidi.emulator.reader.alien
 
Registered org.rifidi.emulator.reader.awid
 
Registered org.rifidi.emulator.reader.epc
 
Registered org.rifidi.emulator.reader.llrp
 
Registered org.rifidi.emulator.reader.sirit local
 
Registered org.rifidi.emulator.reader.symbol
 
Registered org.rifidi.emulator.reader.thingmagic
 
Starting org.rifidi.ui.ide
 
ERROR [SpringOsgiExtenderThread-1] (DependencyWaiterApplicationContextExecutor.java:548) - Expecting state (resolving-dependencies) not (interrupted) for context
 
[OsgiBundleXmlApplicationContext(bundle=org.rifidi.emulator, config=osgibundle:/META-INF/spring/*.xml)]; assuming an interruption and bailing out
 
Stopping org.rifidi.ui.ide
 
Shutting down org.rifidi.emulator.reader.llrp
 
Shutting down org.rifidi.emulator.reader.alien
 
Shutting down org.rifidi.emulator.reader.awid
 
Shutting down org.rifidi.emulator.reader.epc
 
Shutting down org.rifidi.emulator.reader.sirit
 
Shutting down org.rifidi.emulator.reader.symbol
 
Shutting down org.rifidi.emulator.reader.thingmagic
 
romoore@host:~/rifidi/RifidiEmulator-1.6$ ls -la
 
total 2408
 
drwxr-xr-x 6 romoore romoore    4096 2010-05-09 20:12 .
 
drwxr-xr-x 3 romoore romoore    4096 2010-05-09 19:40 ..
 
drwxr-xr-x 2 romoore romoore    4096 2010-05-09 19:40 about_files
 
-rw-r--r-- 1 romoore romoore    577 2009-11-09 19:04 about.html
 
drwxr-xr-x 7 romoore romoore    4096 2010-05-09 20:12 configuration
 
-rw-r--r-- 1 romoore romoore    121 2009-11-09 19:04 .eclipseproduct
 
-rwxr-xr-x 1 romoore romoore  52932 2009-11-09 19:04 emulator
 
-rw-r--r-- 1 romoore romoore    287 2010-05-09 20:12 emulator.log
 
-rw-r--r-- 1 romoore romoore  266168 2009-11-09 19:04 libcairo-swt.so
 
drwxr-xr-x 3 romoore romoore    4096 2010-05-09 19:40 plugins
 
-rw-r--r-- 1 romoore romoore    882 2009-11-09 19:27 Readme.txt
 
-rwx------ 1 romoore romoore 2099309 2010-05-09 19:40 uninstall
 
-rw-r--r-- 1 romoore romoore    216 2010-05-09 19:40 Uninstall RifidiEmulator.desktop
 
drwxr-xr-x 3 romoore romoore    4096 2010-05-09 19:53 workspace
 
romoore@host:~/rifidi/RifidiEmulator-1.6$ cat emulator.log
 
20:12:03,600  (DependencyWaiterApplicationContextExecutor.java:548) - Expecting state (resolving-dependencies) not (interrupted) for context [OsgiBundleXmlApplicationContext(bundle=org.rifidi.emulator, config=osgibundle:/META-INF/spring/*.xml)]; assuming an interruption and bailing out
 
romoore@host:~/rifidi/RifidiEmulator-1.6$
 
 
</pre>
 
 
One last note, I experienced the following error message while running the installer "RifidiEmulator-1.6.-linux-installer.bin" on my machine.  These appeared while the Rifidi logo was displayed, before the interactive installer appeared.
 
<pre>
 
romoore@host:~/Download$ ./RifidiEmulator-1.6-linux-installer.bin
 
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
 
Failed to load module: /usr/lib/gio/modules/libgiogconf.so
 
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
 
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
 
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
 
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
 
</pre>
 

Latest revision as of 00:16, 10 May 2010

Personal tools