Coder Social home page Coder Social logo

davidgraeff / android-netpowerctrl Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 23.01 MB

Smart Power Control is an Android App for controlling switchable outlets like the ANEL NET-series (www.anel-elektronik.de)

License: GNU General Public License v2.0

Java 99.79% Shell 0.21%

android-netpowerctrl's People

Contributors

oly-nittka avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

benakiva

android-netpowerctrl's Issues

java.lang.RuntimeException: Binary XML file line #34: You must supply a layout_width attribute.

java.lang.RuntimeException: Binary XML file line #34: You must supply a layout_width attribute.
at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:6001)
at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6170)
at android.widget.RelativeLayout$LayoutParams.<init>(RelativeLayout.java:1225)
at android.widget.RelativeLayout.generateLayoutParams(RelativeLayout.java:1062)
at android.widget.RelativeLayout.generateLayoutParams(RelativeLayout.java:82)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:761)
at android.view.LayoutInflater.inflate(LayoutInflater.java:495)
at android.view.LayoutInflater.inflate(LayoutInflater.java:400)
at android.view.LayoutInflater.inflate(LayoutInflater.java:353)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.getView(DevicePortsBaseAdapter.java:245)
at oly.netpowerctrl.device_ports.DevicePortsExecuteAdapter.getView(DevicePortsExecuteAdapter.java:36)
at android.widget.AbsListView.obtainView(AbsListView.java:2288)
at android.widget.GridView.makeAndAddView(GridView.java:1345)
at android.widget.GridView.makeRow(GridView.java:345)
at android.widget.GridView.fillDown(GridView.java:287)
at android.widget.GridView.fillFromTop(GridView.java:421)
at android.widget.GridView.layoutChildren(GridView.java:1233)
at android.widget.AbsListView.onLayout(AbsListView.java:2120)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.RelativeLayout.onLayout(RelativeLayout.java:1055)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.support.v4.widget.DrawerLayout.onLayout(DrawerLayout.java:796)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:374)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2025)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1782)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1038)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5651)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
at android.view.Choreographer.doCallbacks(Choreographer.java:574)
at android.view.Choreographer.doFrame(Choreographer.java:544)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

java.lang.ArithmeticException: divide by zero

java.lang.ArithmeticException: divide by zero
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.computeGroupSpans(DevicePortsBaseAdapter.java:385)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.setItemsInRow(DevicePortsBaseAdapter.java:145)
at oly.netpowerctrl.main.OutletsFragment$1.onGlobalLayout(OutletsFragment.java:98)
at android.view.ViewTreeObserver.dispatchOnGlobalLayout(ViewTreeObserver.java:815)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1820)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1038)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5651)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
at android.view.Choreographer.doCallbacks(Choreographer.java:574)
at android.view.Choreographer.doFrame(Choreographer.java:544)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

HTTP Energiesparmodus

Wenn die Anel Geräte nicht in UDP Reichweite sind bzw UDP nicht eingeschaltet ist, dann werden auch HTTP Geräte scheinbar als nicht-erreichbar eingestuft.

android.util.AndroidRuntimeException: requestFeature() must be called before adding content

android.util.AndroidRuntimeException: requestFeature() must be called before adding content
at com.android.internal.policy.impl.PhoneWindow.requestFeature(PhoneWindow.java:251)
at com.android.internal.app.AlertController.installContent(AlertController.java:234)
at android.app.AlertDialog.onCreate(AlertDialog.java:337)
at android.app.Dialog.dispatchOnCreate(Dialog.java:371)
at android.app.Dialog.show(Dialog.java:264)
at android.app.DialogFragment.onStart(DialogFragment.java:494)
at android.app.Fragment.performStart(Fragment.java:1724)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:918)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
at android.app.BackStackRecord.run(BackStackRecord.java:684)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1447)
at android.app.FragmentManagerImpl$1.run(FragmentManager.java:443)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

java.lang.NullPointerException

java.lang.NullPointerException
at oly.netpowerctrl.anel.AnelPlugin.requestData(AnelPlugin.java:380)
at oly.netpowerctrl.network.DeviceQuery.doAction(DeviceQuery.java:96)
at oly.netpowerctrl.network.DeviceObserverBase$1.run(DeviceObserverBase.java:24)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5050)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:615)
at dalvik.system.NativeStart.main(Native Method)

master slave system

Über Szene. Eine Steckdose ist master. Bei der Ausführung richten sich alle nach diesem zustand.

java.lang.ArithmeticException: divide by zero

java.lang.ArithmeticException: divide by zero
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.computeGroupSpans(DevicePortsBaseAdapter.java:380)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.setItemsInRow(DevicePortsBaseAdapter.java:145)
at oly.netpowerctrl.main.OutletsFragment$1.onGlobalLayout(OutletsFragment.java:98)
at android.view.ViewTreeObserver.dispatchOnGlobalLayout(ViewTreeObserver.java:815)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1820)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1038)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5651)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
at android.view.Choreographer.doCallbacks(Choreographer.java:574)
at android.view.Choreographer.doFrame(Choreographer.java:544)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

java.lang.NullPointerException

java.lang.RuntimeException: Unable to start activity ComponentInfo{oly.netpowerctrl/oly.netpowerctrl.main.MainActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2187)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2236)
at android.app.ActivityThread.access$800(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1199)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at oly.netpowerctrl.anel.AnelDevicePreferences.onCreate(AnelDevicePreferences.java:102)
at android.app.Fragment.performCreate(Fragment.java:1678)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:859)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1044)
at android.app.FragmentManagerImpl.dispatchCreate(FragmentManager.java:1848)
at android.app.Activity.onCreate(Activity.java:903)
at oly.netpowerctrl.main.MainActivity.onCreate(MainActivity.java:80)
at android.app.Activity.performCreate(Activity.java:5242)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at com.lbe.security.service.core.client.b.x.callActivityOnCreate(Unknown Source)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2151)
... 11 more
java.lang.NullPointerException
at oly.netpowerctrl.anel.AnelDevicePreferences.onCreate(AnelDevicePreferences.java:102)
at android.app.Fragment.performCreate(Fragment.java:1678)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:859)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1044)
at android.app.FragmentManagerImpl.dispatchCreate(FragmentManager.java:1848)
at android.app.Activity.onCreate(Activity.java:903)
at oly.netpowerctrl.main.MainActivity.onCreate(MainActivity.java:80)
at android.app.Activity.performCreate(Activity.java:5242)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at com.lbe.security.service.core.client.b.x.callActivityOnCreate(Unknown Source)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2151)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2236)
at android.app.ActivityThread.access$800(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1199)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

Szene entfernen

Szenen werden wunderbar auf dem Startbildschirm angezeigt und funktionieren.
Nachdem man die Szene in der App gelöscht wurde, besteht die Szene auf dem Startbildschirm immer noch. Kann diese mit entfernt werden?

java.lang.NullPointerException

java.lang.NullPointerException
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.getView(DevicePortsBaseAdapter.java:292)
at oly.netpowerctrl.device_ports.DevicePortsListAdapter.getView(DevicePortsListAdapter.java:37)
at android.widget.AbsListView.obtainView(AbsListView.java:2288)
at android.widget.ListView.makeAndAddView(ListView.java:1790)
at android.widget.ListView.fillDown(ListView.java:691)
at android.widget.ListView.fillFromTop(ListView.java:752)
at android.widget.ListView.layoutChildren(ListView.java:1630)
at android.widget.AbsListView.onLayout(AbsListView.java:2120)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.support.v4.widget.DrawerLayout.onLayout(DrawerLayout.java:796)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:374)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14830)
at android.view.ViewGroup.layout(ViewGroup.java:4675)
at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2025)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1782)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1038)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5651)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
at android.view.Choreographer.doCallbacks(Choreographer.java:574)
at android.view.Choreographer.doFrame(Choreographer.java:544)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

java.lang.NullPointerException: Attempt to invoke virtual method 'void android.preference.Preference.setOnPreferenceChangeListener(android.preference.Preference$OnPreferenceChangeListener)' on a null object reference

java.lang.NullPointerException: Attempt to invoke virtual method 'void android.preference.Preference.setOnPreferenceChangeListener(android.preference.Preference$OnPreferenceChangeListener)' on a null object reference
at oly.netpowerctrl.devices.DeviceConnectionPreferences.onStart(DeviceConnectionPreferences.java:41)
at android.app.Fragment.performStart(Fragment.java:1728)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:918)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1063)
at android.app.BackStackRecord.run(BackStackRecord.java:684)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1448)
at android.app.FragmentManagerImpl$1.run(FragmentManager.java:443)
at android.os.Handler.handleCallback(Handler.java:738)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5070)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:836)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:631)

java.lang.NullPointerException

java.lang.RuntimeException: Unable to start activity ComponentInfo{oly.netpowerctrl/oly.netpowerctrl.main.MainActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2200)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2250)
at android.app.ActivityThread.access$800(ActivityThread.java:139)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1200)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5105)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:792)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:608)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at oly.netpowerctrl.a.b.onCreate(AnelDevicePreferences.java:102)
at android.app.Fragment.performCreate(Fragment.java:1688)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:860)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1063)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1045)
at android.app.FragmentManagerImpl.dispatchCreate(FragmentManager.java:1851)
at android.app.Activity.onCreate(Activity.java:907)
at oly.netpowerctrl.main.MainActivity.onCreate(MainActivity.java:80)
at android.app.Activity.performCreate(Activity.java:5275)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2164)
... 11 more
java.lang.NullPointerException
at oly.netpowerctrl.a.b.onCreate(AnelDevicePreferences.java:102)
at android.app.Fragment.performCreate(Fragment.java:1688)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:860)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1063)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1045)
at android.app.FragmentManagerImpl.dispatchCreate(FragmentManager.java:1851)
at android.app.Activity.onCreate(Activity.java:907)
at oly.netpowerctrl.main.MainActivity.onCreate(MainActivity.java:80)
at android.app.Activity.performCreate(Activity.java:5275)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2164)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2250)
at android.app.ActivityThread.access$800(ActivityThread.java:139)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1200)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5105)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:792)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:608)
at dalvik.system.NativeStart.main(Native Method)

java.lang.IllegalStateException: Dependency "use_energy_saving_mode" not found for preference "use_log_energy_saving_mode" (title: "Log: Energiesparmodus"

java.lang.IllegalStateException: Dependency "use_energy_saving_mode" not found for preference "use_log_energy_saving_mode" (title: "Log: Energiesparmodus"
at android.preference.Preference.registerDependency(Preference.java:1163)
at android.preference.Preference.onAttachedToActivity(Preference.java:1152)
at android.preference.PreferenceGroup.onAttachedToActivity(PreferenceGroup.java:277)
at android.preference.PreferenceGroup.onAttachedToActivity(PreferenceGroup.java:277)
at android.preference.PreferenceScreen.bind(PreferenceScreen.java:147)
at android.preference.PreferenceFragment.bindPreferences(PreferenceFragment.java:330)
at android.preference.PreferenceFragment.onActivityCreated(PreferenceFragment.java:171)
at android.app.Fragment.performActivityCreated(Fragment.java:1785)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:922)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1106)
at android.app.BackStackRecord.run(BackStackRecord.java:690)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1571)
at android.app.FragmentManagerImpl$1.run(FragmentManager.java:447)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:157)
at android.app.ActivityThread.main(ActivityThread.java:5872)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:674)
at dalvik.system.NativeStart.main(Native Method)

Samsung Galaxy S3

Hallo David,
ich hatte deine App mit den Nexus 10 ausprobiert und dort funktioniert sie wunderbar.
Mit meinem S3 bricht die App immer beim "Alle Steckdosen" drücken ab. (wird angehalten). Ist das schon bekannt ?
Android 4.1.2

java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1

java.lang.RuntimeException: Unable to pause activity {oly.netpowerctrl/oly.netpowerctrl.main.MainActivity}: java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3065)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3020)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2998)
at android.app.ActivityThread.access$1000(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1210)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5050)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:615)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
at java.util.ArrayList.get(ArrayList.java:310)
at oly.netpowerctrl.utils.gui.DrawerAdapter.getItemViewType(DrawerAdapter.java:245)
at oly.netpowerctrl.utils.gui.DrawerController.saveSelection(DrawerController.java:176)
at oly.netpowerctrl.main.MainActivity.onPause(MainActivity.java:154)
at android.app.Activity.performPause(Activity.java:5347)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1233)
at com.lbe.security.service.core.client.internal.InstrumentationDelegate.callActivityOnPause(InstrumentationDelegate.java:115)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3051)
... 12 more
java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
at java.util.ArrayList.get(ArrayList.java:310)
at oly.netpowerctrl.utils.gui.DrawerAdapter.getItemViewType(DrawerAdapter.java:245)
at oly.netpowerctrl.utils.gui.DrawerController.saveSelection(DrawerController.java:176)
at oly.netpowerctrl.main.MainActivity.onPause(MainActivity.java:154)
at android.app.Activity.performPause(Activity.java:5347)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1233)
at com.lbe.security.service.core.client.internal.InstrumentationDelegate.callActivityOnPause(InstrumentationDelegate.java:115)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3051)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3020)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2998)
at android.app.ActivityThread.access$1000(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1210)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5050)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:615)
at dalvik.system.NativeStart.main(Native Method)

java.lang.IndexOutOfBoundsException: Invalid index 14, size is 14

java.lang.IndexOutOfBoundsException: Invalid index 14, size is 14
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
at java.util.ArrayList.remove(ArrayList.java:403)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.removeAt(DevicePortsBaseAdapter.java:510)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.removeAll(DevicePortsBaseAdapter.java:467)
at oly.netpowerctrl.device_ports.DevicePortSourceConfigured.onDeviceUpdated(DevicePortSourceConfigured.java:92)
at oly.netpowerctrl.devices.DeviceCollection.notifyDeviceObservers(DeviceCollection.java:116)
at oly.netpowerctrl.devices.DeviceCollection.updateNotReachable(DeviceCollection.java:188)
at oly.netpowerctrl.network.DeviceObserverBase$2.run(DeviceObserverBase.java:39)
at android.os.Handler.handleCallback(Handler.java:738)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5070)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:836)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:631)

java.lang.IllegalStateException: Client must be connected

java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:300)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
at java.util.concurrent.FutureTask.run(FutureTask.java:242)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
Caused by: java.lang.IllegalStateException: Client must be connected
at com.google.android.gms.drive.internal.y.b(Unknown Source)
at oly.netpowerctrl.backup.a.a.a(GDrive.java:60)
at oly.netpowerctrl.backup.a.e.a(GDriveCreateBackupTask.java:61)
at oly.netpowerctrl.backup.a.e.doInBackground(GDriveCreateBackupTask.java:29)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
... 4 more
java.lang.IllegalStateException: Client must be connected
at com.google.android.gms.drive.internal.y.b(Unknown Source)
at oly.netpowerctrl.backup.a.a.a(GDrive.java:60)
at oly.netpowerctrl.backup.a.e.a(GDriveCreateBackupTask.java:61)
at oly.netpowerctrl.backup.a.e.doInBackground(GDriveCreateBackupTask.java:29)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)

Widget bug

Nachdem ich ein Geräte und die gewünschte Steckdose ausgewählt habe, kommt folgende Abfrage von der Anwendung "dual Uhr (digital)":

screenshot_2014-01-08-02-30-04

java.lang.IndexOutOfBoundsException: Invalid index 13, size is 13

java.lang.IndexOutOfBoundsException: Invalid index 13, size is 13
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
at java.util.ArrayList.remove(ArrayList.java:403)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.removeAt(DevicePortsBaseAdapter.java:510)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.removeAllMarked(DevicePortsBaseAdapter.java:559)
at oly.netpowerctrl.device_ports.DevicePortSourceConfigured.updateNow(DevicePortSourceConfigured.java:45)
at oly.netpowerctrl.main.OutletsFragment.changeArguments(OutletsFragment.java:125)
at oly.netpowerctrl.utils.gui.DrawerController.selectItem(DrawerController.java:240)
at oly.netpowerctrl.utils.gui.DrawerController$DrawerItemClickListener.onItemClick(DrawerController.java:290)
at android.widget.AdapterView.performItemClick(AdapterView.java:303)
at android.widget.AbsListView.performItemClick(AbsListView.java:1140)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:3022)
at android.widget.AbsListView$3.run(AbsListView.java:3804)
at android.os.Handler.handleCallback(Handler.java:738)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5070)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:836)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:631)

java.lang.NullPointerException

java.lang.NullPointerException
at oly.netpowerctrl.scenes.g.run(EditSceneFragment.java:97)
at android.os.Handler.handleCallback(Handler.java:800)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:194)
at android.app.ActivityThread.main(ActivityThread.java:5371)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
at dalvik.system.NativeStart.main(Native Method)

java.lang.ClassCastException

android.app.Fragment$InstantiationException: Trying to instantiate a class oly.netpowerctrl.c.r that is not a Fragment
at android.app.Fragment.instantiate(Fragment.java:584)
at android.app.Fragment.instantiate(Fragment.java:560)
at oly.netpowerctrl.utils_gui.k.a(NavigationController.java:274)
at oly.netpowerctrl.utils_gui.k.a(NavigationController.java:173)
at oly.netpowerctrl.main.e.run(MainActivity.java:114)
at android.os.Handler.handleCallback(Handler.java:725)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:176)
at android.app.ActivityThread.main(ActivityThread.java:5279)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassCastException
... 14 more
java.lang.ClassCastException
at android.app.Fragment.instantiate(Fragment.java:584)
at android.app.Fragment.instantiate(Fragment.java:560)
at oly.netpowerctrl.utils_gui.k.a(NavigationController.java:274)
at oly.netpowerctrl.utils_gui.k.a(NavigationController.java:173)
at oly.netpowerctrl.main.e.run(MainActivity.java:114)
at android.os.Handler.handleCallback(Handler.java:725)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:176)
at android.app.ActivityThread.main(ActivityThread.java:5279)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869)
at dalvik.system.NativeStart.main(Native Method)

Galaxy S3 - Zum Startbildschirm hinzufügen / widget

Wenn ich versuche eine Szene zum Startbildschirm hinzuzufügen, dann erscheint die Meldung das es hinzugefügt wurde. Jedoch ist keine zu sehen.

Das widget wird ebenfalls nicht erstellt und eine Abfrage von Stadt bzw. Telefonkontakt erscheint.

Go ahead dude.
Dein bug reporter ;)

java.lang.ArithmeticException: divide by zero

java.lang.ArithmeticException: divide by zero
at oly.netpowerctrl.main.k.onGlobalLayout(OutletsFragment.java:86)
at android.view.ViewTreeObserver.dispatchOnGlobalLayout(ViewTreeObserver.java:856)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2084)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1249)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6585)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:803)
at android.view.Choreographer.doCallbacks(Choreographer.java:603)
at android.view.Choreographer.doFrame(Choreographer.java:573)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:789)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5579)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)

java.lang.NullPointerException

java.lang.RuntimeException: Unable to resume activity {oly.netpowerctrl/oly.netpowerctrl.main.ExecutionActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3058)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3087)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2458)
at android.app.ActivityThread.access$900(ActivityThread.java:173)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5579)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at oly.netpowerctrl.b.p.a(AnelPlugin.java:380)
at oly.netpowerctrl.f.g.a(DeviceQuery.java:96)
at oly.netpowerctrl.f.g.<init>(DeviceQuery.java:52)
at oly.netpowerctrl.main.a.a(ExecutionActivity.java:73)
at oly.netpowerctrl.application_state.NetpowerctrlService.a(NetpowerctrlService.java:136)
at oly.netpowerctrl.main.ExecutionActivity.onResume(ExecutionActivity.java:64)
at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1198)
at android.app.Activity.performResume(Activity.java:5530)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3048)
... 13 more
java.lang.NullPointerException
at oly.netpowerctrl.b.p.a(AnelPlugin.java:380)
at oly.netpowerctrl.f.g.a(DeviceQuery.java:96)
at oly.netpowerctrl.f.g.<init>(DeviceQuery.java:52)
at oly.netpowerctrl.main.a.a(ExecutionActivity.java:73)
at oly.netpowerctrl.application_state.NetpowerctrlService.a(NetpowerctrlService.java:136)
at oly.netpowerctrl.main.ExecutionActivity.onResume(ExecutionActivity.java:64)
at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1198)
at android.app.Activity.performResume(Activity.java:5530)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3048)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3087)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2458)
at android.app.ActivityThread.access$900(ActivityThread.java:173)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5579)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)

java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState

java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
at android.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1323)
at android.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1341)
at android.app.FragmentManagerImpl.popBackStack(FragmentManager.java:500)
at oly.netpowerctrl.utils.gui.NavigationController.applyFragmentTransaction(NavigationController.java:275)
at oly.netpowerctrl.utils.gui.NavigationController.createDrawer(NavigationController.java:175)
at oly.netpowerctrl.main.MainActivity.onConfigurationChanged(MainActivity.java:198)
at android.app.ActivityThread.performConfigurationChanged(ActivityThread.java:3834)
at android.app.ActivityThread.handleActivityConfigurationChanged(ActivityThread.java:3935)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1333)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

Szene Bearbeiten

Die Funktion umschalten wird nich nach der Änderung gespeichert.
An und aus funktioniert wunderbar.

Energiesparmodus

Wenn nur lokale IPs verwendet werden (127., 192., 10.*) und das Netzwerk verlassen wird, dann sollte der Hintergrundservice abgeschaltet und nur noch der Netzwerkwechsel weiter beobachtet werden.

java.util.ConcurrentModificationException

java.util.ConcurrentModificationException
at java.util.ArrayList$ArrayListIterator.remove(ArrayList.java:586)
at oly.netpowerctrl.application_state.RuntimeDataController.notifyDeviceQueries(RuntimeDataController.java:189)
at oly.netpowerctrl.application_state.RuntimeDataController.onDeviceUpdated(RuntimeDataController.java:261)
at oly.netpowerctrl.application_state.RuntimeDataController$2.run(RuntimeDataController.java:239)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

java.lang.NullPointerException: Attempt to invoke virtual method 'void oly.netpowerctrl.network.UDPSending.addJob(oly.netpowerctrl.network.UDPSending$Job)' on a null object reference

java.lang.NullPointerException: Attempt to invoke virtual method 'void oly.netpowerctrl.network.UDPSending.addJob(oly.netpowerctrl.network.UDPSending$Job)' on a null object reference
at oly.netpowerctrl.anel.AnelPlugin.execute(AnelPlugin.java:330)
at oly.netpowerctrl.application_state.RuntimeDataController.execute(RuntimeDataController.java:380)
at oly.netpowerctrl.device_ports.DevicePortsExecuteAdapter.handleClick(DevicePortsExecuteAdapter.java:113)
at oly.netpowerctrl.main.OutletsFragment$2.onItemClick(OutletsFragment.java:285)
at android.widget.AdapterView.performItemClick(AdapterView.java:303)
at android.widget.AbsListView.performItemClick(AbsListView.java:1140)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:3022)
at android.widget.AbsListView$3.run(AbsListView.java:3804)
at android.os.Handler.handleCallback(Handler.java:738)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5070)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:836)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:631)

java.lang.NullPointerException

java.lang.NullPointerException
at oly.netpowerctrl.main.OutletsFragment.setListOrGrid(OutletsFragment.java:160)
at oly.netpowerctrl.main.OutletsFragment.onCreateView(OutletsFragment.java:361)
at android.app.Fragment.performCreateView(Fragment.java:1700)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:890)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
at android.app.BackStackRecord.run(BackStackRecord.java:684)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1447)
at android.app.FragmentManagerImpl$1.run(FragmentManager.java:443)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5050)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:615)
at dalvik.system.NativeStart.main(Native Method)

java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1

java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
at java.util.ArrayList.get(ArrayList.java:310)
at oly.netpowerctrl.utils_gui.f.getItem(DrawerAdapter.java:180)
at oly.netpowerctrl.utils_gui.j.a(NavigationController.java:243)
at oly.netpowerctrl.utils_gui.j.a(NavigationController.java:167)
at oly.netpowerctrl.main.e.run(MainActivity.java:114)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5586)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084)
at dalvik.system.NativeStart.main(Native Method)

java.lang.NoSuchMethodException: device_username_help [class android.view.View]

java.lang.IllegalStateException: Could not find a method device_username_help(View) in the activity class oly.netpowerctrl.main.MainActivity for onClick handler on view class android.widget.ImageButton with id 'device_password_help_icon'
at android.view.View$1.onClick(View.java:3817)
at android.view.View.performClick(View.java:4447)
at android.view.View$PerformClick.run(View.java:18445)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NoSuchMethodException: device_username_help [class android.view.View]
at java.lang.Class.getConstructorOrMethod(Class.java:472)
at java.lang.Class.getMethod(Class.java:857)
at android.view.View$1.onClick(View.java:3810)
... 11 more
java.lang.NoSuchMethodException: device_username_help [class android.view.View]
at java.lang.Class.getConstructorOrMethod(Class.java:472)
at java.lang.Class.getMethod(Class.java:857)
at android.view.View$1.onClick(View.java:3810)
at android.view.View.performClick(View.java:4447)
at android.view.View$PerformClick.run(View.java:18445)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

java.lang.StackOverflowError

java.lang.StackOverflowError
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.groupsUpdated(UpdateBarWithGroups.java:66)
at oly.netpowerctrl.utils.gui.UpdateBarWithGroups.showNavigation(UpdateBarWithGroups.java:31)
at oly.netpowerctrl.main.OutletsFragment.onStart(OutletsFragment.java:115)
at android.app.Fragment.performStart(Fragment.java:1724)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:918)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
at android.app.BackStackRecord.run(BackStackRecord.java:684)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1447)
at android.app.FragmentManagerImpl$1.run(FragmentManager.java:443)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

java.lang.IllegalStateException: Dependency "use_energy_saving_mode" not found for preference "use_log_energy_saving_mode" (title: "Log: Energiesparmodus"

java.lang.IllegalStateException: Dependency "use_energy_saving_mode" not found for preference "use_log_energy_saving_mode" (title: "Log: Energiesparmodus"
at android.preference.Preference.registerDependency(Preference.java:1163)
at android.preference.Preference.onAttachedToActivity(Preference.java:1152)
at android.preference.PreferenceGroup.onAttachedToActivity(PreferenceGroup.java:277)
at android.preference.PreferenceGroup.onAttachedToActivity(PreferenceGroup.java:277)
at android.preference.PreferenceScreen.bind(PreferenceScreen.java:147)
at android.preference.PreferenceFragment.bindPreferences(PreferenceFragment.java:330)
at android.preference.PreferenceFragment.onActivityCreated(PreferenceFragment.java:171)
at android.app.Fragment.performActivityCreated(Fragment.java:1708)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:908)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
at android.app.BackStackRecord.run(BackStackRecord.java:684)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1447)
at android.app.FragmentManagerImpl$1.run(FragmentManager.java:443)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5001)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)

java.lang.NullPointerException

java.lang.NullPointerException
at oly.netpowerctrl.devices.DevicesWizardNew.onCreateDialog(DevicesWizardNew.java:44)
at android.app.DialogFragment.getLayoutInflater(DialogFragment.java:398)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:890)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
at android.app.BackStackRecord.run(BackStackRecord.java:684)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1447)
at android.app.FragmentManagerImpl$1.run(FragmentManager.java:443)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1

java.lang.RuntimeException: Unable to pause activity {oly.netpowerctrl/oly.netpowerctrl.main.MainActivity}: java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3051)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3006)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2984)
at android.app.ActivityThread.access$1000(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1210)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
at java.util.ArrayList.get(ArrayList.java:310)
at oly.netpowerctrl.utils.gui.DrawerAdapter.getItemViewType(DrawerAdapter.java:193)
at oly.netpowerctrl.utils.gui.NavigationController.saveSelection(NavigationController.java:212)
at oly.netpowerctrl.main.MainActivity.onPause(MainActivity.java:167)
at android.app.Activity.performPause(Activity.java:5350)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1233)
at com.lbe.security.service.core.client.b.x.callActivityOnPause(Unknown Source)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3037)
... 12 more
java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
at java.util.ArrayList.get(ArrayList.java:310)
at oly.netpowerctrl.utils.gui.DrawerAdapter.getItemViewType(DrawerAdapter.java:193)
at oly.netpowerctrl.utils.gui.NavigationController.saveSelection(NavigationController.java:212)
at oly.netpowerctrl.main.MainActivity.onPause(MainActivity.java:167)
at android.app.Activity.performPause(Activity.java:5350)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1233)
at com.lbe.security.service.core.client.b.x.callActivityOnPause(Unknown Source)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3037)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3006)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2984)
at android.app.ActivityThread.access$1000(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1210)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5034)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:805)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:621)
at dalvik.system.NativeStart.main(Native Method)

java.lang.IllegalStateException: GoogleApiClient is not connected yet.

java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:299)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:352)
at java.util.concurrent.FutureTask.setException(FutureTask.java:219)
at java.util.concurrent.FutureTask.run(FutureTask.java:239)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
Caused by: java.lang.IllegalStateException: GoogleApiClient is not connected yet.
at com.google.android.gms.internal.bq.a(Unknown Source)
at com.google.android.gms.common.api.s.b(Unknown Source)
at com.google.android.gms.drive.internal.y.c(Unknown Source)
at oly.netpowerctrl.backup.a.k.doInBackground(GDriveRefreshBackupListTask.java:19)
at android.os.AsyncTask$2.call(AsyncTask.java:287)
at java.util.concurrent.FutureTask.run(FutureTask.java:234)
... 4 more
java.lang.IllegalStateException: GoogleApiClient is not connected yet.
at com.google.android.gms.internal.bq.a(Unknown Source)
at com.google.android.gms.common.api.s.b(Unknown Source)
at com.google.android.gms.drive.internal.y.c(Unknown Source)
at oly.netpowerctrl.backup.a.k.doInBackground(GDriveRefreshBackupListTask.java:19)
at android.os.AsyncTask$2.call(AsyncTask.java:287)
at java.util.concurrent.FutureTask.run(FutureTask.java:234)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)

android.os.NetworkOnMainThreadException

android.os.NetworkOnMainThreadException
at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1156)
at java.net.InetAddress.lookupHostByName(InetAddress.java:385)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getAllByName(InetAddress.java:214)
at oly.netpowerctrl.c.d.b(DeviceConnection.java:61)
at oly.netpowerctrl.e.b.a(DeviceObserverBase.java:68)
at oly.netpowerctrl.application_state.aa.d(RuntimeDataController.java:188)
at oly.netpowerctrl.application_state.aa.c(RuntimeDataController.java:261)
at oly.netpowerctrl.application_state.ac.run(RuntimeDataController.java:239)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:157)
at android.app.ActivityThread.main(ActivityThread.java:5335)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1265)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1081)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)

java.lang.NullPointerException

java.lang.NullPointerException
at oly.netpowerctrl.b.p.a(AnelPlugin.java:380)
at oly.netpowerctrl.f.g.a(DeviceQuery.java:96)
at oly.netpowerctrl.f.g.<init>(DeviceQuery.java:31)
at oly.netpowerctrl.b.b.b(AnelDevicePreferences.java:39)
at oly.netpowerctrl.b.g.onClick(AnelDevicePreferences.java:66)
at android.view.View.performClick(View.java:4640)
at android.view.View$PerformClick.run(View.java:19421)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5579)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)

java.lang.IndexOutOfBoundsException: Invalid index 10, size is 10

java.lang.IndexOutOfBoundsException: Invalid index 10, size is 10
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
at java.util.ArrayList.remove(ArrayList.java:403)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.removeAt(DevicePortsBaseAdapter.java:514)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.removeAllMarked(DevicePortsBaseAdapter.java:563)
at oly.netpowerctrl.device_ports.DevicePortSourceConfigured.updateNow(DevicePortSourceConfigured.java:45)
at oly.netpowerctrl.main.OutletsFragment.changeArguments(OutletsFragment.java:127)
at oly.netpowerctrl.utils.gui.DrawerController.selectItem(DrawerController.java:271)
at oly.netpowerctrl.utils.gui.DrawerController$DrawerItemClickListener.onItemClick(DrawerController.java:290)
at android.widget.AdapterView.performItemClick(AdapterView.java:299)
at android.widget.AbsListView.performItemClick(AbsListView.java:1146)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:2937)
at android.widget.AbsListView$3.run(AbsListView.java:3679)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5050)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:615)
at dalvik.system.NativeStart.main(Native Method)

java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState

java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
at android.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1318)
at android.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1329)
at android.app.BackStackRecord.commitInternal(BackStackRecord.java:595)
at android.app.BackStackRecord.commit(BackStackRecord.java:574)
at oly.netpowerctrl.utils_gui.k.a(NavigationController.java:308)
at oly.netpowerctrl.utils_gui.k.a(NavigationController.java:198)
at oly.netpowerctrl.main.e.run(MainActivity.java:114)
at android.os.Handler.handleCallback(Handler.java:730)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)

java.lang.IndexOutOfBoundsException: Invalid index 14, size is 14

java.lang.IndexOutOfBoundsException: Invalid index 14, size is 14
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
at java.util.ArrayList.remove(ArrayList.java:403)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.removeAt(DevicePortsBaseAdapter.java:510)
at oly.netpowerctrl.device_ports.DevicePortsBaseAdapter.removeAll(DevicePortsBaseAdapter.java:467)
at oly.netpowerctrl.device_ports.DevicePortSourceConfigured.onDeviceUpdated(DevicePortSourceConfigured.java:92)
at oly.netpowerctrl.devices.DeviceCollection.notifyDeviceObservers(DeviceCollection.java:116)
at oly.netpowerctrl.devices.DeviceCollection.updateNotReachable(DeviceCollection.java:188)
at oly.netpowerctrl.network.DeviceObserverBase$2.run(DeviceObserverBase.java:39)
at android.os.Handler.handleCallback(Handler.java:738)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5070)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:836)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:631)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.