proxy error..


 
Thread Tools Search this Thread
Operating Systems Solaris proxy error..
# 1  
Old 01-13-2011
proxy error..

hi
am getting the following error
when i run my application from solaris..

Code:
Proxy Error

 The proxy server received an invalid response from an upstream server. The proxy server could not handle the request http://192.168.1.38:8083/JPCMS/.
 Reason: Could not connect to remote machine: Connection refused


can u tell me the reason for this problem

my tomcat and apache is configured..

Last edited by pludi; 01-13-2011 at 05:16 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. IP Networking

Connecting via proxy chain to Upstream proxy

I need to configure a proxy on my local machine to use an upstream proxy (installed on another machine). The upstream proxy requires Digest/NTLM authorization. I want the local proxy to deal with the upstream proxy's authorization details and provides authorization free access to users that connect... (0 Replies)
Discussion started by: Russel
0 Replies

2. Linux

Proxy... through proxy ;)

ok, in my company i have a proxy that filter some url (yea, i know ;)) It was more then 7 year that i made a ssh tunnel with my linux machine, at work i used putty and redirect the internal squid proxy... it work very well! Yesterday the sysadmin has made a "content port filtering" and block... (0 Replies)
Discussion started by: zanac
0 Replies

3. Red Hat

Error to configure Squirrelmail IMAP Proxy

Hi there.. :D I"m new in Linux. Trying to install squirrelmail-imap_proxy-1.2.7 on Red Hat WS 4. Errors from ./configure as shown below: # ./configure checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking... (5 Replies)
Discussion started by: che.din
5 Replies

4. AIX

NFS proxy

I want to set up an AIX server as a central repository for NFS mounts from several machine to be served up to windows chients. I mount from server 1, 2, 3 to my NFS server then mount a drive from windows. I can see the information on my windows machine. for example; On server 1 I set up NFS... (3 Replies)
Discussion started by: daveisme
3 Replies

5. IP Networking

Software/tool to route an IP packet to proxy server and capture the Proxy reply as an

Hi, I am involved in a project on Debian. One of my requirement is to route an IP packet in my application to a proxy server and receive the reply from the proxy server as an IP packet. My application handles data at the IP frame level. My application creates an IP packet(with all the necessary... (0 Replies)
Discussion started by: Rajesh_BK
0 Replies

6. UNIX for Dummies Questions & Answers

DNS Proxy Error

hello guys, i need a US proxy , and PlanetLabs proxies dont let me access sites i need, so i use 8080 port proxies.. when i use a working proxy, it shows me this message on the internet screen: http://img128.imageshack.us/img128/1953/errorjpgor6.jpg Is there anyway i can fix this ? the proxy... (1 Reply)
Discussion started by: Yuvalz
1 Replies

7. Linux

Reverse Proxy

I have configured reverse proxy through apache...conf file is attached My reverse proxy has a public ip.it is redirecting the request to 172.16.1.43 which is http server.....Now i have a link in Http server's home page which will redirect the request to another Lan zone machine... (0 Replies)
Discussion started by: dipanrc
0 Replies

8. UNIX for Advanced & Expert Users

Proxy

Are there any decent proxy programs out there that will filter domains and forward them to specific ip addresses and ports? I'm looking for a proxy that can be configured to take a request, examine the domain it is going to and then forward it to be proxied through other machines on the network... (6 Replies)
Discussion started by: rado
6 Replies
Login or Register to Ask a Question
Proxy Constants(3)					       globus gsi proxy core						Proxy Constants(3)

NAME
Proxy Constants - Enumerations enum globus_gsi_proxy_error_t { GLOBUS_GSI_PROXY_ERROR_SUCCESS = 0, GLOBUS_GSI_PROXY_ERROR_WITH_HANDLE = 1, GLOBUS_GSI_PROXY_ERROR_WITH_HANDLE_ATTRS = 2, GLOBUS_GSI_PROXY_ERROR_WITH_PROXYCERTINFO = 3, GLOBUS_GSI_PROXY_ERROR_WITH_PROXYPOLICY = 4, GLOBUS_GSI_PROXY_ERROR_WITH_PATHLENGTH = 5, GLOBUS_GSI_PROXY_ERROR_WITH_X509_REQ = 6, GLOBUS_GSI_PROXY_ERROR_WITH_X509 = 7, GLOBUS_GSI_PROXY_ERROR_WITH_X509_EXTENSIONS = 8, GLOBUS_GSI_PROXY_ERROR_WITH_PRIVATE_KEY = 9, GLOBUS_GSI_PROXY_ERROR_WITH_BIO = 10, GLOBUS_GSI_PROXY_ERROR_WITH_CREDENTIAL = 11, GLOBUS_GSI_PROXY_ERROR_WITH_CRED_HANDLE = 12, GLOBUS_GSI_PROXY_ERROR_WITH_CRED_HANDLE_ATTRS = 13, GLOBUS_GSI_PROXY_ERROR_ERRNO = 14, GLOBUS_GSI_PROXY_ERROR_SETTING_HANDLE_TYPE = 15, GLOBUS_GSI_PROXY_INVALID_PARAMETER = 16, GLOBUS_GSI_PROXY_ERROR_SIGNING = 17, GLOBUS_GSI_PROXY_ERROR_LAST = 18 } Enumeration Type Documentation enum globus_gsi_proxy_error_t Proxy Error codes. Enumerator: GLOBUS_GSI_PROXY_ERROR_SUCCESS Success - never used. GLOBUS_GSI_PROXY_ERROR_WITH_HANDLE Invalid proxy handle state. GLOBUS_GSI_PROXY_ERROR_WITH_HANDLE_ATTRS Invalid proxy handle attributes state. GLOBUS_GSI_PROXY_ERROR_WITH_PROXYCERTINFO Error with ASN.1 proxycertinfo structure. GLOBUS_GSI_PROXY_ERROR_WITH_PROXYPOLICY Error with ASN.1 proxypolicy structure. GLOBUS_GSI_PROXY_ERROR_WITH_PATHLENGTH Error with proxy path length. GLOBUS_GSI_PROXY_ERROR_WITH_X509_REQ Error with the X.509 request structure. GLOBUS_GSI_PROXY_ERROR_WITH_X509 Error with X.509 structure. GLOBUS_GSI_PROXY_ERROR_WITH_X509_EXTENSIONS Error with X.509 extensions. GLOBUS_GSI_PROXY_ERROR_WITH_PRIVATE_KEY Error with private key. GLOBUS_GSI_PROXY_ERROR_WITH_BIO Error with OpenSSL's BIO handle. GLOBUS_GSI_PROXY_ERROR_WITH_CREDENTIAL Error with credential. GLOBUS_GSI_PROXY_ERROR_WITH_CRED_HANDLE Error with credential handle. GLOBUS_GSI_PROXY_ERROR_WITH_CRED_HANDLE_ATTRS Error with credential handle attributes. GLOBUS_GSI_PROXY_ERROR_ERRNO System error. GLOBUS_GSI_PROXY_ERROR_SETTING_HANDLE_TYPE Unable to set proxy type. GLOBUS_GSI_PROXY_INVALID_PARAMETER Invalid function parameter. GLOBUS_GSI_PROXY_ERROR_SIGNING A error occured while signing the proxy certificate. GLOBUS_GSI_PROXY_ERROR_LAST Last marker - never used. Author Generated automatically by Doxygen for globus gsi proxy core from the source code. Version 6.2 Mon Apr 30 2012 Proxy Constants(3)