• Kal
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I am behind a firewall and i get the following when trying to login to salesforce:    java.net.ConnectException: Connection timed out: connect

how does this translate to java:

  WebProxy webProxy = new WebProxy("10.67.80.112",80);
  webProxy.Credentials = new NetworkCredential(ProxyLoginName,ProxyPassword,ProxyDomain);
  
  //Create the binding to the sforce servics
  binding = new SforceService();
  binding.Proxy = webProxy;
     
  • December 08, 2006
  • Like
  • 0
I am behind a firewall and i get the following when trying to login to salesforce:    java.net.ConnectException: Connection timed out: connect

how does this translate to java:

  WebProxy webProxy = new WebProxy("10.67.80.112",80);
  webProxy.Credentials = new NetworkCredential(ProxyLoginName,ProxyPassword,ProxyDomain);
  
  //Create the binding to the sforce servics
  binding = new SforceService();
  binding.Proxy = webProxy;
     
  • December 08, 2006
  • Like
  • 0
Has anyone got this to work? I finally got it installed, but all it does is throw errors.

If I try to create a new AppExchange project, after I enter my project name and login info, I get a dialog that says "Invalid Thread Access" and I can't go any farther.

If I try to open the Schema Browser view, I get an error that says:

Unable to create view: Plug-in com.appexchange.toolkit was unable to load class com.appexchange.plugin.views.SchemaView.

This is using Eclipse 3.1.2 (the only version that I could get it successfully installed on).

I'd love to hear from anyone that is using this!

Thanks!

Todd Breiholz
Meredith Corporation
  • March 22, 2006
  • Like
  • 0