How can i configure database to talk with handle server? our dspace version
3.1
Yes i configured with righ prefix  config.dct and dspace.cfg .



----------------------------------------------   config.dct
 ---------------------------
{
"hdl_http_config" = {
"bind_address" = "193.140.248.74"
"num_threads" = "15"
"bind_port" = "8000"
"backlog" = "5"
"log_accesses" = "no"
}

"server_type" = "server"
"hdl_udp_config" = {
"bind_address" = "193.140.248.74"
"num_threads" = "15"
"bind_port" = "2641"
"log_accesses" = "no"
}

"hdl_tcp_config" = {
"bind_address" = "193.140.248.74"
"num_threads" = "15"
"bind_port" = "2641"
"backlog" = "5"
"log_accesses" = "no"
}

"log_save_config" = {
"log_save_weekday" = "Sunday"
"log_save_time" = "00:00:00"
"log_save_directory" = "/home/dspace/handle-server"
"log_save_interval" = "Weekly"
}

"no_udp_resolution" = "n"
"interfaces" = (
"hdl_udp"
"hdl_tcp"
"hdl_http"
)

"server_config" = {
"storage_type" ="CUSTOM"
"storage_class" = "org.dspace.handle.HandlePlugin"
"server_admins" = (
"300:0.NA/11147"
)

"replication_admins" = (
"300:0.NA/11147"
)

"max_session_time" = "86400000"
"this_server_id" = "1"
"max_auth_time" = "60000"
"backup_admins" = (
"300:0.NA/11147"
)

"case_sensitive" = "no"
}

}


---------------dspace.cfg
# CNRI Handle prefix
handle.prefix = 11147

# Directory for installing Handle server files
handle.dir = /dspace/handle-server



2013/12/29 Andrea Bollini <[email protected]>

>  It looks as your local http handle server is working
> http://openaccess.iyte.edu.tr:8000/
> but trying to resolve an handle you get the error message...
> maybe that the handle server use the wrong configuration to talk with your
> database?
> have you changed the database settings after have (re)started the handle
> server? have you configured the right prefix in your handle configuration
> file (or ca you post it content here)?
> dspace-dir/handle-server/config.dct
>
> any information in the handle log files dspace-dir/handle-server/*.log*
> Andrea
>
> Il 27/12/2013 19.48, Mustafa SARI ha scritto:
>
> Hi ,
>
>  I am having an issue with the handle server. We have an postgreSQL
> database for the dspace. When clicking on a handle, I am seeing this error
> page. There is no error message in the logs. We have the ports 2641 and
> 8000 open to the outside world. So, it's not a firewall issue.
>
> I have followed this(
> https://wiki.duraspace.org/display/DSDOC18/Installation#Installation-TheHandleServer)
> documentation and make configurations, i have added our prefix to the
> dspace configuration file also. Then restarted tomcat and handle server. I
> have mailed this issue also to handle admin but i did everything what they
> suggest but it did not solve the problem . Any feedback is appreciated.
>
>
>
> Any feedback is appreciated.
>
>  http://hdl.handle.net/11147/46
>
> Error - Resolution Error
>
>  The handle you requested --
>
>  11147/46
>
>  -- cannot be found.
>
> http://openaccess.iyte.edu.tr:8080/xmlui/handle/11147/46
>
>  --
>           Mustafa SARI
> İzmir Institute of Technology
>    Computer Engineering
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics 
> Pro!http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>
>
>
> _______________________________________________
> DSpace-tech mailing 
> [email protected]https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>
>
> --
> Andrea Bollini
> Dipartimento Servizi e Soluzioni per l'Amministrazione Universitaria
> Divisione Ricerca
>
> Via dei Tizii, 6
> 00185 Roma, Italy
> tel. +39 06 44 486 087 - mob. +39 348 82 77 525http://www.cineca.it
>
>


-- 
          Mustafa SARI
İzmir Institute of Technology
   Computer Engineering
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to