Questions tagged [service-not-available]

22 questions
0
votes
1 answer

Camel and source/target system availabilites strategy

I am new to Camel and am looking for patterns or strategies to manage the availability of a target system in a Camel route. For example, say I want: - to read input data from an file server - process the data (data -> targetData) - to send the…
Gilles
  • 357
  • 3
  • 20
0
votes
2 answers

SignalR: Check if server is available

I have a C# server and a C# client using SignalR to communicate. Both are WPF applications. On my client I have a button for logging in at the server. I want to disable the login button if the server is not available. Is there any way I can check if…
Mighty Badaboom
  • 6,067
  • 5
  • 34
  • 51
0
votes
1 answer

Amazon-Android Registration Error(601): SERVICE_NOT_AVAILABLE

Today I tried to implement the Amazon push notification into my android app. I followed this instruction: http://docs.aws.amazon.com/sns/latest/dg/mobile-push-gcm.html But at the third step when I start the "AndroidMobilePushApp" there comes no…
0
votes
0 answers

GCM SERVICE_NOT_AVAILABLE error in my coding

Hi i'm creating the gcm for my project but i cant get REGISTRATION ID here is my coding For GCM request public void gcmrequest() { Intent registrationIntent = new Intent("com.google.android.c2dm.intent.REGISTER"); …
Jagan
  • 692
  • 1
  • 12
  • 38
0
votes
1 answer

error SERVICE_NOT_AVAILABLE only in new GCM client sample

I downloaded and implemented the new GCM client sample that uses Class GoogleCloudMessaging from library google-play-services.jar. I get error SERVICE_NOT_AVAILABLE. I know that the jar file is the last version. I studied every posts about error…
Bob
  • 22,810
  • 38
  • 143
  • 225
0
votes
1 answer

SERVICE_NOT_AVAILABLE in C2DM

Sometimes when i try to register for C2DM, I get SERVICE_NOT_AVAILABLE error. I used the code that has been given in googletochrome application when this error occurs. I just want to ask for how many times it retries andwhat is the possibility that…
Rookie
  • 8,660
  • 17
  • 58
  • 91
-1
votes
2 answers

Ephesoft cann't Access (Requested resource not available)?

I installed Ephesoft Enterprise Edition (Ephesoft_3.0.3.4_SP2) Trail 30 days. When I start Ephesoft Server and when I try and run the admin module or ephesoft I get the following response: "HTTP - Requested resource not available...Apache/Tomcat…
Saad
  • 374
  • 5
  • 19
1
2