I’m getting the following error when I start Debug from the Eclipse IDE.
Message: “Failed to connect to remote VM. Connection Refused”
What could be the reason?
For Remote Desktop Sessions in Linux, I want to know if there something available equivalent for what Team Viewer does for windows?
The main advantage I find of Team viewer is that it can bypass firewalls, needs no NAT configurations or port forwarding rules to be setup in the router.
As part of my test automation, I have to start Selenium Server on my server.
As of now I am manually executing a batch file to start selenium server on m,y machine.
Batch file contains the following command.
java -jar selenium-server-standalone-2.16.1.jar -role hub http://server.com:5555/grid/register
But as I required it for my test automation, I want to automate running the selenium server on a remote server from my C# code. How do I do this?
I have a PHP script that uses standard POST variables like $_POST['email']. When a form on a remote server sends a POST request to my script, it doesn't receive the POST data at all. It's not in $_REQUEST either.
Thanks for any help!
HOSTNAME=$1
#missing files will be created by chk_dir
for i in `cat filesordirectorieslist_of_remoteserver`
do
isdir=remsh $HOSTNAME "if [ -d $i ]; then echo dir; else echo file; fi"
if [ $isdir -eq "dir" ]
then
remsh $HOSTNAME "ls -d $i | cpio -o" | cpio -id
else
remsh $HOSTNAME "ls | cpio -o" | cpio -id
fi
done
i need simple solution for checking remote file is directory or file ?
thanks
I am working on a live remote php project in eclipse. ie, I just connect the the project using RSE edit the files and save.
I have recently setup subeclipse and am wondering if there is an way to add my php files to a subversion project while still working on the live project? Or maybe there is a better way to do this and get the same result.
Hi I am having a problem, accessing a remote index server catalog. The name of the server has - in it, so i put the index catalog name as:
i.e num.num.num.num\name of catalog
or an-example-server
I get the following error when using an ole data connection to pull results from the index:
"Format of the initialization string does not conform to specification starting at index 39"
I tried putting single quotes and &qoute; with no luck - anyone have idea?
PS. This Microsoft Index Server Question!
to get metadata for audio file i can use:
NSDictionary *aMetadata = [aPath MDIAttributes:[aPath allMDIAttributesNames]];
but it doesn't work with remote files, in case of images i solved this problem with CGImageSourceRef and so on functions. Does anybody know something like this for audio files?
HI,
I'm new to iphone programming and developing travel application, which retrieve most of it data from remote database.
What is the best way to implement this solution? I thought of generating XML files in server side and getting data via XML files to iPhone app and displaying them...
Is there better implementation to this, thank you in advance?
Waruna.
I have a web service hosted on a web server, I invoke the web service using jquery ajax.
The service returns results successfully when invoked locally from the server, but it fails when invoked from a remote client machine (not in the same domain).
I see the request fail in the firebug returning error (401 UnAuthorized) and the response has the following error (Request format is unrecognized for URL unexpectedly ending in '/List').
I was making multiple remote calls and they are done sequentially and when I am getting a result event back it's triggering calls to all the methods with ResultEvent as an argument . I am supposed to receive the result event only in the method given inthe event listener but it's triggering calls to all the methods with ResultEvent as an argument .
Has anyone come across this kind of problem? Is there any workaround for it?
I have an Ubuntu server running Tomcat, and I want to connect my Eclipse EE to it so I can work with JSP.
I have no problem connecting to a similar Tomcat service when it's installed on my machine (not a server), but whenever I try to connect to the remote server I don't seem to have the option of choosing a Tomcat service.
Is there some guide you can recommend (I didn't find one), or is there something I did wrong?
Hi,
I could not access the CVS repositories which has the link as :
~project/directory/to/of/cvs/project
I would like to access it from remote computer.What can be the suitable command to access it?
hello ,
am developing a remote desktop software using c#.net , i have client and server , the server sends screenshots to client & the client sends events , i have done this , but the problem is when i send the click message , i dunno how to execute it in the server ??!! , plz any ideas ???
I do not know what did I do, but I cannot see the control panel shortcut in windows 7 start menu. How do I put it back.
The shortcut that comes with the computer, games, documents, device and printers shortcuts
Hi there is a dialer software (by ISP) that connects to my ISP's wi-fi network. Though it connects to the wi-fi network however a control-less windows gets stuck in the middle of the my win7 desktop screen and does not goes off. I cannot close it or minimize it as there are no controls on it.
I want to know how to minimize or close the windows without killing the app via Task Manager.
Regards,
DK Jain.
I'm looking for a free app that will let me control itunes from the menu bar on OSX. Just simple controls, play, stop, pause, etc, doesn't have to be anything fancy.
I've got cpu, cpuacct and memory cgroups configured via /etc/cgconfig.conf ( cgconfig-bin on Lucid ). I can add new control groups, and assign processes to them however there does not seem to be a facility for changing the paramters of the root level memory cgroup ( the actual mount point ).
How would one best set such parameters in a clean manner withoput c
For example, I've the memory cgroup mounted to /var/run/cgroup/memory.
I'd like to have /var/run/cgroup/memory/memory.use_hierarchy set to 1 on boot.
Hello,
I'm running a small hosting VPS with CentOS and I have installed the WHM/cPanel control panel.
The problem is that the email, either sent from the cPanel webmail or other client like Outlook does not get sent out with no visible error message on the client side.
Are there any log files I should check out? Is there any way I could find what the problem is?
Thanks in advance for your answer,
Constantin TOVISI
on windows there are several key maps applications that replaces Caps lock with ESC on a single 'press and relase' and with a Control signal if hold and another key is pressed.
Is there any way to do something similar on linux? Ideally on the whole system, but if it is only for X window it is fine too.
i'm currently writting scripts with the xautomation package tools. but i guess there is already a better way to do that via configurations.
My companies production dynamic web servers ( Apache + PHP 5.1x) are using the Apache expires module and there is a clause inside http.conf as follows:
<FilesMatch ".+">
ExpiresActive On
ExpiresDefault "A0"
</FilesMatch>
If I were to set inside a php script "Cache-Control" and "Expires", would it get eaten by this clause?
Normally I would test this on my own but having trouble convincing the Expires module to function on my workstation and the company Admin's are down at the data-center.
If this doesn't belong here, please tell me where is an appropriate place for such question.
I am trying to understand ideas behind tcp congestion control mechanisms, and I am failing to understand why we need triple duplicate acknowledgement to trigger window change.
In my opinion, double duplicate acknowledgement will be enough to get that the previous package is lost. So why we need the third ack?
In the Excel VBE, the Find Dialog box (CTRL-F) pops up half off screen at the bottom of screen. How do I control the Find window so it positions itself higher up on the screen ?