[GeoNetwork-users] Adding a language

Hello,

I added the Romanian language but then I search my ISO19139 metadata
(added in ro/en/ru) with RO language selected the results are in EN.
If I search in RU the results are in RU. My question is how do I make
the search display results in RO if the metdata is available in RO.

Steps I followed (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate):
First I created a record in languages table:

Then added new records to *Des tables
INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label FROM
categoriesdes where langid = 'en');
INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
groupsdes where langid = 'en');
INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label FROM
isolanguagesdes where langid = 'en');
INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label FROM
operationsdes where langid = 'en');
INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
regionsdes where langid = 'en');

and then I "copied" en folder in every folder with xml definitions to ro.

This step did not work for me:
ISO19139 / Multilingual metadata because
xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file does not
exist.

Best Regards,
Iacovlev Pavel

Found the file in another folder: web/geonetwork/xsl/metadata-iso19139-utils.xsl
Now search works as expected

On Fri, Jul 6, 2012 at 9:31 AM, Pavel Iacovlev <iacovlev.pavel@anonymised.com> wrote:

Hello,

I added the Romanian language but then I search my ISO19139 metadata
(added in ro/en/ru) with RO language selected the results are in EN.
If I search in RU the results are in RU. My question is how do I make
the search display results in RO if the metdata is available in RO.

Steps I followed (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate):
First I created a record in languages table:

Then added new records to *Des tables
INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label FROM
categoriesdes where langid = 'en');
INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
groupsdes where langid = 'en');
INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label FROM
isolanguagesdes where langid = 'en');
INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label FROM
operationsdes where langid = 'en');
INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
regionsdes where langid = 'en');

and then I "copied" en folder in every folder with xml definitions to ro.

This step did not work for me:
ISO19139 / Multilingual metadata because
xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file does not
exist.

Best Regards,
Iacovlev Pavel

I have another problem with my newly added language, when I make the
following request to CSW:
http://geoportal.md:8080/geonetwork/srv/ro/csw?REQUEST=GetCapabilities&SERVICE=CSW

I get the follow exception (Cannot load/process capabilities):
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatching to
output for : csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> writing xml for : csw
2012-07-10 10:12:12,831 DEBUG [jeeves.service] - Service xml is :
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
  <ows:Exception exceptionCode="NoApplicableCode">
    <ows:ExceptionText>Cannot load/process capabilities</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> output ended for : csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatch ended for : csw

I guess I am missing some file or configuration settings, anybody can
point me in the right direction ?

On Fri, Jul 6, 2012 at 10:32 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:

Found the file in another folder: web/geonetwork/xsl/metadata-iso19139-utils.xsl
Now search works as expected

On Fri, Jul 6, 2012 at 9:31 AM, Pavel Iacovlev <iacovlev.pavel@anonymised.com> wrote:

Hello,

I added the Romanian language but then I search my ISO19139 metadata
(added in ro/en/ru) with RO language selected the results are in EN.
If I search in RU the results are in RU. My question is how do I make
the search display results in RO if the metdata is available in RO.

Steps I followed (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate):
First I created a record in languages table:

Then added new records to *Des tables
INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label FROM
categoriesdes where langid = 'en');
INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
groupsdes where langid = 'en');
INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label FROM
isolanguagesdes where langid = 'en');
INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label FROM
operationsdes where langid = 'en');
INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
regionsdes where langid = 'en');

and then I "copied" en folder in every folder with xml definitions to ro.

This step did not work for me:
ISO19139 / Multilingual metadata because
xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file does not
exist.

Best Regards,
Iacovlev Pavel

Hi Pavel

Did you add also Romanian to Languages table?

Check also output.log, should contain some StackTrace that helps to
identify the issue.

Regards,
Jose García

On Tue, Jul 10, 2012 at 9:17 AM, Pavel Iacovlev <iacovlev.pavel@anonymised.com>wrote:

I have another problem with my newly added language, when I make the
following request to CSW:

http://geoportal.md:8080/geonetwork/srv/ro/csw?REQUEST=GetCapabilities&SERVICE=CSW

I get the follow exception (Cannot load/process capabilities):
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatching to
output for : csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> writing xml for :
csw
2012-07-10 10:12:12,831 DEBUG [jeeves.service] - Service xml is :
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
  <ows:Exception exceptionCode="NoApplicableCode">
    <ows:ExceptionText>Cannot load/process capabilities</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> output ended for :
csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatch ended for :
csw

I guess I am missing some file or configuration settings, anybody can
point me in the right direction ?

On Fri, Jul 6, 2012 at 10:32 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:
> Found the file in another folder:
web/geonetwork/xsl/metadata-iso19139-utils.xsl
> Now search works as expected
>
> On Fri, Jul 6, 2012 at 9:31 AM, Pavel Iacovlev <iacovlev.pavel@anonymised.com>
wrote:
>> Hello,
>>
>> I added the Romanian language but then I search my ISO19139 metadata
>> (added in ro/en/ru) with RO language selected the results are in EN.
>> If I search in RU the results are in RU. My question is how do I make
>> the search display results in RO if the metdata is available in RO.
>>
>> Steps I followed (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate
):
>> First I created a record in languages table:
>>
>> Then added new records to *Des tables
>> INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label FROM
>> categoriesdes where langid = 'en');
>> INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
>> groupsdes where langid = 'en');
>> INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label FROM
>> isolanguagesdes where langid = 'en');
>> INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label FROM
>> operationsdes where langid = 'en');
>> INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
>> regionsdes where langid = 'en');
>>
>> and then I "copied" en folder in every folder with xml definitions to
ro.
>>
>> This step did not work for me:
>> ISO19139 / Multilingual metadata because
>> xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file does not
>> exist.
>>
>> Best Regards,
>> Iacovlev Pavel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net/&gt;

*

Yes, I have added according to the following doc:
http://trac.osgeo.org/geonetwork/wiki/HowToTranslate
The language works fine otherwise, I can search in RO and see it in
the languages list.

Here is the full log of the error: http://pastie.org/4230252

On Tue, Jul 10, 2012 at 10:21 AM, Jose Garcia <jose.garcia@anonymised.com> wrote:

Hi Pavel

Did you add also Romanian to Languages table?

Check also output.log, should contain some StackTrace that helps to identify
the issue.

Regards,
Jose García

On Tue, Jul 10, 2012 at 9:17 AM, Pavel Iacovlev <iacovlev.pavel@anonymised.com>
wrote:

I have another problem with my newly added language, when I make the
following request to CSW:

http://geoportal.md:8080/geonetwork/srv/ro/csw?REQUEST=GetCapabilities&SERVICE=CSW

I get the follow exception (Cannot load/process capabilities):
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatching to
output for : csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> writing xml for :
csw
2012-07-10 10:12:12,831 DEBUG [jeeves.service] - Service xml is :
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
  <ows:Exception exceptionCode="NoApplicableCode">
    <ows:ExceptionText>Cannot load/process
capabilities</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> output ended for :
csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatch ended for :
csw

I guess I am missing some file or configuration settings, anybody can
point me in the right direction ?

On Fri, Jul 6, 2012 at 10:32 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:
> Found the file in another folder:
> web/geonetwork/xsl/metadata-iso19139-utils.xsl
> Now search works as expected
>
> On Fri, Jul 6, 2012 at 9:31 AM, Pavel Iacovlev
> <iacovlev.pavel@anonymised.com> wrote:
>> Hello,
>>
>> I added the Romanian language but then I search my ISO19139 metadata
>> (added in ro/en/ru) with RO language selected the results are in EN.
>> If I search in RU the results are in RU. My question is how do I make
>> the search display results in RO if the metdata is available in RO.
>>
>> Steps I followed
>> (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate):
>> First I created a record in languages table:
>>
>> Then added new records to *Des tables
>> INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label FROM
>> categoriesdes where langid = 'en');
>> INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
>> groupsdes where langid = 'en');
>> INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label FROM
>> isolanguagesdes where langid = 'en');
>> INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label FROM
>> operationsdes where langid = 'en');
>> INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
>> regionsdes where langid = 'en');
>>
>> and then I "copied" en folder in every folder with xml definitions to
>> ro.
>>
>> This step did not work for me:
>> ISO19139 / Multilingual metadata because
>> xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file does not
>> exist.
>>
>> Best Regards,
>> Iacovlev Pavel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net

P.S. The CSW GetRecord request works for RO language.

On Tue, Jul 10, 2012 at 10:25 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:

Yes, I have added according to the following doc:
http://trac.osgeo.org/geonetwork/wiki/HowToTranslate
The language works fine otherwise, I can search in RO and see it in
the languages list.

Here is the full log of the error: http://pastie.org/4230252

On Tue, Jul 10, 2012 at 10:21 AM, Jose Garcia <jose.garcia@anonymised.com> wrote:

Hi Pavel

Did you add also Romanian to Languages table?

Check also output.log, should contain some StackTrace that helps to identify
the issue.

Regards,
Jose García

On Tue, Jul 10, 2012 at 9:17 AM, Pavel Iacovlev <iacovlev.pavel@anonymised.com>
wrote:

I have another problem with my newly added language, when I make the
following request to CSW:

http://geoportal.md:8080/geonetwork/srv/ro/csw?REQUEST=GetCapabilities&SERVICE=CSW

I get the follow exception (Cannot load/process capabilities):
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatching to
output for : csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> writing xml for :
csw
2012-07-10 10:12:12,831 DEBUG [jeeves.service] - Service xml is :
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
  <ows:Exception exceptionCode="NoApplicableCode">
    <ows:ExceptionText>Cannot load/process
capabilities</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> output ended for :
csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatch ended for :
csw

I guess I am missing some file or configuration settings, anybody can
point me in the right direction ?

On Fri, Jul 6, 2012 at 10:32 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:
> Found the file in another folder:
> web/geonetwork/xsl/metadata-iso19139-utils.xsl
> Now search works as expected
>
> On Fri, Jul 6, 2012 at 9:31 AM, Pavel Iacovlev
> <iacovlev.pavel@anonymised.com> wrote:
>> Hello,
>>
>> I added the Romanian language but then I search my ISO19139 metadata
>> (added in ro/en/ru) with RO language selected the results are in EN.
>> If I search in RU the results are in RU. My question is how do I make
>> the search display results in RO if the metdata is available in RO.
>>
>> Steps I followed
>> (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate):
>> First I created a record in languages table:
>>
>> Then added new records to *Des tables
>> INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label FROM
>> categoriesdes where langid = 'en');
>> INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
>> groupsdes where langid = 'en');
>> INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label FROM
>> isolanguagesdes where langid = 'en');
>> INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label FROM
>> operationsdes where langid = 'en');
>> INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
>> regionsdes where langid = 'en');
>>
>> and then I "copied" en folder in every folder with xml definitions to
>> ro.
>>
>> This step did not work for me:
>> ISO19139 / Multilingual metadata because
>> xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file does not
>> exist.
>>
>> Best Regards,
>> Iacovlev Pavel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net

Hi Pavel

I see a NullPointerException, but no StrackTrace, did you check output.log
file (or catalina.out if using Tomcat) instead of geonetwork.log, hopefully
should contain the StrackTrace to identify where is the problem.

Regards,
Jose García

On Tue, Jul 10, 2012 at 9:30 AM, Pavel Iacovlev <iacovlev.pavel@anonymised.com>wrote:

P.S. The CSW GetRecord request works for RO language.

On Tue, Jul 10, 2012 at 10:25 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:
> Yes, I have added according to the following doc:
> http://trac.osgeo.org/geonetwork/wiki/HowToTranslate
> The language works fine otherwise, I can search in RO and see it in
> the languages list.
>
> Here is the full log of the error: http://pastie.org/4230252
>
> On Tue, Jul 10, 2012 at 10:21 AM, Jose Garcia <jose.garcia@anonymised.com>
wrote:
>> Hi Pavel
>>
>> Did you add also Romanian to Languages table?
>>
>> Check also output.log, should contain some StackTrace that helps to
identify
>> the issue.
>>
>> Regards,
>> Jose García
>>
>> On Tue, Jul 10, 2012 at 9:17 AM, Pavel Iacovlev <
iacovlev.pavel@anonymised.com>
>> wrote:
>>>
>>> I have another problem with my newly added language, when I make the
>>> following request to CSW:
>>>
>>>
http://geoportal.md:8080/geonetwork/srv/ro/csw?REQUEST=GetCapabilities&SERVICE=CSW
>>>
>>> I get the follow exception (Cannot load/process capabilities):
>>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatching to
>>> output for : csw
>>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> writing xml
for :
>>> csw
>>> 2012-07-10 10:12:12,831 DEBUG [jeeves.service] - Service xml is :
>>> <ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0"
>>> xsi:schemaLocation="http://www.opengis.net/ows
>>> http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
>>> <ows:Exception exceptionCode="NoApplicableCode">
>>> <ows:ExceptionText>Cannot load/process
>>> capabilities</ows:ExceptionText>
>>> </ows:Exception>
>>> </ows:ExceptionReport>
>>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> output ended
for :
>>> csw
>>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatch ended
for :
>>> csw
>>>
>>> I guess I am missing some file or configuration settings, anybody can
>>> point me in the right direction ?
>>>
>>> On Fri, Jul 6, 2012 at 10:32 AM, Pavel Iacovlev
>>> <iacovlev.pavel@anonymised.com> wrote:
>>> > Found the file in another folder:
>>> > web/geonetwork/xsl/metadata-iso19139-utils.xsl
>>> > Now search works as expected
>>> >
>>> > On Fri, Jul 6, 2012 at 9:31 AM, Pavel Iacovlev
>>> > <iacovlev.pavel@anonymised.com> wrote:
>>> >> Hello,
>>> >>
>>> >> I added the Romanian language but then I search my ISO19139 metadata
>>> >> (added in ro/en/ru) with RO language selected the results are in
EN.
>>> >> If I search in RU the results are in RU. My question is how do I
make
>>> >> the search display results in RO if the metdata is available in RO.
>>> >>
>>> >> Steps I followed
>>> >> (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate):
>>> >> First I created a record in languages table:
>>> >>
>>> >> Then added new records to *Des tables
>>> >> INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label FROM
>>> >> categoriesdes where langid = 'en');
>>> >> INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
>>> >> groupsdes where langid = 'en');
>>> >> INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label
FROM
>>> >> isolanguagesdes where langid = 'en');
>>> >> INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label FROM
>>> >> operationsdes where langid = 'en');
>>> >> INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
>>> >> regionsdes where langid = 'en');
>>> >>
>>> >> and then I "copied" en folder in every folder with xml definitions
to
>>> >> ro.
>>> >>
>>> >> This step did not work for me:
>>> >> ISO19139 / Multilingual metadata because
>>> >> xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file does
not
>>> >> exist.
>>> >>
>>> >> Best Regards,
>>> >> Iacovlev Pavel
>>>
>>>
>>>
------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond.
Discussions
>>> will include endpoint security, mobile security and the latest in
malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> GeoNetwork-users mailing list
>>> GeoNetwork-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
>>> GeoNetwork OpenSource is maintained at
>>> http://sourceforge.net/projects/geonetwork
>>
>>
>>
>>
>> --
>> GeoCat Bridge for ArcGIS allows instant publishing of data and metadata
on
>> GeoServer and GeoNetwork. Visit http://geocat.net for details.
>> _________________________
>> Jose García
>> GeoCat bv
>> Veenderweg 13
>> 6721 WD Bennekom
>> The Netherlands
>> http://GeoCat.net
>>
>>

--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net/&gt;

*

FIXED, The doc says to update only the *Des tables, but there is one
more table that needs updating "cswservercapabilitiesinfo".

INSERT INTO cswservercapabilitiesinfo VALUES ('41','ro','title','');
INSERT INTO cswservercapabilitiesinfo VALUES ('42','ro','abstract','');
INSERT INTO cswservercapabilitiesinfo VALUES ('43','ro','fees','');
INSERT INTO cswservercapabilitiesinfo VALUES ('44','ro','accessConstraints','');

All works fine now.

On Tue, Jul 10, 2012 at 10:30 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:

P.S. The CSW GetRecord request works for RO language.

On Tue, Jul 10, 2012 at 10:25 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:

Yes, I have added according to the following doc:
http://trac.osgeo.org/geonetwork/wiki/HowToTranslate
The language works fine otherwise, I can search in RO and see it in
the languages list.

Here is the full log of the error: http://pastie.org/4230252

On Tue, Jul 10, 2012 at 10:21 AM, Jose Garcia <jose.garcia@anonymised.com> wrote:

Hi Pavel

Did you add also Romanian to Languages table?

Check also output.log, should contain some StackTrace that helps to identify
the issue.

Regards,
Jose García

On Tue, Jul 10, 2012 at 9:17 AM, Pavel Iacovlev <iacovlev.pavel@anonymised.com.>
wrote:

I have another problem with my newly added language, when I make the
following request to CSW:

http://geoportal.md:8080/geonetwork/srv/ro/csw?REQUEST=GetCapabilities&SERVICE=CSW

I get the follow exception (Cannot load/process capabilities):
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatching to
output for : csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> writing xml for :
csw
2012-07-10 10:12:12,831 DEBUG [jeeves.service] - Service xml is :
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
  <ows:Exception exceptionCode="NoApplicableCode">
    <ows:ExceptionText>Cannot load/process
capabilities</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> output ended for :
csw
2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatch ended for :
csw

I guess I am missing some file or configuration settings, anybody can
point me in the right direction ?

On Fri, Jul 6, 2012 at 10:32 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:
> Found the file in another folder:
> web/geonetwork/xsl/metadata-iso19139-utils.xsl
> Now search works as expected
>
> On Fri, Jul 6, 2012 at 9:31 AM, Pavel Iacovlev
> <iacovlev.pavel@anonymised.com> wrote:
>> Hello,
>>
>> I added the Romanian language but then I search my ISO19139 metadata
>> (added in ro/en/ru) with RO language selected the results are in EN.
>> If I search in RU the results are in RU. My question is how do I make
>> the search display results in RO if the metdata is available in RO.
>>
>> Steps I followed
>> (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate):
>> First I created a record in languages table:
>>
>> Then added new records to *Des tables
>> INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label FROM
>> categoriesdes where langid = 'en');
>> INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
>> groupsdes where langid = 'en');
>> INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label FROM
>> isolanguagesdes where langid = 'en');
>> INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label FROM
>> operationsdes where langid = 'en');
>> INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
>> regionsdes where langid = 'en');
>>
>> and then I "copied" en folder in every folder with xml definitions to
>> ro.
>>
>> This step did not work for me:
>> ISO19139 / Multilingual metadata because
>> xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file does not
>> exist.
>>
>> Best Regards,
>> Iacovlev Pavel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net

Is it ok that I update the wiki with to inconsistencies I found ?
The cswservercapabilitiesinfo table, and the incorrect path
"xml/schemas/iso19139/present/metadata-iso19139-utils.xsl" should be
"xsl/metadata-iso19139-utils.xsl"

On Tue, Jul 10, 2012 at 11:05 AM, Jose Garcia <jose.garcia@anonymised.com> wrote:

Hi Pavel

I see a NullPointerException, but no StrackTrace, did you check output.log
file (or catalina.out if using Tomcat) instead of geonetwork.log, hopefully
should contain the StrackTrace to identify where is the problem.

Regards,
Jose García

On Tue, Jul 10, 2012 at 9:30 AM, Pavel Iacovlev <iacovlev.pavel@anonymised.com>
wrote:

P.S. The CSW GetRecord request works for RO language.

On Tue, Jul 10, 2012 at 10:25 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com> wrote:
> Yes, I have added according to the following doc:
> http://trac.osgeo.org/geonetwork/wiki/HowToTranslate
> The language works fine otherwise, I can search in RO and see it in
> the languages list.
>
> Here is the full log of the error: http://pastie.org/4230252
>
> On Tue, Jul 10, 2012 at 10:21 AM, Jose Garcia <jose.garcia@anonymised.com>
> wrote:
>> Hi Pavel
>>
>> Did you add also Romanian to Languages table?
>>
>> Check also output.log, should contain some StackTrace that helps to
>> identify
>> the issue.
>>
>> Regards,
>> Jose García
>>
>> On Tue, Jul 10, 2012 at 9:17 AM, Pavel Iacovlev
>> <iacovlev.pavel@anonymised.com>
>> wrote:
>>>
>>> I have another problem with my newly added language, when I make the
>>> following request to CSW:
>>>
>>>
>>> http://geoportal.md:8080/geonetwork/srv/ro/csw?REQUEST=GetCapabilities&SERVICE=CSW
>>>
>>> I get the follow exception (Cannot load/process capabilities):
>>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatching to
>>> output for : csw
>>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> writing xml
>>> for :
>>> csw
>>> 2012-07-10 10:12:12,831 DEBUG [jeeves.service] - Service xml is :
>>> <ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0"
>>> xsi:schemaLocation="http://www.opengis.net/ows
>>> http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
>>> <ows:Exception exceptionCode="NoApplicableCode">
>>> <ows:ExceptionText>Cannot load/process
>>> capabilities</ows:ExceptionText>
>>> </ows:Exception>
>>> </ows:ExceptionReport>
>>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> output ended
>>> for :
>>> csw
>>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatch ended
>>> for :
>>> csw
>>>
>>> I guess I am missing some file or configuration settings, anybody can
>>> point me in the right direction ?
>>>
>>> On Fri, Jul 6, 2012 at 10:32 AM, Pavel Iacovlev
>>> <iacovlev.pavel@anonymised.com> wrote:
>>> > Found the file in another folder:
>>> > web/geonetwork/xsl/metadata-iso19139-utils.xsl
>>> > Now search works as expected
>>> >
>>> > On Fri, Jul 6, 2012 at 9:31 AM, Pavel Iacovlev
>>> > <iacovlev.pavel@anonymised.com> wrote:
>>> >> Hello,
>>> >>
>>> >> I added the Romanian language but then I search my ISO19139
>>> >> metadata
>>> >> (added in ro/en/ru) with RO language selected the results are in
>>> >> EN.
>>> >> If I search in RU the results are in RU. My question is how do I
>>> >> make
>>> >> the search display results in RO if the metdata is available in RO.
>>> >>
>>> >> Steps I followed
>>> >> (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate):
>>> >> First I created a record in languages table:
>>> >>
>>> >> Then added new records to *Des tables
>>> >> INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label FROM
>>> >> categoriesdes where langid = 'en');
>>> >> INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
>>> >> groupsdes where langid = 'en');
>>> >> INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label
>>> >> FROM
>>> >> isolanguagesdes where langid = 'en');
>>> >> INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label FROM
>>> >> operationsdes where langid = 'en');
>>> >> INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
>>> >> regionsdes where langid = 'en');
>>> >>
>>> >> and then I "copied" en folder in every folder with xml definitions
>>> >> to
>>> >> ro.
>>> >>
>>> >> This step did not work for me:
>>> >> ISO19139 / Multilingual metadata because
>>> >> xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file does
>>> >> not
>>> >> exist.
>>> >>
>>> >> Best Regards,
>>> >> Iacovlev Pavel
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond.
>>> Discussions
>>> will include endpoint security, mobile security and the latest in
>>> malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> GeoNetwork-users mailing list
>>> GeoNetwork-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
>>> GeoNetwork OpenSource is maintained at
>>> http://sourceforge.net/projects/geonetwork
>>
>>
>>
>>
>> --
>> GeoCat Bridge for ArcGIS allows instant publishing of data and metadata
>> on
>> GeoServer and GeoNetwork. Visit http://geocat.net for details.
>> _________________________
>> Jose García
>> GeoCat bv
>> Veenderweg 13
>> 6721 WD Bennekom
>> The Netherlands
>> http://GeoCat.net
>>
>>

--
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net

Hi Pavel

I updated the wiki to add the cswservercapabilitiesinfo

Related to the path, I guess the page requires some additional changes to
point how to translate in 2.6.x and in 2.8.x
(xml/schemas/iso19139/present/metadata-iso19139-utils.xsl
is correct for 2.8.x while xsl/metadata-iso19139-utils.xsl is correct for
2.6.x

If you want to manage would be perfect. Otherwise, the best is to create a
issue to update this documentation.

Thanks and regards,
Jose García

On Tue, Jul 10, 2012 at 10:09 AM, Pavel Iacovlev
<iacovlev.pavel@anonymised.com>wrote:

Is it ok that I update the wiki with to inconsistencies I found ?
The cswservercapabilitiesinfo table, and the incorrect path
"xml/schemas/iso19139/present/metadata-iso19139-utils.xsl" should be
"xsl/metadata-iso19139-utils.xsl"

On Tue, Jul 10, 2012 at 11:05 AM, Jose Garcia <jose.garcia@anonymised.com>
wrote:
> Hi Pavel
>
> I see a NullPointerException, but no StrackTrace, did you check
output.log
> file (or catalina.out if using Tomcat) instead of geonetwork.log,
hopefully
> should contain the StrackTrace to identify where is the problem.
>
> Regards,
> Jose García
>
>
> On Tue, Jul 10, 2012 at 9:30 AM, Pavel Iacovlev <
iacovlev.pavel@anonymised.com>
> wrote:
>>
>> P.S. The CSW GetRecord request works for RO language.
>>
>> On Tue, Jul 10, 2012 at 10:25 AM, Pavel Iacovlev
>> <iacovlev.pavel@anonymised.com> wrote:
>> > Yes, I have added according to the following doc:
>> > http://trac.osgeo.org/geonetwork/wiki/HowToTranslate
>> > The language works fine otherwise, I can search in RO and see it in
>> > the languages list.
>> >
>> > Here is the full log of the error: http://pastie.org/4230252
>> >
>> > On Tue, Jul 10, 2012 at 10:21 AM, Jose Garcia <jose.garcia@anonymised.com
>
>> > wrote:
>> >> Hi Pavel
>> >>
>> >> Did you add also Romanian to Languages table?
>> >>
>> >> Check also output.log, should contain some StackTrace that helps to
>> >> identify
>> >> the issue.
>> >>
>> >> Regards,
>> >> Jose García
>> >>
>> >> On Tue, Jul 10, 2012 at 9:17 AM, Pavel Iacovlev
>> >> <iacovlev.pavel@anonymised.com>
>> >> wrote:
>> >>>
>> >>> I have another problem with my newly added language, when I make the
>> >>> following request to CSW:
>> >>>
>> >>>
>> >>>
http://geoportal.md:8080/geonetwork/srv/ro/csw?REQUEST=GetCapabilities&SERVICE=CSW
>> >>>
>> >>> I get the follow exception (Cannot load/process capabilities):
>> >>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatching
to
>> >>> output for : csw
>> >>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> writing xml
>> >>> for :
>> >>> csw
>> >>> 2012-07-10 10:12:12,831 DEBUG [jeeves.service] - Service xml is :
>> >>> <ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
>> >>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
version="1.0.0"
>> >>> xsi:schemaLocation="http://www.opengis.net/ows
>> >>> http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
>> >>> <ows:Exception exceptionCode="NoApplicableCode">
>> >>> <ows:ExceptionText>Cannot load/process
>> >>> capabilities</ows:ExceptionText>
>> >>> </ows:Exception>
>> >>> </ows:ExceptionReport>
>> >>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> output ended
>> >>> for :
>> >>> csw
>> >>> 2012-07-10 10:12:12,831 INFO [jeeves.service] - -> dispatch ended
>> >>> for :
>> >>> csw
>> >>>
>> >>> I guess I am missing some file or configuration settings, anybody
can
>> >>> point me in the right direction ?
>> >>>
>> >>> On Fri, Jul 6, 2012 at 10:32 AM, Pavel Iacovlev
>> >>> <iacovlev.pavel@anonymised.com> wrote:
>> >>> > Found the file in another folder:
>> >>> > web/geonetwork/xsl/metadata-iso19139-utils.xsl
>> >>> > Now search works as expected
>> >>> >
>> >>> > On Fri, Jul 6, 2012 at 9:31 AM, Pavel Iacovlev
>> >>> > <iacovlev.pavel@anonymised.com> wrote:
>> >>> >> Hello,
>> >>> >>
>> >>> >> I added the Romanian language but then I search my ISO19139
>> >>> >> metadata
>> >>> >> (added in ro/en/ru) with RO language selected the results are in
>> >>> >> EN.
>> >>> >> If I search in RU the results are in RU. My question is how do I
>> >>> >> make
>> >>> >> the search display results in RO if the metdata is available in
RO.
>> >>> >>
>> >>> >> Steps I followed
>> >>> >> (http://trac.osgeo.org/geonetwork/wiki/HowToTranslate):
>> >>> >> First I created a record in languages table:
>> >>> >>
>> >>> >> Then added new records to *Des tables
>> >>> >> INSERT INTO categoriesdes (SELECT iddes, 'ro' as langid, label
FROM
>> >>> >> categoriesdes where langid = 'en');
>> >>> >> INSERT INTO groupsdes (SELECT iddes, 'ro' as langid, label FROM
>> >>> >> groupsdes where langid = 'en');
>> >>> >> INSERT INTO isolanguagesdes (SELECT iddes, 'ro' as langid, label
>> >>> >> FROM
>> >>> >> isolanguagesdes where langid = 'en');
>> >>> >> INSERT INTO operationsdes (SELECT iddes, 'ro' as langid, label
FROM
>> >>> >> operationsdes where langid = 'en');
>> >>> >> INSERT INTO regionsdes (SELECT iddes, 'ro' as langid, label FROM
>> >>> >> regionsdes where langid = 'en');
>> >>> >>
>> >>> >> and then I "copied" en folder in every folder with xml
definitions
>> >>> >> to
>> >>> >> ro.
>> >>> >>
>> >>> >> This step did not work for me:
>> >>> >> ISO19139 / Multilingual metadata because
>> >>> >> xml/schemas/iso19139/present/metadata-iso19139-utils.xsl file
does
>> >>> >> not
>> >>> >> exist.
>> >>> >>
>> >>> >> Best Regards,
>> >>> >> Iacovlev Pavel
>> >>>
>> >>>
>> >>>
>> >>>
------------------------------------------------------------------------------
>> >>> Live Security Virtual Conference
>> >>> Exclusive live event will cover all the ways today's security and
>> >>> threat landscape has changed and how IT managers can respond.
>> >>> Discussions
>> >>> will include endpoint security, mobile security and the latest in
>> >>> malware
>> >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> >>> _______________________________________________
>> >>> GeoNetwork-users mailing list
>> >>> GeoNetwork-users@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
>> >>> GeoNetwork OpenSource is maintained at
>> >>> http://sourceforge.net/projects/geonetwork
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> GeoCat Bridge for ArcGIS allows instant publishing of data and
metadata
>> >> on
>> >> GeoServer and GeoNetwork. Visit http://geocat.net for details.
>> >> _________________________
>> >> Jose García
>> >> GeoCat bv
>> >> Veenderweg 13
>> >> 6721 WD Bennekom
>> >> The Netherlands
>> >> http://GeoCat.net
>> >>
>> >>
>
>
>
>
> --
> GeoCat Bridge for ArcGIS allows instant publishing of data and metadata
on
> GeoServer and GeoNetwork. Visit http://geocat.net for details.
> _________________________
> Jose García
> GeoCat bv
> Veenderweg 13
> 6721 WD Bennekom
> The Netherlands
> http://GeoCat.net
>
>

--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net/&gt;

*