Hi, Todd.

This most likely means that the SOAP server is sending an invalid response. My first 
guess is that
somehow, whatever you named one of your files or folders is causing SourceJammer to 
generate
illegal XML in it's SOAP message (used to communicate between file and server). This 
is not an
error I've seen before, though, so I'm not sure.

If you are tech savvy at all, you can help me out by monitorying the XML messages that 
are sent
from your client to your server when you encounter this message.

Apache SOAP, which SJ uses, comes with a handy tool for just this purpose. You can 
start the tool
by creating a batch file that contains this command:

java org.apache.soap.util.net.TcpTunnelGui [listenport] [tunnelhost] [tunnelport]

Change listenport to any local port where you want the monitoring tool to listen.
Change tunnelhost to the URL of the server where your SJ server resides.
Change tunnelport to the port your SJ server listens on.

Make sure that you SJ client's soap.jar file is in the classpath.

Then run your batch file. You'll see a GUI dialog with two text areas. One side is for 
messages
sent, the other for message received.

Then go into the SJ client and configure your SJ connection to go to 
localhost:[listenport]
instead of going directly to your server.

Then go ahead and connect to your SJ server. You'll see a bunch of messages fill up 
the monitoring
tool. 

Do whatever you need to do to cause the error you're seeing and see if you can track 
down just the
messages that are causing this problem. Send those messages to me.

Thanks.

--Rob
 
--- Todd Jenkins <[EMAIL PROTECTED]> wrote:

> Howdy.
> 
> I get the following error when trying to view the contents of a 
> particular folder in my archive:
> 
> Error: Unable to access File information.
> org.xml.sax.SAXParseException: Premature end of file.
> 
> The other folders seem to work OK.  Wassup?  I'm using version 2.1.0.0, 
> and my log file doesn't show anything particularly interesting.
> 
> Thanks for any help.
> ~Todd Jenkins
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
> 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
> Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
> http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
> _______________________________________________
> SourceJammer-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/sourcejammer-users
> 



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
SourceJammer-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sourcejammer-users

Reply via email to