BM 7.2_9 eclipse loading issue

Custom indicators, trading strategies, data export and recording and more...
blk
Posts: 44
Joined: Fri Nov 01, 2019 8:59 pm
Has thanked: 7 times

BM 7.2_9 eclipse loading issue

Post by blk » Wed Dec 23, 2020 4:57 pm

Hi,

After upgrading to 7.2_9  I'm trying to run Bookmap via eclipse and I'm getting the following exception after choosing any load option (Replay, external data / sim or external data real) - After the error BM gets stuck.

Code: Select all

 
20201223 16:37:14.143(UTC) INFO: Activation result = OK
20201223 16:37:14.153(UTC) INFO: Live module loaded: velox.api.layer0.tradestation.TradeStationProvider
20201223 16:37:14.158(UTC) INFO: Activation: fields 147
20201223 16:37:14.160(UTC) INFO: L1 fields: 30
20201223 16:37:14.216(UTC) INFO: Loaded 0/0 external replay modules
20201223 16:37:14.265(UTC) INFO: OpenGl check result true
20201223 16:37:14.298(UTC) INFO: Laucher options: console = 0
20201223 16:37:14.298(UTC) INFO: Laucher options: xmx = 3072
20201223 16:37:14.416(UTC) INFO: Check if version blocked, v 7.2.0 build:9, beta: true, branding BM
20201223 16:37:35.070(UTC) INFO: StatisticCollector isTimeToSend increaseStep = 39000
20201223 16:37:53.923(UTC) INFO: Logging in, use_separate_replay_license=true
20201223 16:37:53.923(UTC) INFO: login online
20201223 16:37:55.392(UTC) INFO: login online: set 147
20201223 16:37:55.467(UTC) INFO: AddUpdateAsyncStrategy scheduling 8 threads
20201223 16:37:55.470(UTC) INFO: Tree structure manager is using async update strategy
20201223 16:37:55.709(UTC) ERROR: error msg
java.lang.NoSuchMethodError: 'void velox.api.layer1.common.temporaryfiles.TemporaryFile.<init>(velox.api.layer1.common.temporaryfiles.a, java.nio.file.Path, boolean)'
at velox.api.layer1.common.temporaryfiles.a.a(SourceFile:108)
at velox.bookmap.nU.<init>(SourceFile:333)
at velox.ib.i.<init>(SourceFile:382)
at velox.ib.H.<init>(SourceFile:93)
at velox.ib.Main.a(SourceFile:644)
at velox.ib.Main.a(SourceFile:515)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at velox.ib.Q.dispatchEvent(SourceFile:70)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
20201223 16:38:00.902(UTC) WARN: Exiting application on critical error

I updated gradle to use 7.2.0.9 api-core/simplified and classpath (Bookmap.jar and all lib jars)... I'm wondering if anyone is facing similar issue on 7.2?


Thanks,

Andry API support
Posts: 548
Joined: Mon Jul 09, 2018 11:18 am
Has thanked: 25 times
Been thanked: 85 times

Re: BM 7.2_9 eclipse loading issue

Post by Andry API support » Thu Dec 24, 2020 11:14 am

Hi blk, we'll check it.
Meanwhile please use 7.1

Post Reply