Re: [Dspace-tech] problems connecting with active directory

2014-02-21 Thread Sandoval, Álvaro

Hello all:

Finally we could connect succesfully to our Active Directory using 
dspace 3.2
Only 2 things were changed: search.user, now is defined using id instead 
of canonical name and autoregister now is set in true.


I would like to share the config we are using (authentication-ldap.cfg):

enable = true

autoregister = true

provider_url = ldap://biblioteca-ad.bcn-ad.cl:389/

id_field = sAMAccountName

object_context = OU=BCN,DC=bcn-ad,DC=cl

search_context = OU=BCN,DC=bcn-ad,DC=cl

search_scope = 2

search.anonymous = false

search.user=administra...@bcn-ad.cl

search.password=***password***

netid_email_domain = @bcn-ad.cl

Regards,
Alvaro


El 20/01/14 13:03, Oscar Sanchez Gomez escribió:

Hi Alvaro,

I am using ldap authentication with Active Directory and it Works ok. The 
hierarchical settings will be:
search.user = cn=User Name,ou=Usuarios-Aplicaciones,ou=CentroComputo,ou=Area 
Administrativa,ou=Cartago,ou=Usuario,dc=itcr,dc=ac,dc=cr
search.password = pasword

The User Name will be name of the user not the user-id. Also you have to 
specify the complete traversal tree from the inner level to domain level where 
the User Name of the search_user is defined as you can see in the above example.

Regards,
Ing. Oscar Sánchez G., MAE
Profesional en TI
Biblioteca José Figueres Ferrer
Instituto Tecnológico de Costa Rica
I  Tel: 2550-2135
   Fax: 2591-4820
F  Apdo Postal:  159-7050

-Mensaje original-
De: Sandoval, Álvaro [mailto:alsando...@bcn.cl]
Enviado el: domingo, 19 de enero de 2014 09:06 p.m.
Para: Dspace Tech
Asunto: [Dspace-tech] problems connecting with active directory

Dear Dspace community:

In our testing environment we have dspace 3.2 and we would like to authenticate 
using our Active Directory. But authentication fails using both xmlui and jspui.
If we try ldapbind command, it works fine.

This is our authentication-ldap.cfg file:

enable = true
autoregister = false
provider_url = ldap://ad.mydomain.cl:389/ id_field = sAMAccountName 
object_context = DC=mydomain,DC=cl search_context = DC=mydomain,DC=cl 
email_field = mail surname_field = sn givenname_field = givenName phone_field = 
telephoneNumber search.anonymous = true search_scope = 2 search.user = 
CN=admin_user,CN=Users,DC=mydomain,DC=cl
search.password = admin_passwd

And this is part of LOG file:

2014-01-14 05:12:18,045 INFO
org.dspace.authenticate.PasswordAuthentication @ 
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:authenticate:attempting
password auth of user=existing_user
2014-01-14 05:12:18,047 INFO org.dspace.authenticate.LDAPAuthentication
@
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:auth:attempting
trivial auth of user=existing_user
2014-01-14 05:12:18,051 WARN org.dspace.authenticate.LDAPAuthentication
@
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:ldap_authentication:type=failed_auth
javax.naming.AuthenticationException\colon; [LDAP\colon; error code 49 - 
80090308\colon; LdapErr\colon; DSID-0C090334, comment\colon; 
AcceptSecurityContext error, data 525, vece]
2014-01-14 05:12:18,051 INFO org.dspace.authenticate.LDAPAuthentication
@
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:failed_login:no
DN found for user existing_user
2014-01-14 05:12:18,051 INFO org.dspace.app.webui.servlet.LDAPServlet @ 
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:failed_login:netid=existing_user,
result=2

Any advice would be very appreciated.

--
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile Jefe de Servicios y Sistemas de 
Información en Red Fono (5632) 226 3981

http://www.bcn.cl/


--
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=119420431iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Jefe de Servicios y Sistemas de Información en Red
Fono (5632) 226 3981

http://www.bcn.cl/

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette

[Dspace-tech] error while compiling an old dspace version

2014-02-21 Thread Sandoval, Álvaro
Hello:

We are using dspace 1.8.1 in our production sites, and we would like to 
change the order items are shown in MyDspace (jspui).
After making a minor change in SQL of WorkflowManager.java, I receive 
the following error while running mvn package:

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSAnalyzer.java:[58,29]
 
cannot find symbol
symbol  : constructor DSTokenizer(java.io.Reader)
location: class org.dspace.search.DSTokenizer

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSAnalyzer.java:[62,17]
 
cannot find symbol
symbol  : constructor 
StopFilter(org.apache.lucene.analysis.TokenStream,java.util.Set)
location: class org.apache.lucene.analysis.StopFilter

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSNonStemmingAnalyzer.java:[32,8]
 
cannot find symbol
symbol  : constructor DSAnalyzer(org.apache.lucene.util.Version)
location: class org.dspace.search.DSAnalyzer

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSNonStemmingAnalyzer.java:[41,49]
 
cannot find symbol
symbol  : variable matchVersion
location: class org.dspace.search.DSNonStemmingAnalyzer

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSNonStemmingAnalyzer.java:[42,48]
 
cannot find symbol
symbol  : variable matchVersion
location: class org.dspace.search.DSNonStemmingAnalyzer

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSNonStemmingAnalyzer.java:[44,37]
 
cannot find symbol
symbol  : variable matchVersion
location: class org.dspace.search.DSNonStemmingAnalyzer

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSNonStemmingAnalyzer.java:[45,32]
 
cannot find symbol
symbol  : variable matchVersion
location: class org.dspace.search.DSNonStemmingAnalyzer

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSNonStemmingAnalyzer.java:[45,54]
 
stopSet has private access in org.dspace.search.DSAnalyzer

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSNonStemmingAnalyzer.java:[45,17]
 
internal error; cannot instantiate 
StopFilter(boolean,org.apache.lucene.analysis.TokenStream,java.util.Set?) 
at org.apache.lucene.analysis.StopFilter to ()

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSNonStemmingAnalyzer.java:[47,19]
 
cannot find symbol
symbol  : class TokenStreamComponents
location: class org.dspace.search.DSNonStemmingAnalyzer

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/DSNonStemmingAnalyzer.java:[39,4]
 
method does not override or implement a method from a supertype

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/ISOLatin1AccentFilter.java:[20,13]
 
org.dspace.search.ISOLatin1AccentFilter is not abstract and does not 
override abstract method incrementToken() in 
org.apache.lucene.analysis.TokenStream

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/ISOLatin1AccentFilter.java:[26,21]
 
cannot find symbol
symbol  : method next()
location: class org.apache.lucene.analysis.TokenStream

/opt/dspace-1.8.1-src-release/dspace-api/src/main/java/org/dspace/search/ISOLatin1AccentFilter.java:[30,28]
 
cannot find symbol
symbol  : method termText()
location: class org.apache.lucene.analysis.Token


[INFO] 

[INFO] For more information, run Maven with the -e switch
[INFO] 

[INFO] Total time: 11 seconds
[INFO] Finished at: Fri Feb 21 16:48:31 ART 2014
[INFO] Final Memory: 32M/283M
[INFO] 




Does anybody have a suggestion in order to compile?

Thanks in advance,

-- 
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Jefe de Servicios y Sistemas de Información en Red
Fono (5632) 226 3981

http://www.bcn.cl/


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] problems connecting with active directory

2014-01-19 Thread Sandoval, Álvaro
Dear Dspace community:

In our testing environment we have dspace 3.2 and we would like to 
authenticate using our Active Directory. But authentication fails using 
both xmlui and jspui.
If we try ldapbind command, it works fine.

This is our authentication-ldap.cfg file:

enable = true
autoregister = false
provider_url = ldap://ad.mydomain.cl:389/
id_field = sAMAccountName
object_context = DC=mydomain,DC=cl
search_context = DC=mydomain,DC=cl
email_field = mail
surname_field = sn
givenname_field = givenName
phone_field = telephoneNumber
search.anonymous = true
search_scope = 2
search.user = CN=admin_user,CN=Users,DC=mydomain,DC=cl
search.password = admin_passwd

And this is part of LOG file:

2014-01-14 05:12:18,045 INFO 
org.dspace.authenticate.PasswordAuthentication @ 
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:authenticate:attempting
 
password auth of user=existing_user
2014-01-14 05:12:18,047 INFO org.dspace.authenticate.LDAPAuthentication 
@ 
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:auth:attempting
 
trivial auth of user=existing_user
2014-01-14 05:12:18,051 WARN org.dspace.authenticate.LDAPAuthentication 
@ 
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:ldap_authentication:type=failed_auth
 
javax.naming.AuthenticationException\colon; [LDAP\colon; error code 49 - 
80090308\colon; LdapErr\colon; DSID-0C090334, comment\colon; 
AcceptSecurityContext error, data 525, vece]
2014-01-14 05:12:18,051 INFO org.dspace.authenticate.LDAPAuthentication 
@ 
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:failed_login:no
 
DN found for user existing_user
2014-01-14 05:12:18,051 INFO org.dspace.app.webui.servlet.LDAPServlet @ 
anonymous:session_id=7D2495B4351B0D3D30EF4584F1FA0567:ip_addr=111.11.111.111:failed_login:netid=existing_user,
 
result=2

Any advice would be very appreciated.

-- 
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Jefe de Servicios y Sistemas de Información en Red
Fono (5632) 226 3981

http://www.bcn.cl/


--
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=119420431iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Multiple instances of dspace on a single server

2012-07-06 Thread Sandoval, Álvaro

Hi Amjad:

We have 4 DSpace instances running on the same server, using Tomcat and 
Apache2 with mod_jk.
You just need 4 different databases and 4 different DSpace directories. 
And tell tomcat server.xml where they are.


Regards,
Álvaro

El 06/07/12 07:45, AMJAD USMAN escribió:

Hello everybody,
i have deployed dspace on a server. i want to create another instance 
of dspace on the same server for testing and development purposes.

can anybody help me in this regard?

Regards
amjad


--
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



--
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Ingeniería y Desarrollo
Fono (5632) 226 3981

http://www.bcn.cl/

--
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


[Dspace-tech] SWORD issue when sending a file whose name includes diacritics

2012-06-20 Thread Sandoval, Álvaro
Hi Dspace community:

We are using a SWORD v1 server to receive items from a .NET web application.
When the SWORD client application sends a file whose name includes 
diacritics, it receives a 500 error as response.

This is part of dspace log file:

2012-06-19 09:42:39,599 ERROR org.purl.sword.server.DepositServlet @ 
X_NO_OP value is false
2012-06-19 09:42:39,669 INFO  org.dspace.sword.SWORDAuthenticator @ 
anonymous:session_id=0:ip_addr=172.20.122.31:sword_authenticate:username=administra...@domain.com,on_behalf_of=u...@domain.com
2012-06-19 09:42:39,669 INFO  
org.dspace.authenticate.PasswordAuthentication @ 
anonymous:session_id=0:ip_addr=172.20.122.31:authenticate:attempting 
password auth of user=administra...@domain.com
2012-06-19 09:42:39,708 INFO  
org.dspace.authenticate.PasswordAuthentication @ 
administra...@domain.com:session_id=0:ip_addr=172.20.122.31:authenticate:type=PasswordAuthentication
2012-06-19 09:42:39,712 INFO  org.dspace.sword.DSpaceSWORDServer @ 
u...@domain.com:session_id=0:ip_addr=172.20.122.31:sword_deposit_request:username=administra...@domain.com,on_behalf_of=u...@domain.com
2012-06-19 09:42:39,713 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.713] Initialising verbose deposit;
2012-06-19 09:42:39,750 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.750] Performing deposit using location: 
http://dspace.domain.com/sword/deposit/10221/68;
2012-06-19 09:42:39,750 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.750] Location resolves to collection with handle: 
10221/68 and name: Desarrollo Económico;
2012-06-19 09:42:39,898 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.898] User is authorised to submit to collection;
2012-06-19 09:42:39,898 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.898] Authenticated user: administra...@domain.com;
2012-06-19 09:42:39,898 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.898] Depositing on behalf of: u...@domain.com;
2012-06-19 09:42:39,898 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.898] Initialising depositor for an Item in a 
Collection;
2012-06-19 09:42:39,898 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.898] Loaded ingester: 
org.dspace.sword.SWORDMETSIngester;
2012-06-19 09:42:39,898 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.898] Using package manifest format: METS;
2012-06-19 09:42:39,898 INFO  org.dspace.sword.SWORDService @ 
[2012-06-19 09:42:39.898] Loaded package ingester: 
org.dspace.content.packager.DSpaceMETSIngester;

2012-06-19 09:42:39,899 INFO  
org.dspace.content.packager.AbstractMETSIngester @ 
u...@domain.com:session_id=0:ip_addr=172.20.122.31:package_parse:Parsing 
package for ingest, file=SWORD-172.20.122.31-3
2012-06-19 09:42:40,807 INFO  org.dspace.content.Item @ 
u...@domain.com:session_id=0:ip_addr=172.20.122.31:update_item:item_id=18531
2012-06-19 09:42:40,953 INFO  org.dspace.content.Item @ 
u...@domain.com:session_id=0:ip_addr=172.20.122.31:create_item:item_id=18531
2012-06-19 09:42:41,279 INFO  org.dspace.content.Item @ 
u...@domain.com:session_id=0:ip_addr=172.20.122.31:update_item:item_id=18531
2012-06-19 09:42:41,292 INFO  org.dspace.content.WorkspaceItem @ 
u...@domain.com:session_id=0:ip_addr=172.20.122.31:create_workspace_item:workspace_item_id=-1item_id=18531collection_id=45
2012-06-19 09:42:41,511 ERROR org.dspace.sword.SWORDMETSIngester @ 
caught exception:
java.lang.NullPointerException
 at java.util.zip.ZipFile.getInputStream(ZipFile.java:193)
 at 
org.dspace.content.packager.AbstractMETSIngester.getFileInputStream(AbstractMETSIngester.java:1449)
 at 
org.dspace.content.packager.AbstractMETSIngester.addBitstreams(AbstractMETSIngester.java:774)
 at 
org.dspace.content.packager.AbstractMETSIngester.ingestObject(AbstractMETSIngester.java:500)
 at 
org.dspace.content.packager.AbstractMETSIngester.ingest(AbstractMETSIngester.java:234)
 at 
org.dspace.sword.SWORDMETSIngester.ingest(SWORDMETSIngester.java:93)
 at 
org.dspace.sword.CollectionDepositor.doDeposit(CollectionDepositor.java:112)
 at org.dspace.sword.DepositManager.deposit(DepositManager.java:148)
 at 
org.dspace.sword.DSpaceSWORDServer.doDeposit(DSpaceSWORDServer.java:120)
 at 
org.purl.sword.server.DepositServlet.doPost(DepositServlet.java:299)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
 at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
 at 

[Dspace-tech] Using sword to deposit an item in multiple collections

2012-05-18 Thread Sandoval, Álvaro
Hi Dspace community:

Is it possible to use SWORD to deposit an item into several collections 
at the same time?
We are using SWORD v1 server and Dspace 1.8.1, and using curl command 
to perform the deposit.

Thanks in advance.

-- 
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Ingeniería y Desarrollo
Fono (5632) 226 3981

http://www.bcn.cl/


--
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


[Dspace-tech] http://projects.dspace.org/8/apidocs/ is asking for password

2012-05-04 Thread Sandoval, Álvaro
Hello DSpace community:

I haven't been able to access DSpace API documentation since yesterday 
afternoon, because the site is asking for user and password.
Should I have to register? Where?

Regards,

-- 
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Ingeniería y Desarrollo
Fono (5632) 226 3981

http://www.bcn.cl/


--
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


Re: [Dspace-tech] Multiple DSpaces in One Server

2012-04-16 Thread Sandoval, Álvaro

Hi Bruna:

You just need to add new entries to server.xml config file, using 
different names for each webapp. Here's an extract of our server.xml (we 
are running 4 instances of dspace on same server):


Context path=/jspui-od docBase=/srv/dspace-2/webapps/jspui/ debug=0
reloadable=true cachingAllowed=false allowLinking=true/

Context path=/jspui-rl docBase=/srv/dspace-3/webapps/jspui/ debug=0
reloadable=true cachingAllowed=false allowLinking=true/

.

Context path=/xmlui docBase=/dspace/webapps/xmlui/ debug=0
reloadable=true cachingAllowed=false allowLinking=true/

Context path=/xmlui2 docBase=/srv/dspace-2/webapps/xmlui/ debug=0
reloadable=true cachingAllowed=false allowLinking=true/

Regards,
Alvaro Sandoval


El 15/04/12 14:49, Bruna Fagundes Rócio escribió:

Hey guys,

I need to install two dspace in the same server, one of them just for 
tests. They are in the same version 1.7.1 and i'm using Ubuntu 9.04 
Server, Tomcat6 and Postgres 8.4. The database test was created and i 
applied the changes to the other dspace.cfg, but, i have no idea how 
to proceed in the right way in Tomcat configuration. In server.xml i 
already have xmlui and jspui. What i do with the news xmlui and jspui 
that i have to put in the file?


So, i need your help! Thanks!



--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Ingeniería y Desarrollo
Fono (5632) 226 3981

http://www.bcn.cl/

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Using open-search within a collection

2012-04-04 Thread Sandoval, Álvaro
Hi:

I would like to use open-search considering a context, ie, Dspace, a 
community, or a collection.
Is it possible? If so, how?

I'm using Dspace 1.8.1, jspui

-- 
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Ingeniería y Desarrollo
Fono (5632) 226 3981

http://www.bcn.cl/


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Using open-search within a collection

2012-04-04 Thread Sandoval, Álvaro
Thanks!! It worked just fine!

El 04/04/12 17:17, Dennis Tobar escribió:
 You must addscope=handle

 I just try on my local repo and works!

 Regards

 On Wed, Apr 4, 2012 at 5:05 PM, Sandoval, Álvaroalsando...@bcn.cl  wrote:
 Hi:

 I would like to use open-search considering a context, ie, Dspace, a
 community, or a collection.
 Is it possible? If so, how?

 I'm using Dspace 1.8.1, jspui

 --
 Álvaro Sandoval Pizarro

 BCN, Biblioteca del Congreso Nacional de Chile
 Ingeniería y Desarrollo
 Fono (5632) 226 3981

 http://www.bcn.cl/


 --
 Better than sec? Nothing is better than sec when it comes to
 monitoring Big Data applications. Try Boundary one-second
 resolution app monitoring today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Ingeniería y Desarrollo
Fono (5632) 226 3981

http://www.bcn.cl/


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] error al iniciar tomcat

2012-03-28 Thread Sandoval, Álvaro
Hola Karol:

Creo que debes partir determinando el posible origen del problema. 
¿Funcionaba tomcat antes de instalar dspace?
Si no sabes, puedes simplemente quitar las aplicaciones web generadas 
por Dspace del directorio raíz de tomcat y reinicias el servicio.

¡Saludos!
Álvaro

El 28/03/12 17:36, Karol Guzman escribió:
 buenas tardes
 Buenas compañeros, sigo yo con problemas. A la hora de iniciar el
 tomcat, aparecen varios errores que no he podido solucinar. Creo que
 es con las rutas, sin embargo, no sè dónde cambiarlas.
 aquí está parte del log y los primeros errores generados

 28/03/2012 02:23:09 PM org.apache.catalina.core.AprLifecycleListener init
 INFO: Cargada la biblioteca nativa APR de Apache Tomcat 1.1.22
 28/03/2012 02:23:09 PM org.apache.catalina.core.AprLifecycleListener init
 INFO: Capacidades APR: IPv6 [false], enviar fichero [true], aceptar
 filtros [false], aleatorio [true].
 28/03/2012 02:23:20 PM org.apache.coyote.http11.Http11AprProtocol init
 INFO: Inicializando Coyote HTTP/1.1 en puerto http-8080
 28/03/2012 02:23:20 PM org.apache.coyote.ajp.AjpAprProtocol init
 INFO: Inicializando Coyote AJP/1.3 en ajp-8009
 28/03/2012 02:23:20 PM org.apache.catalina.startup.Catalina load
 INFO: Initialization processed in 11865 ms
 28/03/2012 02:23:20 PM org.apache.catalina.core.StandardService start
 INFO: Arrancando servicio Catalina
 28/03/2012 02:23:20 PM org.apache.catalina.core.StandardEngine start
 INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
 28/03/2012 02:23:20 PM org.apache.catalina.startup.HostConfig deployDescriptor
 INFO: Desplieque del descriptor de configuración host-manager.xml
 28/03/2012 02:23:21 PM org.apache.catalina.startup.HostConfig deployDescriptor
 INFO: Desplieque del descriptor de configuración manager.xml
 28/03/2012 02:23:21 PM org.apache.catalina.startup.HostConfig deployDirectory
 INFO: Despliegue del directorio docs de la aplicación web
 28/03/2012 02:23:21 PM org.apache.catalina.startup.HostConfig deployDirectory
 INFO: Despliegue del directorio examples de la aplicación web
 28/03/2012 02:23:21 PM org.apache.catalina.startup.HostConfig deployDirectory
 INFO: Despliegue del directorio jspui de la aplicación web
 28/03/2012 02:23:27 PM org.apache.catalina.core.StandardContext start
 GRAVE: Error listenerStart
 28/03/2012 02:23:27 PM org.apache.catalina.core.StandardContext start
 GRAVE: Falló en arranque del Contexto [/jspui] debido a errores previos
 28/03/2012 02:23:27 PM org.apache.catalina.loader.WebappClassLoader
 clearReferencesThreads
 GRAVE: The web application [/jspui] appears to have started a thread
 named [net.sf.ehcache.CacheManager@e0c7c3] but has failed to stop it.
 This is very likely to create a memory leak.
 28/03/2012 02:23:27 PM org.apache.catalina.startup.HostConfig deployDirectory
 INFO: Despliegue del directorio lni de la aplicación web
 28/03/2012 02:23:28 PM org.apache.catalina.core.StandardContext start
 GRAVE: Error listenerStart
 28/03/2012 02:23:28 PM org.apache.catalina.core.StandardContext start
 GRAVE: Falló en arranque del Contexto [/lni] debido a errores previos
 28/03/2012 02:23:29 PM org.apache.catalina.startup.HostConfig deployDirectory
 INFO: Despliegue del directorio oai de la aplicación web
 28/03/2012 02:23:29 PM org.apache.catalina.core.StandardContext start
 GRAVE: Error listenerStart
 28/03/2012 02:23:29 PM org.apache.catalina.core.StandardContext start
 GRAVE: Falló en arranque del Contexto [/oai] debido a errores previos
 28/03/2012 02:23:29 PM org.apache.catalina.startup.HostConfig deployDirectory
 INFO: Despliegue del directorio ROOT de la aplicación web
 28/03/2012 02:23:29 PM org.apache.catalina.startup.HostConfig deployDirectory
 INFO: Despliegue del directorio solr de la aplicación web
 28/03/2012 02:23:30 PM org.apache.solr.core.SolrResourceLoader locateSolrHome
 INFO: Using JNDI solr.home: ${dspace.dir}/solr
 28/03/2012 02:23:30 PM org.apache.solr.core.SolrResourceLoaderinit
 INFO: Solr home set to '${dspace.dir}/solr\'
 28/03/2012 02:23:30 PM org.apache.solr.servlet.SolrDispatchFilter init
 INFO: SolrDispatchFilter.init()
 28/03/2012 02:23:30 PM org.apache.solr.core.SolrResourceLoader locateSolrHome
 INFO: Using JNDI solr.home: ${dspace.dir}/solr
 28/03/2012 02:23:31 PM org.apache.solr.core.CoreContainer$Initializer 
 initialize
 INFO: looking for solr.xml: D:\Archivos de
 programa\apache-tomcat-6.0.35\bin\${dspace.dir}\solr\solr.xml
 28/03/2012 02:23:31 PM org.apache.solr.core.SolrResourceLoader locateSolrHome
 INFO: Using JNDI solr.home: ${dspace.dir}/solr
 28/03/2012 02:23:31 PM org.apache.solr.core.CoreContainerinit
 INFO: New CoreContainer: solrHome=${dspace.dir}/solr\ instance=14676202
 28/03/2012 02:23:31 PM org.apache.solr.core.SolrResourceLoaderinit
 INFO: Solr home set to '${dspace.dir}/solr\'
 28/03/2012 02:23:31 PM org.apache.solr.core.SolrResourceLoaderinit
 INFO: Solr home set to '${dspace.dir}\solr\.\'
 28/03/2012 02:23:31 PM org.apache.solr.common.SolrException log
 GRAVE: 

[Dspace-tech] Is it possible to store bitstream's datetime?

2012-01-27 Thread Sandoval, Álvaro
Hello DSpace community:

I would like to know how If DSpace data model is storing the bitstream's 
datetime. If so, how can I get it?
It would be very useful when an Item is representing a Series, and it 
has many bitstreams, associated to its differents numbers.

We are using column user_format_description of bitstream table to 
store its date in ISO format, but I would like a better solution.

Thanks in advance.

-- 
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Ingeniería y Desarrollo
Fono (5632) 226 3981

http://www.bcn.cl/


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 69, Issue 41

2012-01-23 Thread Sandoval, Álvaro

Hi Rajat:

We are using Dspace 1.7.1 and we have metadata and bitstreams in 
Spanish. And searching is working using our diacritics.
We just modified org.dspace.search.DSAnalyzer.java and added the 
ISOLatin1AccentFilter class, according to the following:


http://dspace.2283337.n4.nabble.com/searching-issues-for-Spanish-td3282469.html#a3282470

I hope that helps.

Regards,
Alvaro

El 23/01/12 12:36, Rajat Gupta escribió:

Hello,

We had been working on Dspace for quite sometime and there is 
repeatedly this question arising of making Dspace search work in 
Devnagri (Unicode) script (Indian languages such as Hindi, Gujarati etc).


I would want to find out if any body has done any work in this area. 
If you are able to get search results using any other  non-English 
languages such as French or german, it would still be good for us to 
learn.


I deeply appreciate the help that the DSpace community has been 
providing to me.


Regards,

Rajat Gupta


On Mon, Jan 23, 2012 at 6:35 PM, 
dspace-tech-requ...@lists.sourceforge.net 
mailto:dspace-tech-requ...@lists.sourceforge.net wrote:


Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net
mailto:dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
dspace-tech-requ...@lists.sourceforge.net
mailto:dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
dspace-tech-ow...@lists.sourceforge.net
mailto:dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

  1. JumpBox two week trial (Igor M)
  2. Submissions page on xmlui (Jennifer Whalan)
  3. IP BASED ACCESS (Lewatle Phaladi)
  4. Re: IP BASED ACCESS (Claudia J?rgen)
  5. Re: A More Detailed AIP Tool Question (helix84)


--

Message: 1
Date: Mon, 23 Jan 2012 04:15:56 +0400
From: Igor M igorm...@hotmail.com mailto:igorm...@hotmail.com
Subject: [Dspace-tech] JumpBox two week trial
To: dspace-tech@lists.sourceforge.net
mailto:dspace-tech@lists.sourceforge.net
Message-ID: snt121-w260fce3d8da29e652164f986...@phx.gbl
Content-Type: text/plain; charset=koi8-r


Hello,

I installed JumpBox DSpace 1.7.2. It worked and I was able to
test-drive the Manakin version of DSpace.
It warned me about the two weeks trial but it was not clear what
was going to happen in two weeks.

Now, when I
 start the VMware player it says Waiting for IP Address. The
IP address that I obtained from the player front panel after I
installed it is not
connecting me anywhere with only general the connection has timed
out
message.

Does it mean the trial period is over?

Thank you,

- Igor
-- next part --
An HTML attachment was scrubbed...

--

Message: 2
Date: Mon, 23 Jan 2012 16:03:42 +0930
From: Jennifer Whalan jennifer.wha...@nt.gov.au
mailto:jennifer.wha...@nt.gov.au
Subject: [Dspace-tech] Submissions page on xmlui
To: dspace-tech@lists.sourceforge.net
mailto:dspace-tech@lists.sourceforge.net
dspace-tech@lists.sourceforge.net
mailto:dspace-tech@lists.sourceforge.net
Message-ID:
2920790549c5194b9b5797bb7145d8b101a32c24a...@emdch-es1.prod.main.ntgov

Content-Type: text/plain; charset=us-ascii

This is for Dspace 1.8.1, with xmlui, using a modified version of
the Reference theme.

Currently when you access the submissions page (/submission), the
order of tables is:

Unfinished submissions
Archived submissions
Tasks you own
Tasks in the pool
Submissions being reviewed.


I was wondering if it is possible to change this order, as we
would like archived submissions at the bottom of the page, due to
some long lists for some of our users. Previously I had done this
in org.dspace.app.xmlui.aspect.submissions.Submissions, but in 1.8
it seems to have been split between Submissions and Workflow (or
xmlWorkflow, but we're not using that at the moment).  I thought I
was pretty okay with Java but I'm not quite sure how it is done in
this case. I couldn't find any classes that were calling those
classes, and it sort of looks like the classes are getting
themselves added, so I'm not sure how the order is decided. If
anyone has any suggestions, please let me know.


Thanks
Jennifer

Jennifer Whalan
Systems Support Officer | Innovation  Access
Northern Territory Library
Department of Natural Resources, Environment, The Arts and Sport
Northern Territory Government

Phone:  (08) 8922