ubuntuusers.de

beaClientSecurity lässt sich nicht installieren

Status: Gelöst | Ubuntu-Version: Ubuntu 16.04 (Xenial Xerus)
Antworten |

wuslon8

Anmeldungsdatum:
18. März 2013

Beiträge: 32

beaClientSecurity ist ein Programm zur Verschlüsselung und Kommunikation mit einem elektronischen Briefkasten bei der Bundesrechtsanwaltskammer.

Nach dem Herunterladen und Entpacken soll das Programm laut Installationsanleitung durch Doppelklick auf die Datei beaClientSecurity starten. Tut man dies wird die Datei aber nicht ausgeführt, sondern mit gedit geöffnet. Angezeigt wird folgender Inhalt:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#!/bin/sh

set -x

export JAVA_HOME=./jre
export PATH="./jre/bin:$PATH"
export CLASSPATH="*"

export JAVA_OPTS="-Xms256M -Xmx768M -Dfile.encoding=UTF-8 -Dcontroller.classname=de.governikus.bea.starter.ClientSecurityUpdateController -Dinstaller.version=1.0.0.2 -Dupdater.debug=true -Dmanufacturer.name=BRAK -Dapplication.folderName=beAClientSecurity -Dupdate.filename=ClientSecurity_produktiv.xml -Ddownload.server.url=https://www.bea-brak.de/content/ClientSecurity/ -Dlog4j.configuration=log4j.xml"

java $JAVA_OPTS de.bos_bremen.updater.client.Updater

Ich habe es dann über den Terminal versucht mit:

1
2
3
4
5
6
mkdir bea
cd bea
wget https://www.bea-brak.de/content/linux/beAClientSecurity_64b.tar.gz
tar -xvzf beAClientSecurity_64b.tar.gz
chmod u+x beAClientSecurity.sh
./beAClientSecurity.sh

Nach einem einige Sekunden dauernden Startversuch bricht der Vorgang ab. Fehlermeldung im Terminal:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f2b27757420, pid=2710, tid=139823545534208
#
# JRE version: Java(TM) SE Runtime Environment (8.0_65-b17) (build
1.8.0_65-b17)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.65-b01 mixed mode
linux-amd64 compressed oops)
# Problematic frame:
# C [libjsb.so+0x8420] Java_de_bos_1bremen_jni_OSInfo_getVersion+0x84
#
# Failed to write core dump. Core dumps have been disabled. To enable
core dumping, try "ulimit -c unlimited" before starting Java again.

Der ausgesprochen hilfreiche "Support" der von der Kammer damit beauftragten Firma Atos bestand darin, mir die Systemvoraussetzungen für bea zu mailen, wonach das Programm für openSuse 13.04 64 bit getestet ist und mein Problem mit dieser Antwort für gelöst zu erklären.

Ich bin kurz davor, Linux in die Tonne zu treten und wieder zu Windows zu wechseln, weil bea zwingend bis 01.01.18 laufen muss. Kann mir jemand helfen? Hat jemand bea unter Ubuntu zum Laufen gebracht?

Vielen Dank.

Bearbeitet von Cruiz:

Bitte verwende in Zukunft Codeblöcke, um die Übersicht im Forum zu verbessern!

Cruiz Team-Icon

Avatar von Cruiz

Anmeldungsdatum:
6. März 2014

Beiträge: 5557

Wohnort: Freiburg i. Brsg.

Hallo,

wuslon8 schrieb:

wonach das Programm für openSuse 13.04 64 bit getestet ist und mein Problem mit dieser Antwort für gelöst zu erklären.

dann kannst du der Firma zurück schreiben, dass es diese Version nicht gibt und auch nie gab. Es gab lediglich openSUSE 13.1 und 13.2, die beide seit geraumer Zeit EoL sind.

Bei dem Programm handelt es sich ja scheinbar um eine Java-Lösung. Welche Version von OpenJDK hast du denn installiert? Die Firma scheint ihre Software nicht so oft zu aktualisieren, daher würde ich empfehlen die älteste verfügbare Version von Java zu installieren. Das wäre bei 16.04 OpenJDK-8

Gruß
Cruiz

wuslon8

(Themenstarter)

Anmeldungsdatum:
18. März 2013

Beiträge: 32

Vielen Dank für die Antwort. Es ist tatsächlich openSuse 13.2 nicht 13.04, sorry.

Ich habe Version 8 installiert, das hilft also leider auch nicht.

Trotzdem herzlichen Dank für deine Antwort.

Lidux

Anmeldungsdatum:
18. April 2007

Beiträge: 16658

Hallo wuslon8,

OpenJDK wird da bestimmt nicht funktionieren ..... brauchst bestimmt die von Oracle.

PS: Nutze dazu besser Windows ....

Gruss Lidux

coolwalda

Anmeldungsdatum:
24. Januar 2017

Beiträge: 110

Guten Morgen,

ich darf vermelden, dass die beaClientSecurity einschließlich des vorgesehenen Kartenlesegerätes bei mir auf Lubuntu 16.04 einwandfrei funktioniert hat. Ich hoffe, dass diese Info weiterhilft.

VG, coolwalda

coolwalda

Anmeldungsdatum:
24. Januar 2017

Beiträge: 110

Hallo, ich nochmal,

Laptop meiner Tochter, Lubuntu 17.10, Standardinstallation. openjdk ... Ups: Dieselbe Fehlermeldung. Mein Laptop, Lubuntu 16.04, allerdings mit JRE von Oracle V 1.8.0_121: Die beaClientSecurity startet ohne Fehlermeldung und macht es sich mit einem Icon in der Symbolleiste gemütlich, lauschend auf Port:9998.

Also liegt Lidux wohl richtig, wobei: Wer steigt ohne Not denn schon gerne auf Windows um, 😉 wenn es auch anders geht.

VG, coolwalda

wuslon8

(Themenstarter)

Anmeldungsdatum:
18. März 2013

Beiträge: 32

Das ist ja schon mal ein ermutigendes Ergebnis. Ich hab nun versucht, jre von der Oracle-Seite zu installieren. Leider ändert sich bei mir gar nichts. Wenn ich java -version eingebe wird openjdk version 1.8.0_151-8u151 angegeben. Das ist die Versionsnummer des Oracle JRE, aber openjdk? In der Fehlermeldung wird aber als JRE Version nach wie vor 1.8.0_65-b17 angegeben. Habe ich bei der Installation einen Fehler gemacht, oder hast du sonst eine Idee, woran das liegen könnte

coolwalda

Anmeldungsdatum:
24. Januar 2017

Beiträge: 110

wuslon8

(Themenstarter)

Anmeldungsdatum:
18. März 2013

Beiträge: 32

Nein, ich hatte es mit der Installationsanleitung direkt von Oracle versucht. Ich habe es nun nach der Anleitung aus dem Wiki nochmals probiert. Jetzt sagt java -version nur noch java version "1.8.0_151". Der Versuch, bea zu starten endet allerdings mit der bekannten Fehlermeldung. 👿 . Ich habe allerdings das Browser Plugin noch nicht konfiguriert. Kann es daran liegen?

Übrigens scheint das bea eine Version von Jre bereits mitzubringen. Es gibt einen Unterordner "JRE". Nach dem darin enthaltenen release - file wird die Version 1.8.0_65 verwendet. Das erklärt wahrscheinlich die entsprechende Angabe in der Fehlermeldung.

coolwalda

Anmeldungsdatum:
24. Januar 2017

Beiträge: 110

Hallo,

ehrlich gesagt: Ich kann aktuell nicht nachvollziehen, warum es auf meinem Lubuntu-16.04.3-64-bit-Laptop ... 😳 ... läuft. Vorhin habe ich mir schnell ein Lubuntu-17.10-64-bit als virtuelle Maschine aufgesetzt (es gibt ja nur den 64-bit Client). Client gestartet. Das Icon erscheint kurz, ReinerSCT blinkt kurz und dann kommt Deine Fehlermeldung. Ich habe verschiedene Java-Versionen ausprobiert und mich hierfür sogar bei Oracle angemeldet (Download älterer Versionen nur für registrierte Benutzer). Nicht einmal die Version 1.8.0_121, die ja auf meinem Laptop mit dem Client läuft, führt zu einem anderen Befund bzgl. der Fehlermeldung.

Der Pinguin mit dem Wort Linux auf der Download-Seite macht einen nebenbei bemerkt sprachlos, wenn man bedenkt, dass Linux offenbar gleichgesetzt wird mit einem openSuse 13.2.

Ich dachte schon, in trockenen Tüchern zu sein, aufgrund des Threads hier scheint das nicht der Fall zu sein. Ich werde nochmals meine Konfiguration auf dem Laptop prüfen (es lief ja, wie vorhin berichtet, alles ohne Fehlermeldung ab).

VG, coolwalda

coolwalda

Anmeldungsdatum:
24. Januar 2017

Beiträge: 110

Guten Morgen,

ich habe mir wie angekündigt nochmals die Installation unter 16.04.3 64-bit angesehen, hier funktioniert der Client. Der Clou: Es ist zwar unter /opt eine Oracle-Version gespeichert, diese ist aber nicht als Alternative konfiguriert. Der Befehl

java -version

führt zu der Ausgabe

openjdk version "1.8.0_151"
OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)

Daraus schließe ich, dass es dann doch nicht am Einsatz von openJDK liegen kann, wenn es nicht funktioniert. Ich habe mir außerdem einmal die Mühe gemacht, das beAClientSecurity-Verzeichnis der funktionierenden Installation auf die 17.04-er zu kopieren (Laptop der Tochter). Trotzdem kommt besagte Fehlermeldung. Hier einmal das vollständige Log:

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f8461b1e420, pid=4992, tid=140206560937728
#
# JRE version: Java(TM) SE Runtime Environment (8.0_65-b17) (build 1.8.0_65-b17)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.65-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libjsb.so+0x8420]  Java_de_bos_1bremen_jni_OSInfo_getVersion+0x84
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x00007f8468082800):  JavaThread "JavaFX Application Thread" [_thread_in_native, id=5018, stack(0x00007f8462328000,0x00007f8462429000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000

Registers:
RAX=0x00007f8454001340, RBX=0x00007f846164baf0, RCX=0x00007f8454001340, RDX=0x00007f84e439bdb0
RSP=0x00007f84624261e8, RBP=0x2f6d6f632e75746e, RSI=0x00000000f1690d38, RDI=0x00007f8462426040
R8 =0x0000000000000180, R9 =0x0000000000000060, R10=0x0000000000000180, R11=0x0000000000000202
R12=0x0000000000000000, R13=0x00007f846164baf0, R14=0x00007f8462426250, R15=0x00007f8468082800
RIP=0x00007f8461b1e420, EFLAGS=0x0000000000010246, CSGSFS=0x002b000000000033, ERR=0x0000000000000000
  TRAPNO=0x000000000000000d

Top of Stack: (sp=0x00007f84624261e8)
0x00007f84624261e8:   65742f6c6167656c 2d646e612d736d72
0x00007f84624261f8:   73656963696c6f70 796361766972702f
0x00007f8462426208:   227963696c6f702d 4e4f495352455620
0x00007f8462426218:   4d414e45444f435f 6c75667472613d45
0x00007f8462426228:   5f55544e55425520 454d414e45444f43
0x00007f8462426238:   206c75667472613d 00007f84cd007900
0x00007f8462426248:   00000000f1690b20 00007f84cd00f57b
0x00007f8462426258:   00000000d027d268 00007f8462426260
0x00007f8462426268:   00007f847bf1bc29 00007f84624262c8
0x00007f8462426278:   00007f847b96a828 0000000000000000
0x00007f8462426288:   00007f847bf1bd70 00007f8462426258
0x00007f8462426298:   00007f84624262c0 00007f8462426310
0x00007f84624262a8:   00007f84cd007c4d 0000000000000000
0x00007f84624262b8:   00000000f84c3d80 00000000f84c6348
0x00007f84624262c8:   00000000f80ebda8 00007f84624262d0
0x00007f84624262d8:   00007f847ad8f52c 00007f8462426330
0x00007f84624262e8:   00007f847ad91da0 0000000000000000
0x00007f84624262f8:   00007f847ad8f560 00007f84624262c0
0x00007f8462426308:   00007f8462426328 00007f8462426378
0x00007f8462426318:   00007f84cd007c4d 00000000f84c6348
0x00007f8462426328:   00000000f80ebda8 00000000f80eb6a8
0x00007f8462426338:   00007f8462426338 00007f847af3c368
0x00007f8462426348:   00007f8462426388 00007f847bff3c28
0x00007f8462426358:   0000000000000000 00007f847af3c378
0x00007f8462426368:   00007f8462426328 00007f8462426388
0x00007f8462426378:   00007f84624263d0 00007f84cd007c92
0x00007f8462426388:   00000000f84c3e08 00007f8462426390
0x00007f8462426398:   00007f847ad99789 00007f84624263f0
0x00007f84624263a8:   00007f847ada1fc0 0000000000000000
0x00007f84624263b8:   00007f847ad997b8 00007f8462426388
0x00007f84624263c8:   00007f84624263e8 00007f8462426438
0x00007f84624263d8:   00007f84cd007c4d 0000000000000000 

Instructions: (pc=0x00007f8461b1e420)
0x00007f8461b1e400:   f0 48 8b 55 f0 48 8b 85 d8 fe ff ff 48 89 d6 48
0x00007f8461b1e410:   89 c7 e8 29 d7 ff ff 48 89 45 e8 48 8b 45 e8 c9
0x00007f8461b1e420:   c3 55 48 89 e5 48 81 ec 30 01 00 00 48 89 bd d8
0x00007f8461b1e430:   fe ff ff 48 89 b5 d0 fe ff ff bf 86 01 00 00 e8 

Register to memory mapping:

RAX=0x00007f8454001340 is an unknown value
RBX={method} {0x00007f846164baf0} 'getVersion' '()Ljava/lang/String;' in 'de/bos_bremen/jni/OSInfo'
RCX=0x00007f8454001340 is an unknown value
RDX=0x00007f84e439bdb0: <offset 0xfaadb0> in /home/user/Downloads/jre/lib/amd64/server/libjvm.so at 0x00007f84e33f1000
RSP=0x00007f84624261e8 is pointing into the stack for thread: 0x00007f8468082800
RBP=0x2f6d6f632e75746e is an unknown value
RSI=0x00000000f1690d38 is an oop
java.lang.String 
 - klass: 'java/lang/String'
RDI=0x00007f8462426040 is pointing into the stack for thread: 0x00007f8468082800
R8 =0x0000000000000180 is an unknown value
R9 =0x0000000000000060 is an unknown value
R10=0x0000000000000180 is an unknown value
R11=0x0000000000000202 is an unknown value
R12=0x0000000000000000 is an unknown value
R13={method} {0x00007f846164baf0} 'getVersion' '()Ljava/lang/String;' in 'de/bos_bremen/jni/OSInfo'
R14=0x00007f8462426250 is pointing into the stack for thread: 0x00007f8468082800
R15=0x00007f8468082800 is a thread


Stack: [0x00007f8462328000,0x00007f8462429000],  sp=0x00007f84624261e8,  free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libjsb.so+0x8420]  Java_de_bos_1bremen_jni_OSInfo_getVersion+0x84

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

[error occurred during error reporting (printing Java stack), id 0xb]


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00007f8454397000 JavaThread "Thread-12" daemon [_thread_blocked, id=5031, stack(0x00007f84610dc000,0x00007f84611dd000)]
  0x00007f8454394800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5030, stack(0x00007f84611dd000,0x00007f84612de000)]
  0x00007f8454392800 JavaThread "AWT-Shutdown" [_thread_blocked, id=5029, stack(0x00007f84612de000,0x00007f84613df000)]
  0x00007f8454387000 JavaThread "Thread-11" [_thread_in_vm, id=5028, stack(0x00007f84613df000,0x00007f84614e0000)]
  0x00007f8454316800 JavaThread "Timer-1" daemon [_thread_blocked, id=5027, stack(0x00007f84887d5000,0x00007f84888d6000)]
  0x00007f84542d7800 JavaThread "Thread-8" daemon [_thread_blocked, id=5026, stack(0x00007f84886d4000,0x00007f84887d5000)]
=>0x00007f8468082800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=5018, stack(0x00007f8462328000,0x00007f8462429000)]
  0x00007f846807f000 JavaThread "Thread-6" daemon [_thread_blocked, id=5017, stack(0x00007f8462429000,0x00007f846252a000)]
  0x00007f8468041800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=5016, stack(0x00007f847ab49000,0x00007f847ac4a000)]
  0x00007f84dc8d1000 JavaThread "JavaFX-Launcher" [_thread_blocked, id=5015, stack(0x00007f847ac4a000,0x00007f847ad4b000)]
  0x00007f84dc4b3800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=5014, stack(0x00007f847b094000,0x00007f847b195000)]
  0x00007f84dc328000 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=5012, stack(0x00007f84885d3000,0x00007f84886d4000)]
  0x00007f84dc2df000 JavaThread "Timer-0" daemon [_thread_blocked, id=5009, stack(0x00007f848beff000,0x00007f848c000000)]
  0x00007f84dc2a8800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=5008, stack(0x00007f84bc07d000,0x00007f84bc17e000)]
  0x00007f84dc284000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5007, stack(0x00007f84bc58e000,0x00007f84bc68f000)]
  0x00007f84dc0d3000 JavaThread "Service Thread" daemon [_thread_blocked, id=5005, stack(0x00007f84be4fd000,0x00007f84be5fe000)]
  0x00007f84dc0be000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=5004, stack(0x00007f84be5fe000,0x00007f84be6ff000)]
  0x00007f84dc0bc000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=5003, stack(0x00007f84be6ff000,0x00007f84be800000)]
  0x00007f84dc0b9800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5002, stack(0x00007f84cc091000,0x00007f84cc192000)]
  0x00007f84dc0b6000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5001, stack(0x00007f84cc192000,0x00007f84cc293000)]
  0x00007f84dc080000 JavaThread "Finalizer" daemon [_thread_blocked, id=5000, stack(0x00007f84cc6f7000,0x00007f84cc7f8000)]
  0x00007f84dc07e000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4999, stack(0x00007f84cc7f8000,0x00007f84cc8f9000)]
  0x00007f84dc00a800 JavaThread "main" [_thread_blocked, id=4993, stack(0x00007f84e4eda000,0x00007f84e4fdb000)]

Other Threads:
  0x00007f84dc078800 VMThread [stack: 0x00007f84cc8f9000,0x00007f84cc9fa000] [id=4998]
  0x00007f84dc0d6000 WatcherThread [stack: 0x00007f84be3fc000,0x00007f84be4fd000] [id=5006]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 141824K, used 41728K [0x00000000f0000000, 0x00000000fff80000, 0x0000000100000000)
  eden space 131072K, 23% used [0x00000000f0000000,0x00000000f1e472d8,0x00000000f8000000)
  from space 10752K, 99% used [0x00000000f8000000,0x00000000f8a79058,0x00000000f8a80000)
  to   space 10752K, 0% used [0x00000000ff500000,0x00000000ff500000,0x00000000fff80000)
 ParOldGen       total 175104K, used 16453K [0x00000000d0000000, 0x00000000dab00000, 0x00000000f0000000)
  object space 175104K, 9% used [0x00000000d0000000,0x00000000d1011488,0x00000000dab00000)
 Metaspace       used 34114K, capacity 34590K, committed 34944K, reserved 1079296K
  class space    used 4302K, capacity 4462K, committed 4480K, reserved 1048576K

Card table byte_map: [0x00007f84e1abb000,0x00007f84e1c3c000] byte_map_base: 0x00007f84e143b000

Marking Bits: (ParMarkBitMap*) 0x00007f84e439fde0
 Begin Bits: [0x00007f84be800000, 0x00007f84bf400000)
 End Bits:   [0x00007f84bf400000, 0x00007f84c0000000)

Polling page: 0x00007f84e5007000

CodeCache: size=245760Kb used=9464Kb max_used=9473Kb free=236295Kb
 bounds [0x00007f84cd000000, 0x00007f84cd950000, 0x00007f84dc000000]
 total_blobs=3602 nmethods=2866 adapters=649
 compilation: enabled

Compilation events (10 events):
Event: 5,902 Thread 0x00007f84dc0be000 nmethod 2872 0x00007f84cd18d490 code [0x00007f84cd18d680, 0x00007f84cd18ddd8]
Event: 5,904 Thread 0x00007f84dc0b9800 nmethod 2874 0x00007f84cd18bc90 code [0x00007f84cd18bde0, 0x00007f84cd18bed8]
Event: 5,907 Thread 0x00007f84dc0be000 2875       3       java.math.BigInteger::toByteArray (78 bytes)
Event: 5,908 Thread 0x00007f84dc0be000 nmethod 2875 0x00007f84cd18cd50 code [0x00007f84cd18cee0, 0x00007f84cd18d2d8]
Event: 5,911 Thread 0x00007f84dc0b9800 2876       4       java.util.Arrays::binarySearch0 (95 bytes)
Event: 5,916 Thread 0x00007f84dc0b9800 nmethod 2876 0x00007f84cd18b790 code [0x00007f84cd18b8e0, 0x00007f84cd18ba98]
Event: 5,916 Thread 0x00007f84dc0be000 2878       3       java.math.BigInteger::trustedStripLeadingZeroInts (37 bytes)
Event: 5,916 Thread 0x00007f84dc0be000 nmethod 2878 0x00007f84cd18c810 code [0x00007f84cd18c9a0, 0x00007f84cd18cc48]
Event: 5,917 Thread 0x00007f84dc0be000 2877       3       java.util.regex.Pattern$Slice::<init> (6 bytes)
Event: 5,917 Thread 0x00007f84dc0be000 nmethod 2877 0x00007f84cd18c2d0 code [0x00007f84cd18c440, 0x00007f84cd18c6f0]

GC Heap History (8 events):
Event: 3,032 GC heap before
{Heap before GC invocations=1 (full 0):
 PSYoungGen      total 76288K, used 65536K [0x00000000f0000000, 0x00000000f5500000, 0x0000000100000000)
  eden space 65536K, 100% used [0x00000000f0000000,0x00000000f4000000,0x00000000f4000000)
  from space 10752K, 0% used [0x00000000f4a80000,0x00000000f4a80000,0x00000000f5500000)
  to   space 10752K, 0% used [0x00000000f4000000,0x00000000f4000000,0x00000000f4a80000)
 ParOldGen       total 175104K, used 0K [0x00000000d0000000, 0x00000000dab00000, 0x00000000f0000000)
  object space 175104K, 0% used [0x00000000d0000000,0x00000000d0000000,0x00000000dab00000)
 Metaspace       used 20459K, capacity 20834K, committed 20992K, reserved 1067008K
  class space    used 2381K, capacity 2488K, committed 2560K, reserved 1048576K
Event: 3,071 GC heap after
Heap after GC invocations=1 (full 0):
 PSYoungGen      total 76288K, used 10721K [0x00000000f0000000, 0x00000000f9500000, 0x0000000100000000)
  eden space 65536K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f4000000)
  from space 10752K, 99% used [0x00000000f4000000,0x00000000f4a78768,0x00000000f4a80000)
  to   space 10752K, 0% used [0x00000000f8a80000,0x00000000f8a80000,0x00000000f9500000)
 ParOldGen       total 175104K, used 1252K [0x00000000d0000000, 0x00000000dab00000, 0x00000000f0000000)
  object space 175104K, 0% used [0x00000000d0000000,0x00000000d0139028,0x00000000dab00000)
 Metaspace       used 20459K, capacity 20834K, committed 20992K, reserved 1067008K
  class space    used 2381K, capacity 2488K, committed 2560K, reserved 1048576K
}
Event: 3,129 GC heap before
{Heap before GC invocations=2 (full 0):
 PSYoungGen      total 76288K, used 15074K [0x00000000f0000000, 0x00000000f9500000, 0x0000000100000000)
  eden space 65536K, 6% used [0x00000000f0000000,0x00000000f0440138,0x00000000f4000000)
  from space 10752K, 99% used [0x00000000f4000000,0x00000000f4a78768,0x00000000f4a80000)
  to   space 10752K, 0% used [0x00000000f8a80000,0x00000000f8a80000,0x00000000f9500000)
 ParOldGen       total 175104K, used 1252K [0x00000000d0000000, 0x00000000dab00000, 0x00000000f0000000)
  object space 175104K, 0% used [0x00000000d0000000,0x00000000d0139028,0x00000000dab00000)
 Metaspace       used 20787K, capacity 21122K, committed 21248K, reserved 1069056K
  class space    used 2426K, capacity 2520K, committed 2560K, reserved 1048576K
Event: 3,154 GC heap after
Heap after GC invocations=2 (full 0):
 PSYoungGen      total 141824K, used 8144K [0x00000000f0000000, 0x00000000f9500000, 0x0000000100000000)
  eden space 131072K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f8000000)
  from space 10752K, 75% used [0x00000000f8a80000,0x00000000f92742b0,0x00000000f9500000)
  to   space 10752K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000f8a80000)
 ParOldGen       total 175104K, used 1324K [0x00000000d0000000, 0x00000000dab00000, 0x00000000f0000000)
  object space 175104K, 0% used [0x00000000d0000000,0x00000000d014b038,0x00000000dab00000)
 Metaspace       used 20787K, capacity 21122K, committed 21248K, reserved 1069056K
  class space    used 2426K, capacity 2520K, committed 2560K, reserved 1048576K
}
Event: 3,154 GC heap before
{Heap before GC invocations=3 (full 1):
 PSYoungGen      total 141824K, used 8144K [0x00000000f0000000, 0x00000000f9500000, 0x0000000100000000)
  eden space 131072K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f8000000)
  from space 10752K, 75% used [0x00000000f8a80000,0x00000000f92742b0,0x00000000f9500000)
  to   space 10752K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000f8a80000)
 ParOldGen       total 175104K, used 1324K [0x00000000d0000000, 0x00000000dab00000, 0x00000000f0000000)
  object space 175104K, 0% used [0x00000000d0000000,0x00000000d014b038,0x00000000dab00000)
 Metaspace       used 20787K, capacity 21122K, committed 21248K, reserved 1069056K
  class space    used 2426K, capacity 2520K, committed 2560K, reserved 1048576K
Event: 3,222 GC heap after
Heap after GC invocations=3 (full 1):
 PSYoungGen      total 141824K, used 0K [0x00000000f0000000, 0x00000000f9500000, 0x0000000100000000)
  eden space 131072K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f8000000)
  from space 10752K, 0% used [0x00000000f8a80000,0x00000000f8a80000,0x00000000f9500000)
  to   space 10752K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000f8a80000)
 ParOldGen       total 175104K, used 8063K [0x00000000d0000000, 0x00000000dab00000, 0x00000000f0000000)
  object space 175104K, 4% used [0x00000000d0000000,0x00000000d07dfc68,0x00000000dab00000)
 Metaspace       used 20787K, capacity 21122K, committed 21248K, reserved 1069056K
  class space    used 2426K, capacity 2520K, committed 2560K, reserved 1048576K
}
Event: 5,285 GC heap before
{Heap before GC invocations=4 (full 1):
 PSYoungGen      total 141824K, used 131072K [0x00000000f0000000, 0x00000000f9500000, 0x0000000100000000)
  eden space 131072K, 100% used [0x00000000f0000000,0x00000000f8000000,0x00000000f8000000)
  from space 10752K, 0% used [0x00000000f8a80000,0x00000000f8a80000,0x00000000f9500000)
  to   space 10752K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000f8a80000)
 ParOldGen       total 175104K, used 8063K [0x00000000d0000000, 0x00000000dab00000, 0x00000000f0000000)
  object space 175104K, 4% used [0x00000000d0000000,0x00000000d07dfc68,0x00000000dab00000)
 Metaspace       used 31254K, capacity 31736K, committed 32000K, reserved 1077248K
  class space    used 3906K, capacity 4045K, committed 4096K, reserved 1048576K
Event: 5,314 GC heap after
Heap after GC invocations=4 (full 1):
 PSYoungGen      total 141824K, used 10724K [0x00000000f0000000, 0x00000000fff80000, 0x0000000100000000)
  eden space 131072K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f8000000)
  from space 10752K, 99% used [0x00000000f8000000,0x00000000f8a79058,0x00000000f8a80000)
  to   space 10752K, 0% used [0x00000000ff500000,0x00000000ff500000,0x00000000fff80000)
 ParOldGen       total 175104K, used 16453K [0x00000000d0000000, 0x00000000dab00000, 0x00000000f0000000)
  object space 175104K, 9% used [0x00000000d0000000,0x00000000d1011488,0x00000000dab00000)
 Metaspace       used 31254K, capacity 31736K, committed 32000K, reserved 1077248K
  class space    used 3906K, capacity 4045K, committed 4096K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 5,559 Thread 0x00007f8468082800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f84cd7ab81c method=java.util.concurrent.ConcurrentHashMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 86
Event: 5,606 Thread 0x00007f8468082800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f84cd56b3e4 method=java.security.MessageDigest.update([BII)V @ 36
Event: 5,606 Thread 0x00007f8468082800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f84cd56b3e4 method=java.security.MessageDigest.update([BII)V @ 36
Event: 5,680 Thread 0x00007f8468082800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00007f84cd76d310 method=java.security.cert.Certificate.equals(Ljava/lang/Object;)Z @ 8
Event: 5,707 Thread 0x00007f8468082800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f84cd76d6b4 method=sun.security.x509.X509CertImpl.getEncodedInternal(Ljava/security/cert/Certificate;)[B @ 1
Event: 5,710 Thread 0x00007f8468082800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f84cd76d6b4 method=sun.security.x509.X509CertImpl.getEncodedInternal(Ljava/security/cert/Certificate;)[B @ 1
Event: 5,711 Thread 0x00007f8468082800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f84cd76d6b4 method=sun.security.x509.X509CertImpl.getEncodedInternal(Ljava/security/cert/Certificate;)[B @ 1
Event: 5,712 Thread 0x00007f8468082800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f84cd76d6b4 method=sun.security.x509.X509CertImpl.getEncodedInternal(Ljava/security/cert/Certificate;)[B @ 1
Event: 5,868 Thread 0x00007f8454387000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f84cd3b0510 method=sun.nio.cs.UTF_8$Decoder.decode([BII[C)I @ 30
Event: 5,869 Thread 0x00007f8454387000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f84cd6487a8 method=java.lang.StringCoding.safeTrim([CILjava/nio/charset/Charset;Z)[C @ 3

Internal exceptions (10 events):
Event: 3,116 Thread 0x00007f84dc00a800 Exception <a 'java/lang/ClassNotFoundException': org/apache/log4j/LayoutCustomizer> (0x00000000f0378a48) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u65/4987/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3,118 Thread 0x00007f84dc00a800 Exception <a 'java/lang/ClassNotFoundException': org/apache/log4j/PatternLayoutCustomizer> (0x00000000f038d8a8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u65/4987/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 3,235 Thread 0x00007f84dc8d1000 Exception <a 'java/lang/NullPointerException'> (0x00000000f03a2010) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u65/4987/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 1178]
Event: 4,779 Thread 0x00007f8468082800 Exception <a 'java/lang/NullPointerException'> (0x00000000f6d6f8c8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u65/4987/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 1178]
Event: 4,785 Thread 0x00007f8468082800 Exception <a 'java/lang/ClassNotFoundException': com/sun/org/glassfish/hk2/osgiresourcelocator/ServiceLoader> (0x00000000f6dd2dc8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u65/4987/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 21
Event: 4,996 Thread 0x00007f8468082800 Exception <a 'java/io/FileNotFoundException'> (0x00000000f7266888) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u65/4987/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 5,001 Thread 0x00007f8468082800 Exception <a 'java/lang/ClassNotFoundException': com/sun/org/glassfish/hk2/osgiresourcelocator/ServiceLoader> (0x00000000f729b910) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u65/4987/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 21
Event: 5,101 Thread 0x00007f8468082800 Exception <a 'java/io/FileNotFoundException'> (0x00000000f75719e0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u65/4987/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 5,338 Thread 0x00007f8468082800 Exception <a 'java/io/FileNotFoundException'> (0x00000000f01687b0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u65/4987/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 5,679 Thread 0x00007f8468082800 Implicit null exception at 0x00007f84cd76d178 to 0x00007f84cd76d301

Events (10 events):
Event: 5,913 loading class org/eclipse/jetty/websocket/api/SuspendToken
Event: 5,913 loading class org/eclipse/jetty/websocket/api/SuspendToken done
Event: 5,913 loading class org/eclipse/jetty/websocket/api/extensions/IncomingFrames
Event: 5,913 loading class org/eclipse/jetty/websocket/api/extensions/IncomingFrames done
Event: 5,914 loading class org/eclipse/jetty/io/ByteBufferPool
Event: 5,914 loading class org/eclipse/jetty/io/ByteBufferPool done
Event: 5,918 loading class de/bos_bremen/jni/OSInfo
Event: 5,918 loading class de/bos_bremen/jni/OSInfo done
Event: 5,918 loading class org/eclipse/jetty/util/thread/Scheduler
Event: 5,918 loading class org/eclipse/jetty/util/thread/Scheduler done


Dynamic libraries:
00400000-00401000 r-xp 00000000 00:37 18353235                           /home/user/Downloads/jre/bin/java
00600000-00601000 rw-p 00000000 00:37 18353235                           /home/user/Downloads/jre/bin/java
00676000-00697000 rw-p 00000000 00:00 0                                  [heap]
d0000000-dab00000 rw-p 00000000 00:00 0 
dab00000-f0000000 ---p 00000000 00:00 0 
f0000000-fff80000 rw-p 00000000 00:00 0 
fff80000-100000000 ---p 00000000 00:00 0 
100000000-100460000 rw-p 00000000 00:00 0 
100460000-140000000 ---p 00000000 00:00 0 
7f8444000000-7f8444021000 rw-p 00000000 00:00 0 
7f8444021000-7f8448000000 ---p 00000000 00:00 0 
7f844c000000-7f844c021000 rw-p 00000000 00:00 0 
7f844c021000-7f8450000000 ---p 00000000 00:00 0 
7f8450000000-7f8450021000 rw-p 00000000 00:00 0 
7f8450021000-7f8454000000 ---p 00000000 00:00 0 
7f8454000000-7f84543a2000 rw-p 00000000 00:00 0 
7f84543a2000-7f8458000000 ---p 00000000 00:00 0 
7f8458000000-7f8458030000 rw-p 00000000 00:00 0 
7f8458030000-7f845c000000 ---p 00000000 00:00 0 
7f845c000000-7f845c021000 rw-p 00000000 00:00 0 
7f845c021000-7f8460000000 ---p 00000000 00:00 0 
7f84610dc000-7f84610df000 ---p 00000000 00:00 0 
7f84610df000-7f84611dd000 rw-p 00000000 00:00 0 
7f84611dd000-7f84611e0000 ---p 00000000 00:00 0 
7f84611e0000-7f84612de000 rw-p 00000000 00:00 0 
7f84612de000-7f84612e1000 ---p 00000000 00:00 0 
7f84612e1000-7f84613df000 rw-p 00000000 00:00 0 
7f84613df000-7f84613e2000 ---p 00000000 00:00 0 
7f84613e2000-7f84616a0000 rw-p 00000000 00:00 0 
7f84616a0000-7f84616e0000 ---p 00000000 00:00 0 
7f84616e0000-7f84618e0000 rw-p 00000000 00:00 0 
7f84618e0000-7f84618ea000 r-xp 00000000 08:01 524761                     /lib/x86_64-linux-gnu/libpcsclite.so.1.0.0
7f84618ea000-7f8461ae9000 ---p 0000a000 08:01 524761                     /lib/x86_64-linux-gnu/libpcsclite.so.1.0.0
7f8461ae9000-7f8461aea000 r--p 00009000 08:01 524761                     /lib/x86_64-linux-gnu/libpcsclite.so.1.0.0
7f8461aea000-7f8461aeb000 rw-p 0000a000 08:01 524761                     /lib/x86_64-linux-gnu/libpcsclite.so.1.0.0
7f8461b16000-7f8461b26000 r-xp 00000000 00:37 18482151                   /home/user/BRAK/beAClientSecurity/libs/libjsb.so
7f8461b26000-7f8461d25000 ---p 00010000 00:37 18482151                   /home/user/BRAK/beAClientSecurity/libs/libjsb.so
7f8461d25000-7f8461d26000 r--p 0000f000 00:37 18482151                   /home/user/BRAK/beAClientSecurity/libs/libjsb.so
7f8461d26000-7f8461d27000 rw-p 00010000 00:37 18482151                   /home/user/BRAK/beAClientSecurity/libs/libjsb.so
7f8461d27000-7f8461f28000 rw-p 00000000 00:00 0 
7f8461f28000-7f8462128000 rw-p 00000000 00:00 0 
7f8462128000-7f8462328000 rw-p 00000000 00:00 0 
7f8462328000-7f846232b000 ---p 00000000 00:00 0 
7f846232b000-7f8462429000 rw-p 00000000 00:00 0 
7f8462429000-7f846242c000 ---p 00000000 00:00 0 
7f846242c000-7f846252a000 rw-p 00000000 00:00 0 
7f846252a000-7f8462553000 r-xp 00000000 00:37 18353015                   /home/user/Downloads/jre/lib/amd64/libglass.so
7f8462553000-7f8462752000 ---p 00029000 00:37 18353015                   /home/user/Downloads/jre/lib/amd64/libglass.so
7f8462752000-7f8462755000 rw-p 00028000 00:37 18353015                   /home/user/Downloads/jre/lib/amd64/libglass.so
7f8462755000-7f846275d000 r-xp 00000000 08:01 791677                     /usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1
7f846275d000-7f846295c000 ---p 00008000 08:01 791677                     /usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1
7f846295c000-7f846295d000 r--p 00007000 08:01 791677                     /usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1
7f846295d000-7f846295e000 rw-p 00008000 08:01 791677                     /usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1
7f846295e000-7f8462969000 r-xp 00000000 08:01 801261                     /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1
7f8462969000-7f8462b68000 ---p 0000b000 08:01 801261                     /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1
7f8462b68000-7f8462b69000 r--p 0000a000 08:01 801261                     /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1
7f8462b69000-7f8462b6a000 rw-p 0000b000 08:01 801261                     /usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1
7f8462b6a000-7f8462b71000 r-xp 00000000 08:01 801236                     /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0
7f8462b71000-7f8462d70000 ---p 00007000 08:01 801236                     /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0
7f8462d70000-7f8462d71000 r--p 00006000 08:01 801236                     /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0
7f8462d71000-7f8462d72000 rw-p 00007000 08:01 801236                     /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0
7f8462d72000-7f8462d94000 r-xp 00000000 08:01 801222                     /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0
7f8462d94000-7f8462f93000 ---p 00022000 08:01 801222                     /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0
7f8462f93000-7f8462f94000 r--p 00021000 08:01 801222                     /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0
7f8462f94000-7f8462f95000 rw-p 00022000 08:01 801222                     /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0
7f8462f95000-7f8463778000 r-xp 00000000 08:01 793589                     /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
7f8463778000-7f8463978000 ---p 007e3000 08:01 793589                     /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
7f8463978000-7f84639c8000 r--p 007e3000 08:01 793589                     /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
7f84639c8000-7f84639d1000 rw-p 00833000 08:01 793589                     /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
7f84639d1000-7f8463a38000 rw-p 00000000 00:00 0 
7f8463a38000-7f8463a3c000 r-xp 00000000 08:01 524525                     /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f8463a3c000-7f8463c3b000 ---p 00004000 08:01 524525                     /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f8463c3b000-7f8463c3c000 r--p 00003000 08:01 524525                     /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f8463c3c000-7f8463c3d000 rw-p 00004000 08:01 524525                     /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f8463c3d000-7f8463c43000 r-xp 00000000 08:01 790946                     /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f8463c43000-7f8463e42000 ---p 00006000 08:01 790946                     /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f8463e42000-7f8463e43000 r--p 00005000 08:01 790946                     /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f8463e43000-7f8463e44000 rw-p 00006000 08:01 790946                     /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.3
7f8463e44000-7f8463e6f000 r-xp 00000000 08:01 791443                     /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f8463e6f000-7f846406e000 ---p 0002b000 08:01 791443                     /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f846406e000-7f8464070000 r--p 0002a000 08:01 791443                     /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f8464070000-7f8464071000 rw-p 0002c000 08:01 791443                     /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f8464071000-7f84640b5000 r-xp 00000000 08:01 524445                     /lib/x86_64-linux-gnu/libblkid.so.1.1.0
7f84640b5000-7f84642b4000 ---p 00044000 08:01 524445                     /lib/x86_64-linux-gnu/libblkid.so.1.1.0
7f84642b4000-7f84642b8000 r--p 00043000 08:01 524445                     /lib/x86_64-linux-gnu/libblkid.so.1.1.0
7f84642b8000-7f84642b9000 rw-p 00047000 08:01 524445                     /lib/x86_64-linux-gnu/libblkid.so.1.1.0
7f84642b9000-7f84642ba000 rw-p 00000000 00:00 0 
7f84642ba000-7f84642ca000 r-xp 00000000 08:01 790781                     /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f84642ca000-7f84644c9000 ---p 00010000 08:01 790781                     /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f84644c9000-7f84644ca000 r--p 0000f000 08:01 790781                     /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f84644ca000-7f84644cb000 rw-p 00010000 08:01 790781                     /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f84644cb000-7f84644cf000 r-xp 00000000 08:01 790518                     /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f84644cf000-7f84646ce000 ---p 00004000 08:01 790518                     /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f84646ce000-7f84646cf000 r--p 00003000 08:01 790518                     /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f84646cf000-7f84646d0000 rw-p 00004000 08:01 790518                     /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f84646d0000-7f84646e8000 r-xp 00000000 08:01 792940                     /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f84646e8000-7f84648e8000 ---p 00018000 08:01 792940                     /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f84648e8000-7f84648ea000 r--p 00018000 08:01 792940                     /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f84648ea000-7f84648eb000 rw-p 0001a000 08:01 792940                     /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f84648eb000-7f84648ec000 r-xp 00000000 08:01 795271                     /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f84648ec000-7f8464aeb000 ---p 00001000 08:01 795271                     /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f8464aeb000-7f8464aec000 r--p 00000000 08:01 795271                     /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f8464aec000-7f8464aed000 rw-p 00001000 08:01 795271                     /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f8464aed000-7f8464b18000 r-xp 00000000 08:01 793567                     /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f8464b18000-7f8464d17000 ---p 0002b000 08:01 793567                     /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f8464d17000-7f8464d1b000 r--p 0002a000 08:01 793567                     /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f8464d1b000-7f8464d1c000 rw-p 0002e000 08:01 793567                     /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f8464d1c000-7f8464d1d000 rw-p 00000000 00:00 0 
7f8464d1d000-7f8464d1e000 r-xp 00000000 08:01 792143                     /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f8464d1e000-7f8464f1e000 ---p 00001000 08:01 792143                     /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f8464f1e000-7f8464f1f000 r--p 00001000 08:01 792143                     /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f8464f1f000-7f8464f20000 rw-p 00002000 08:01 792143                     /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f8464f20000-7f8464f25000 r-xp 00000000 08:01 793304                     /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f8464f25000-7f8465125000 ---p 00005000 08:01 793304                     /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f8465125000-7f8465126000 r--p 00005000 08:01 793304                     /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f8465126000-7f8465127000 rw-p 00006000 08:01 793304                     /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f8465127000-7f8465129000 r-xp 00000000 08:01 793122                     /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f8465129000-7f8465328000 ---p 00002000 08:01 793122                     /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f8465328000-7f8465329000 r--p 00001000 08:01 793122                     /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f8465329000-7f846532a000 rw-p 00002000 08:01 793122                     /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f846532a000-7f846532c000 r-xp 00000000 08:01 791924                     /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f846532c000-7f846552b000 ---p 00002000 08:01 791924                     /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f846552b000-7f846552c000 r--p 00001000 08:01 791924                     /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f846552c000-7f846552d000 rw-p 00002000 08:01 791924                     /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f846552d000-7f846559d000 r-xp 00000000 08:01 524428                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7f846559d000-7f846579d000 ---p 00070000 08:01 524428                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7f846579d000-7f846579e000 r--p 00070000 08:01 524428                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7f846579e000-7f846579f000 rw-p 00071000 08:01 524428                     /lib/x86_64-linux-gnu/libpcre.so.3.13.3
7f846579f000-7f84657a6000 r-xp 00000000 08:01 792353                     /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f84657a6000-7f84659a5000 ---p 00007000 08:01 792353                     /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f84659a5000-7f84659a6000 r--p 00006000 08:01 792353                     /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f84659a6000-7f84659a7000 rw-p 00007000 08:01 792353                     /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f84659a7000-7f84659cf000 r-xp 00000000 08:01 524472                     /lib/x86_64-linux-gnu/libexpat.so.1.6.5
7f84659cf000-7f8465bcf000 ---p 00028000 08:01 524472                     /lib/x86_64-linux-gnu/libexpat.so.1.6.5
7f8465bcf000-7f8465bd1000 r--p 00028000 08:01 524472                     /lib/x86_64-linux-gnu/libexpat.so.1.6.5
7f8465bd1000-7f8465bd2000 rw-p 0002a000 08:01 524472                     /lib/x86_64-linux-gnu/libexpat.so.1.6.5
7f8465bd2000-7f8465bda000 r-xp 00000000 08:01 791472                     /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7f8465bda000-7f8465dd9000 ---p 00008000 08:01 791472                     /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7f8465dd9000-7f8465dda000 r--p 00007000 08:01 791472                     /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7f8465dda000-7f8465ddb000 rw-p 00008000 08:01 791472                     /usr/lib/x86_64-linux-gnu/libthai.so.0.3.0
7f8465ddb000-7f8465de7000 r-xp 00000000 08:01 800184                     /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f8465de7000-7f8465fe6000 ---p 0000c000 08:01 800184                     /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f8465fe6000-7f8465fe7000 r--p 0000b000 08:01 800184                     /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f8465fe7000-7f8465fe8000 rw-p 0000c000 08:01 800184                     /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f8465fe8000-7f8465fea000 r-xp 00000000 08:01 800199                     /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f8465fea000-7f84661e9000 ---p 00002000 08:01 800199                     /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f84661e9000-7f84661ea000 r--p 00001000 08:01 800199                     /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f84661ea000-7f84661eb000 rw-p 00002000 08:01 800199                     /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f84661eb000-7f846621c000 r-xp 00000000 08:01 789975                     /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
7f846621c000-7f846641b000 ---p 00031000 08:01 789975                     /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
7f846641b000-7f846641c000 r--p 00030000 08:01 789975                     /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
7f846641c000-7f846641d000 rw-p 00031000 08:01 789975                     /usr/lib/x86_64-linux-gnu/libpng16.so.16.34.0
7f846641d000-7f84664bb000 r-xp 00000000 08:01 790206                     /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7f84664bb000-7f84666ba000 ---p 0009e000 08:01 790206                     /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7f84666ba000-7f84666c2000 r--p 0009d000 08:01 790206                     /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7f84666c2000-7f84666c3000 rw-p 000a5000 08:01 790206                     /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0
7f84666c3000-7f8466755000 r-xp 00000000 08:01 791543                     /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7f8466755000-7f8466954000 ---p 00092000 08:01 791543                     /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7f8466954000-7f8466956000 r--p 00091000 08:01 791543                     /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7f8466956000-7f8466957000 rw-p 00093000 08:01 791543                     /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.10400.2
7f8466957000-7f84669a5000 r-xp 00000000 08:01 524471                     /lib/x86_64-linux-gnu/libmount.so.1.1.0
7f84669a5000-7f8466ba5000 ---p 0004e000 08:01 524471                     /lib/x86_64-linux-gnu/libmount.so.1.1.0
7f8466ba5000-7f8466ba7000 r--p 0004e000 08:01 524471                     /lib/x86_64-linux-gnu/libmount.so.1.1.0
7f8466ba7000-7f8466ba8000 rw-p 00050000 08:01 524471                     /lib/x86_64-linux-gnu/libmount.so.1.1.0
7f8466ba8000-7f8466ba9000 rw-p 00000000 00:00 0 
7f8466ba9000-7f8466bce000 r-xp 00000000 08:01 524427                     /lib/x86_64-linux-gnu/libselinux.so.1
7f8466bce000-7f8466dcd000 ---p 00025000 08:01 524427                     /lib/x86_64-linux-gnu/libselinux.so.1
7f8466dcd000-7f8466dce000 r--p 00024000 08:01 524427                     /lib/x86_64-linux-gnu/libselinux.so.1
7f8466dce000-7f8466dcf000 rw-p 00025000 08:01 524427                     /lib/x86_64-linux-gnu/libselinux.so.1
7f8466dcf000-7f8466dd1000 rw-p 00000000 00:00 0 
7f8466dd1000-7f8466ded000 r-xp 00000000 08:01 524444                     /lib/x86_64-linux-gnu/libz.so.1.2.11
7f8466ded000-7f8466fec000 ---p 0001c000 08:01 524444                     /lib/x86_64-linux-gnu/libz.so.1.2.11
7f8466fec000-7f8466fed000 r--p 0001b000 08:01 524444                     /lib/x86_64-linux-gnu/libz.so.1.2.11
7f8466fed000-7f8466fee000 rw-p 0001c000 08:01 524444                     /lib/x86_64-linux-gnu/libz.so.1.2.11
7f8466fee000-7f8466ff0000 r-xp 00000000 08:01 793507                     /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f8466ff0000-7f84671ef000 ---p 00002000 08:01 793507                     /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f84671ef000-7f84671f0000 r--p 00001000 08:01 793507                     /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f84671f0000-7f84671f1000 rw-p 00002000 08:01 793507                     /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f84671f1000-7f84671f3000 r-xp 00000000 08:01 792671                     /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f84671f3000-7f84673f2000 ---p 00002000 08:01 792671                     /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f84673f2000-7f84673f3000 r--p 00001000 08:01 792671                     /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f84673f3000-7f84673f4000 rw-p 00002000 08:01 792671                     /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f84673f4000-7f84673fe000 r-xp 00000000 08:01 795367                     /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f84673fe000-7f84675fd000 ---p 0000a000 08:01 795367                     /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f84675fd000-7f84675fe000 r--p 00009000 08:01 795367                     /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f84675fe000-7f84675ff000 rw-p 0000a000 08:01 795367                     /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f84675ff000-7f8467601000 r-xp 00000000 08:01 791098                     /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f8467601000-7f8467800000 ---p 00002000 08:01 791098                     /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f8467800000-7f8467801000 r--p 00001000 08:01 791098                     /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f8467801000-7f8467802000 rw-p 00002000 08:01 791098                     /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f8467802000-7f846797a000 r-xp 00000000 08:01 790011                     /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.24
7f846797a000-7f8467b79000 ---p 00178000 08:01 790011                     /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.24
7f8467b79000-7f8467b83000 r--p 00177000 08:01 790011                     /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.24
7f8467b83000-7f8467b85000 rw-p 00181000 08:01 790011                     /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.24
7f8467b85000-7f8467b88000 rw-p 00000000 00:00 0 
7f8467b88000-7f8467bf5000 r-xp 00000000 08:01 793527                     /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
7f8467bf5000-7f8467df5000 ---p 0006d000 08:01 793527                     /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
7f8467df5000-7f8467df8000 r--p 0006d000 08:01 793527                     /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
7f8467df8000-7f8467df9000 rw-p 00070000 08:01 793527                     /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
7f8467df9000-7f8467dfa000 rw-p 00000000 00:00 0 
7f8467dfa000-7f8467dff000 r-xp 00000000 08:01 791124                     /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f8467dff000-7f8467ffe000 ---p 00005000 08:01 791124                     /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f8467ffe000-7f8467fff000 r--p 00004000 08:01 791124                     /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f8467fff000-7f8468000000 rw-p 00005000 08:01 791124                     /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f8468000000-7f8468086000 rw-p 00000000 00:00 0 
7f8468086000-7f846c000000 ---p 00000000 00:00 0 
7f846c000000-7f846d862000 rw-p 00000000 00:00 0 
7f846d862000-7f8470000000 ---p 00000000 00:00 0 
7f8470000000-7f8470021000 rw-p 00000000 00:00 0 
7f8470021000-7f8474000000 ---p 00000000 00:00 0 
7f8474000000-7f8474055000 rw-p 00000000 00:00 0 
7f8474055000-7f8478000000 ---p 00000000 00:00 0 
7f847801f000-7f8478027000 rw-s 00000000 00:05 59107                      /drm mm object (deleted)
7f8478027000-7f8478050000 r--p 00000000 08:01 939526                     /usr/share/locale-langpack/de/LC_MESSAGES/gtk20-properties.mo
7f8478050000-7f8478161000 r-xp 00000000 08:01 524482                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5400.1
7f8478161000-7f8478361000 ---p 00111000 08:01 524482                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5400.1
7f8478361000-7f8478362000 r--p 00111000 08:01 524482                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5400.1
7f8478362000-7f8478363000 rw-p 00112000 08:01 524482                     /lib/x86_64-linux-gnu/libglib-2.0.so.0.5400.1
7f8478363000-7f8478364000 rw-p 00000000 00:00 0 
7f8478364000-7f8478365000 r-xp 00000000 08:01 789508                     /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5400.1
7f8478365000-7f8478564000 ---p 00001000 08:01 789508                     /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5400.1
7f8478564000-7f8478565000 r--p 00000000 08:01 789508                     /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5400.1
7f8478565000-7f8478566000 rw-p 00001000 08:01 789508                     /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5400.1
7f8478566000-7f8478569000 r-xp 00000000 08:01 789422                     /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.5400.1
7f8478569000-7f8478768000 ---p 00003000 08:01 789422                     /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.5400.1
7f8478768000-7f8478769000 r--p 00002000 08:01 789422                     /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.5400.1
7f8478769000-7f847876a000 rw-p 00003000 08:01 789422                     /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.5400.1
7f847876a000-7f84787bc000 r-xp 00000000 08:01 789505                     /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5400.1
7f84787bc000-7f84789bc000 ---p 00052000 08:01 789505                     /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5400.1
7f84789bc000-7f84789bd000 r--p 00052000 08:01 789505                     /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5400.1
7f84789bd000-7f84789be000 rw-p 00053000 08:01 789505                     /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5400.1
7f84789be000-7f84789fb000 r-xp 00000000 08:01 798716                     /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.9.0
7f84789fb000-7f8478bfa000 ---p 0003d000 08:01 798716                     /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.9.0
7f8478bfa000-7f8478bfc000 r--p 0003c000 08:01 798716                     /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.9.0
7f8478bfc000-7f8478c01000 rw-p 0003e000 08:01 798716                     /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.9.0
7f8478c01000-7f8478cad000 r-xp 00000000 08:01 788414                     /usr/lib/x86_64-linux-gnu/libfreetype.so.6.14.0
7f8478cad000-7f8478eac000 ---p 000ac000 08:01 788414                     /usr/lib/x86_64-linux-gnu/libfreetype.so.6.14.0
7f8478eac000-7f8478eb3000 r--p 000ab000 08:01 788414                     /usr/lib/x86_64-linux-gnu/libfreetype.so.6.14.0
7f8478eb3000-7f8478eb4000 rw-p 000b2000 08:01 788414                     /usr/lib/x86_64-linux-gnu/libfreetype.so.6.14.0
7f8478eb4000-7f8478eff000 r-xp 00000000 08:01 788959                     /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.12
7f8478eff000-7f84790fe000 ---p 0004b000 08:01 788959                     /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.12
7f84790fe000-7f8479101000 r--p 0004a000 08:01 788959                     /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.12
7f8479101000-7f8479102000 rw-p 0004d000 08:01 788959                     /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4000.12
7f8479102000-7f847920d000 r-xp 00000000 08:01 800210                     /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.10
7f847920d000-7f847940d000 ---p 0010b000 08:01 800210                     /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.10
7f847940d000-7f8479410000 r--p 0010b000 08:01 800210                     /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.10
7f8479410000-7f8479411000 rw-p 0010e000 08:01 800210                     /usr/lib/x86_64-linux-gnu/libcairo.so.2.11400.10
7f8479411000-7f8479413000 rw-p 00000000 00:00 0 
7f8479413000-7f847941f000 r-xp 00000000 08:01 789940                     /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.12
7f847941f000-7f847961e000 ---p 0000c000 08:01 789940                     /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.12
7f847961e000-7f847961f000 r--p 0000b000 08:01 789940                     /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.12
7f847961f000-7f8479620000 rw-p 0000c000 08:01 789940                     /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4000.12
7f8479620000-7f8479642000 r-xp 00000000 08:01 789319                     /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3611.0
7f8479642000-7f8479842000 ---p 00022000 08:01 789319                     /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3611.0
7f8479842000-7f8479843000 r--p 00022000 08:01 789319                     /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3611.0
7f8479843000-7f8479844000 rw-p 00023000 08:01 789319                     /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3611.0
7f8479844000-7f8479858000 r-xp 00000000 08:01 790133                     /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.12
7f8479858000-7f8479a58000 ---p 00014000 08:01 790133                     /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.12
7f8479a58000-7f8479a59000 r--p 00014000 08:01 790133                     /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.12
7f8479a59000-7f8479a5a000 rw-p 00015000 08:01 790133                     /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4000.12
7f8479a5a000-7f8479beb000 r-xp 00000000 08:01 789382                     /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.5400.1
7f8479beb000-7f8479deb000 ---p 00191000 08:01 789382                     /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.5400.1
7f8479deb000-7f8479df2000 r--p 00191000 08:01 789382                     /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.5400.1
7f8479df2000-7f8479df3000 rw-p 00198000 08:01 789382                     /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.5400.1
7f8479df3000-7f8479df5000 rw-p 00000000 00:00 0 
7f8479df5000-7f8479e18000 r-xp 00000000 08:01 788637                     /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.22609.1
7f8479e18000-7f847a017000 ---p 00023000 08:01 788637                     /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.22609.1
7f847a017000-7f847a01a000 r--p 00022000 08:01 788637                     /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.22609.1
7f847a01a000-7f847a01b000 rw-p 00025000 08:01 788637                     /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.22609.1
7f847a01b000-7f847a0ca000 r-xp 00000000 08:01 795598                     /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.31
7f847a0ca000-7f847a2ca000 ---p 000af000 08:01 795598                     /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.31
7f847a2ca000-7f847a2ce000 r--p 000af000 08:01 795598                     /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.31
7f847a2ce000-7f847a2d0000 rw-p 000b3000 08:01 795598                     /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.31
7f847a2d0000-7f847a705000 r-xp 00000000 08:01 795609                     /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.31
7f847a705000-7f847a904000 ---p 00435000 08:01 795609                     /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.31
7f847a904000-7f847a90b000 r--p 00434000 08:01 795609                     /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.31
7f847a90b000-7f847a90f000 rw-p 0043b000 08:01 795609                     /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.31
7f847a90f000-7f847a912000 rw-p 00000000 00:00 0 
7f847a913000-7f847a914000 rw-s 00000000 00:05 59101                      /memfd:xshmfence (deleted)
7f847a914000-7f847a91c000 rw-s 00000000 00:05 62108                      /drm mm object (deleted)
7f847a91c000-7f847a92b000 r--p 00000000 08:01 939528                     /usr/share/locale-langpack/de/LC_MESSAGES/gtk20.mo
7f847a92b000-7f847a933000 rw-s 00000000 00:05 59099                      /drm mm object (deleted)
7f847a933000-7f847a934000 rw-s 00000000 00:05 62110                      /drm mm object (deleted)
7f847a934000-7f847a935000 rw-s 00000000 00:05 64556                      /drm mm object (deleted)
7f847a935000-7f847a93d000 rw-s 00000000 00:05 64554                      /drm mm object (deleted)
7f847a93d000-7f847a949000 r-xp 00000000 00:37 18353055                   /home/user/Downloads/jre/lib/amd64/libprism_es2.so
7f847a949000-7f847ab48000 ---p 0000c000 00:37 18353055                   /home/user/Downloads/jre/lib/amd64/libprism_es2.so
7f847ab48000-7f847ab49000 rw-p 0000b000 00:37 18353055                   /home/user/Downloads/jre/lib/amd64/libprism_es2.so
7f847ab49000-7f847ab4c000 ---p 00000000 00:00 0 
7f847ab4c000-7f847ac4a000 rw-p 00000000 00:00 0 
7f847ac4a000-7f847ac4d000 ---p 00000000 00:00 0 
7f847ac4d000-7f847af4b000 rw-p 00000000 00:00 0 
7f847af4b000-7f847af4c000 r--s 00001000 00:37 18482150                   /home/user/BRAK/beAClientSecurity/libs/config_produktiv.jar
7f847af4c000-7f847af4d000 r--s 000b5000 00:37 18482149                   /home/user/BRAK/beAClientSecurity/libs/client_ca_certs-61.jar
7f847af4d000-7f847af63000 r--s 00110000 00:37 18482148                   /home/user/BRAK/beAClientSecurity/libs/xmlsec-2.0.8.jar
7f847af63000-7f847af64000 r--s 00001000 00:37 18482145                   /home/user/BRAK/beAClientSecurity/libs/xml-1.jar
7f847af64000-7f847af67000 r--s 0001f000 00:37 18482142                   /home/user/BRAK/beAClientSecurity/libs/xadestoolbox-1.5.6.jar
7f847af67000-7f847af68000 r--s 00002000 00:37 18482141                   /home/user/BRAK/beAClientSecurity/libs/websocket-servlet-9.0.3.v20130506.jar
7f847af68000-7f847af69000 r--s 00007000 00:37 18482140                   /home/user/BRAK/beAClientSecurity/libs/websocket-server-9.0.3.v20130506.jar
7f847af69000-7f847af6d000 r--s 00023000 00:37 18482139                   /home/user/BRAK/beAClientSecurity/libs/websocket-common-9.0.3.v20130506.jar
7f847af6d000-7f847af6f000 r--s 00008000 00:37 18482138                   /home/user/BRAK/beAClientSecurity/libs/websocket-client-9.0.3.v20130506.jar
7f847af6f000-7f847af71000 r--s 0000a000 00:37 18482137                   /home/user/BRAK/beAClientSecurity/libs/websocket-api-9.0.3.v20130506.jar
7f847af71000-7f847af73000 r--s 00006000 00:37 18482136                   /home/user/BRAK/beAClientSecurity/libs/vi-util-xmlsignature-3.7.3.5.jar
7f847af73000-7f847af75000 r--s 00006000 00:37 18482135                   /home/user/BRAK/beAClientSecurity/libs/vi-util-ades-3.7.3.5.jar
7f847af75000-7f847af77000 r--s 00007000 00:37 18482134                   /home/user/BRAK/beAClientSecurity/libs/vi-plugin-xades-3.7.3.5.jar
7f847af77000-7f847af79000 r--s 00005000 00:37 18482133                   /home/user/BRAK/beAClientSecurity/libs/vi-plugin-x509-3.7.3.5.jar
7f847af79000-7f847af7c000 r--s 0000f000 00:37 18482132                   /home/user/BRAK/beAClientSecurity/libs/vi-plugin-pades-3.7.3.5.jar
7f847af7c000-7f847af7f000 r--s 00012000 00:37 18482131                   /home/user/BRAK/beAClientSecurity/libs/vi-plugin-osci-3.7.3.5.jar
7f847af7f000-7f847af81000 r--s 00009000 00:37 18482130                   /home/user/BRAK/beAClientSecurity/libs/vi-plugin-cms-3.7.3.5.jar
7f847af81000-7f847af82000 r--s 00009000 00:37 18482129                   /home/user/BRAK/beAClientSecurity/libs/vi-plugin-cades-3.7.3.5.jar
7f847af82000-7f847af83000 r--s 00002000 00:37 18482128                   /home/user/BRAK/beAClientSecurity/libs/vi-output-xml-3.7.3.5.jar
7f847af83000-7f847af86000 r--s 00019000 00:37 18482127                   /home/user/BRAK/beAClientSecurity/libs/vi-output-html-3.7.3.5.jar
7f847af86000-7f847af8f000 r--s 0006d000 00:37 18482126                   /home/user/BRAK/beAClientSecurity/libs/vi-framework-3.7.3.5.jar
7f847af8f000-7f847af91000 r--s 00002000 00:37 18482123                   /home/user/BRAK/beAClientSecurity/libs/slf4j-log4j12-1.7.9.jar
7f847af91000-7f847afa6000 r--s 00256000 00:37 18482121                   /home/user/BRAK/beAClientSecurity/libs/pdfbox-2.0.5.jar
7f847afa6000-7f847afa9000 r--s 00037000 00:37 18482120                   /home/user/BRAK/beAClientSecurity/libs/padestoolbox-1.5.11.jar
7f847afa9000-7f847afae000 r--s 0005a000 00:37 18482119                   /home/user/BRAK/beAClientSecurity/libs/osci-bibliothek-1.7.1.jar
7f847afae000-7f847afe3000 r--s 00323000 00:37 18482113                   /home/user/BRAK/beAClientSecurity/libs/mcard-2.1.1.jar
7f847afe3000-7f847afec000 r--s 00077000 00:37 18482112                   /home/user/BRAK/beAClientSecurity/libs/log4j-1.2.17.jar
7f847afec000-7f847aff2000 r--s 00051000 00:37 18482111                   /home/user/BRAK/beAClientSecurity/libs/jetty-util-9.0.3.v20130506.jar
7f847aff2000-7f847aff8000 r--s 00053000 00:37 18482110                   /home/user/BRAK/beAClientSecurity/libs/jetty-server-9.0.3.v20130506.jar
7f847aff8000-7f847affb000 r--s 00015000 00:37 18482109                   /home/user/BRAK/beAClientSecurity/libs/jetty-io-9.0.3.v20130506.jar
7f847affb000-7f847affe000 r--s 00019000 00:37 18482108                   /home/user/BRAK/beAClientSecurity/libs/jetty-http-9.0.3.v20130506.jar
7f847affe000-7f847b094000 r--s 01107000 00:37 18481411                   /home/user/Downloads/jre/lib/ext/jfxrt.jar
7f847b094000-7f847b097000 ---p 00000000 00:00 0 
7f847b097000-7f847b195000 rw-p 00000000 00:00 0 
7f847b195000-7f847b1ab000 r-xp 00000000 08:01 525605                     /lib/x86_64-linux-gnu/libresolv-2.26.so
7f847b1ab000-7f847b3ab000 ---p 00016000 08:01 525605                     /lib/x86_64-linux-gnu/libresolv-2.26.so
7f847b3ab000-7f847b3ac000 r--p 00016000 08:01 525605                     /lib/x86_64-linux-gnu/libresolv-2.26.so
7f847b3ac000-7f847b3ad000 rw-p 00017000 08:01 525605                     /lib/x86_64-linux-gnu/libresolv-2.26.so
7f847b3ad000-7f847b3af000 rw-p 00000000 00:00 0 
7f847b3af000-7f847b3b4000 r-xp 00000000 08:01 524821                     /lib/x86_64-linux-gnu/libnss_dns-2.26.so
7f847b3b4000-7f847b5b4000 ---p 00005000 08:01 524821                     /lib/x86_64-linux-gnu/libnss_dns-2.26.so
7f847b5b4000-7f847b5b5000 r--p 00005000 08:01 524821                     /lib/x86_64-linux-gnu/libnss_dns-2.26.so
7f847b5b5000-7f847b5b6000 rw-p 00006000 08:01 524821                     /lib/x86_64-linux-gnu/libnss_dns-2.26.so
7f847b5b6000-7f847b5b8000 r-xp 00000000 08:01 524849                     /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f847b5b8000-7f847b7b7000 ---p 00002000 08:01 524849                     /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f847b7b7000-7f847b7b8000 r--p 00001000 08:01 524849                     /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f847b7b8000-7f847b7b9000 rw-p 00002000 08:01 524849                     /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f847b7b9000-7f847b9b9000 rw-p 00000000 00:00 0 
7f847b9b9000-7f847b9eb000 r-xp 00000000 00:37 18353146                   /home/user/Downloads/jre/lib/amd64/libsunec.so
7f847b9eb000-7f847bbea000 ---p 00032000 00:37 18353146                   /home/user/Downloads/jre/lib/amd64/libsunec.so
7f847bbea000-7f847bbf0000 rw-p 00031000 00:37 18353146                   /home/user/Downloads/jre/lib/amd64/libsunec.so
7f847bbf0000-7f847be00000 rw-p 00000000 00:00 0 
7f847be00000-7f847c000000 rw-p 00000000 00:00 0 
7f847c000000-7f847c021000 rw-p 00000000 00:00 0 
7f847c021000-7f8480000000 ---p 00000000 00:00 0 
7f8480000000-7f84801ac000 rw-p 00000000 00:00 0 
7f84801ac000-7f8484000000 ---p 00000000 00:00 0 
7f8484000000-7f8484021000 rw-p 00000000 00:00 0 
7f8484021000-7f8488000000 ---p 00000000 00:00 0 
7f8488000000-7f8488002000 r--s 00008000 00:37 18482122                   /home/user/BRAK/beAClientSecurity/libs/slf4j-api-1.7.9.jar
7f8488002000-7f8488005000 r--s 0002f000 00:37 18482106                   /home/user/BRAK/beAClientSecurity/libs/javax.servlet-3.0.0.v201112011016.jar
7f8488005000-7f8488014000 r--s 000bc000 00:37 18482105                   /home/user/BRAK/beAClientSecurity/libs/jackson-mapper-asl-1.9.13.jar
7f8488014000-7f8488018000 r--s 00039000 00:37 18482104                   /home/user/BRAK/beAClientSecurity/libs/jackson-core-asl-1.9.13.jar
7f8488018000-7f848802a000 r--s 001d0000 00:37 18482103                   /home/user/BRAK/beAClientSecurity/libs/itext-1.4.8.jar
7f848802a000-7f848802e000 r--s 00027000 00:37 18482102                   /home/user/BRAK/beAClientSecurity/libs/http-core-2.4.0.14.jar
7f848802e000-7f8488034000 r--s 00047000 00:37 18482101                   /home/user/BRAK/beAClientSecurity/libs/govServerUtils-3.10.1.0.jar
7f8488034000-7f848803d000 r--s 00051000 00:37 18482096                   /home/user/BRAK/beAClientSecurity/libs/gcf-justiz-3.6.6.0.jar
7f848803d000-7f8488055000 r--s 00149000 00:37 18482094                   /home/user/BRAK/beAClientSecurity/libs/freemarker-2.3.23.jar
7f8488055000-7f8488068000 r--s 00105000 00:37 18482091                   /home/user/BRAK/beAClientSecurity/libs/ecard-model-2.2.0.0.jar
7f8488068000-7f8488153000 rw-s 00000000 00:05 2392087                    /SYSV00000000 (deleted)
7f8488153000-7f84881bc000 r-xp 00000000 00:37 18353147                   /home/user/Downloads/jre/lib/amd64/libt2k.so
7f84881bc000-7f84883bc000 ---p 00069000 00:37 18353147                   /home/user/Downloads/jre/lib/amd64/libt2k.so
7f84883bc000-7f84883c3000 rw-p 00069000 00:37 18353147                   /home/user/Downloads/jre/lib/amd64/libt2k.so
7f84883c3000-7f84885d3000 rw-p 00000000 00:00 0 
7f84885d3000-7f84885d6000 ---p 00000000 00:00 0 
7f84885d6000-7f84886d4000 rw-p 00000000 00:00 0 
7f84886d4000-7f84886d7000 ---p 00000000 00:00 0 
7f84886d7000-7f84887d5000 rw-p 00000000 00:00 0 
7f84887d5000-7f84887d8000 ---p 00000000 00:00 0 
7f84887d8000-7f84888d6000 rw-p 00000000 00:00 0 
7f84888d6000-7f84888e7000 r-xp 00000000 00:37 18353051                   /home/user/Downloads/jre/lib/amd64/libnio.so
7f84888e7000-7f8488ae6000 ---p 00011000 00:37 18353051                   /home/user/Downloads/jre/lib/amd64/libnio.so
7f8488ae6000-7f8488ae7000 rw-p 00010000 00:37 18353051                   /home/user/Downloads/jre/lib/amd64/libnio.so
7f8488ae7000-7f848bae8000 rw-p 00000000 00:00 0 
7f848bae8000-7f848bafe000 r-xp 00000000 00:37 18353050                   /home/user/Downloads/jre/lib/amd64/libnet.so
7f848bafe000-7f848bcfe000 ---p 00016000 00:37 18353050                   /home/user/Downloads/jre/lib/amd64/libnet.so
7f848bcfe000-7f848bcff000 rw-p 00016000 00:37 18353050                   /home/user/Downloads/jre/lib/amd64/libnet.so
7f848bcff000-7f848beff000 rw-p 00000000 00:00 0 
7f848beff000-7f848bf02000 ---p 00000000 00:00 0 
7f848bf02000-7f848c000000 rw-p 00000000 00:00 0 
7f848c000000-7f848c021000 rw-p 00000000 00:00 0 
7f848c021000-7f8490000000 ---p 00000000 00:00 0 
7f8490000000-7f8490024000 rw-p 00000000 00:00 0 
7f8490024000-7f8494000000 ---p 00000000 00:00 0 
7f8494000000-7f8494021000 rw-p 00000000 00:00 0 
7f8494021000-7f8498000000 ---p 00000000 00:00 0 
7f8498000000-7f8498021000 rw-p 00000000 00:00 0 
7f8498021000-7f849c000000 ---p 00000000 00:00 0 
7f849c000000-7f849c839000 rw-p 00000000 00:00 0 
7f849c839000-7f84a0000000 ---p 00000000 00:00 0 
7f84a0000000-7f84a0620000 rw-p 00000000 00:00 0 
7f84a0620000-7f84a4000000 ---p 00000000 00:00 0 
7f84a4000000-7f84a4021000 rw-p 00000000 00:00 0 
7f84a4021000-7f84a8000000 ---p 00000000 00:00 0 
7f84a8000000-7f84a8752000 rw-p 00000000 00:00 0 
7f84a8752000-7f84ac000000 ---p 00000000 00:00 0 
7f84ac000000-7f84ac021000 rw-p 00000000 00:00 0 
7f84ac021000-7f84b0000000 ---p 00000000 00:00 0 
7f84b0000000-7f84b0021000 rw-p 00000000 00:00 0 
7f84b0021000-7f84b4000000 ---p 00000000 00:00 0 
7f84b4000000-7f84b4021000 rw-p 00000000 00:00 0 
7f84b4021000-7f84b8000000 ---p 00000000 00:00 0 
7f84b8000000-7f84b8021000 rw-p 00000000 00:00 0 
7f84b8021000-7f84bc000000 ---p 00000000 00:00 0 
7f84bc000000-7f84bc002000 r--s 00004000 00:37 18482107                   /home/user/BRAK/beAClientSecurity/libs/jcl-over-slf4j-1.7.9.jar
7f84bc002000-7f84bc003000 r--s 00006000 00:37 18482100                   /home/user/BRAK/beAClientSecurity/libs/gov-security-provider-1.0.3.jar
7f84bc003000-7f84bc005000 r--s 00009000 00:37 18482099                   /home/user/BRAK/beAClientSecurity/libs/gov-commons-mimetype-1.4.8.3.jar
7f84bc005000-7f84bc007000 r--s 0000f000 00:37 18482098                   /home/user/BRAK/beAClientSecurity/libs/gcf-verification-3.6.6.0.jar
7f84bc007000-7f84bc008000 r--s 00002000 00:37 18482097                   /home/user/BRAK/beAClientSecurity/libs/gcf-observable-server-3.6.6.0.jar
7f84bc008000-7f84bc00a000 r--s 00018000 00:37 18482095                   /home/user/BRAK/beAClientSecurity/libs/gcf-businesscard-3.6.6.0.jar
7f84bc00a000-7f84bc010000 r--s 00169000 00:37 18482093                   /home/user/BRAK/beAClientSecurity/libs/fontbox-2.0.5.jar
7f84bc010000-7f84bc012000 r--s 00005000 00:37 18482147                   /home/user/BRAK/beAClientSecurity/libs/xmlers-schema-draft-v0.3-1.0.6-Streaming.jar
7f84bc012000-7f84bc014000 r--s 0000a000 00:37 18482125                   /home/user/BRAK/beAClientSecurity/libs/ts_102231v030102_xsd-1.0.6-Streaming.jar
7f84bc014000-7f84bc016000 r--s 00005000 00:37 18482092                   /home/user/BRAK/beAClientSecurity/libs/ecdsa-v0.2-1.0.6-Streaming.jar
7f84bc016000-7f84bc018000 r--s 0000e000 00:37 18482117                   /home/user/BRAK/beAClientSecurity/libs/oasis-dss-core-schema-v1.0-os-1.0.6-Streaming.jar
7f84bc018000-7f84bc01a000 r--s 00007000 00:37 18482118                   /home/user/BRAK/beAClientSecurity/libs/oasis-sstc-saml-schema-assertion-1.1-1.0.6-Streaming.jar
7f84bc01a000-7f84bc01b000 r--s 00005000 00:37 18482143                   /home/user/BRAK/beAClientSecurity/libs/xenc-schema-1.0.6-Streaming.jar
7f84bc01b000-7f84bc026000 r--s 0005c000 00:37 18482090                   /home/user/BRAK/beAClientSecurity/libs/ecard-1.0.6-Streaming.jar
7f84bc026000-7f84bc02d000 r--s 00031000 00:37 18482089                   /home/user/BRAK/beAClientSecurity/libs/dtos-3.0.2.jar
7f84bc02d000-7f84bc032000 r--s 0004b000 00:37 18482087                   /home/user/BRAK/beAClientSecurity/libs/commons-lang3-3.0.jar
7f84bc032000-7f84bc07d000 r--s 00320000 00:37 18482079                   /home/user/BRAK/beAClientSecurity/libs/bcprov-jdk15on-1.56.jar
7f84bc07d000-7f84bc080000 ---p 00000000 00:00 0 
7f84bc080000-7f84bc17e000 rw-p 00000000 00:00 0 
7f84bc17e000-7f84bc183000 r-xp 00000000 08:01 791808                     /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f84bc183000-7f84bc382000 ---p 00005000 08:01 791808                     /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f84bc382000-7f84bc383000 r--p 00004000 08:01 791808                     /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f84bc383000-7f84bc384000 rw-p 00005000 08:01 791808                     /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f84bc384000-7f84bc38d000 r-xp 00000000 08:01 792037                     /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f84bc38d000-7f84bc58c000 ---p 00009000 08:01 792037                     /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f84bc58c000-7f84bc58d000 r--p 00008000 08:01 792037                     /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f84bc58d000-7f84bc58e000 rw-p 00009000 08:01 792037                     /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f84bc58e000-7f84bc591000 ---p 00000000 00:00 0 
7f84bc591000-7f84bc68f000 rw-p 00000000 00:00 0 
7f84bc68f000-7f84bc6a5000 r-xp 00000000 08:01 524312                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f84bc6a5000-7f84bc8a4000 ---p 00016000 08:01 524312                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f84bc8a4000-7f84bc8a5000 r--p 00015000 08:01 524312                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f84bc8a5000-7f84bc8a6000 rw-p 00016000 08:01 524312                     /lib/x86_64-linux-gnu/libgcc_s.so.1
7f84bc8a6000-7f84bc90b000 r-xp 00000000 00:37 18353013                   /home/user/Downloads/jre/lib/amd64/libfontmanager.so
7f84bc90b000-7f84bcb0b000 ---p 00065000 00:37 18353013                   /home/user/Downloads/jre/lib/amd64/libfontmanager.so
7f84bcb0b000-7f84bcb0f000 rw-p 00065000 00:37 18353013                   /home/user/Downloads/jre/lib/amd64/libfontmanager.so
7f84bcb0f000-7f84bcb20000 rw-p 00000000 00:00 0 
7f84bcb20000-7f84bcb33000 r-xp 00000000 08:01 524483                     /lib/x86_64-linux-gnu/libbsd.so.0.8.6
7f84bcb33000-7f84bcd32000 ---p 00013000 08:01 524483                     /lib/x86_64-linux-gnu/libbsd.so.0.8.6
7f84bcd32000-7f84bcd33000 r--p 00012000 08:01 524483                     /lib/x86_64-linux-gnu/libbsd.so.0.8.6
7f84bcd33000-7f84bcd34000 rw-p 00013000 08:01 524483                     /lib/x86_64-linux-gnu/libbsd.so.0.8.6
7f84bcd34000-7f84bcd35000 rw-p 00000000 00:00 0 
7f84bcd35000-7f84bcd3a000 r-xp 00000000 08:01 795153                     /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f84bcd3a000-7f84bcf39000 ---p 00005000 08:01 795153                     /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f84bcf39000-7f84bcf3a000 r--p 00004000 08:01 795153                     /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f84bcf3a000-7f84bcf3b000 rw-p 00005000 08:01 795153                     /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f84bcf3b000-7f84bcf3d000 r-xp 00000000 08:01 791075                     /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f84bcf3d000-7f84bd13d000 ---p 00002000 08:01 791075                     /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f84bd13d000-7f84bd13e000 r--p 00002000 08:01 791075                     /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f84bd13e000-7f84bd13f000 rw-p 00003000 08:01 791075                     /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f84bd13f000-7f84bd165000 r-xp 00000000 08:01 795163                     /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f84bd165000-7f84bd364000 ---p 00026000 08:01 795163                     /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f84bd364000-7f84bd365000 r--p 00025000 08:01 795163                     /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f84bd365000-7f84bd366000 rw-p 00026000 08:01 795163                     /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f84bd366000-7f84bd375000 r-xp 00000000 08:01 795405                     /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f84bd375000-7f84bd574000 ---p 0000f000 08:01 795405                     /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f84bd574000-7f84bd575000 r--p 0000e000 08:01 795405                     /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f84bd575000-7f84bd576000 rw-p 0000f000 08:01 795405                     /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f84bd576000-7f84bd57b000 r-xp 00000000 08:01 795382                     /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f84bd57b000-7f84bd77a000 ---p 00005000 08:01 795382                     /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f84bd77a000-7f84bd77b000 r--p 00004000 08:01 795382                     /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f84bd77b000-7f84bd77c000 rw-p 00005000 08:01 795382                     /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f84bd77c000-7f84bd785000 r-xp 00000000 08:01 795357                     /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f84bd785000-7f84bd984000 ---p 00009000 08:01 795357                     /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f84bd984000-7f84bd985000 r--p 00008000 08:01 795357                     /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f84bd985000-7f84bd986000 rw-p 00009000 08:01 795357                     /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f84bd986000-7f84bdaba000 r-xp 00000000 08:01 788028                     /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f84bdaba000-7f84bdcba000 ---p 00134000 08:01 788028                     /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f84bdcba000-7f84bdcbb000 r--p 00134000 08:01 788028                     /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f84bdcbb000-7f84bdcbf000 rw-p 00135000 08:01 788028                     /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f84bdcbf000-7f84bdcd0000 r-xp 00000000 08:01 791088                     /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f84bdcd0000-7f84bdecf000 ---p 00011000 08:01 791088                     /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f84bdecf000-7f84bded0000 r--p 00010000 08:01 791088                     /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f84bded0000-7f84bded1000 rw-p 00011000 08:01 791088                     /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f84bded1000-7f84bdf25000 r-xp 00000000 00:37 18353007                   /home/user/Downloads/jre/lib/amd64/libawt_xawt.so
7f84bdf25000-7f84be125000 ---p 00054000 00:37 18353007                   /home/user/Downloads/jre/lib/amd64/libawt_xawt.so
7f84be125000-7f84be129000 rw-p 00054000 00:37 18353007                   /home/user/Downloads/jre/lib/amd64/libawt_xawt.so
7f84be129000-7f84be12a000 rw-p 00000000 00:00 0 
7f84be12a000-7f84be1cc000 r-xp 00000000 00:37 18353005                   /home/user/Downloads/jre/lib/amd64/libawt.so
7f84be1cc000-7f84be3cc000 ---p 000a2000 00:37 18353005                   /home/user/Downloads/jre/lib/amd64/libawt.so
7f84be3cc000-7f84be3d8000 rw-p 000a2000 00:37 18353005                   /home/user/Downloads/jre/lib/amd64/libawt.so
7f84be3d8000-7f84be3fc000 rw-p 00000000 00:00 0 
7f84be3fc000-7f84be3fd000 ---p 00000000 00:00 0 
7f84be3fd000-7f84be4fd000 rw-p 00000000 00:00 0 
7f84be4fd000-7f84be500000 ---p 00000000 00:00 0 
7f84be500000-7f84be5fe000 rw-p 00000000 00:00 0 
7f84be5fe000-7f84be601000 ---p 00000000 00:00 0 
7f84be601000-7f84be6ff000 rw-p 00000000 00:00 0 
7f84be6ff000-7f84be702000 ---p 00000000 00:00 0 
7f84be702000-7f84c0000000 rw-p 00000000 00:00 0 
7f84c0000000-7f84c0021000 rw-p 00000000 00:00 0 
7f84c0021000-7f84c4000000 ---p 00000000 00:00 0 
7f84c4000000-7f84c4021000 rw-p 00000000 00:00 0 
7f84c4021000-7f84c8000000 ---p 00000000 00:00 0 
7f84c8000000-7f84c8021000 rw-p 00000000 00:00 0 
7f84c8021000-7f84cc000000 ---p 00000000 00:00 0 
7f84cc000000-7f84cc002000 r--s 0000f000 00:37 18482088                   /home/user/BRAK/beAClientSecurity/libs/commons-logging-1.2.jar
7f84cc002000-7f84cc006000 r--s 0002d000 00:37 18482086                   /home/user/BRAK/beAClientSecurity/libs/commons-io-2.4.jar
7f84cc006000-7f84cc00b000 r--s 0003b000 00:37 18482085                   /home/user/BRAK/beAClientSecurity/libs/commons-compress-1.4.1.jar
7f84cc00b000-7f84cc012000 r--s 00045000 00:37 18482084                   /home/user/BRAK/beAClientSecurity/libs/commons-codec-1.10.jar
7f84cc012000-7f84cc01a000 r--s 00071000 00:37 18482083                   /home/user/BRAK/beAClientSecurity/libs/ci-1.11.1.8.jar
7f84cc01a000-7f84cc01c000 r--s 00003000 00:37 18482082                   /home/user/BRAK/beAClientSecurity/libs/challenge-response-common-3.20.3.jar
7f84cc01c000-7f84cc01d000 r--s 00003000 00:37 18482081                   /home/user/BRAK/beAClientSecurity/libs/challenge-response-client-3.20.3.jar
7f84cc01d000-7f84cc01f000 r--s 00009000 00:37 18482080                   /home/user/BRAK/beAClientSecurity/libs/cadestoolbox-1.5.5.jar
7f84cc01f000-7f84cc030000 r--s 0009e000 00:37 18482078                   /home/user/BRAK/beAClientSecurity/libs/bcpkix-jdk15on-1.56.jar
7f84cc030000-7f84cc033000 r--s 00018000 00:37 18482077                   /home/user/BRAK/beAClientSecurity/libs/bcmail-jdk15on-1.56.jar
7f84cc033000-7f84cc034000 r--s 00003000 00:37 18482076                   /home/user/BRAK/beAClientSecurity/libs/base64-1.2.2.3.jar
7f84cc034000-7f84cc036000 r--s 0000d000 00:37 18482075                   /home/user/BRAK/beAClientSecurity/libs/autent-requester-3.20.3.jar
7f84cc036000-7f84cc038000 r--s 0000f000 00:37 18482074                   /home/user/BRAK/beAClientSecurity/libs/autent-common-3.20.3.jar
7f84cc038000-7f84cc03a000 r--s 0000a000 00:37 18482073                   /home/user/BRAK/beAClientSecurity/libs/algorithm_identifier-1.0.0.10.jar
7f84cc03a000-7f84cc03c000 r--s 00008000 00:37 18482072                   /home/user/BRAK/beAClientSecurity/libs/algorithm_catalog-4.1.0.8.jar
7f84cc03c000-7f84cc03e000 r--s 0000a000 00:37 18482124                   /home/user/BRAK/beAClientSecurity/libs/ts_102231v020000_xsd-1.0.5-Streaming.jar
7f84cc03e000-7f84cc040000 r--s 0000b000 00:37 18482144                   /home/user/BRAK/beAClientSecurity/libs/xkms20-1.0.5-Streaming.jar
7f84cc040000-7f84cc042000 r--s 00004000 00:37 18482071                   /home/user/BRAK/beAClientSecurity/libs/XKMSExtensionsPEPPOL_v2.2-1.0.5-Streaming.jar
7f84cc042000-7f84cc044000 r--s 00008000 00:37 18482146                   /home/user/BRAK/beAClientSecurity/libs/xmldsig-core-schema-1.0.6-Streaming.jar
7f84cc044000-7f84cc047000 r--s 00010000 00:37 18482070                   /home/user/BRAK/beAClientSecurity/libs/XAdES-1-3-2-1.0.6-Streaming.jar
7f84cc047000-7f84cc048000 r--s 00004000 00:37 18482069                   /home/user/BRAK/beAClientSecurity/libs/SignerToolBox-3.0.2.2.jar
7f84cc048000-7f84cc04a000 r--s 00006000 00:37 18482068                   /home/user/BRAK/beAClientSecurity/libs/PCard-3.0.2.2.jar
7f84cc04a000-7f84cc04b000 r--s 00004000 00:37 18482067                   /home/user/BRAK/beAClientSecurity/libs/ISOCountryCodeType-V2006-1.0.5-Streaming.jar
7f84cc04b000-7f84cc04f000 r--s 0004b000 00:37 18482065                   /home/user/BRAK/beAClientSecurity/libs/ClientSecurity-3.0.2.2.jar
7f84cc04f000-7f84cc058000 r--s 00075000 00:37 18482064                   /home/user/BRAK/beAClientSecurity/libs/BeaToolkit-3.0.2.2.jar
7f84cc058000-7f84cc05b000 r--s 00007000 00:37 18482063                   /home/user/BRAK/beAClientSecurity/libs/BeaPayload-3.0.2.2.jar
7f84cc05b000-7f84cc05d000 r--s 00002000 00:37 18482062                   /home/user/BRAK/beAClientSecurity/libs/ASN1_signature-3.0.2.2.jar
7f84cc05d000-7f84cc063000 r--s 0003f000 00:37 18481427                   /home/user/Downloads/jre/lib/ext/sunjce_provider.jar
7f84cc063000-7f84cc075000 r--s 00345000 00:37 18353229                   /home/user/Downloads/jre/lib/resources.jar
7f84cc075000-7f84cc091000 r--s 00393000 00:37 18481408                   /home/user/Downloads/jre/lib/ext/cldrdata.jar
7f84cc091000-7f84cc094000 ---p 00000000 00:00 0 
7f84cc094000-7f84cc192000 rw-p 00000000 00:00 0 
7f84cc192000-7f84cc195000 ---p 00000000 00:00 0 
7f84cc195000-7f84cc293000 rw-p 00000000 00:00 0 
7f84cc293000-7f84cc6f7000 r--p 00000000 08:01 811304                     /usr/lib/locale/locale-archive
7f84cc6f7000-7f84cc6fa000 ---p 00000000 00:00 0 
7f84cc6fa000-7f84cc7f8000 rw-p 00000000 00:00 0 
7f84cc7f8000-7f84cc7fb000 ---p 00000000 00:00 0 
7f84cc7fb000-7f84cc8f9000 rw-p 00000000 00:00 0 
7f84cc8f9000-7f84cc8fa000 ---p 00000000 00:00 0 
7f84cc8fa000-7f84cd000000 rw-p 00000000 00:00 0 
7f84cd000000-7f84cd950000 rwxp 00000000 00:00 0 
7f84cd950000-7f84dc000000 ---p 00000000 00:00 0 
7f84dc000000-7f84dc8e6000 rw-p 00000000 00:00 0 
7f84dc8e6000-7f84e0000000 ---p 00000000 00:00 0 
7f84e0000000-7f84e0003000 r--s 0001a000 00:37 18353216                   /home/user/Downloads/jre/lib/jce.jar
7f84e0003000-7f84e0008000 r--s 00096000 00:37 18353220                   /home/user/Downloads/jre/lib/jsse.jar
7f84e0008000-7f84e002e000 r--p 00000000 08:01 935139                     /usr/share/locale-langpack/de/LC_MESSAGES/libc.mo
7f84e002e000-7f84e09e9000 rw-p 00000000 00:00 0 
7f84e09e9000-7f84e0bc1000 r--s 03d20000 00:37 18353230                   /home/user/Downloads/jre/lib/rt.jar
7f84e0bc1000-7f84e15b7000 rw-p 00000000 00:00 0 
7f84e15b7000-7f84e15b8000 ---p 00000000 00:00 0 
7f84e15b8000-7f84e16b8000 rw-p 00000000 00:00 0 
7f84e16b8000-7f84e16b9000 ---p 00000000 00:00 0 
7f84e16b9000-7f84e17b9000 rw-p 00000000 00:00 0 
7f84e17b9000-7f84e17ba000 ---p 00000000 00:00 0 
7f84e17ba000-7f84e18ba000 rw-p 00000000 00:00 0 
7f84e18ba000-7f84e18bb000 ---p 00000000 00:00 0 
7f84e18bb000-7f84e1a11000 rw-p 00000000 00:00 0 
7f84e1a11000-7f84e1abb000 ---p 00000000 00:00 0 
7f84e1abb000-7f84e1b11000 rw-p 00000000 00:00 0 
7f84e1b11000-7f84e1bbb000 ---p 00000000 00:00 0 
7f84e1bbb000-7f84e1c3b000 rw-p 00000000 00:00 0 
7f84e1c3b000-7f84e1c62000 rw-p 00000000 00:00 0 
7f84e1c62000-7f84e1ffc000 ---p 00000000 00:00 0 
7f84e1ffc000-7f84e2016000 r-xp 00000000 00:37 18353150                   /home/user/Downloads/jre/lib/amd64/libzip.so
7f84e2016000-7f84e2216000 ---p 0001a000 00:37 18353150                   /home/user/Downloads/jre/lib/amd64/libzip.so
7f84e2216000-7f84e2217000 rw-p 0001a000 00:37 18353150                   /home/user/Downloads/jre/lib/amd64/libzip.so
7f84e2217000-7f84e2222000 r-xp 00000000 08:01 525552                     /lib/x86_64-linux-gnu/libnss_files-2.26.so
7f84e2222000-7f84e2421000 ---p 0000b000 08:01 525552                     /lib/x86_64-linux-gnu/libnss_files-2.26.so
7f84e2421000-7f84e2422000 r--p 0000a000 08:01 525552                     /lib/x86_64-linux-gnu/libnss_files-2.26.so
7f84e2422000-7f84e2423000 rw-p 0000b000 08:01 525552                     /lib/x86_64-linux-gnu/libnss_files-2.26.so
7f84e2423000-7f84e2429000 rw-p 00000000 00:00 0 
7f84e2429000-7f84e2434000 r-xp 00000000 08:01 525555                     /lib/x86_64-linux-gnu/libnss_nis-2.26.so
7f84e2434000-7f84e2633000 ---p 0000b000 08:01 525555                     /lib/x86_64-linux-gnu/libnss_nis-2.26.so
7f84e2633000-7f84e2634000 r--p 0000a000 08:01 525555                     /lib/x86_64-linux-gnu/libnss_nis-2.26.so
7f84e2634000-7f84e2635000 rw-p 0000b000 08:01 525555                     /lib/x86_64-linux-gnu/libnss_nis-2.26.so
7f84e2635000-7f84e264c000 r-xp 00000000 08:01 524791                     /lib/x86_64-linux-gnu/libnsl-2.26.so
7f84e264c000-7f84e284b000 ---p 00017000 08:01 524791                     /lib/x86_64-linux-gnu/libnsl-2.26.so
7f84e284b000-7f84e284c000 r--p 00016000 08:01 524791                     /lib/x86_64-linux-gnu/libnsl-2.26.so
7f84e284c000-7f84e284d000 rw-p 00017000 08:01 524791                     /lib/x86_64-linux-gnu/libnsl-2.26.so
7f84e284d000-7f84e284f000 rw-p 00000000 00:00 0 
7f84e284f000-7f84e2857000 r-xp 00000000 08:01 524792                     /lib/x86_64-linux-gnu/libnss_compat-2.26.so
7f84e2857000-7f84e2a56000 ---p 00008000 08:01 524792                     /lib/x86_64-linux-gnu/libnss_compat-2.26.so
7f84e2a56000-7f84e2a57000 r--p 00007000 08:01 524792                     /lib/x86_64-linux-gnu/libnss_compat-2.26.so
7f84e2a57000-7f84e2a58000 rw-p 00008000 08:01 524792                     /lib/x86_64-linux-gnu/libnss_compat-2.26.so
7f84e2a58000-7f84e2a82000 r-xp 00000000 00:37 18353024                   /home/user/Downloads/jre/lib/amd64/libjava.so
7f84e2a82000-7f84e2c82000 ---p 0002a000 00:37 18353024                   /home/user/Downloads/jre/lib/amd64/libjava.so
7f84e2c82000-7f84e2c84000 rw-p 0002a000 00:37 18353024                   /home/user/Downloads/jre/lib/amd64/libjava.so
7f84e2c84000-7f84e2c91000 r-xp 00000000 00:37 18353149                   /home/user/Downloads/jre/lib/amd64/libverify.so
7f84e2c91000-7f84e2e91000 ---p 0000d000 00:37 18353149                   /home/user/Downloads/jre/lib/amd64/libverify.so
7f84e2e91000-7f84e2e93000 rw-p 0000d000 00:37 18353149                   /home/user/Downloads/jre/lib/amd64/libverify.so
7f84e2e93000-7f84e2e9a000 r-xp 00000000 08:01 525615                     /lib/x86_64-linux-gnu/librt-2.26.so
7f84e2e9a000-7f84e3099000 ---p 00007000 08:01 525615                     /lib/x86_64-linux-gnu/librt-2.26.so
7f84e3099000-7f84e309a000 r--p 00006000 08:01 525615                     /lib/x86_64-linux-gnu/librt-2.26.so
7f84e309a000-7f84e309b000 rw-p 00007000 08:01 525615                     /lib/x86_64-linux-gnu/librt-2.26.so
7f84e309b000-7f84e31f0000 r-xp 00000000 08:01 524754                     /lib/x86_64-linux-gnu/libm-2.26.so
7f84e31f0000-7f84e33ef000 ---p 00155000 08:01 524754                     /lib/x86_64-linux-gnu/libm-2.26.so
7f84e33ef000-7f84e33f0000 r--p 00154000 08:01 524754                     /lib/x86_64-linux-gnu/libm-2.26.so
7f84e33f0000-7f84e33f1000 rw-p 00155000 08:01 524754                     /lib/x86_64-linux-gnu/libm-2.26.so
7f84e33f1000-7f84e40af000 r-xp 00000000 00:37 18353153                   /home/user/Downloads/jre/lib/amd64/server/libjvm.so
7f84e40af000-7f84e42ae000 ---p 00cbe000 00:37 18353153                   /home/user/Downloads/jre/lib/amd64/server/libjvm.so
7f84e42ae000-7f84e4386000 rw-p 00cbd000 00:37 18353153                   /home/user/Downloads/jre/lib/amd64/server/libjvm.so
7f84e4386000-7f84e43cb000 rw-p 00000000 00:00 0 
7f84e43cb000-7f84e45a1000 r-xp 00000000 08:01 524493                     /lib/x86_64-linux-gnu/libc-2.26.so
7f84e45a1000-7f84e47a1000 ---p 001d6000 08:01 524493                     /lib/x86_64-linux-gnu/libc-2.26.so
7f84e47a1000-7f84e47a5000 r--p 001d6000 08:01 524493                     /lib/x86_64-linux-gnu/libc-2.26.so
7f84e47a5000-7f84e47a7000 rw-p 001da000 08:01 524493                     /lib/x86_64-linux-gnu/libc-2.26.so
7f84e47a7000-7f84e47ab000 rw-p 00000000 00:00 0 
7f84e47ab000-7f84e47ae000 r-xp 00000000 08:01 524753                     /lib/x86_64-linux-gnu/libdl-2.26.so
7f84e47ae000-7f84e49ad000 ---p 00003000 08:01 524753                     /lib/x86_64-linux-gnu/libdl-2.26.so
7f84e49ad000-7f84e49ae000 r--p 00002000 08:01 524753                     /lib/x86_64-linux-gnu/libdl-2.26.so
7f84e49ae000-7f84e49af000 rw-p 00003000 08:01 524753                     /lib/x86_64-linux-gnu/libdl-2.26.so
7f84e49af000-7f84e49c4000 r-xp 00000000 00:37 18353001                   /home/user/Downloads/jre/lib/amd64/jli/libjli.so
7f84e49c4000-7f84e4bc4000 ---p 00015000 00:37 18353001                   /home/user/Downloads/jre/lib/amd64/jli/libjli.so
7f84e4bc4000-7f84e4bc5000 rw-p 00015000 00:37 18353001                   /home/user/Downloads/jre/lib/amd64/jli/libjli.so
7f84e4bc5000-7f84e4bdf000 r-xp 00000000 08:01 525591                     /lib/x86_64-linux-gnu/libpthread-2.26.so
7f84e4bdf000-7f84e4dde000 ---p 0001a000 08:01 525591                     /lib/x86_64-linux-gnu/libpthread-2.26.so
7f84e4dde000-7f84e4ddf000 r--p 00019000 08:01 525591                     /lib/x86_64-linux-gnu/libpthread-2.26.so
7f84e4ddf000-7f84e4de0000 rw-p 0001a000 08:01 525591                     /lib/x86_64-linux-gnu/libpthread-2.26.so
7f84e4de0000-7f84e4de4000 rw-p 00000000 00:00 0 
7f84e4de4000-7f84e4e0b000 r-xp 00000000 08:01 524319                     /lib/x86_64-linux-gnu/ld-2.26.so
7f84e4e0b000-7f84e4e15000 r--s 00116000 00:37 18481412                   /home/user/Downloads/jre/lib/ext/localedata.jar
7f84e4e15000-7f84e4eda000 rw-p 00000000 00:00 0 
7f84e4eda000-7f84e4edd000 ---p 00000000 00:00 0 
7f84e4edd000-7f84e4fdd000 rw-p 00000000 00:00 0 
7f84e4fdd000-7f84e4fde000 r--s 00001000 00:37 18482066                   /home/user/BRAK/beAClientSecurity/libs/ComponentInfo-1.0.3.jar
7f84e4fde000-7f84e4fdf000 r--s 00009000 00:37 18481421                   /home/user/Downloads/jre/lib/ext/sunec.jar
7f84e4fdf000-7f84e4fe6000 r--s 00000000 08:01 797545                     /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f84e4fe6000-7f84e4fe9000 r--s 00010000 00:37 18095558                   /home/user/Downloads/bos_updater.jar
7f84e4fe9000-7f84e4fea000 r--s 00002000 00:37 18095556                   /home/user/Downloads/base64.jar
7f84e4fea000-7f84e4fee000 r--s 0001b000 00:37 18095557                   /home/user/Downloads/bos_updateClient.jar
7f84e4fee000-7f84e4fef000 r--s 00017000 00:37 18095555                   /home/user/Downloads/ClientSecurityUpdateController.jar
7f84e4fef000-7f84e4ffe000 rw-p 00000000 00:00 0 
7f84e4ffe000-7f84e5006000 rw-s 00000000 08:01 1180325                    /tmp/hsperfdata_user/4992
7f84e5006000-7f84e5007000 rw-p 00000000 00:00 0 
7f84e5007000-7f84e5008000 ---p 00000000 00:00 0 
7f84e5008000-7f84e500b000 rw-p 00000000 00:00 0 
7f84e500b000-7f84e500c000 r--p 00027000 08:01 524319                     /lib/x86_64-linux-gnu/ld-2.26.so
7f84e500c000-7f84e500d000 rw-p 00028000 08:01 524319                     /lib/x86_64-linux-gnu/ld-2.26.so
7f84e500d000-7f84e500e000 rw-p 00000000 00:00 0 
7ffcf21ff000-7ffcf2220000 rw-p 00000000 00:00 0                          [stack]
7ffcf2381000-7ffcf2384000 r--p 00000000 00:00 0                          [vvar]
7ffcf2384000-7ffcf2386000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

VM Arguments:
jvm_args: -Xms256M -Xmx768M -Dfile.encoding=UTF-8 -Dcontroller.classname=de.governikus.bea.starter.ClientSecurityUpdateController -Dinstaller.version=1.0.0.2 -Dupdater.debug=true -Dmanufacturer.name=BRAK -Dapplication.folderName=beAClientSecurity -Dupdate.filename=ClientSecurity_produktiv.xml -Ddownload.server.url=https://www.bea-brak.de/content/ClientSecurity/ -Dlog4j.configuration=log4j.xml 
java_command: de.bos_bremen.updater.client.Updater
java_class_path (initial): ClientSecurityUpdateController.jar:bos_updateClient.jar:base64.jar:bos_updater.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=./jre
CLASSPATH=*
PATH=./jre/bin:/home/user/bin:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
SHELL=/bin/bash
DISPLAY=:0

Signal Handlers:
SIGSEGV: [libjvm.so+0xaba070], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xaba070], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x917630], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: SIG_IGN, sa_mask[0]=00000000000010000000000000000000, sa_flags=SA_RESTART
SIGXFSZ: [libjvm.so+0x917630], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x917630], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x918c60], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x91a060], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x91a060], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x91a060], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x91a060], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.10
DISTRIB_CODENAME=artful
DISTRIB_DESCRIPTION="Ubuntu 17.10"

uname:Linux 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64
libc:glibc 2.26 NPTL 2.26 
rlimit: STACK 8192k, CORE 0k, NPROC 15207, NOFILE 1048576, AS infinity
load average:0,93 0,72 0,49

/proc/meminfo:
MemTotal:        3946160 kB
MemFree:          425988 kB
MemAvailable:    2960208 kB
Buffers:           60808 kB
Cached:          2554968 kB
SwapCached:            0 kB
Active:          1007516 kB
Inactive:        2322272 kB
Active(anon):     560896 kB
Inactive(anon):    67728 kB
Active(file):     446620 kB
Inactive(file):  2254544 kB
Unevictable:          32 kB
Mlocked:              32 kB
SwapTotal:       4998652 kB
SwapFree:        4998652 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:        714096 kB
Mapped:           250228 kB
Shmem:             68788 kB
Slab:             108648 kB
SReclaimable:      77700 kB
SUnreclaim:        30948 kB
KernelStack:        5912 kB
PageTables:        18000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     6971732 kB
Committed_AS:    3017904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138496 kB
DirectMap2M:     3958784 kB
DirectMap1G:     1048576 kB


CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 69 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 69
model name	: Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz
stepping	: 1
microcode	: 0x1c
cpu MHz		: 1696.032
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 2
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm arat pln pts
bugs		:
bogomips	: 3392.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 39 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 69
model name	: Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz
stepping	: 1
microcode	: 0x1c
cpu MHz		: 1696.032
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 2
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm arat pln pts
bugs		:
bogomips	: 3392.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 39 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 69
model name	: Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz
stepping	: 1
microcode	: 0x1c
cpu MHz		: 1696.032
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 2
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm arat pln pts
bugs		:
bogomips	: 3392.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 39 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 69
model name	: Intel(R) Core(TM) i3-4005U CPU @ 1.70GHz
stepping	: 1
microcode	: 0x1c
cpu MHz		: 1696.032
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 2
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm arat pln pts
bugs		:
bogomips	: 3392.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 39 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 3946160k(425988k free), swap 4998652k(4998652k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.65-b01) for linux-amd64 JRE (1.8.0_65-b17), built on Oct  6 2015 17:16:12 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

time: Thu Nov 23 07:04:25 2017
elapsed time: 5 seconds (0d 0h 0m 5s)

Ab Zeile 75 ist von "unknown value" im Zusammenhang mit "getVersion" die Rede. Das ist absolut ernüchternd. Im Moment bin ich mit meinem Latein am Ende. Ich werde mich trotzdem einmal an den "Support" wenden. Je mehr nerven, desto eher tut sich vielleicht etwas.

VG, coolwalda

wuslon8

(Themenstarter)

Anmeldungsdatum:
18. März 2013

Beiträge: 32

Zunächst einmal vielen, vielen Dank für die große Mühe, die du dir mit meinem "Elend" machst.

Ich fürchte, das mit dem Support wird nichts werden. Ein Kollege hat nach seiner Angabe auf seinen Hilferuf an Atos folgende Antwort erhalten: "...Wir bitten um Verständnis, dass die Störungssuche mit einem nicht getesteten Betriebssystem kein Bestandteil unseres Support-Auftrages ist. Haben Sie dazu Fragen, möchten wir Sie bitten, diese an den Auftraggeber für den Support, die BRAK, zu richten."

Das ist ganz toll, denn natürlich hat die Kammer keine Ahnung vom technischen Teil der Sache, sonst bräuchte sie ja Atos nicht.

Bei mir schleicht sich inzwischen der Verdacht ein, dass an meinem Betriebssystem etwas vermurkst sein könnte. Die Leute von jlawyer, die ein Kanzleiprogramm herstellen, haben beasecurityclient mit Kubuntu 16.04 ohne weiteres zum Laufen gebracht (da gab es dann aber danach andere Problemehttp://www.j-lawyer.org/?p=1830) Ich habe auch gelesen, dass es mit Mint 17.3 problemlos funktioniert haben soll, das aber wohl auf Ubuntu 14.4 basiert. Bei dir läuft es mit Lubuntu 16.04. Bei mir dagegen...

Ich werde mich jetzt "an den Auftraggeber für den Support" richten und erzählen, für welchen Mist der Geld ausgibt. Danach werde ich wohl leise weinend auf Windows 10 umstellen. Nach dem, was ich so lese, herrscht selbst nach abgeschlossener Installation das Chaos, mit plötzlich aus dem Briefkasten verschwindenden Nachrichten etc pp, da kann ich mich nicht bis zum letzten Tag mit der Installation abplagen.

Nochmal, vielen Dank für deine Hilfe!

coolwalda

Anmeldungsdatum:
24. Januar 2017

Beiträge: 110

Hallo,

tja, schade eigentlich. Ein frisch installiertes Lubuntu 16.04.3 brachte die gleiche Fehlermeldung. Dass Dein System vermurkst ist, liegt somit fern. Mit Suse Leap 42.3 funktioniert es, keine Fehlermeldung, das Fenster "Sicherheits-Token" öffnet sich. Was mit noch aufgefallen ist: beASecurityClient bringt sein eigenes jre mit ... vermutlich ist es vollständig wurscht, was standardmäßig installiert ist. Was letztlich gerade bei (L)Ubuntu zu dem SIGSEGV-(0xb)-Ereignis führt, kann wohl nur ein Profi beantworten. Da der "Support" dazu schweigt: Ende Gelände! Sollte sich die Kammer irgendwie zielführend äußern, würde ich mich über einen Zuruf freuen.

VG, Coolwalda.

Cruiz Team-Icon

Avatar von Cruiz

Anmeldungsdatum:
6. März 2014

Beiträge: 5557

Wohnort: Freiburg i. Brsg.

Hallo,

wuslon8 schrieb:

Danach werde ich wohl leise weinend auf Windows 10 umstellen.

Wenn es nur an einem Tool liegt könnte man auch überlegen Windows in einer VM zu betreiben. Das hängt aber natürlich vom individuellen Arbeitsablauf ab, den ich nicht beurteilen kann.

Gruß
Cruiz

coolwalda

Anmeldungsdatum:
24. Januar 2017

Beiträge: 110

Colorandi causa noch eine Anmerkung: ArchLinux (wollte ich schon immer einmal installieren 😬 ). LXDE. Ganz schlank also und ohne JRE. Der Client läuft locker durch und funktioniert schön. Das Fenster zur Auswahl des Sicherheits-Token öffnet sich. Hm.

Antworten |