Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] GRIA questions

Hi Ken, Kasia, Mariusz, all,


in the tomcat/gria logs i see warnings like this one:
-----------
2008-04-28 07:44:48,547 WARN  
[uk.ac.soton.itinnovation.grid.service.registry.util.content.ServiceExtractionStrategyHelper] 
(Thread-45:DefaultServiceExtractionStrategy.java:56) object '$Proxy10' 
uses default strategy 'class 
uk.ac.soton.itinnovation.grid.service.registry.util.content.DefaultServiceExtractionStrategy'
-----------
what does it mean, is that bad in the sense that the server would like us 
to use a different "default strategy", whatever that means?


Another question:
i see some exceptions regarding jobs submitted with invalid parameters, 
things like:

** java.lang.IllegalArgumentException: Could not parse JSDL against schema
(...)
Caused by: org.xml.sax.SAXParseException: 
cvc-datatype-valid.1.2.1: 'file:/C:/Dokumente%20und%20Einstell
ungen/Tao-j/Eigene%20Dateien/geclipse.jpg' is not a valid value 
for 'NCName'.

The question is, doesn't the GRIA client libs check for those things before 
submitting? I think it would make sense that this error is catched by the 
client libs.


** faultString: Application 'paint2' was not found

** faultString: Application 'newFile' was not found

These ones... how can they happen, if we query for the list of available 
applications in the gria infoservice?


Cheers, Ariel


Back to the top