Hi helix84.

This is the result by running the commands:

netstat -tulpn | grep 8009
tcp        0      0 :::8009                     :::*                        LISTEN      13461/java

cat /proc/13461/cmdline
/usr/java/default/bin/java-Djava.util.logging.config.file=/usr/java/apache-tomcat-7.0.27/conf/logging.properties-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager-Djava.endorsed.dirs=/usr/java/apache-tomcat-7.0.27/endorsed-classpath/usr/java/apache-tomcat-7.0.27/bin/bootstrap.jar:/usr/java/apache-tomcat-7.0.27/bin/tomcat-juli.jar-Dcatalina.base=/usr/java/apache-tomcat-7.0.27-Dcatalina.home=/usr/java/apache-tomcat-7.0.27-Djava.io.tmpdir=/usr/java/apache-tomcat-7.0.27/temporg.apache.catalina.startup.Bootstrapstart

Why run with 8009? Should not run with 8000?


Regads,

Walter Blandón
Analista Técnico
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca

El 09/10/12, helix84 <heli...@centrum.sk> escribió:
On Tue, Sep 11, 2012 at 12:44 AM, Walter Blandón <cblan...@eafit.edu.co> wrote:
> We don't access to repository through Handle. We review log file and this is
> the result:

That's strange. I'm running a handle server so I can't check the
behaviour without it. But I'm guessing even with the default handle
prefix 123456789, the local might be running.

The message is coming from the handle server DSpace has embedded. If
you were running a handle server, the way to resolve this would be
this:

http://dspace.2283337.n4.nabble.com/Problem-launching-Handle-Server-in-Dspace-1-6-1-td3681633.html

But don't do anything just yet. First, let's find out more. Run the
following as root:

netstat -tulpn | grep 8009

You should see a process id, like this: 24078/java

Run this command using your process id:

cat /proc/24078/cmdline

And send the output of both commands.

Regards,
~~helix84
------------------------------------------------------------------------------
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/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to