[GeoNetwork-users] download metadata bug

Hello,

I have a problem with downloading files, when button is clicked, an error
occurs:
2007-09-20 10:35:16,037 INFO [jeeves.service] - Dispatching : resources.get
2007-09-20 10:35:16,037 DEBUG [jeeves.service] - -> parameters are :
<request>
  <access>private</access>
  <fname />
  <id>223</id>
</request>
2007-09-20 10:35:16,037 ERROR [jeeves.service] - Exception when executing
service
2007-09-20 10:35:16,037 ERROR [jeeves.service] - (C) Exc : BadParameterEx :
fname
2007-09-20 10:35:16,037 DEBUG [jeeves.service] - Raised exception while
executing service
<error id="bad-parameter">
  <message>fname</message>
  <class>BadParameterEx</class>
  <stack>
    <at class="jeeves.utils.Util" file="Util.java" line="74"
method="getParam" />
    <at class="org.fao.geonet.services.resources.Download"
file="Download.java" line="68" method="exec" />
    <at class="jeeves.server.dispatchers.ServiceInfo"
file="ServiceInfo.java" line="238" method="execService" />
    <at class="jeeves.server.dispatchers.ServiceInfo"
file="ServiceInfo.java" line="141" method="execServices" />
    <at class="jeeves.server.dispatchers.ServiceManager"
file="ServiceManager.java" line="372" method="dispatch" />
    <at class="jeeves.server.JeevesEngine" file="JeevesEngine.java"
line="600" method="dispatch" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="163" method="execute" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="88" method="doGet" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="690" method="service" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="803" method="service" />
  </stack>

Problem takes place even just after GN installation, without any changes in
code. Our version : Geonetwork RC 2.1.
Could you check and fix this bug ? Thanks in advance.

Cheers,
Łukasz
--
View this message in context: http://www.nabble.com/download-metadata-bug-tf4486502s18419.html#a12793988
Sent from the geonetwork-users mailing list archive at Nabble.com.

Hi Lukasz,
Thanks for reporting!
It looks like you clicked on a download that did not have a filename associated. Can you indicate if this happened on a sample record or on something else?
Will correct it any way to avoid displaying empty downloads. :slight_smile:
Ciao,
Jeroen

On Sep 20, 2007, at 11:41 AM, Lukasz_Sobotowski wrote:

Hello,

I have a problem with downloading files, when button is clicked, an error
occurs:
2007-09-20 10:35:16,037 INFO [jeeves.service] - Dispatching : resources.get
2007-09-20 10:35:16,037 DEBUG [jeeves.service] - -> parameters are :
<request>
  <access>private</access>
  <fname />
  <id>223</id>
</request>
2007-09-20 10:35:16,037 ERROR [jeeves.service] - Exception when executing
service
2007-09-20 10:35:16,037 ERROR [jeeves.service] - (C) Exc : BadParameterEx :
fname
2007-09-20 10:35:16,037 DEBUG [jeeves.service] - Raised exception while
executing service
<error id="bad-parameter">
  <message>fname</message>
  <class>BadParameterEx</class>
  <stack>
    <at class="jeeves.utils.Util" file="Util.java" line="74"
method="getParam" />
    <at class="org.fao.geonet.services.resources.Download"
file="Download.java" line="68" method="exec" />
    <at class="jeeves.server.dispatchers.ServiceInfo"
file="ServiceInfo.java" line="238" method="execService" />
    <at class="jeeves.server.dispatchers.ServiceInfo"
file="ServiceInfo.java" line="141" method="execServices" />
    <at class="jeeves.server.dispatchers.ServiceManager"
file="ServiceManager.java" line="372" method="dispatch" />
    <at class="jeeves.server.JeevesEngine" file="JeevesEngine.java"
line="600" method="dispatch" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="163" method="execute" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="88" method="doGet" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="690" method="service" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="803" method="service" />
  </stack>

Problem takes place even just after GN installation, without any changes in
code. Our version : Geonetwork RC 2.1.
Could you check and fix this bug ? Thanks in advance.

Cheers,
Łukasz
--
View this message in context: http://www.nabble.com/download-metadata-bug-tf4486502s18419.html#a12793988
Sent from the geonetwork-users mailing list archive at Nabble.com.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at GeoNetwork - Geographic Metadata Catalog download | SourceForge.net

Hi Jeroen,
This happened on record created using "New metadata" option with template:
"Template for Vector data in ISO19139 (preferred!)".

I have also some other problem with new GeoNetwork 2.1 RC2. When I start GN
and I log in on the main page (main.home) I see geographical search. The
problem is that I can't do anything on a main page. I can't change to
Advanced search, select category etc.

Jeroen Ticheler-3 wrote:

Hi Lukasz,
Thanks for reporting!
It looks like you clicked on a download that did not have a filename
associated. Can you indicate if this happened on a sample record or
on something else?
Will correct it any way to avoid displaying empty downloads. :slight_smile:
Ciao,
Jeroen

On Sep 20, 2007, at 11:41 AM, Lukasz_Sobotowski wrote:

Hello,

I have a problem with downloading files, when button is clicked, an
error
occurs:
2007-09-20 10:35:16,037 INFO [jeeves.service] - Dispatching :
resources.get
2007-09-20 10:35:16,037 DEBUG [jeeves.service] - -> parameters are :
<request>
  <access>private</access>
  <fname />
  <id>223</id>
</request>
2007-09-20 10:35:16,037 ERROR [jeeves.service] - Exception when
executing
service
2007-09-20 10:35:16,037 ERROR [jeeves.service] - (C) Exc :
BadParameterEx :
fname
2007-09-20 10:35:16,037 DEBUG [jeeves.service] - Raised exception
while
executing service
<error id="bad-parameter">
  <message>fname</message>
  <class>BadParameterEx</class>
  <stack>
    <at class="jeeves.utils.Util" file="Util.java" line="74"
method="getParam" />
    <at class="org.fao.geonet.services.resources.Download"
file="Download.java" line="68" method="exec" />
    <at class="jeeves.server.dispatchers.ServiceInfo"
file="ServiceInfo.java" line="238" method="execService" />
    <at class="jeeves.server.dispatchers.ServiceInfo"
file="ServiceInfo.java" line="141" method="execServices" />
    <at class="jeeves.server.dispatchers.ServiceManager"
file="ServiceManager.java" line="372" method="dispatch" />
    <at class="jeeves.server.JeevesEngine" file="JeevesEngine.java"
line="600" method="dispatch" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="163" method="execute" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="88" method="doGet" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="690" method="service" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="803" method="service" />
  </stack>

Problem takes place even just after GN installation, without any
changes in
code. Our version : Geonetwork RC 2.1.
Could you check and fix this bug ? Thanks in advance.

Cheers,
Łukasz
--
View this message in context: http://www.nabble.com/download-
metadata-bug-tf4486502s18419.html#a12793988
Sent from the geonetwork-users mailing list archive at Nabble.com.

----------------------------------------------------------------------
---
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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

--
View this message in context: http://www.nabble.com/download-metadata-bug-tf4486502s18419.html#a12796769
Sent from the geonetwork-users mailing list archive at Nabble.com.

Hi Lukasz,
Will have a look at the download button issue.
On the geographic search, that is strange. What browser are you using? I only know of some issues with Safari, but Firefox and Internet Explorer should have no problems.
Ciao,
Jeroen

On Sep 20, 2007, at 3:03 PM, Lukasz_Sobotowski wrote:

Hi Jeroen,
This happened on record created using "New metadata" option with template:
"Template for Vector data in ISO19139 (preferred!)".

I have also some other problem with new GeoNetwork 2.1 RC2. When I start GN
and I log in on the main page (main.home) I see geographical search. The
problem is that I can't do anything on a main page. I can't change to
Advanced search, select category etc.

Jeroen Ticheler-3 wrote:

Hi Lukasz,
Thanks for reporting!
It looks like you clicked on a download that did not have a filename
associated. Can you indicate if this happened on a sample record or
on something else?
Will correct it any way to avoid displaying empty downloads. :slight_smile:
Ciao,
Jeroen

On Sep 20, 2007, at 11:41 AM, Lukasz_Sobotowski wrote:

Hello,

I have a problem with downloading files, when button is clicked, an
error
occurs:
2007-09-20 10:35:16,037 INFO [jeeves.service] - Dispatching :
resources.get
2007-09-20 10:35:16,037 DEBUG [jeeves.service] - -> parameters are :
<request>
  <access>private</access>
  <fname />
  <id>223</id>
</request>
2007-09-20 10:35:16,037 ERROR [jeeves.service] - Exception when
executing
service
2007-09-20 10:35:16,037 ERROR [jeeves.service] - (C) Exc :
BadParameterEx :
fname
2007-09-20 10:35:16,037 DEBUG [jeeves.service] - Raised exception
while
executing service
<error id="bad-parameter">
  <message>fname</message>
  <class>BadParameterEx</class>
  <stack>
    <at class="jeeves.utils.Util" file="Util.java" line="74"
method="getParam" />
    <at class="org.fao.geonet.services.resources.Download"
file="Download.java" line="68" method="exec" />
    <at class="jeeves.server.dispatchers.ServiceInfo"
file="ServiceInfo.java" line="238" method="execService" />
    <at class="jeeves.server.dispatchers.ServiceInfo"
file="ServiceInfo.java" line="141" method="execServices" />
    <at class="jeeves.server.dispatchers.ServiceManager"
file="ServiceManager.java" line="372" method="dispatch" />
    <at class="jeeves.server.JeevesEngine" file="JeevesEngine.java"
line="600" method="dispatch" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="163" method="execute" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="88" method="doGet" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="690" method="service" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="803" method="service" />
  </stack>

Problem takes place even just after GN installation, without any
changes in
code. Our version : Geonetwork RC 2.1.
Could you check and fix this bug ? Thanks in advance.

Cheers,
Łukasz
--
View this message in context: http://www.nabble.com/download-
metadata-bug-tf4486502s18419.html#a12793988
Sent from the geonetwork-users mailing list archive at Nabble.com.

----------------------------------------------------------------------
---
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at http://sourceforge.net/
projects/geonetwork

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at
GeoNetwork - Geographic Metadata Catalog download | SourceForge.net

--
View this message in context: http://www.nabble.com/download-metadata-bug-tf4486502s18419.html#a12796769
Sent from the geonetwork-users mailing list archive at Nabble.com.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at GeoNetwork - Geographic Metadata Catalog download | SourceForge.net