Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when run first time #1

Closed
tvesalainen opened this issue May 4, 2014 · 1 comment
Closed

Exception when run first time #1

tvesalainen opened this issue May 4, 2014 · 1 comment
Assignees

Comments

@tvesalainen
Copy link
Owner

After loading and extracting installation zip.

When running start.bat for the first time the following exception is thrown:

C:\Users\tkv\Documents\NetBeansProjects\HoskiWebappNNB\target\hsk-members-admin
hsk-members>java -jar hoski-admin-1.0.3-jar-with-dependencies.jar login.properti
es
Exception in thread "AWT-EventQueue-0" java.util.NoSuchElementException
at java.util.LinkedList.getFirst(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.repostIfFollowsKeyEvents(Unknown
Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.SequencedEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
java.util.NoSuchElementException
at java.util.LinkedList.getFirst(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.repostIfFollowsKeyEvents(Unknown
Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at fi.hoski.remote.ui.ExceptionHandler.dispatchEvent(ExceptionHandler.ja
va:35)
at java.awt.SequencedEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at fi.hoski.remote.ui.ExceptionHandler.dispatchEvent(ExceptionHandler.ja
va:35)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
java.lang.IllegalArgumentException: java.net.UnknownHostException: www.google.co
m
at fi.hoski.remote.DataStoreProxy.run(DataStoreProxy.java:145)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.UnknownHostException: www.google.com
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.(Unknown Source)
at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at com.google.appengine.repackaged.org.apache.commons.httpclient.protoco
l.SSLProtocolSocketFactory.createSocket(Unknown Source)
at com.google.appengine.repackaged.org.apache.commons.httpclient.protoco
l.SSLProtocolSocketFactory.createSocket(Unknown Source)
at com.google.appengine.repackaged.org.apache.commons.httpclient.HttpCon
nection.open(Unknown Source)
at com.google.appengine.repackaged.org.apache.commons.httpclient.HttpMet
hodDirector.executeWithRetry(Unknown Source)
at com.google.appengine.repackaged.org.apache.commons.httpclient.HttpMet
hodDirector.executeMethod(Unknown Source)
at com.google.appengine.repackaged.org.apache.commons.httpclient.HttpCli
ent.executeMethod(Unknown Source)
at com.google.appengine.repackaged.org.apache.commons.httpclient.HttpCli
ent.executeMethod(Unknown Source)
at com.google.appengine.tools.remoteapi.StandaloneClientLogin.executePos
t(StandaloneClientLogin.java:33)
at com.google.appengine.tools.remoteapi.ClientLogin.login(ClientLogin.ja
va:37)
at com.google.appengine.tools.remoteapi.RemoteApiInstaller.loginImpl(Rem
oteApiInstaller.java:311)
at com.google.appengine.tools.remoteapi.RemoteApiInstaller.login(RemoteA
piInstaller.java:276)
at com.google.appengine.tools.remoteapi.RemoteApiInstaller.install(Remot
eApiInstaller.java:116)
at fi.hoski.datastore.RemoteAppEngine.call(RemoteAppEngine.java:49)
at fi.hoski.remote.DataStoreProxy.run(DataStoreProxy.java:141)
... 1 more

@tvesalainen tvesalainen self-assigned this May 4, 2014
@hvesalai
Copy link
Collaborator

hvesalai commented May 4, 2014

Melko selkeä:

Caused by: java.net.UnknownHostException: www.google.com

Eli verkko ei ollut ihan kunnossa kun softa käynnistettiin. Voihan ton toki pyrkiä käsittelemään, mutta ei ihan top-priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants