neva-dev / felix-search-webconsole-plugin

Search Web Console Plugin for Apache Felix
https://bintray.com/neva-dev/maven-public/felix-search-webconsole-plugin
Apache License 2.0
94 stars 21 forks source link

decompilation issues #6

Closed wiiitek closed 7 years ago

wiiitek commented 7 years ago

I have found something.. :) I have run the felix with:

java -jar -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=30303 -Djava.io.tmpdir=./io_tmp -Dlogback.configurationFile=./conf/logback-dev.xml bin\felix.jar

and there it is:

22:14:57.052 ERROR com.neva.felix.webconsole.plugins.search.core.OsgiExplorer:135 - logging throwable for path: 'org/apache/felix/eventadmin/impl/Activator'
java.lang.NoClassDefFoundError: sun/misc/Unsafe
    at com.strobel.compilerservices.RuntimeHelpers.getUnsafeInstance(RuntimeHelpers.java:55)
    at com.strobel.compilerservices.RuntimeHelpers.ensureClassInitialized(RuntimeHelpers.java:31)
    at com.strobel.assembler.metadata.MetadataSystem.<clinit>(MetadataSystem.java:147)
    at com.strobel.decompiler.Decompiler.decompile(Decompiler.java:34)
    at com.neva.felix.webconsole.plugins.search.core.OsgiExplorer.decompileClass(OsgiExplorer.java:133)

Please find logback configuration and log files in this archive: 2017-02-27-logs.zip

I will stop invastigation here, as it is getting late.. ;p

pun-ky commented 7 years ago

fixed in #5 , thank you very much for contribution