Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

The Server seems to be down #4

@fin-ger

Description

@fin-ger

When using this App I get "Server unreachable, verify your connection or try again later".

Logcat tells me that the hostname could not be resolved:

Expand to view log
09-20 09:37:03.264 I/OpenGLRenderer(21109): Davey! duration=831ms; Flags=0, IntendedVsync=1089285121272678, Vsync=1089285121272678, OldestInputEvent=1089285101119000, NewestInputEvent=1089285116272678, HandleInputStart=1089285123159506, AnimationStart=1089285124192110, PerformTraversalsStart=1089285124194402, DrawStart=1089285943029818, SyncQueued=1089285945172735, SyncStart=1089285945246068, IssueDrawCommandsStart=1089285945557630, SwapBuffers=1089285952020547, FrameCompleted=1089285953210339, DequeueBufferDuration=4968000, QueueBufferDuration=303000, 
09-20 09:37:03.271 I/Choreographer(21109): Skipped 50 frames!  The application may be doing too much work on its main thread.
09-20 09:37:03.438 W/System.err(21109): java.net.UnknownHostException: Unable to resolve host "server01-hopedia.rhcloud.com": No address associated with hostname
09-20 09:37:03.443 W/System.err(21109): 	at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:157)
09-20 09:37:03.444 W/System.err(21109): 	at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:105)
09-20 09:37:03.445 W/System.err(21109): 	at java.net.InetAddress.getAllByName(InetAddress.java:1154)
09-20 09:37:03.447 W/System.err(21109): 	at com.android.okhttp.Dns$1.lookup(Dns.java:39)
09-20 09:37:03.447 W/System.err(21109): 	at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:175)
09-20 09:37:03.448 W/System.err(21109): 	at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:141)
09-20 09:37:03.448 W/System.err(21109): 	at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:83)
09-20 09:37:03.449 W/System.err(21109): 	at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:174)
09-20 09:37:03.449 W/System.err(21109): 	at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126)
09-20 09:37:03.450 W/System.err(21109): 	at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95)
09-20 09:37:03.450 W/System.err(21109): 	at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281)
09-20 09:37:03.450 W/System.err(21109): 	at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224)
09-20 09:37:03.451 W/System.err(21109): 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:461)
09-20 09:37:03.452 W/System.err(21109): 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:127)
09-20 09:37:03.453 W/System.err(21109): 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:258)
09-20 09:37:03.453 W/System.err(21109): 	at io.github.hopedia.NetRequest.doInBackground(NetRequest.java:123)
09-20 09:37:03.453 W/System.err(21109): 	at io.github.hopedia.NetRequest.doInBackground(NetRequest.java:43)
09-20 09:37:03.454 W/System.err(21109): 	at android.os.AsyncTask$2.call(AsyncTask.java:333)
09-20 09:37:03.454 W/System.err(21109): 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09-20 09:37:03.455 W/System.err(21109): 	at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
09-20 09:37:03.455 W/System.err(21109): 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-20 09:37:03.456 W/System.err(21109): 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-20 09:37:03.456 W/System.err(21109): 	at java.lang.Thread.run(Thread.java:764)
09-20 09:37:03.457 W/System.err(21109): Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname)
09-20 09:37:03.458 W/System.err(21109): 	at libcore.io.Linux.android_getaddrinfo(Native Method)
09-20 09:37:03.458 W/System.err(21109): 	at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:172)
09-20 09:37:03.458 W/System.err(21109): 	at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:137)
09-20 09:37:03.459 W/System.err(21109): 	... 22 more
09-20 09:37:05.630 E/ZXingScannerView(21109): java.lang.RuntimeException: Camera is being used after Camera.release() was called
09-20 09:37:05.630 E/ZXingScannerView(21109): java.lang.RuntimeException: Camera is being used after Camera.release() was called
09-20 09:37:05.630 E/ZXingScannerView(21109): 	at android.hardware.Camera.native_getParameters(Native Method)
09-20 09:37:05.630 E/ZXingScannerView(21109): 	at android.hardware.Camera.getParameters(Camera.java:2211)
09-20 09:37:05.630 E/ZXingScannerView(21109): 	at me.dm7.barcodescanner.zxing.ZXingScannerView.onPreviewFrame(ZXingScannerView.java:98)
09-20 09:37:05.630 E/ZXingScannerView(21109): 	at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1287)
09-20 09:37:05.630 E/ZXingScannerView(21109): 	at android.os.Handler.dispatchMessage(Handler.java:106)
09-20 09:37:05.630 E/ZXingScannerView(21109): 	at android.os.Looper.loop(Looper.java:193)
09-20 09:37:05.630 E/ZXingScannerView(21109): 	at android.os.HandlerThread.run(HandlerThread.java:65)
09-20 09:37:06.300 I/Choreographer(21109): Skipped 93 frames!  The application may be doing too much work on its main thread.
09-20 09:37:06.303 W/ActivityThread(21109): handleWindowVisibility: no activity for token android.os.BinderProxy@dc31186
09-20 09:37:06.306 I/OpenGLRenderer(21109): Davey! duration=1511ms; Flags=0, IntendedVsync=1089287483117123, Vsync=1089288983117099, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=1089288989755754, AnimationStart=1089288989789973, PerformTraversalsStart=1089288989790702, DrawStart=1089288990519765, SyncQueued=1089288990753202, SyncStart=1089288990969869, IssueDrawCommandsStart=1089288991238567, SwapBuffers=1089288993598202, FrameCompleted=1089288994803306, DequeueBufferDuration=298000, QueueBufferDuration=281000, 
09-20 09:37:06.390 W/System.err(21109): java.net.UnknownHostException: Unable to resolve host "server01-hopedia.rhcloud.com": No address associated with hostname
09-20 09:37:06.391 W/System.err(21109): 	at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:157)
09-20 09:37:06.392 W/System.err(21109): 	at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:105)
09-20 09:37:06.392 W/System.err(21109): 	at java.net.InetAddress.getAllByName(InetAddress.java:1154)
09-20 09:37:06.393 W/System.err(21109): 	at com.android.okhttp.Dns$1.lookup(Dns.java:39)
09-20 09:37:06.393 W/System.err(21109): 	at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:175)
09-20 09:37:06.393 W/System.err(21109): 	at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:141)
09-20 09:37:06.394 W/System.err(21109): 	at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:83)
09-20 09:37:06.394 W/System.err(21109): 	at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:174)
09-20 09:37:06.394 W/System.err(21109): 	at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126)
09-20 09:37:06.394 W/System.err(21109): 	at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95)
09-20 09:37:06.395 W/System.err(21109): 	at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281)
09-20 09:37:06.395 W/System.err(21109): 	at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224)
09-20 09:37:06.396 W/System.err(21109): 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:461)
09-20 09:37:06.396 W/System.err(21109): 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:127)
09-20 09:37:06.396 W/System.err(21109): 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:258)
09-20 09:37:06.397 W/System.err(21109): 	at io.github.hopedia.NetRequest.doInBackground(NetRequest.java:123)
09-20 09:37:06.397 W/System.err(21109): 	at io.github.hopedia.NetRequest.doInBackground(NetRequest.java:43)
09-20 09:37:06.397 W/System.err(21109): 	at android.os.AsyncTask$2.call(AsyncTask.java:333)
09-20 09:37:06.397 W/System.err(21109): 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09-20 09:37:06.398 W/System.err(21109): 	at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
09-20 09:37:06.398 W/System.err(21109): 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-20 09:37:06.398 W/System.err(21109): 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-20 09:37:06.399 W/System.err(21109): 	at java.lang.Thread.run(Thread.java:764)
09-20 09:37:06.399 W/System.err(21109): Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname)
09-20 09:37:06.399 W/System.err(21109): 	at libcore.io.Linux.android_getaddrinfo(Native Method)
09-20 09:37:06.400 W/System.err(21109): 	at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:172)
09-20 09:37:06.400 W/System.err(21109): 	at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:137)
09-20 09:37:06.400 W/System.err(21109): 	... 22 more
09-20 09:39:24.333 I/Choreographer(21109): Skipped 32 frames!  The application may be doing too much work on its main thread.
09-20 09:39:24.503 W/System.err(21109): java.net.UnknownHostException: Unable to resolve host "server01-hopedia.rhcloud.com": No address associated with hostname
09-20 09:39:24.503 W/System.err(21109): 	at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:157)
09-20 09:39:24.503 W/System.err(21109): 	at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:105)
09-20 09:39:24.504 W/System.err(21109): 	at java.net.InetAddress.getAllByName(InetAddress.java:1154)
09-20 09:39:24.504 W/System.err(21109): 	at com.android.okhttp.Dns$1.lookup(Dns.java:39)
09-20 09:39:24.504 W/System.err(21109): 	at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:175)
09-20 09:39:24.504 W/System.err(21109): 	at com.android.okhttp.internal.http.RouteSelector.nextProxy(RouteSelector.java:141)
09-20 09:39:24.505 W/System.err(21109): 	at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:83)
09-20 09:39:24.505 W/System.err(21109): 	at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:174)
09-20 09:39:24.505 W/System.err(21109): 	at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126)
09-20 09:39:24.505 W/System.err(21109): 	at com.android.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95)
09-20 09:39:24.510 W/System.err(21109): 	at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:281)
09-20 09:39:24.511 W/System.err(21109): 	at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224)
09-20 09:39:24.511 W/System.err(21109): 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:461)
09-20 09:39:24.512 W/System.err(21109): 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:127)
09-20 09:39:24.512 W/System.err(21109): 	at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:258)
09-20 09:39:24.513 W/System.err(21109): 	at io.github.hopedia.NetRequest.doInBackground(NetRequest.java:123)
09-20 09:39:24.513 W/System.err(21109): 	at io.github.hopedia.NetRequest.doInBackground(NetRequest.java:43)
09-20 09:39:24.513 W/System.err(21109): 	at android.os.AsyncTask$2.call(AsyncTask.java:333)
09-20 09:39:24.514 W/System.err(21109): 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09-20 09:39:24.514 W/System.err(21109): 	at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
09-20 09:39:24.514 W/System.err(21109): 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-20 09:39:24.514 W/System.err(21109): 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-20 09:39:24.515 W/System.err(21109): 	at java.lang.Thread.run(Thread.java:764)
09-20 09:39:24.515 W/System.err(21109): Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname)
09-20 09:39:24.515 W/System.err(21109): 	at libcore.io.Linux.android_getaddrinfo(Native Method)
09-20 09:39:24.516 W/System.err(21109): 	at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:172)
09-20 09:39:24.516 W/System.err(21109): 	at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:137)
09-20 09:39:24.516 W/System.err(21109): 	... 22 more

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions