Hi All,
At last, I have solved my problem. It occour because other appication can
be listen port (2641) so
you can write to console :
lsof -i:2641
Then learn the pid number who use this address, then kill this process by
writing
kill <PID number>
After doing this, you restart your handle server, it works for me.
Thanks for everyone
Mustafa
2014/1/9 Mustafa SARI <[email protected]>
> 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 . I am going to add this mail
> configuration files and logs.
>
>
>
> 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
>
> There is anything in the error log. Also:
> Log outputs are like this:
> ----------------------access log:
>
> 193.140.248.74 TCP:HDL "Sun Dec 29 10:53:17 EET 2013" 1 301 101ms 11147/46
> 134.76.10.174 TCP:HDL "Sun Dec 29 10:53:17 EET 2013" 1 301 322ms 11147/46
> 193.140.248.74 TCP:HDL "Sun Dec 29 10:53:56 EET 2013" 1 301 100ms 11147/46
> 38.100.138.163 TCP:HDL "Sun Dec 29 10:53:56 EET 2013" 1 301 102ms 11147/46
> 193.140.248.74 TCP:HDL "Sun Dec 29 10:54:36 EET 2013" 1 301 101ms 11147/46
> 38.100.138.163 TCP:HDL "Sun Dec 29 10:54:36 EET 2013" 1 301 102ms 11147/46
> 193.140.248.74 TCP:HDL "Sun Dec 29 11:41:15 EET 2013" 1 301 101ms 11147/46
> 38.100.138.162 TCP:HDL "Sun Dec 29 11:41:15 EET 2013" 1 301 102ms 11147/46
> 193.140.248.74 TCP:HDL "Sun Dec 29 11:41:19 EET 2013" 1 301 100ms 11147/46
> 134.76.10.174 TCP:HDL "Sun Dec 29 11:41:19 EET 2013" 1 301 103ms 11147/46
>
> ----------------------handle-plugin.log
>
> 2013-12-12 19:37:09,809 INFO org.dspace.handle.HandlePlugin @ Called init
> (not implemented)
> 2013-12-12 19:37:09,810 INFO org.dspace.handle.HandlePlugin @ Called
> scanNAs (not implemented)
> 2013-12-12 19:51:06,926 INFO org.dspace.handle.HandlePlugin @ Called init
> (not implemented)
> 2013-12-12 19:51:06,926 INFO org.dspace.handle.HandlePlugin @ Called
> scanNAs (not implemented)
>
>
> System configuration files likes this:
>
>
> ---------------------------------------------- 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
>
> --
> Mustafa SARI
> İzmir Institute of Technology
> Computer Engineering
>
--
Mustafa SARI
İzmir Institute of Technology
Computer Engineering
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general