Community


All times are UTC - 5 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Ubuntu 15.10 com.neorouter.jni.ClientOMException: -214748363
PostPosted: Mon Jul 11, 2016 11:18 am 
Offline

Joined: Mon Jul 11, 2016 11:02 am
Posts: 1
Hi all, I uses latest neorouter pro 2.4 and if there's a disconnet, neorouter client can't re-connect, I always get an exception bellow:
Exception in thread "AWT-EventQueue-1" java.security.PrivilegedActionException: java.security.PrivilegedActionException: com.neorouter.jni.ClientOMException: -2147483638
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at org.GNOME.Accessibility.AtkWrapper$5.dispatchEvent(AtkWrapper.java:697)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.security.PrivilegedActionException: com.neorouter.jni.ClientOMException: -2147483638
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)


Event restart of neorouter doesn't help, it starts work fine only after restarting of ubuntu.

Could you please fix this? it's very annoying I use mobile internet and disconnects isn't something unsual for me and I have to restart PC many times a day.


Top
 Profile  
 
 Post subject: Re: Ubuntu 15.10 com.neorouter.jni.ClientOMException: -214748363
PostPosted: Wed Jul 13, 2016 9:37 am 
Offline

Joined: Sun Nov 16, 2008 6:41 am
Posts: 1878
Hi Fry33,

Thanks for your post. We will investigate the issue and fix it in the future release.

Thanks,
KevinZ - NeoRouter team


Top
 Profile  
 
 Post subject: Re: Ubuntu 15.10 com.neorouter.jni.ClientOMException: -214748363
PostPosted: Thu Oct 27, 2016 10:59 am 
Offline

Joined: Thu Oct 27, 2016 10:47 am
Posts: 1
Having the exact same issue on Arch Linux (Antergos) using aur.archlinux.org/packages/nrclient2-free/, trying to connect to a Debian server but it always hangs on "Signing in progress...".

Full error:
Code:
Exception in thread "AWT-EventQueue-0" java.security.PrivilegedActionException: java.security.PrivilegedActionException: com.neorouter.jni.ClientOMException: -2147483638
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.security.PrivilegedActionException: com.neorouter.jni.ClientOMException: -2147483638
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
   at java.awt.EventQueue$4.run(EventQueue.java:731)
   at java.awt.EventQueue$4.run(EventQueue.java:729)
   ... 9 more
Caused by: com.neorouter.jni.ClientOMException: -2147483638
   at com.neorouter.jni.ClientOM.SignIn(Native Method)
   at com.neorouter.client.MainFrame.SignIn(MainFrame.java:330)
   at com.neorouter.client.SignInPanel.SignIn(SignInPanel.java:138)
   at com.neorouter.client.SignInPanel.actionPerformed(SignInPanel.java:127)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
   at java.awt.Component.processMouseEvent(Component.java:6533)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
   at java.awt.Component.processEvent(Component.java:6298)
   at java.awt.Container.processEvent(Container.java:2236)
   at java.awt.Component.dispatchEventImpl(Component.java:4889)
   at java.awt.Container.dispatchEventImpl(Container.java:2294)
   at java.awt.Component.dispatchEvent(Component.java:4711)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
   at java.awt.Container.dispatchEventImpl(Container.java:2280)
   at java.awt.Window.dispatchEventImpl(Window.java:2746)
   at java.awt.Component.dispatchEvent(Component.java:4711)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   ... 14 more


EDIT: Happens all the time for me, also after rebooting, so I have no way of getting it to work.


Top
 Profile  
 
 Post subject: Re: Ubuntu 15.10 com.neorouter.jni.ClientOMException: -214748363
PostPosted: Mon Mar 27, 2017 8:14 am 
Offline

Joined: Mon Mar 27, 2017 8:06 am
Posts: 3
I have the same probleme trying to connect from arhlinux to windows server 2008
it keep connecting...
:(
i see this post have month and nobody have a solution


Top
 Profile  
 
 Post subject: Re: Ubuntu 15.10 com.neorouter.jni.ClientOMException: -214748363
PostPosted: Tue Mar 28, 2017 10:14 am 
Offline

Joined: Mon Mar 27, 2017 8:06 am
Posts: 3
techman32 wrote:
I have the same problem trying to connect from arhlinux to windows server 2008
it keep connecting...
:(
i see this post have month and nobody have a solution


######FIXED#######
ok guys i found the problem searching other post around:
the problem with the sing in in progress bug... is that we need to start the nrclient.server before sing in
it is located en /usr/local/ZebraNetworkS
systemctl start nrclient.service did the trick
now it work :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: