NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.04k stars 14.09k forks source link

Jitsi misses ui elements and desktop tray #4014

Closed vandenoever closed 8 years ago

vandenoever commented 10 years ago

Starting jitsi from master gives this dialog: ![Uploading jitsi_no_username.png . . .]() And this log: 07:43:31.245 SEVERE: [13] org.jitsi.impl.neomedia.device.DeviceConfiguration.error() Failed to register custom Renderer org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer with JMF. java.lang.IllegalStateException: audioSystem at org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer.(PulseAudioRenderer.java:105) at org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer.(PulseAudioRenderer.java:85) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at java.lang.Class.newInstance(Class.java:374) at org.jitsi.impl.neomedia.device.DeviceConfiguration.registerCustomRenderers(DeviceConfiguration.java:1028) at org.jitsi.impl.neomedia.device.DeviceConfiguration.(DeviceConfiguration.java:355) at org.jitsi.impl.neomedia.MediaServiceImpl.(MediaServiceImpl.java:141) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at java.lang.Class.newInstance(Class.java:374) at org.jitsi.impl.libjitsi.LibJitsiImpl.getService(LibJitsiImpl.java:133) at org.jitsi.impl.libjitsi.LibJitsiOSGiImpl.getService(LibJitsiOSGiImpl.java:86) at org.jitsi.service.libjitsi.LibJitsi.invokeGetServiceOnImpl(LibJitsi.java:163) at org.jitsi.service.libjitsi.LibJitsi.getMediaService(LibJitsi.java:115) at net.java.sip.communicator.impl.neomedia.NeomediaActivator.start(NeomediaActivator.java:380) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904) at org.apache.felix.framework.Felix.startBundle(Felix.java:1822) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266) at java.lang.Thread.run(Thread.java:745) 07:43:31.258 SEVERE: [13] org.jitsi.impl.neomedia.device.DeviceConfiguration.error() Failed to register custom Renderer org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer with JMF. java.lang.UnsatisfiedLinkError: /nix/store/4c21h5vvzqgfnhbpmdalkp4g2cvkskp4-jitsi-2.4.4997/lib/native/linux-64/libjnawtrenderer.so: libjawt.so: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1880) at java.lang.Runtime.loadLibrary0(Runtime.java:849) at java.lang.System.loadLibrary(System.java:1088) at org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer.(JAWTRenderer.java:90) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:190) at org.jitsi.impl.neomedia.device.DeviceConfiguration.registerCustomRenderers(DeviceConfiguration.java:1028) at org.jitsi.impl.neomedia.device.DeviceConfiguration.(DeviceConfiguration.java:355) at org.jitsi.impl.neomedia.MediaServiceImpl.(MediaServiceImpl.java:141) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at java.lang.Class.newInstance(Class.java:374) at org.jitsi.impl.libjitsi.LibJitsiImpl.getService(LibJitsiImpl.java:133) at org.jitsi.impl.libjitsi.LibJitsiOSGiImpl.getService(LibJitsiOSGiImpl.java:86) at org.jitsi.service.libjitsi.LibJitsi.invokeGetServiceOnImpl(LibJitsi.java:163) at org.jitsi.service.libjitsi.LibJitsi.getMediaService(LibJitsi.java:115) at net.java.sip.communicator.impl.neomedia.NeomediaActivator.start(NeomediaActivator.java:380) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904) at org.apache.felix.framework.Felix.startBundle(Felix.java:1822) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266) at java.lang.Thread.run(Thread.java:745) 07:43:32.725 SEVERE: [13] impl.osdependent.SystemTray.getDefaultDesktop().62 Failed to initialize the java.awt.SystemTray implementation. java.lang.UnsupportedOperationException: java.lang.reflect.InvocationTargetException at net.java.sip.communicator.impl.osdependent.Desktop$AWTDesktopPeer.(Desktop.java:180) at net.java.sip.communicator.impl.osdependent.Desktop.getDefaultDesktop(Desktop.java:58) at net.java.sip.communicator.impl.osdependent.DesktopServiceImpl.(DesktopServiceImpl.java:30) at net.java.sip.communicator.impl.osdependent.OsDependentActivator.start(OsDependentActivator.java:87) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904) at org.apache.felix.framework.Felix.startBundle(Felix.java:1822) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.java.sip.communicator.impl.osdependent.Desktop$AWTDesktopPeer.(Desktop.java:172) ... 9 more Caused by: java.lang.UnsupportedOperationException: Desktop API is not supported on the current platform at java.awt.Desktop.getDesktop(Desktop.java:144) ... 14 more 07:43:32.726 SEVERE: [13] impl.osdependent.SystemTray.getDefaultDesktop().70 Failed to initialize the desktop.tray implementation. java.lang.UnsupportedOperationException: Failed to initialize the desktop.tray implementation. at net.java.sip.communicator.impl.osdependent.Desktop.getDefaultDesktop(Desktop.java:72) at net.java.sip.communicator.impl.osdependent.DesktopServiceImpl.(DesktopServiceImpl.java:30) at net.java.sip.communicator.impl.osdependent.OsDependentActivator.start(OsDependentActivator.java:87) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904) at org.apache.felix.framework.Felix.startBundle(Felix.java:1822) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField.(BasicComboBoxEditor.java:131) at javax.swing.plaf.basic.BasicComboBoxEditor.createEditorComponent(BasicComboBoxEditor.java:61) at javax.swing.plaf.basic.BasicComboBoxEditor.(BasicComboBoxEditor.java:46) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:53) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:225) at net.java.sip.communicator.plugin.accountinfo.AccountInfoPanel.(AccountInfoPanel.java:70) at net.java.sip.communicator.plugin.accountinfo.AccountInfoMenuItemComponent.(AccountInfoMenuItemComponent.java:52) at net.java.sip.communicator.plugin.accountinfo.AccountInfoActivator$1.getPluginInstance(AccountInfoActivator.java:54) at net.java.sip.communicator.service.gui.PluginComponentFactory.getPluginComponentInstance(PluginComponentFactory.java:144) at net.java.sip.communicator.impl.gui.main.menus.ToolsMenu$1.run(ToolsMenu.java:191) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.metal.MetalComboBoxEditor$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.metal.MetalComboBoxEditor$1.(MetalComboBoxEditor.java:55) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:55) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:225) at net.java.sip.communicator.plugin.accountinfo.AccountInfoPanel.(AccountInfoPanel.java:70) at net.java.sip.communicator.plugin.accountinfo.AccountInfoMenuItemComponent.(AccountInfoMenuItemComponent.java:52) at net.java.sip.communicator.plugin.accountinfo.AccountInfoActivator$1.getPluginInstance(AccountInfoActivator.java:54) at net.java.sip.communicator.service.gui.PluginComponentFactory.getPluginComponentInstance(PluginComponentFactory.java:144) at net.java.sip.communicator.impl.gui.main.menus.ToolsMenu$1.run(ToolsMenu.java:191) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) UIDefaults.getUI() failed: no ComponentUI class for: net.java.sip.communicator.plugin.desktoputil.TrimTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.desktoputil.TrimTextField.(TrimTextField.java:16) at net.java.sip.communicator.plugin.ippiaccregwizz.CreateIppiAccountForm.(CreateIppiAccountForm.java:46) at net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard.(IppiAccountRegistrationWizard.java:46) at net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccRegWizzActivator.start(IppiAccRegWizzActivator.java:78) at net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccRegWizzActivator$1.run(IppiAccRegWizzActivator.java:64) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.ippiaccregwizz.CreateIppiAccountForm.(CreateIppiAccountForm.java:61) at net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard.(IppiAccountRegistrationWizard.java:46) at net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccRegWizzActivator.start(IppiAccRegWizzActivator.java:78) at net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccRegWizzActivator$1.run(IppiAccRegWizzActivator.java:64) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:291) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: net.java.sip.communicator.plugin.desktoputil.TrimTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.desktoputil.TrimTextField.(TrimTextField.java:16) at net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel.(AccountPanel.java:43) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:67) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel.(AccountPanel.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:67) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:38) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:40) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:42) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:198) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:44) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:198) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:46) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:198) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:48) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:198) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:50) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField.(BasicComboBoxEditor.java:131) at javax.swing.plaf.basic.BasicComboBoxEditor.createEditorComponent(BasicComboBoxEditor.java:61) at javax.swing.plaf.basic.BasicComboBoxEditor.(BasicComboBoxEditor.java:46) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:53) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:225) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:54) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.metal.MetalComboBoxEditor$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.metal.MetalComboBoxEditor$1.(MetalComboBoxEditor.java:55) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:55) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:225) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:54) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField.(BasicComboBoxEditor.java:131) at javax.swing.plaf.basic.BasicComboBoxEditor.createEditorComponent(BasicComboBoxEditor.java:61) at javax.swing.plaf.basic.BasicComboBoxEditor.(BasicComboBoxEditor.java:46) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:53) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:56) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.metal.MetalComboBoxEditor$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.metal.MetalComboBoxEditor$1.(MetalComboBoxEditor.java:55) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:55) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:56) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField.(BasicComboBoxEditor.java:131) at javax.swing.plaf.basic.BasicComboBoxEditor.createEditorComponent(BasicComboBoxEditor.java:61) at javax.swing.plaf.basic.BasicComboBoxEditor.(BasicComboBoxEditor.java:46) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:53) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:59) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.metal.MetalComboBoxEditor$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.metal.MetalComboBoxEditor$1.(MetalComboBoxEditor.java:55) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:55) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:59) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:183) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:62) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField.(BasicComboBoxEditor.java:131) at javax.swing.plaf.basic.BasicComboBoxEditor.createEditorComponent(BasicComboBoxEditor.java:61) at javax.swing.plaf.basic.BasicComboBoxEditor.(BasicComboBoxEditor.java:46) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:53) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:66) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.metal.MetalComboBoxEditor$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.metal.MetalComboBoxEditor$1.(MetalComboBoxEditor.java:55) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:55) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:66) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel.(ConnectionPanel.java:83) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:68) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField.(BasicComboBoxEditor.java:131) at javax.swing.plaf.basic.BasicComboBoxEditor.createEditorComponent(BasicComboBoxEditor.java:61) at javax.swing.plaf.basic.BasicComboBoxEditor.(BasicComboBoxEditor.java:46) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:53) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.desktoputil.wizard.SecurityPanel.initComponents(SecurityPanel.java:401) at net.java.sip.communicator.plugin.desktoputil.wizard.SecurityPanel.(SecurityPanel.java:224) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:69) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.metal.MetalComboBoxEditor$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.metal.MetalComboBoxEditor$1.(MetalComboBoxEditor.java:55) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:55) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.desktoputil.wizard.SecurityPanel.initComponents(SecurityPanel.java:401) at net.java.sip.communicator.plugin.desktoputil.wizard.SecurityPanel.(SecurityPanel.java:224) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:69) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:183) at net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel.(PresencePanel.java:56) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:72) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:183) at net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel.(PresencePanel.java:60) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:72) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel.(PresencePanel.java:64) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:72) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel.(PresencePanel.java:66) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:72) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField.(BasicComboBoxEditor.java:131) at javax.swing.plaf.basic.BasicComboBoxEditor.createEditorComponent(BasicComboBoxEditor.java:61) at javax.swing.plaf.basic.BasicComboBoxEditor.(BasicComboBoxEditor.java:46) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:53) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel.(PresencePanel.java:75) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:72) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.metal.MetalComboBoxEditor$1[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.metal.MetalComboBoxEditor$1.(MetalComboBoxEditor.java:55) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:55) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel.(PresencePanel.java:75) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm.(SIPAccountRegistrationForm.java:72) at net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage.(FirstWizardPage.java:47) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:608) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard.getSimpleForm(SIPAccountRegistrationWizard.java:594) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:291) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: net.java.sip.communicator.plugin.desktoputil.TrimTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.desktoputil.TrimTextField.(TrimTextField.java:16) at net.java.sip.communicator.plugin.jabberaccregwizz.AccountPanel.(AccountPanel.java:45) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm.(JabberAccountRegistrationForm.java:72) at net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage.(FirstWizardPage.java:55) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:561) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:545) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:183) at net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel.(ConnectionPanel.java:63) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm.(JabberAccountRegistrationForm.java:74) at net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage.(FirstWizardPage.java:55) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:561) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:545) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:183) at net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel.(ConnectionPanel.java:71) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm.(JabberAccountRegistrationForm.java:74) at net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage.(FirstWizardPage.java:55) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:561) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:545) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:172) at net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel.(ConnectionPanel.java:85) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm.(JabberAccountRegistrationForm.java:74) at net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage.(FirstWizardPage.java:55) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:561) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:545) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:183) at net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel.(ConnectionPanel.java:90) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm.(JabberAccountRegistrationForm.java:74) at net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage.(FirstWizardPage.java:55) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:561) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:545) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745) UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,columns=0,columnWidth=0,command=,horizontalAlignment=CENTER] java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:732) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:130) at javax.swing.UIDefaults.getUI(UIDefaults.java:762) at javax.swing.UIManager.getUI(UIManager.java:1013) at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:348) at javax.swing.text.JTextComponent.(JTextComponent.java:322) at javax.swing.JTextField.(JTextField.java:231) at javax.swing.JTextField.(JTextField.java:212) at javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField.(BasicComboBoxEditor.java:131) at javax.swing.plaf.basic.BasicComboBoxEditor.createEditorComponent(BasicComboBoxEditor.java:61) at javax.swing.plaf.basic.BasicComboBoxEditor.(BasicComboBoxEditor.java:46) at javax.swing.plaf.metal.MetalComboBoxEditor.(MetalComboBoxEditor.java:53) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor.(SIPCommComboBoxEditor.java:33) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor$UIResource.(SIPCommComboBoxEditor.java:132) at net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI.createEditor(SIPCommComboBoxUI.java:53) at javax.swing.plaf.basic.BasicComboBoxUI.installUI(BasicComboBoxUI.java:265) at javax.swing.JComponent.setUI(JComponent.java:664) at javax.swing.JComboBox.setUI(JComboBox.java:257) at javax.swing.JComboBox.updateUI(JComboBox.java:266) at javax.swing.JComboBox.init(JComboBox.java:231) at javax.swing.JComboBox.(JComboBox.java:197) at net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel.(ConnectionPanel.java:105) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm.(JabberAccountRegistrationForm.java:74) at net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage.(FirstWizardPage.java:55) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:561) at net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard.getSimpleForm(JabberAccountRegistrationWizard.java:545) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame$AccountRegistrationPanel.(InitialAccountRegistrationFrame.java:323) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.addAccountRegistrationForm(InitialAccountRegistrationFrame.java:534) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.initAccountWizards(InitialAccountRegistrationFrame.java:263) at net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame.(InitialAccountRegistrationFrame.java:123) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.showDialog(SimpleAccountRegistrationActivator.java:173) at net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator.serviceChanged(SimpleAccountRegistrationActivator.java:94) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator.start(SIPAccRegWizzActivator.java:69) at net.java.sip.communicator.util.AbstractServiceDependentActivator$DependentServiceListener.serviceChanged(AbstractServiceDependentActivator.java:127) at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:871) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:733) at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662) at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3890) at org.apache.felix.framework.Felix.access$000(Felix.java:79) at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:728) at org.apache.felix.framework.ServiceRegistry.registerService(ServiceRegistry.java:107) at org.apache.felix.framework.Felix.registerService(Felix.java:2979) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:313) at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:287) at net.java.sip.communicator.impl.gui.GuiActivator$1$1.run(GuiActivator.java:182) at java.lang.Thread.run(Thread.java:745)

vandenoever commented 10 years ago

jitsi_no_username

Profpatsch commented 8 years ago

(triage) looks fixed

pSub commented 8 years ago

This issue was fixed in #9909.

Profpatsch commented 8 years ago

Can be closed @jagajaga

jagajaga commented 8 years ago

I can't close O_o

pSub commented 8 years ago

I cannot close it, too. I clicked "Close and comment" but obviously nothing happened. Strange. I guess we should contact github about this.

vandenoever commented 8 years ago

Jitsi from nixpkgs master gives me no systray:

ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave
ALSA lib pcm_dmix.c:1029:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2337:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2337:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2337:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_dmix.c:968:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
ALSA lib pcm_dmix.c:1029:(snd_pcm_dmix_open) unable to open slave
15:48:01.175 SEVERE: [40] impl.osdependent.jdic.SystrayServiceJdicImpl.checkInitialized().464 Systray not init
khumba commented 8 years ago

This is on NixOS, @vandenoever?

I'm sorry but I can't investigate right now; I'm travelling until mid-May, didn't bring NixOS.

vandenoever commented 8 years ago

On Saturday 19 March 2016 17:49:48 Bryan Gardiner wrote:

This is on NixOS, @vandenoever?

Yes, NixOS 15.09. I checked with the 15.09 and the nixpkgs master branch.

garbas commented 8 years ago

issue was fixed in #9909, please reopen if issue still exists.