Questions tagged [remote-client]

17 questions
28
votes
4 answers

RDP session is slow

So I am connecting to my work computer from home and the Remote Desktop Connection app is annoyingly slow. I pinged my work pc from my computer and it returned at a reasonable time of 50ms~ with 0 loss. I then attempted to ping my home IP from the…
SharpCode
  • 1,385
  • 3
  • 12
  • 29
8
votes
1 answer

Can someone help me with Android RemoteControlClient?

I'm trying to get the RemoteControlClient set up so my app's music can be controlled by the widget that pops up on the lock screen (like SoundCloud, Google Play Music, and other music/video apps work). I'm not sure what's wrong with my code and why…
jas7457
  • 1,971
  • 5
  • 30
  • 47
1
vote
2 answers

Notify or callback flask after remote celery worker is completed

I am running celery client(Flask) and worker in two different machines, now once the worker has completed the task, I need to callback a function on client side. Is this possible? Celery client:- celery_app=Celery('test_multihost',…
sattva_venu
  • 677
  • 8
  • 22
1
vote
1 answer

Remote Sender and Consumer JMS using HTTP in Wildfly 8.2

I can not make it work even in http. I followed all the documentation I found on the websites of Wildfly and HornetQ. I configured standalone.xml as more important excerpts below:
Tássio Coêlho
  • 334
  • 3
  • 6
1
vote
2 answers

libssh + iPhone Implementation with multiple commands execution in sequence

It seems my questions are strange and i'm not getting enough help but I'm back. I've another strange question which needs to be solved in emergency. I'm developing an iPhone app. which uses libssh 2 for commands execution through iPhone over remote…
Paresh Thakor
  • 1,795
  • 2
  • 27
  • 47
1
vote
1 answer

JNDI jboss 7 client on tomcat throws java.lang.IllegalStateException: No EJB receiver available for handling

can anyone help me what is happening on jboss server/my client app...? i stuck for last 10 days just for this test. My EJB is deployed on Jboss AS 7.1.1 and client web app is deployed on tomcat 7.0.42. i follow the following tutorial and set up…
keme686
  • 46
  • 4
1
vote
2 answers

Lost the view and vob navigator

I created a working space to include one of my folders, and as soon as I clicked ok, now the ClearCase Navigator shows only that folder, and my vobs and views are gone from the GUI. How can I bring them back? I selected Window -> Show View ->…
falconK
  • 271
  • 1
  • 2
  • 11
1
vote
3 answers

Failed Glassfish deploy - "Referencing error: this bundle has no bean of name [ClientBean]"

I'm trying to run the example from this page : GlassFish-to-GlassFish Remote EJB Invocation But I get this error when I try to deploy the client on glassfish ("asadmin> deploy client-ejb.jar"): "Exception while deploying the app [client-ejb] :…
Yuri
  • 23
  • 1
  • 4
0
votes
0 answers

HTTP invoker remote won't work if client/Server has different package name?

An error occurs while developing a client-side remote service. and i've found A package/class POJO name that does not exist in the new project (but still exists in the old project/server) from error Message . Is this cause a package name difference?…
0
votes
1 answer

Accessing an app on Remote Desktop does nothing

We got users complaining that accessing remote client on Remote Desktop does not bring up anything. When I try logging in to its Azure AVD, it opens up with a black screen and disappears in a second. A simple start and stop on Azure portal seems to…
0
votes
2 answers

EJB client not able to connect to EJB stateful bean deployed on JBoss

I have used eclipse to create a EJB project and have created 2 classes as below. package com.abhijit.ejbs; import java.util.List; import javax.ejb.Remote; @Remote public interface TestEJBRemote { public void addElement(int a); public…
AbhijitG
  • 59
  • 1
  • 1
  • 8
0
votes
1 answer

Python remote control does not work

Hi I wrote a tool to control my computer remotely. But it just doesn't work. I get the connection between server and client but if i send commands they are not executed. Thanks for helping me. I tested client and server seperate and i think the…
Blood
  • 13
  • 1
  • 8
0
votes
1 answer

Get IP Address of Remote Client with No DNS Entry in VB.Net

I have a Windows forms application running on a terminal server. I need to determine the IP addresses of each client machine. I found a way to retreive the IP address for computers with DNS entries (example below), but several of my thin clients…
Jeff
  • 8,020
  • 34
  • 99
  • 157
0
votes
2 answers

How can I get the client IP using PHP?

I have a webpage with PHP and im trying to get the client IP, but what I get is the server GATEWAY ip address (192.168.0.1). This is what I have at the office: ISP ---> ISP router ---> My router(192.168.0.1) ----> (192.168.0.2)My server. I tryed all…
Redder
  • 146
  • 1
  • 5
  • 17
0
votes
1 answer

Communicating with devices over GPRS

I need to send commands to a device enabled with a GRPS connection from a server application. i.e think remote fare collection devices installed on trains/buses etc the use case is an administrator using the server software to send a software…
Azwaan
  • 47
  • 1
  • 9
1
2