i have an error when using google map with flutter - dart

i faced an error when using google_maps_flutter: ^0.0.3+3 plugin with flutter.
i done all requirement for using google map both with android manifest or ios runner.
this is my code for map
GoogleMap(onMapCreated: (GoogleMapController controller) {},
options: GoogleMapOptions(
cameraPosition: CameraPosition(
target: LatLng(36.382013, 43.143249),
),
mapType: MapType.normal,
),
),
and error is like this:
W/ResourcesManager( 9743): getTopLevelResources: /data/app/com.example.mis-2/base.apk / 1.0 running in com.example.mis rsrc of package null
I/zzbz ( 9743): Making Creator dynamically
I/DynamiteModule( 9743): Considering local module com.google.android.gms.maps_dynamite:0 and remote module com.google.android.gms.maps_dynamite:221
I/DynamiteModule( 9743): Selected remote version of com.google.android.gms.maps_dynamite, version >= 221
W/ResourcesManager( 9743): getTopLevelResources: /data/app/com.google.android.gms-4/base.apk / 1.0 running in com.example.mis rsrc of package null
W/ResourcesManager( 9743): Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
W/ResourcesManager( 9743): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
D/ApplicationPackageManager( 9743): getResourcesForApplication com.google.android.gms got new pi = android.app.LoadedApk#67b11be
W/ResourcesManager( 9743): getTopLevelResources: /data/data/com.google.android.gms/app_chimera/m/00000015/MapsDynamite.apk / 1.0 running in com.example.mis rsrc of package null
I/art ( 9743): Background partial concurrent mark sweep GC freed 1553(129KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 5MB/6MB, paused 9.674ms total 32.165ms
D/ApplicationPackageManager( 9743): getResourcesForApplication com.google.android.gms got new pi = android.app.LoadedApk#67b11be
W/ResourcesManager( 9743): getTopLevelResources: /data/data/com.google.android.gms/app_chimera/m/00000015/MapsDynamite.apk / 1.0 running in com.example.mis rsrc of package null
I/Google Maps Android API( 9743): Google Play services client version: 12451000
I/Google Maps Android API( 9743): Google Play services package version: 14799007
D/AbsListView( 9743): Get MotionRecognitionManager
E/MotionRecognitionManager( 9743): mSContextService = null
E/MotionRecognitionManager( 9743): motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy#297b9bff
I/art ( 9743): Background sticky concurrent mark sweep GC freed 12347(981KB) AllocSpace objects, 2(32KB) LOS objects, 14% free, 5MB/6MB, paused 5.401ms total 46.386ms
W/ContextImpl( 9743): Failed to ensure directory: /storage/extSdCard/Android/data/com.example.mis/cache
W/System.err( 9743): mkdir failed: EEXIST (File exists) : /storage/emulated/0/Android/data/com.example.mis/cache/debug
W/System.err( 9743): mkdir failed: EEXIST (File exists) : /storage/emulated/0/Android/data/com.example.mis/cache
I/System.out( 9743): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out( 9743): (HTTPLog)-Static: isShipBuild true
I/System.out( 9743): (HTTPLog)-Thread-1019-403128043: SmartBonding Enabling is false, SHIP_BUILD is true, log to file
is false, DBG is false
I/System.out( 9743): (HTTPLog)-Thread-1019-403128043: SMARTBONDING_FEATURE_ENABLED is false
I/System.out( 9743): (HTTPLog)-Static: isSBSettingEnabled false
I/art ( 9743): Background partial concurrent mark sweep GC freed 1110(81KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 6MB/8MB, paused 10.284ms total 41.198ms
I/System.out( 9743): KnoxVpnUidStorageknoxVpnSupported API value returned is false
D/PhoneWindow( 9743): *FMB* installDecor mIsFloating : false
D/PhoneWindow( 9743): *FMB* installDecor flags : -2139028216
E/GoogleMapController( 9743): Cannot enable MyLocation layer as location permissions are not granted
D/PhoneWindow( 9743): *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null
D/PhoneWindow( 9743): *FMB* isFloatingMenuEnabled return false
I/System.out( 9743): KnoxVpnUidStorageknoxVpnSupported API value returned is false
I/System.out( 9743): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out( 9743): (HTTPLog)-Static: isSBSettingEnabled false
I/System.out( 9743): KnoxVpnUidStorageknoxVpnSupported API value returned is false
I/System.out( 9743): KnoxVpnUidStorageknoxVpnSupported API value returned is false
W/DynamiteModule( 9743): Local module descriptor class for com.google.android.gms.googlecertificates not found.
I/DynamiteModule( 9743): Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:4
I/DynamiteModule( 9743): Selected remote version of com.google.android.gms.googlecertificates, version >= 4
D/ApplicationPackageManager( 9743): getResourcesForApplication com.google.android.gms got new pi = android.app.LoadedApk#67b11be
W/ResourcesManager( 9743): getTopLevelResources: /data/data/com.google.android.gms/app_chimera/m/00000014/GoogleCertificates.apk / 1.0 running in com.example.mis rsrc of package null
D/ApplicationPackageManager( 9743): getResourcesForApplication com.google.android.gms got new pi = android.app.LoadedApk#67b11be
W/ResourcesManager( 9743): getTopLevelResources: /data/data/com.google.android.gms/app_chimera/m/00000014/GoogleCertificates.apk / 1.0 running in com.example.mis rsrc of package null

I had the same problem. What helps to me is:
Install and set up the Google Play services SDK.
Add to AnroidManifest.xml in application section next line <uses-library android:name="org.apache.http.legacy" android:required="false"/>

In my case, it was due to the missing permission in AndroidManifest.xml
Adding the following permission resolved my issue.
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
If you are working on an emulator, make sure your emulator has Google Play Services.

Related

How does the balutil condition evaluate Windows DisplayVersion?

I have a bundle with a registry search fragment below it to find the Windows DisplayVersion. This seems to be the preferred way Microsoft does versioning after Windows 8.1.
The comparison between expressions all seems to work as intended, still I wonder if there are edge-cases where the comparison falls short. Does Burn evaluate each character one by one?
Tests done:
Expression
Result
21H1 > 22H2
False
21H1 > 19H2
True
21H1 > 20
True
21H1 > 22
False
21H1 >= 21
True
Registry key not found > 22H2
False
Registry key empty > 22H2
False
Code:
<Bundle
----
<util:RegistrySearchRef Id="SearchForWindowsDisplayVersion"/>
----
<\Bundle>
<Fragment>
<util:RegistrySearch
Id="SearchForWindowsDisplayVersion"
Variable="WindowsDisplayVersion"
Result="value"
Root="HKLM"
Key="SOFTWARE\Microsoft\Windows NT\CurrentVersion"
Value="DisplayVersion"/>
<bal:Condition Message="Minimum required Windows version is 22H2"
><![CDATA[WindowsDisplayVersion>"21H2"]]></bal:Condition>
</Fragment>

Computer crashing when building IOS react-native app

Whenever I try to build my react-native app to IOS my mac computer crashes and restarts. The crash happens a couple minutes after I start the build.
This doesn't happen on just a specific app, even if I create a brand new one with npx react-native init appName I get this problem.
I've just recently upgraded to macOS Monterey and to Xcode version 13.4.1.
What I tried doing:
I've tried cleaning the build folder, deleting Xcode's derived data, reinstalling the simulators, reinstalling react-native, building the app from Xcode and from npx react-native run-ios, running on simulator and on device, but nothing made it work.
This is the error message I get after the computer restarts:
panic(cpu 2 caller 0xffffff7fb3e20904): "Enter debugger: submitToRing: Work queue failure detected" #IGHardwareRingBuffer.cpp:1483
Panicked task 0xffffff9bc815e670: 4 threads: pid 8574: SimMetalHost
Backtrace (CPU 2), panicked thread: 0xffffff9bc2a86000, Frame : Return Address
0xffffffe583bbaea0 : 0xffffff801c281c8d
0xffffffe583bbaef0 : 0xffffff801c3e1596
0xffffffe583bbaf30 : 0xffffff801c3d0963
0xffffffe583bbaf80 : 0xffffff801c221a70
0xffffffe583bbafa0 : 0xffffff801c28205d
0xffffffe583bbb0c0 : 0xffffff801c281816
0xffffffe583bbb120 : 0xffffff801cb15163
0xffffffe583bbb210 : 0xffffff7fb3e20904
0xffffffe583bbb220 : 0xffffff7fb3de02ac
0xffffffe583bbb260 : 0xffffff7fb3de9e73
0xffffffe583bbb2d0 : 0xffffff7fb51d75b7
0xffffffe583bbb310 : 0xffffff7fb3dcc739
0xffffffe583bbb330 : 0xffffff7fb3dcca8c
0xffffffe583bbb3a0 : 0xffffff7fb3df3540
0xffffffe583bbb5e0 : 0xffffff7fb3dcfeab
0xffffffe583bbb620 : 0xffffff7fb51ed118
0xffffffe583bbb650 : 0xffffff7fb3dcfac8
0xffffffe583bbb690 : 0xffffff7fb51ed2a7
0xffffffe583bbb6d0 : 0xffffff7fb51ed996
0xffffffe583bbb970 : 0xffffff7fb3dd04c4
0xffffffe583bbb9a0 : 0xffffff7fb51ee8f1
0xffffffe583bbba30 : 0xffffff7fb51ec94b
0xffffffe583bbba90 : 0xffffff7fb51ec741
0xffffffe583bbbae0 : 0xffffff7fb51eb81d
0xffffffe583bbbb20 : 0xffffff7fb3dd0125
0xffffffe583bbbb60 : 0xffffff801ca83a8c
0xffffffe583bbbcc0 : 0xffffff801c3872e6
0xffffffe583bbbdd0 : 0xffffff801c25c9ab
0xffffffe583bbbe60 : 0xffffff801c2731f9
0xffffffe583bbbef0 : 0xffffff801c3b35aa
0xffffffe583bbbfa0 : 0xffffff801c222256
Kernel Extensions in backtrace:
com.apple.iokit.IOAcceleratorFamily2(462.8)[F0D1B5AF-356A-3F86-8829-8F00218602CB]#0xffffff7fb51a6000->0xffffff7fb5210fff
dependency: com.apple.driver.AppleMobileFileIntegrity(1.0.5)[2B96E04B-E2A5-3296-AF14-6A766880A652]#0xffffff801d9a1000->0xffffff801d9c2fff
dependency: com.apple.iokit.IOGraphicsFamily(597)[BBEE13AB-2291-37D9-AAE4-9E565E8950A5]#0xffffff7fb533f000->0xffffff7fb536dfff
dependency: com.apple.iokit.IOPCIFamily(2.9)[654ABF9D-EB24-3B64-AB1C-EC2AC8357192]#0xffffff801ee24000->0xffffff801ee4ffff
dependency: com.apple.iokit.IOReportFamily(47)[5578189C-7C1D-3158-B357-F8D6A216DCE1]#0xffffff801ee61000->0xffffff801ee63fff
dependency: com.apple.iokit.IOSurface(302.14)[F0BF8EFA-AA35-37B5-B3AB-A8BCF5E62024]#0xffffff801ef94000->0xffffff801efb0fff
com.apple.driver.AppleIntelBDWGraphics(18.0.7)[10C6063F-2A59-33C0-8A48-D9427A5B7E8D]#0xffffff7fb3db0000->0xffffff7fb3e34fff
dependency: com.apple.iokit.IOAcceleratorFamily2(462.8)[F0D1B5AF-356A-3F86-8829-8F00218602CB]#0xffffff7fb51a6000->0xffffff7fb5210fff
dependency: com.apple.iokit.IOGraphicsFamily(597)[BBEE13AB-2291-37D9-AAE4-9E565E8950A5]#0xffffff7fb533f000->0xffffff7fb536dfff
dependency: com.apple.iokit.IOPCIFamily(2.9)[654ABF9D-EB24-3B64-AB1C-EC2AC8357192]#0xffffff801ee24000->0xffffff801ee4ffff
dependency: com.apple.iokit.IOSurface(302.14)[F0BF8EFA-AA35-37B5-B3AB-A8BCF5E62024]#0xffffff801ef94000->0xffffff801efb0fff
Process name corresponding to current thread (0xffffff9bc2a86000): SimMetalHost (iPhone 13: default
Mac OS version:
21F79
Kernel version:
Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64
Kernel UUID: 3C587984-4004-3C76-8ADF-997822977184
KernelCache slide: 0x000000001c000000
KernelCache base: 0xffffff801c200000
Kernel slide: 0x000000001c010000
Kernel text base: 0xffffff801c210000
__HIB text base: 0xffffff801c100000
System model name: MacBookAir7,2 (Mac-937CB26E2E02BB01)
System shutdown begun: NO
Panic diags file available: YES (0x0)
Hibernation exit count: 0
System uptime in nanoseconds: 6721363369865
Last Sleep: absolute base_tsc base_nano
Uptime : 0x0000061cf079e91b
Sleep : 0x0000000000000000 0x0000000000000000 0x0000000000000000
Wake : 0x0000000000000000 0x00000004c8782de0 0x0000000000000000
Compressor Info: 5% of compressed pages limit (OK) and 6% of segments limit (OK) with 1 swapfiles and OK swap space
Zone info:
Zone map: 0xffffff9092d71000 - 0xffffffb092d71000
. PGZ : 0xffffff9092d71000 - 0xffffff9093572000
. VM : 0xffffff9093572000 - 0xffffff956010b000
. RO : 0xffffff956010b000 - 0xffffff96f9a3e000
. GEN0 : 0xffffff96f9a3e000 - 0xffffff9bc65d7000
. GEN1 : 0xffffff9bc65d7000 - 0xffffffa093170000
. GEN2 : 0xffffffa093170000 - 0xffffffa55fd09000
. GEN3 : 0xffffffa55fd09000 - 0xffffffaa2c8a3000
. DATA : 0xffffffaa2c8a3000 - 0xffffffb092d71000
Metadata: 0xffffffffde7ee000 - 0xfffffffffe7ee000
Bitmaps : 0xfffffffffe7ee000 - 0xfffffffffffee000
last started kext at 46256091971: >driverkit.serial 6.0.0 (addr 0xffffff7fb54b5000, size 28672)
last stopped kext at 509978124938: >!AThunderboltEDMSink 5.0.3 (addr 0xffffff7fb4fc7000, size 32768)
loaded kexts:
>!AUpstreamUserClient 3.6.9
>AudioAUUC 1.70
>X86PlatformShim 1.0.0
>AGPM 129
>!APlatformEnabler 2.7.0d0
#filesystems.autofs 3.0
>!AHDA 340.2
>!ASMCLMU 212
>eficheck 1
>!ALPC 3.1
>!A!IBDWGraphics 18.0.7
>!AGraphicsDevicePolicy 6.5.7
#AGDCPluginDisplayMetrics 6.5.7
>!A!IBDWGraphicsFramebuffer 18.0.7
>pmtelemetry 1
|IOUserEthernet 1.0.1
>usb.!UUserHCI 1
>!AHV 1
>!ADiskImages2 126.100.13
>!ACameraInterface 7.9.1
>!AThunderboltIP 4.0.3
>!ABacklight 180.8
>!A!ISlowAdaptiveClocking 4.0.0
>!AMCCSControl 1.16
|SCSITaskUserClient 456.121.3
>!UCardReader 533.120.2
>!AFileSystemDriver 3.0.1
#filesystems.tmpfs 1
#filesystems.lifs 1
#filesystems.hfs.kext 583.100.10
#BootCache 40
#!AFSCompression.!AFSCompressionTypeZlib 1.0.0
#!AFSCompression.!AFSCompressionTypeDataless 1.0.0d1
>!ATopCaseHIDEventDriver 5450.8
#filesystems.apfs 1934.121.2
>AirPort.BrcmNIC 1400.1.1
>!AAHCIPort 351.100.4
#private.KextAudit 1.0
>!ARTC 2.0.1
>!AACPIButtons 6.1
>!ASmartBatteryManager 161.0.0
>!AHPET 1.8
>!ASMBIOS 2.1
>!AACPIEC 6.1
>!AAPIC 1.7
#!ASystemPolicy 2.0.0
#nke.applicationfirewall 402
|IOKitRegistryCompatibility 1
|EndpointSecurity 1
#Dont_Steal_Mac_OS_X 7.0.0
#kec.!AEncryptedArchive 1
>driverkit.serial 6.0.0
|IOSerial!F 11
#kext.triggers 1.0
>DspFuncLib 340.2
#kext.OSvKernDSPLib 529
>!AHDA!C 340.2
|IOHDA!F 340.2
|IOAudio!F 340.2
#vecLib.kext 1.2.0
>!AAudioClockLibs 140.1
>!AGraphicsControl 6.5.7
>X86PlatformPlugin 1.0.0
>IOPlatformPlugin!F 6.0.0d8
|IOAccelerator!F2 462.8
|IO!BSerialManager 9.0.0
|IO!BPacketLogger 9.0.0
|IO!BHost!CUSBTransport 9.0.0
|IO!BHost!CUARTTransport 9.0.0
|IO!BHost!CTransport 9.0.0
>IO!BHost!CPCIeTransport 9.0.0
|IOAVB!F 1040.6
#plugin.IOgPTPPlugin 1040.3
|IOEthernetAVB!C 1.1.0
|CSR!BHost!CUSBTransport 9.0.0
|Broadcom!BHost!CUSBTransport 9.0.0
|Broadcom!B20703USBTransport 9.0.0
>!AIPAppender 1.0
#!AGPUWrangler 6.5.7
#!AGraphicsDeviceControl 6.5.7
>!AThunderboltDPOutAdapter 8.5.1
>!ABacklightExpert 1.1.0
|IONDRVSupport 597
|IOSlowAdaptiveClocking!F 1.0.0
|IOGraphics!F 597
>!ASMBus!C 1.0.18d1
>usb.IOUSBHostHIDDevice 1.2
>usb.cdc 5.0.0
>usb.networking 5.0.0
>usb.!UHostCompositeDevice 1.2
>usb.!UHub 1.2
>!AThunderboltDPInAdapter 8.5.1
>!AThunderboltDPAdapter!F 8.5.1
>!AThunderboltPCIDownAdapter 4.1.1
>!ABSDKextStarter 3
|IOSurface 302.14
#filesystems.hfs.encodings.kext 1
>!AMultitouchDriver 5450.14
>!AInputDeviceSupport 5450.4
>!AHS!BDriver 5450.8
>IO!BHIDDriver 9.0.0
>!AHIDKeyboard 228.2
>!AHSSPIHIDDriver 63
>!AXsanScheme 3
|IOAHCIBlock!S 333.100.3
>!AThunderboltNHI 7.2.81
|IOThunderbolt!F 9.3.3
|IO80211!FLegacy 1200.12.2b1
|IOSkywalk!F 1.0
>mDNSOffloadUserClient 1.0.1b8
>corecapture 1.0.4
|IOAHCI!F 297
>usb.!UHostPacketFilter 1.0
|IOUSB!F 900.4.2
>!AHSSPISupport 63
>!A!ILpssSpi!C 3.0.60
>!A!ILpssI2C 3.0.60
>!A!ILpssGspi 3.0.60
>!A!ILpssDmac 3.0.60
>usb.!UXHCIPCI 1.2
>usb.!UXHCI 1.2
>!AEFINVRAM 2.1
>!AEFIRuntime 2.1
|IOSMBus!F 1.1
|IOHID!F 2.0.0
|IOTimeSync!F 1040.3
|IONetworking!F 3.4
>DiskImages 493.0.0
|IO!B!F 9.0.0
|IOReport!F 47
$quarantine 4
$sandbox 300.0
#kext.!AMatch 1.0.0d1
|CoreAnalytics!F 1
>!ASSE 1.0
>!AKeyStore 2
>!UTDM 533.120.2
|IOUSBMass!SDriver 210.120.3
|IOSCSIBlockCommandsDevice 456.121.3
|IO!S!F 2.1
|IOSCSIArchitectureModel!F 456.121.3
>!AMobileFileIntegrity 1.0.5
$!AImage4 4.2.0
#kext.CoreTrust 1
>!AFDEKeyStore 28.30
>!AEffaceable!S 1.0
>!ACredentialManager 1.0
>KernelRelayHost 1
|IOUSBHost!F 1.2
>!UHostMergeProperties 1.2
>usb.!UCommon 1.0
>!ABusPower!C 1.0
>!ASEPManager 1.0.1
>IOSlaveProcessor 1
>!AACPIPlatform 6.1
>!ASMC 3.1.9
|IOPCI!F 2.9
|IOACPI!F 1.4
>watchdog 1
#kec.pthread 1
#kec.Libm 1
#kec.corecrypto 12.0
What could be causing this problem?
My computer is a 2015 MacBook Air running on macOS Monterey version 12.4

Cannot connect to TWS using IBrokers with R

library(IBrokers)
tws <- twsConnect(port=7496)
Error in socketConnection(host = host, port = port, open = "ab", blocking = blocking) :
cannot open the connection
In addition: Warning message:
In socketConnection(host = host, port = port, open = "ab", blocking = blocking) :
localhost:7496 cannot be opened
I have checked my Global Configurations in the TWS. The port is in fact 7496.
> sessionInfo()
R version 3.6.3 (2020-02-29)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Linux Mint 20
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8
[8] LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] IBrokers_0.9-12 xts_0.12-0 zoo_1.8-8
loaded via a namespace (and not attached):
[1] compiler_3.6.3 tools_3.6.3 grid_3.6.3 lattice_0.20-40
I am using the latest of Linux Mint. My IB account has been approved and funded.

Having problems saving wifi config with nodemcu

Have a development esp12 (Amica) that has been working Ok for months. On a recent boot it appeared to stop connecting to my Wifi. I have the enduser setup code in the module, that connected ok, but the config was not save thru reboot.
if I connect via a terminal and do the following
cfg = {}
cfg.ssid = "SSIDHERE"
cfg.pwd = "password"
cfg.save = true
cfg.auto = false
saved = wifi.sta.config(cfg)
print (saved)
false
Have tried erasing the flash and reloading with no change.
I am building the binaries locally
branch: master
commit: 310faf7fcc9130a296f7f17021d48c6d717f5fb6
release: 3.0-master_20190907
release DTS: 201909070945
SSL: false
build type: float
LFS: 0x20000
modules: bit,enduser_setup,file,gpio,gpio_pulse,i2c,mqtt,net,node,ow,pcm,rotary,rtctime,sjson,sntp,spi,struct,tmr,uart,u8g2,wifi,ws2812,ws2812_effects
build 2019-10-15 21:16 powered by Lua 5.1.4 on SDK 3.0.1-dev(fce080e)

Deploying a Ruby Stack on Google Cloud Platform Failing

Trying to install Ruby Stack via the Developers Console, https://console.developers.google.com/.
MyProject > Compute > Click to Deploy
Played with various combinations in the Advanced Settings, as suggested in the accepted answer on the question Ruby Stack failed to deploy on Google Developers Console
Deployed various combinations of zone and instance size, always ending in the error:
Replica rubystackbox-chnp failed with status PERMANENTLY_FAILING: Replica State changed to PERMANENTLY_FAILING. Replica was unhealthy 2 consecutive times.
Here are some output snippets found in the Serial Console.
WARNING - Timeout at i8042_flush:68!
All threads complete.
Found 0 serial ports
found virtio-scsi at 0:3
Searching bootorder for: /pci#i0cf8/*#3/*#0/*#0,0
Searching bootorder for: /pci#i0cf8/*#3/*#0/*#1,0
virtio-scsi vendor='Google' product='PersistentDisk' rev='1' type=0 removable=0
virtio-scsi blksize=512 sectors=20971520
Searching bootorder for: /pci#i0cf8/*#3/*#0/*#2,0
Searching bootorder for: /pci#i0cf8/*#3/*#0/*#3,0
Searching bootorder for: /pci#i0cf8/*#3/*#0/*#4,0
Then it repeats until,
Searching bootorder for: /pci#i0cf8/*#3/*#0/*#252,0
Searching bootorder for: /pci#i0cf8/*#3/*#0/*#253,0
Searching bootorder for: /pci#i0cf8/*#3/*#0/*#254,0
Searching bootorder for: /pci#i0cf8/*#3/*#0/*#255,0
Scan for option roms
Searching bootorder for: HALT
drive 0x000fd9d0: PCHS=0/0/0 translation=lba LCHS=1024/255/63 s=20971520
Space available for UMB: 000c0000-000eb800
Returned 118784 bytes of ZoneHigh
e820 map has 7 items:
0: 0000000000000000 - 000000000009fc00 = 1 RAM
1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
3: 0000000000100000 - 00000000bfffd000 = 1 RAM
4: 00000000bfffd000 - 00000000c0000000 = 2 RESERVED
5: 00000000fffbc000 - 0000000100000000 = 2 RESERVED
6: 0000000100000000 - 00000007c0000000 = 1 RAM
Unable to lock ram - bridge not found
Changing serial settings was 3/2 now 3/0
enter handle_19:
NULL
Booting from Hard Disk...
After other long series, we get
Nov 13 05:49:06 rubystackbox-chnp init: Trying to re-exec init
INIT: version 2.88 reloading
gcm-Heartbeat:1415857752000
[ 50.982407] device-mapper: uevent: version 1.0.3
[ 50.983602] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel#redhat.com
Nov 13 05:49:22 rubystackbox-chnp kernel: [ 50.982407] device-mapper: uevent: version 1.0.3
Nov 13 05:49:22 rubystackbox-chnp kernel: [ 50.983602] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel#redhat.com
Nov 13 05:49:23 rubystackbox-chnp kernel: imklog 5.8.11, log source = /proc/kmsg started.
gcm-StatusUpdate:TIME=1415857775000;STATUS=COMMAND_FAILED;INVOCATION_ID=1
gcm-Heartbeat:1415857782000
gcm-Heartbeat:1415857812000
Any ideas on how to proceed?
Per #Marilu's suggestion, I tried again today and now it's working.
As an alternative, consider launching Ruby or JRuby stacks via Bitnami.

Resources