I am attempting to deploy a File Manager to a machine running RedHat Enterprise 
5.7 with Java 1.6. The File Manager works fine except that once it is up and 
running it continues to generate the following message to the terminal:

java.util.NoSuchElementException

I have tried both 0.3 and the latest and greatest release of 0.4-SNAPSHOT with 
the out-of-the-box policy (see example server launch below). Has anyone else 
seen this behavior? By the way, I have also played with the logging properties 
and nothing telling is showing up in the log file.

Thanks,
Sean


[shardman@pds-opends1 bin]$ ./filemgr start
Starting cas file manager: OK
Feb 20, 2012 2:41:03 PM org.apache.oodt.cas.filemgr.system.XmlRpcFileManager 
loadConfiguration
INFO: Loading File Manager Configuration Properties from: 
[../etc/filemgr.properties]
java.util.NoSuchElementException
Feb 20, 2012 2:41:04 PM 
org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager loadProductTypes
FINE: XMLRepositoryManager: found product type: [GenericFile]
Feb 20, 2012 2:41:04 PM 
org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient <init>
INFO: Loading File Manager Configuration Properties from: 
[../etc/filemgr.properties]
Feb 20, 2012 2:41:04 PM 
org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer setFileManagerUrl
INFO: Local Data Transfer to: [http://localhost:9000] enabled
Feb 20, 2012 2:41:04 PM org.apache.oodt.cas.filemgr.system.XmlRpcFileManager 
<init>
INFO: File Manager started by shardman
java.util.NoSuchElementException
[shardman@pds-opends1 bin]$ java.util.NoSuchElementException
java.util.NoSuchElementException
java.util.NoSuchElementException
java.util.NoSuchElementException
…

Reply via email to