Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created November 9, 2012 13:06
Show Gist options
  • Save anpieber/4045588 to your computer and use it in GitHub Desktop.
Save anpieber/4045588 to your computer and use it in GitHub Desktop.
log:display
java.lang.NullPointerException
at org.apache.karaf.jaas.authz.impl.AuthorizationServiceImpl.getPrincipals(AuthorizationServiceImpl.java:70)
at org.apache.karaf.jaas.authz.impl.AuthorizationServiceImpl.checkPermission(AuthorizationServiceImpl.java:81)
at Proxy5426ceba_1c39_469a_b49d_7b7f1556abcf.checkPermission(Unknown Source)
at org.apache.karaf.shell.console.commands.BlueprintCommand.execute(BlueprintCommand.java:100)
at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78)
at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:474)
at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400)
at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
at org.apache.karaf.itests.KarafTestSupport$1.call(KarafTestSupport.java:108)
at org.apache.karaf.itests.KarafTestSupport$1.call(KarafTestSupport.java:102)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment