Programming :: Java.net.SocketException: Malformed Reply From SOCKS Server?

Jun 22, 2011

am getting an error "java.net.SocketException: Malformed reply from SOCKS server" when trying to create a socket to an ip.but when i use localhost,its working fine

Error
Socket skt=new Socket("192.168.1.18",4000);
working
Socket skt=new Socket("localhost",4000);

View 1 Replies


ADVERTISEMENT

Fedora :: Java.net.SocketException: Too Many Open Files?

Apr 16, 2010

I am running a java socket application where it reads the data and write to text file and a database at the same time. After some time I get this error? I am totally lost I dont know where is my error?

Attached is my code.

Code:
import java.io.*;
import java.net.*;
import java.util.*;
import java.util.Date;
import java.text.*;

[Code]...

View 14 Replies View Related

Networking :: Error - Java.net.SocketException: Broken Pipe

Jul 15, 2010

We are facing broken pipe exception while connecting to SMPP gateway through TCP/IP.on RHEL4 It is coming till we restart the application. Below is the exception we are getting. java.net.SocketException: Broken pipe

View 1 Replies View Related

Server :: Web-server Doesn't Reply To External Request / But It Reply's To Local Request

May 11, 2009

I am new in linux,I installed apache-tomcat on fedora.I can view all web pages on localhost:8080 but when I try to view them by server's url address from another computer, I don't get respond.Can it be a firewall problem or something else?

View 4 Replies View Related

Programming :: Check .xml File And Which Character Is Malformed In 'utf-8'?

Jun 15, 2011

I need some software that will check .xml file and tell me which character is malformed in 'utf-8'. I am using perl for some parsing.

View 2 Replies View Related

Programming :: Java Servlets: Setup The Server Side Configuration On Fedora Web Server?

Jan 4, 2010

If you hadn't guessed it from my last 3000(ish) java-related posts, I'm a Java n00b writing a Java Applet for a work project. I got to the part was I was about to write the applet code that would send HTTP requests to my CGI scripts. But I read some paragraphs in a book praising Java servlets as better that CGI because they are easier to use and give much better performance server side. My server load isn't very big, though, and I was wondering if it would be worth taking the time to learn about Java servlets and how to set up the server side configuration on my Fedora web server.

View 3 Replies View Related

Programming :: Write Little Quiz To Give Different Answer When Given Yes Or No Reply?

May 20, 2010

I am trying to write little quiz to give different answer when given yes or no reply, however I got stuck with this. I am very very new to Python so please have patience. Can someone give me a sugesstions?

This is my code so far:
name = raw_input("
What is your name")
print "
Hello, " + name + "."

[Code]...

View 8 Replies View Related

General :: Access Remote Mysql Server Through Socks Proxy Server?

Aug 25, 2010

Scenario:A - Local Unix machineB - socks proxy server port 1080C - remote mysql server port 3306I want to connect to the remote mysql server(C) from local unix machine(A) using sock proxy(B).

View 1 Replies View Related

Server :: Server Setup Using Ubuntu For SSH Account Hosting For Socks Proxy?

Mar 21, 2010

I have a few friends that have seen me bypass firewalls with a socks proxy (SSH). I explained on how it works and how secure it is for browsing the Internet and checking your email in public places. I had at least 6 asked me if I could set up an account on my server for them and they would pay me! Now what I wanted to know was how I can set this up in a server and website where they can register an account and pay me through PayPal! I don't need help setting up the site! Just on how to set up the server to automate this. What tools are needed (ex. ISPConfig, jailkit.... stuff like that?) I don't mind doing this manually but if I get more people that would like this I don't really want to do every single one.

View 1 Replies View Related

Programming :: Java Program Sshing To Server?

Aug 12, 2010

I am trying to write a java program and eventually a web app to do the following.1. get the server name, username, password from the user and ssh to the linux box.2. goto a folder, open a script file (the file has different function calls, I need to comment all other function calls and just un-comment the one I want to use)

#call_1
call_2
#call_3

[code]....

View 1 Replies View Related

Server :: Whois Does Not Reply

Dec 2, 2010

anyone can explain me why whois sometime does not reply for some ip only ?

View 4 Replies View Related

Server :: Experience With Antinat Socks 5 Server?

Apr 19, 2010

That program is recommend by author of foxyproxy extension for firefox,so i installed and connection to socks5 works fine,but i want to set username and password as well,and that for some reason doesn't work.Does antinat support that at all or is that just for local users?Also i tried ss5 socks server which works fine with username and pass but for some reason foxyproxy extension not working with it(on logs i see ERROR IS CONNECT).So basically i need socks 5 server program with username and pass support and it need to work with foxyproxy extension as client.

View 1 Replies View Related

Server :: Setup A Socks Proxy Server?

Mar 6, 2010

how can we setup a socks proxy server.

View 7 Replies View Related

Networking :: IPTables - Using SSH As Proxy / Socks Server

May 4, 2010

I'd like to use ssh as a proxy/socks server and redirect all connections through this proxy.
It would look like : ssh -D 123 -N host
iptables ...
I've never used iptables before and I did not manage to find any useful for this particular case solutions on the internet.
So, what's the good way to do that ?

View 1 Replies View Related

Server :: Auto-Reply Incoming Mails

May 6, 2010

i have a mail server that uses Postfix as a mail server, it runs ok, but i need to add some features to a specific users only.what i need to add is Auto-reply message for some users only.

View 5 Replies View Related

Ubuntu Networking :: Download Directly To SSH Server Via SOCKS?

Feb 17, 2011

Here's the setup:

- SSH server on Maverick
- Connecting from Windows XP via putty
- XP Firefox using SOCKS proxy over SSH tunnel

What I would like to do is use XP Firefox to download large files from various file-hosters (Rapidshare, Hotfile...), but download them straight to Maverick instead of forwarding the download to XP. Right now, my only option is to remote desktop into Maverick and download it using Ubuntu's Firefox. And simply using wget did not prove to be simple.

View 3 Replies View Related

General :: Problem Installing Dante Socks Server On BT4?

Oct 15, 2010

I'm going to make this as easy as possible for everyone to understand my thoughts. I am trying to install dante socks server on bt4. I'm using the root account incase someone asks.Information on what i have and want:

Code:
root@bt:/# uname -a
Linux bt 2.6.30.9 #1 SMP Tue Dec 1 21:51:08 EST 2009 i686 GNU/Linux
Code:
root@bt:/# apt-cache show dante-server
Package: dante-server
Priority: optional

[Code]...

So what do you guys think i should do? Apart from searching on google wich i already did, but then again i'm no linux expert so i'm not sure what to look for.

View 7 Replies View Related

Ubuntu Networking :: FreeSSHd - Using Windows PC As Socks Proxy Server

Aug 5, 2010

I downloaded freeSSHd [URL] on my Windows XP SP3 PC and configured the firewall to allow port 22. My grander scheme is to use this Windows PC as a SOCKS proxy server, that I can connect to at school to circumvent internet filtering and keep my data private. Does anyone know of a way that I could somehow get every internet-connected-program/service (chats, email, browsers, etc) to use this encrypted connection without having to configure every program individually? I think this link is on to something, but I'm not certain what he's getting at [URL].

View 1 Replies View Related

Ubuntu Networking :: Configure Dante SOCKS Server To Route Through VPN?

Aug 31, 2010

I'm trying to configure dante so that it only connects to the internet through the PPTP VPN interface (which is ppp1). My configuration file is currently like this:

Code:
internal: 127.0.0.1 port = 3333
external: ppp1
method: username none
logoutput: stderr
user.notprivileged: abc

[Code]...

View 1 Replies View Related

Server :: DNS In Centos - Enter Ip Or Address Nslookup Does Not Reply Any Answer

May 5, 2010

When i enter ip or address nslookup does not reply any answer. It shows no server found. "servfail". This is my named.conf file:

[Code]....

View 3 Replies View Related

Server :: Kinit: KDC Reply Did Not Match Expectations While Getting Initial Credentials

Sep 1, 2010

I have Problem as write in the subject. i have problem to initilize the kerborose. [URL] kinit: KDC reply did not match expectations while getting initial credentials my Config File is as follow

[libdefaults]
default_realm = PBC.COM.PK
ticket_lifetime = 24000
default_tkt-enctypes = des3-hmac-shal des-cbc-md5 aes256-cts arcfour-hmac-md5

[code]....

View 1 Replies View Related

CentOS 5 Server :: Apache Hanging On Forum Reply Posts?

Apr 1, 2010

I recently moved my site to a new server (Apache 2, PHP5, MySQL5). The site is an Invision based forum. Every few posts / topics it just hangs. The data has been written because if you stop and reload, the post / thread is there. I thought it was a write issue initially, but nope. So, the data is written but the page load never completes. It doesn't leave the page where the data has been input.

Whats the best way to trouble shoot this issue? The only thing I have done recently is reduce my MySQL timeouts, but I can't see that being an issue as the values are still big enough and there are no mentions of timeouts in the MySQL log. (For the record there is nothing in PHP's error log either)

I have checked my server-status. It all looked ok, but I have a suspicion I was hitting my ServerLimit, so I doubled that. Also enabled my Keepalives. Will keep an eye on it.

Some additional info;

1. Apache is throwing seg faults, but enabling core dumps does not produce them.

2. I have tried disabling the modules in apache but it just stops things from working.

3. I fear it may actually be DNS related. If I watch Live Headers in Firefox, absolutely nothing happens during this 'hanging' period. After that, the responses come back fairly promptly.

View 7 Replies View Related

CentOS 5 Server :: Dnsmasq Starts But Doesn't Reply To Queries

Sep 5, 2010

trying to configure a Centos 5.5 server (simple file server with DHCP and DNS relay). I configured and tested the config (by 'service dnsmasq configtest') of dnsmasq and I got the message 'dnsdomain:host unknown (translation of the real message : hte inconnu) and I didn't find where I could define this host ! The hostname of the server is well defined and I can see it from all Windows PC's on the LAN. dnsmasq starts (with hte same message as in configtest) but when querying DNS from PC's te.g. trying to surf the Internet), I don't get replies (3 DNS servers are also well defined and operational).

View 2 Replies View Related

Ubuntu Servers :: Setup SOCKS5 Proxy - Cannot Find A Way To Get A SOCKS Server Up And Running On VPS

Mar 30, 2010

I have an interesting situation. I'd like to use bittorrent for legitimate purposes (mainly linux distro based) but the powers that be have blocked access to bittorrent at my university. I have an ubuntu VPS that I use for odds and ends and was thinking that I could setup a SOCKS5 server on it. That way, I can input the SOCKS5 info directly into the proxy section of my local bittorrent application (Transmission 1.92 running on snow leopard) and be good to go. The problem, however, is that I cannot find a way to get a SOCKS server up and running on my VPS. I've heard that ssh can be used as a simple SOCKS server, but I've also heard that i may need to install a more complete SOCKS server such as dante. Does anyone have any thoughts on this?

View 1 Replies View Related

Ubuntu Installation :: Error: SocketException.h: No Such File Or Directory

Aug 12, 2011

I installed g++ using package manager and support libraries using sudo apt-get install build-essential cmd, but I'm not able to compile a socket code. It gives me the following error:

server.cpp:1:26: error: ServerSocket.h: No such file or directory
server.cpp:2:29: error: SocketException.h: No such file or directory

View 1 Replies View Related

Programming :: Groovy Scripting - An Object-oriented Programming Language For The Java Platform ?

Mar 7, 2010

Groovy is an object-oriented programming language for the Java platform. I do not have experience in Java, only perl and shell scripts. Recently I have been asked to maintain a software written in groovy (also to make enhancements). So can I learn groovy without knowing java language. or isit I have to learn java before venturing into groovy.

View 1 Replies View Related

Programming :: Using XML In Java?

Jan 6, 2011

how to implement this.

View 3 Replies View Related

Debian Installation :: IP Address Malformed Error Message

Jan 7, 2011

IP address malformed error message Should be in form x.x.x.x. Where each x is no longer then 255.

View 2 Replies View Related

Fedora :: Error - Database Disk Image Is Malformed

Nov 15, 2009

I get this:

database disk image is malformed

View 2 Replies View Related

Fedora :: Error Pop Up - Software Source Database Malformed?

Feb 5, 2010

This error pops up randomly since last night, what is it about? I thought its maybe related to [URL] but I did not install/update/change anything with yum or packagekit for a few days. Could it be a problem with the daily update-check?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved