Closed g3r4n closed 8 years ago
hi, that doesn't sound right. please check ...\geoportal\WEB-INF\classes\gpt\metadata\schemas.xml (that's where you control what schemas are active) and the error logs.
ok i'll look that. I've deployed geoportal on JBoss for imformation.
It's probabily an issue with JBoss because it's working on Tomcat.
I haven't change the basic configuration of schemas.xml and all schemas are active. There is no error logs.
I have change to tomcat.
Metadata editor for ISO 19115 (Data) (not working)
Metadata editor for Dublin Core ( working !) :
I've nothing in the log.
can you see errors in the browser (firebug? or chrome?)
i don't see any error in the console of my chrome browser
log in debug mode : http://pastebin.com/9mx9qeMP
The error comes from parsing XML. During parsing GXE definition from XML file, when he try to build the rootElement the URL of the elment extends is like "$base/MD_Metadata_Dataset.xml".The URL is build from BaseLocation, the Base location URL format is :
So, the build adress on JBoss is like : vfs:/C:/XXXXXXX/MD_Metadata_Dataset.xml and we get the following error in GxeLoader line 293 : Error loading XML file: $base/MD_Metadata_Dataset.xml, java.lang.IllegalArgumentException: URI scheme is not "file"
Metadata Editor only work for "Dublin Core" when i want to create metadata manually. Does anyone has the same issue ?