[GeoNetwork-users] feedback form

Hi all,

I have some problems using the feedback form at the 'contact us' site.
I put all the parameter for host, port etc. at the system configuration, but when I try to send a feedback this error was been generated.

Does anyone has any experiences getting access to a mailserver with GN? I do not understand the exceptions.

Thanks.
Christian

==========================================================
2008-01-24 16:30:21,639 INFO [jeeves.request] - HTML Request (from 141.65.4.192) : /geonetwork/srv/en/feedback.insert
2008-01-24 16:30:21,639 DEBUG [jeeves.request] - Method : POST
2008-01-24 16:30:21,640 DEBUG [jeeves.request] - Content type : application/x-www-form-urlencoded
2008-01-24 16:30:21,640 DEBUG [jeeves.request] - Accept : text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
2008-01-24 16:30:21,640 INFO [jeeves.service] - Dispatching : feedback.insert
2008-01-24 16:30:21,640 DEBUG [jeeves.service] - -> parameters are :
<request>

<id />

<email>h.holmersson@anonymised.com</email>

<name>Holger Holmersson</name>

<org>UFZ / SUV</org>

<comments>Let's try to send a feedback.</comments>

<fname />

</request>
2008-01-24 16:30:21,640 ERROR [jeeves.service] - Exception when executing service
2008-01-24 16:30:21,640 ERROR [jeeves.service] - (C) Exc : java.lang.NumberFormatException: null
2008-01-24 16:30:21,641 DEBUG [jeeves.service] - Raised exception while executing service
<error id="error">

<message>null</message>

<class>NumberFormatException</class>

<stack>

&lt;at class=&quot;java\.lang\.Integer&quot; file=&quot;Integer\.java&quot; line=&quot;415&quot; method=&quot;parseInt&quot; /&gt;

&lt;at class=&quot;java\.lang\.Integer&quot; file=&quot;Integer\.java&quot; line=&quot;497&quot; method=&quot;parseInt&quot; /&gt;

&lt;at class=&quot;org\.fao\.geonet\.services\.feedback\.Insert&quot; file=&quot;Insert\.java&quot; line=&quot;74&quot; method=&quot;exec&quot; /&gt;

&lt;at class=&quot;jeeves\.server\.dispatchers\.ServiceInfo&quot; file=&quot;ServiceInfo\.java&quot; line=&quot;238&quot; method=&quot;execService&quot; /&gt;

&lt;at class=&quot;jeeves\.server\.dispatchers\.ServiceInfo&quot; file=&quot;ServiceInfo\.java&quot; line=&quot;141&quot; method=&quot;execServices&quot; /&gt;

&lt;at class=&quot;jeeves\.server\.dispatchers\.ServiceManager&quot; file=&quot;ServiceManager\.java&quot; line=&quot;372&quot; method=&quot;dispatch&quot; /&gt;

&lt;at class=&quot;jeeves\.server\.JeevesEngine&quot; file=&quot;JeevesEngine\.java&quot; line=&quot;600&quot; method=&quot;dispatch&quot; /&gt;

&lt;at class=&quot;jeeves\.server\.sources\.http\.JeevesServlet&quot; file=&quot;JeevesServlet\.java&quot; line=&quot;163&quot; method=&quot;execute&quot; /&gt;

&lt;at class=&quot;jeeves\.server\.sources\.http\.JeevesServlet&quot; file=&quot;JeevesServlet\.java&quot; line=&quot;98&quot; method=&quot;doPost&quot; /&gt;

&lt;at class=&quot;javax\.servlet\.http\.HttpServlet&quot; file=&quot;HttpServlet\.java&quot; line=&quot;616&quot; method=&quot;service&quot; /&gt;

</stack>

<request>

&lt;language&gt;en&lt;/language&gt;

&lt;service&gt;feedback\.insert&lt;/service&gt;

</request>

</error>
2008-01-24 16:30:21,641 INFO [jeeves.service] - -> dispatching to error for : feedback.insert
2008-01-24 16:30:21,778 INFO [jeeves.service] - -> transforming with stylesheet : /home/cgadge/geonetwork_2.1.0/web/geonetwork/xsl/error.xsl
2008-01-24 16:30:21,849 INFO [jeeves.service] - -> end error transformation for : feedback.insert
2008-01-24 16:30:21,850 INFO [jeeves.service] - -> error ended for : feedback.insert

==========================================================

I get the same error.

After adding some debug logging, I have discovered that the host and port
come back as null when trying to retrieve them.

Maybe this has something to do with the path settings in the Set.java file.
Are they pointed to the wrong fields in the database? Is anyone else aware
of this bug, or know how to fix it?

Thanks

--
View this message in context: http://www.nabble.com/feedback-form-tp15413463s18419p15434478.html
Sent from the geonetwork-users mailing list archive at Nabble.com.