HTTP access is only used to bootstrap the system. From there the CORBA ORB will open other ports. I'm not sure exactly what ports it uses. My guess is that you're running into problems when the ORB tries to make a connection to the server.

If I can find the time I'll hopefully have the system running without CORBA within a few days. Then you will just need to worry about HTTP access and the model of the system will be much easier to understand.

On Monday, April 1, 2002, at 08:16 AM, Reeves, Russ wrote:

I tried the example program from the Developers Guide (Example1) and it
worked fine on my home machine where I have Xindice server running.
Behind a firewall at work I get error code 1 (VENDOR_ERROR).

I added this to Example1:
      System.getProperties().put( "proxySet", "true" );
      System.getProperties().put( "proxyHost", "www2.mc.xerox.com" );
      System.getProperties().put( "proxyPort", "8000" );

I also tried using the -D option on the java command line to do the same
thing.

What am I missing?

Thanks,
Russ


Kimbro Staken
Java and XML Software, Consulting and Writing http://www.xmldatabases.org/
Apache Xindice native XML database http://xml.apache.org/xindice
XML:DB Initiative http://www.xmldb.org



Reply via email to