Package Details: btdex 0.6.8-1

Git Clone URL: https://aur.archlinux.org/btdex.git (read-only, click to copy)
Package Base: btdex
Description: Decentralized cryptocurrency exchange system running on the Burstcoin blockchain
Upstream URL: https://btdex.trade
Keywords: blockchain burst burstcoin crypto exchange
Licenses: GPL3
Submitter: lybin
Maintainer: BenTheTechGuy
Last Packager: BenTheTechGuy
Votes: 2
Popularity: 0.000000
First Submitted: 2020-01-13 11:27 (UTC)
Last Updated: 2023-09-23 18:28 (UTC)

Dependencies (2)

Required by (0)

Sources (5)

Latest Comments

1 2 Next › Last »

sdooweloc commented on 2021-05-12 21:55 (UTC)

So it still happened on bare metal and with the Jar direct from github and building from source so I have opened an issue on github. For visibility in case down the line anyone runs into this here is the issue I opened: https://github.com/btdex/btdex/issues/154

sdooweloc commented on 2021-05-09 04:28 (UTC)

Okay. I'm going to wait to create an issue until trying it on bare metal install just to be sure. This was just in a VM for now as I was confirming program compatibility. If it is still happening after that install I can go from there. Thank you for your time!

BenTheTechGuy commented on 2021-05-09 04:26 (UTC)

Very strange. Doesn't look like a packaging issue though I could be wrong. Maybe make an issue on the GitHub.

sdooweloc commented on 2021-05-09 04:24 (UTC)

The etherium.log? yeah it is owned by my user and has permissions on user, group, and other for read/modify. My user/group also owns the full directory that file is contained in.

BenTheTechGuy commented on 2021-05-09 04:21 (UTC)

Now that's a log!

Looks like it can't read or write some files for some reason. Do you have the proper permissions to access the files it's talking about?

sdooweloc commented on 2021-05-09 04:17 (UTC)

This better?

btdex
00:15:40,281 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
00:15:40,281 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
00:15:40,281 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/btdex/btdex-all.jar!/logback.xml]
00:15:40,288 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@5b6ec132 - URL [jar:file:/opt/btdex/btdex-all.jar!/logback.xml] is not of type file
00:15:40,348 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
00:15:40,348 |-INFO in ch.qos.logback.core.joran.action.ShutdownHookAction - About to instantiate shutdown hook of type [ch.qos.logback.core.hook.DelayingShutdownHook]
00:15:40,349 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
00:15:40,351 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
00:15:40,361 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:15:40,372 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
00:15:40,372 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
00:15:40,375 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1548010882 - Will use zip compression
00:15:40,376 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1548010882 - Will use the pattern ./logs/ethereum-%d{yyyy-MM-dd-'h'HH}.log for the active file
00:15:40,378 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd-'h'HH' from file name pattern './logs/ethereum-%d{yyyy-MM-dd-'h'HH}.log.zip'.
00:15:40,378 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at the top of every hour.
00:15:40,380 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Sat May 08 13:23:01 EDT 2021
00:15:40,380 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
00:15:40,381 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: ./logs/ethereum.log
00:15:40,381 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [./logs/ethereum.log]
00:15:40,383 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - openFile(./logs/ethereum.log,true) call failed. java.io.FileNotFoundException: ./logs/ethereum.log (Permission denied)
    at java.io.FileNotFoundException: ./logs/ethereum.log (Permission denied)
    at  at java.io.FileOutputStream.open0(Native Method)
    at  at java.io.FileOutputStream.open(FileOutputStream.java:270)
    at  at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    at  at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(ResilientFileOutputStream.java:26)
    at  at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:186)
    at  at ch.qos.logback.core.FileAppender.start(FileAppender.java:121)
    at  at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:99)
    at  at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
    at  at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
    at  at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
    at  at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
    at  at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
    at  at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:155)
    at  at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:142)
    at  at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:103)
    at  at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
    at  at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:75)
    at  at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
    at  at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
    at  at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
    at  at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
    at  at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
    at  at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
    at  at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
    at  at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
    at  at dorkbox.systemTray.SystemTray.<clinit>(SystemTray.java:87)
    at  at btdex.ui.Main.addSystemTray(Main.java:459)
    at  at btdex.ui.Main.<init>(Main.java:162)
    at  at BTDEX.main(BTDEX.java:10)
00:15:40,383 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender]
00:15:40,384 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNC]
00:15:40,385 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to ch.qos.logback.classic.AsyncAppender[ASYNC]
00:15:40,385 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC] - Attaching appender named [FILE] to AsyncAppender.
00:15:40,385 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC] - Setting discardingThreshold to 0
00:15:40,385 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
00:15:40,386 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
00:15:40,386 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNC] to Logger[ROOT]
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [state] to WARN
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [trie] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net] to DEBUG
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [execute] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [VM] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [pending] to DEBUG
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [sync] to TRACE
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [wire] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [db] to DEBUG
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [general] to DEBUG
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [TCK-Test] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.hibernate] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [repository] to INFO
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [blockchain] to INFO
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [mine] to DEBUG
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [blockqueue] to DEBUG
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [rlp] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [java.nio] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [io.netty] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [discover] to DEBUG
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [hsqldb.db] to ERROR
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [prune] to DEBUG
00:15:40,386 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
00:15:40,387 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@132e0cc - Registering current configuration as safe fallback point

00:15:40.771 WARN [d.u.j.l.GtkTheme]  Unable to get tray image size. Using default.

BenTheTechGuy commented on 2021-05-09 04:03 (UTC)

There isn't enough information. Edit ~/.config/btdex/config.properties and change the logging level to INFO: logging=info

sdooweloc commented on 2021-05-08 19:18 (UTC)

If I run with sudo I get the below and the application actually opens.

sudo btdex
15:16:20.430 WARN [d.u.j.l.GtkTheme]  Unable to get tray image size. Using default.
15:16:20.448 WARN [d.u.j.l.GtkTheme]  Unable to get tray menu image size. Using default.
15:16:20.566 INFO [d.s.SystemTray]  Successfully loaded
15:16:20.589 WARN [d.s.SystemTray]  Please disable tooltips, as they are not consistent across all platforms and tray types.
WARNING: Target compiler version not specified
WARNING: Target compiler version not specified
** METHOD: reportComplete hash: -7647384550815463627
label: L581441817
load local: 0
Stack: this
invoke, name:getCurrentTxSender owner:btdex.sc.SellContract2
......etc......

sdooweloc commented on 2021-05-08 19:06 (UTC)

 btdex
15:03:59.429 WARN [d.u.j.l.GtkTheme]  Unable to get tray image size. Using default.

This is what I get and then nothing happens

BenTheTechGuy commented on 2021-05-08 18:46 (UTC)

Hi, could you show me the exact error you get in the terminal?