by evadelhi » Fri Nov 19, 2010 4:13 am
Hello,
I am working in a project in Spain to have published all scientific journals of Research Public Organization. We are doing a web page where everybody can search for research published articles. We do not have any problem in doing it in the laboratory we have before implementing it in production. But, when we try to launch the web page on the server in production, we find some problems in the harvesting itself.
When we try to fetch archive metadata, we can not do it. In the beta testing server we are using a public IP with no problems. I think the main problem in the production server is because they have a proxy server. Thanks to you r forum, i discovered in the config.inc.php, i needed to modify this part:
; The HTTP proxy configuration to use
http_host = 10.20.5.72
http_port = 8080
; proxy_username = username
; proxy_password = password
I have already done it but.. i hve not success, i was debugging when i did the "Fetch archive metadata" and i obtained "Undeclared identity warning" at the left top and then on the bottom i had:
Loaded locale file "plugins/generic/ipban/locale/en_US/locale.xml" from XML
Loaded locale file "plugins/generic/pkpdc/locale/en_US/locale.xml" from XML
Loaded locale file "plugins/harvesters/oai/locale/en_US/locale.xml" from XML
Loaded locale list "registry/locales.xml" from XML
Load schema map "registry/schemaMap.xml" from XML
Loaded locale file "plugins/preprocessors/typemap/locale/en_US/locale.xml" from XML
Loaded locale file "plugins/preprocessors/languagemap/locale/en_US/locale.xml" from XML
Loaded locale file "plugins/preprocessors/regex/locale/en_US/locale.xml" from XML
Loaded locale file "plugins/schemas/dc/locale/en_US/locale.xml" from XML
Loaded locale file "plugins/schemas/mods/locale/en_US/locale.xml" from XML
Loaded locale file "plugins/schemas/marc/locale/en_US/locale.xml" from XML
Loaded locale file "locale/en_US/locale.xml" from XML
Moreover, i updated metadata index and i obtained:
An unknown header tag was received from the server: html
An unknown header tag was received from the server: head
An unknown header tag was received from the server: meta
An unknown header tag was received from the server: link
An unknown header tag was received from the server: title
An unknown header tag was received from the server: script
An unknown header tag was received from the server: body
An unknown header tag was received from the server: div
An unknown header tag was received from the server: h1
An unknown header tag was received from the server: a
An unknown header tag was received from the server: h2
An unknown header tag was received from the server: ul
An unknown header tag was received from the server: li
An unknown header tag was received from the server: span
An unknown header tag was received from the server: form
An unknown header tag was received from the server: label
An unknown header tag was received from the server: select
An unknown header tag was received from the server: option
An unknown header tag was received from the server: input
An unknown header tag was received from the server: br
An unknown header tag was received from the server: img
An unknown header tag was received from the server: p
I am wotking on it since long time ago.
I would be very grateful if you can help me.
Sincerely yours,
Eva