Re: [Dspace-tech] LDAP not working (AD): error code 34 - 0000208F\colon; NameErr\colon; DSID-031001F7, problem 2006 (BAD_NAME)

2013-04-02 Thread Jonathan Freesbay
Hi Helix87,

No, not a related problem. I can navigate the AD with my account. Must I
have specific rights for the authentication of users?

Regards,


2013/3/25 helix84 heli...@centrum.sk

 Hi Jonathan,

 does this help?


 https://answers.atlassian.com/questions/12497/problems-with-active-directory


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2___
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] LDAP not working (AD): error code 34 - 0000208F\colon; NameErr\colon; DSID-031001F7, problem 2006 (BAD_NAME)

2013-04-02 Thread helix84
Sorry I can't be of more help. Here are some more observations, but
they probably won't directly help you.

Here's what result=2 means:

/** User exists, but credentials (eme.g./em passwd) don't match. */
public static final int BAD_CREDENTIALS = 2;


Based on the BAD_NAME exception, I'm guessing this could also be a
permissions problem in AD. Try the initial bind as the most privileged
user (just for testing) to eliminate this possibility.


To check whether this is really a problem with space in username, try
to create both users (the initial bind DN and the DN you're logging
in) without a space in their name.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
___
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] (no subject)

2013-04-02 Thread Meron Mesfin
Hello there! i was facing a problem on registering a new user on JSP, it 
displays an internal system erroris any one can help me with it how I can 
register a new user.I appreciate your help


thanks,with regards --
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2___
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] (no subject)

2013-04-02 Thread helix84
Hello Meron,

This Internal System Error message is just a generic message.  To
track down the cause of the error, you'll want to look at your dspace
log files for any errors noted there.

We've written a Troubleshoot an error guide to help you figure out
what to look for:
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

Once you locate the error message, if you cannot figure out its meaning,
you are welcome to send it off to this dspace-tech list. Someone on this
list can help you determine what the issue may be.

Anyway, in the past the most common Internal System Error message
was caused by mail server not configured in dspace.cfg (the smtp.*)
options. You can test whether DSpace can correctly send emails by
running
[dspace]/bin/dspace test-email
- when this succeeds, the registration page will probably also work
without errors.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


On Tue, Apr 2, 2013 at 3:51 PM, Meron Mesfin m.mero...@yahoo.com wrote:
 Hello there! i was facing a problem on registering a new user on JSP, it
 displays an internal system erroris any one can help me with it how I can
 register a new user.I appreciate your help

 thanks,with regards








 --
 Own the Future-Intel(R) Level Up Game Demo Contest 2013
 Rise to greatness in Intel's independent game demo contest. Compete
 for recognition, cash, and the chance to get your game on Steam.
 $5K grand prize plus 10 genre and skill prizes. Submit your demo
 by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
 ___
 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

--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
___
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] reindex problem

2013-04-02 Thread helix84
Hi Sisay,

in the past this problem was caused by too much text in one of the
metadata fields (the usual suspect is dc.description.abstract). Try to
take a look at the items you submitted since the last successful
reindexing and shorten any text that seems excessively long. You can
still upload the whole text of the metadata field as a bitstream
(preferably in the TEXT bundle) so the item will still be fully
searchable.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


On Mon, Apr 1, 2013 at 3:12 PM, Webshet, Sisay (ILRI)
s.webs...@cgiar.org wrote:
 Hi all,





 This is what I usually do without any trouble

 · To have a browse by  filed I am using files like
 (message.xml,dspace.cfg)

 · To have linkable/clikcable  fields I used (item-list.xsl and
 item-view.xsl)

 However I try to reindex the system, the following errors were displayed.

 Can anybody has a hint to giureout this solution.







 Exception: org.postgresql.util.PSQLException: ERROR: index row size 3024
 exceeds
 maximum 2712 for index bi_11_dis_svalue_idx

 org.dspace.browse.BrowseException: org.postgresql.util.PSQLException: ERROR:
 ind
 ex row size 3024 exceeds maximum 2712 for index bi_11_dis_svalue_idx

 at
 org.dspace.browse.BrowseCreateDAOPostgres.insertDistinctRecord(Browse
 CreateDAOPostgres.java:671)

 at
 org.dspace.browse.BrowseCreateDAOPostgres.getDistinctID(BrowseCreateD
 AOPostgres.java:543)

 at org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:468)

 at org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1127)

 at org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1076)

 at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:718)

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
 java:39)

 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:25)

 at java.lang.reflect.Method.invoke(Method.java:597)

 at
 org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)

 Caused by: org.postgresql.util.PSQLException: ERROR: index row size 3024
 exceeds
 maximum 2712 for index bi_11_dis_svalue_idx

 at
 org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryEx
 ecutorImpl.java:1531)

 at
 org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutor
 Impl.java:1313)

 at
 org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.ja
 va:188)

 at
 org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stat
 ement.java:452)

 at
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(Abstract
 Jdbc2Statement.java:354)

 at
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc
 2Statement.java:258)

 at
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
 gatingPreparedStatement.java:96)

 at
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
 gatingPreparedStatement.java:96)

 at
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
 gatingPreparedStatement.java:96)

 at
 org.dspace.storage.rdbms.DatabaseManager.doInsertPostgres(DatabaseMan
 ager.java:1755)

 at
 org.dspace.storage.rdbms.DatabaseManager.insert(DatabaseManager.java:
 675)

 at
 org.dspace.browse.BrowseCreateDAOPostgres.insertDistinctRecord(Browse
 CreateDAOPostgres.java:662)

 ... 10 more


 --
 Own the Future-Intelreg; Level Up Game Demo Contest 2013
 Rise to greatness in Intel's independent game demo contest.
 Compete for recognition, cash, and the chance to get your game
 on Steam. $5K grand prize plus 10 genre and skill prizes.
 Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
 ___
 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

--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
___
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] Getting malformed URL exception on hitting Dspace URL

2013-04-02 Thread helix84
On Mon, Apr 1, 2013 at 4:21 PM, abhishek.kulkarni akulk...@hawk.iit.edu wrote:
 The solution for it as was suggested in one of the blogs was to change the
 dspace dir owner from username to 'tomcat'

Please note that it doesn't necessarily have to be literally tomcat.
It should be the user which runs Tomcat on your system (e.g. it's
tomcat6 on my system).

 I changed the ownership  goofed up with permissions.
 After doing so, sudo was corrupted. (made it working later)

Yes, all the errors from this point have little to do with DSpace
itself. It rather looks like you have various problems caused by
permissions outside the dspace directory. It will probably be the
least amount of work to reinstall the server, install DSpace anew and
use the old assetstore, database dump, configuration files, theme and
any customizations.
Although permission problems can be fixed manually if you know what
you're doing, I recommend the reinstallation as the easy way to assure
that everything works as it should and prevent unexplainable future
problems.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
___
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] new-xmlui.xml

2013-04-02 Thread helix84
Hi Jose,

you can't really use any formatting in that pseudo-XHTML file. The
correct approach is to wrap the contents in an element (div), assign
it an id attribute and style it using either XSLT or CSS.

(I'm not certain if you can use span in DRI, but you can certainly
use div and style it as display:inline.)


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


On Fri, Mar 29, 2013 at 4:11 PM, Jose Blanco blan...@umich.edu wrote:
 I would like to put up a message on this file that and would like the
 message to appear in red.  Is that possible?

 --
 Own the Future-Intel(R) Level Up Game Demo Contest 2013
 Rise to greatness in Intel's independent game demo contest. Compete
 for recognition, cash, and the chance to get your game on Steam.
 $5K grand prize plus 10 genre and skill prizes. Submit your demo
 by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
 ___
 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

--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
___
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] Automatic generation of thumbnails for image records in DSpace

2013-04-02 Thread jams111
If you are execute the similar easy series of operation in Photoshop on two
or three images, it’s usually fastest to do so yourself. But the moment that
you replicate the steps more than a few times, it is easiest to record the
process as an automatic process.
Poster making software http://www.ronyasoft.com/products/proposter/  




--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Automatic-generation-of-thumbnails-for-image-records-in-DSpace-tp4662856p4662940.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
___
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] Dspace Admin Error

2013-04-02 Thread VINAY G
Respected Sir,


Installed Dspace information

1) dspace-3.1-src-release
2) apache-ant-1.8.1
3) apache-maven-3.0.1
4) postgresql-9.2.3-1-windows

I did not get any error when i did
1) mvn package
2) ant update

but got problem in creating administrator in command prompt.
The detailed information has been mailed earlier.

Thank you

yours faithfully
Vinay G
--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html___
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