[Dspace-tech] HELP LDAPHierarchical Auth. problem

2009-12-01 Thread Zaya Kh
*Hi, all*
**
*I congfiguring LDAPHierarchicalAuthentication, but I have an error.*

*My FIRST configuration into dspace.cfg:*
**
 Stackable Authentication Methods #
# Stack of authentication methods
#  (See org.dspace.authenticate.AuthenticationManager)
# Example:
# plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
#   org.dspace.authenticate.ShibAuthentication, \
#org.dspace.authenticate.PasswordAuthentication
plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
  org.dspace.authenticate.LDAPHierarchicalAuthentication

 LDAP Authentication Configuration Settings 
ldap.enable = true
ldap.provider_url = ldap://xx.xxx.xx:389/
ldap.id_field = cn
ldap.object_context = dc=xx,dc=xxx,dc=xx
ldap.search_context = dc=xx,dc=xxx,dc=xx
ldap.email_field = mail
ldap.surname_field = sn
ldap.givenname_field = givenName
ldap.phone_field = telephoneNumber
webui.ldap.autoregister = true
ldap.login.specialgroup = Authenticated
# Hierarchical LDAP Settings #
# If your users are spread out across a hierarchical tree on your
# LDAP server, you will need to use the following stackable authentication
# class:
  plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
org.dspace.authenticate.LDAPHierarchicalAuthentication
ldap.search_scope = 2
ldap.search.user = cn=A,cn=Users,dc=xx,dc=xxx,dc=xx
ldap.search.password = YYY
ldap.netid_email_domain = @xx.xxx.xx
*But my tomcat restart, in* *ldap-login page, before I was created my
account cannot login this page,*
*I can show review this error page.*
**
The e-mail address and password you supplied were not valid. Please try
again, or have you forgotten your password http://dspace.num/forgot?
*

New user? Click here to register. http://dspace.num/register

Please enter your e-mail address and password into the form below.
  E-mail Address:  Password:

Have you forgotten your password? http://dspace.num/forgot

 Error in log file was:
*
2009-12-02 10:52:58,797 INFO
org.dspace.authenticate.LDAPHierarchicalAuthentication @
anonymous:session_id=18209AB316BC4E29A5C87C4B807A47A5:ip_addr=10.0.5.196:auth:attempting
trivial auth of user=situ...@xx.xxx.xx
2009-12-02 10:52:58,900 INFO
org.dspace.authenticate.LDAPHierarchicalAuthentication @
anonymous:session_id=18209AB316BC4E29A5C87C4B807A47A5:ip_addr=10.0.5.196:failed_login:no
DN found for user situ...@xx.xxx.xx
2009-12-02 10:52:58,901 INFO  org.dspace.app.webui.servlet.LDAPServlet @
anonymous:session_id=18209AB316BC4E29A5C87C4B807A47A5:ip_addr=10.0.5.196:
failed_login:netid=situ...@xx.xxx.xx, result=2
*Second one is into dspace.cfg:*
*I configure my dspace.cfg file, set this parameter, after url separate
backslash /,  *

ldap.provider_url = ldap://xx.xxx.xx:389 /

*But I cannot login, I show Internal Error Page*
**
*Error in Log file:*

2009-12-02 10:42:24,154 WARN
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=18209AB316BC4E29A5C87C4B807A47A5:internal_error:-- URL Was:
http://dspace.xxx/ldap-login
-- Method: POST
-- Parameters were:
-- login_password: *not logged*
-- login_submit: Log In
-- login_netid: situ...@xx.xxx.xx
java.lang.NumberFormatException: For input string: 389 
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:456)
at java.lang.Integer.parseInt(Integer.java:497)
at com.sun.jndi.toolkit.url.Uri.parse(Uri.java:214)
at com.sun.jndi.toolkit.url.Uri.init(Uri.java:120)
at com.sun.jndi.ldap.LdapURL.init(LdapURL.java:67)
at
com.sun.jndi.url.ldap.ldapURLContextFactory.getUsingURLIgnoreRootDN(ldapURLContextFactory.java:41)
at
com.sun.jndi.url.ldap.ldapURLContext.getRootURLContext(ldapURLContext.java:44)
at
com.sun.jndi.toolkit.url.GenericURLDirContext.search(GenericURLDirContext.java:367)
at
com.sun.jndi.url.ldap.ldapURLContext.search(ldapURLContext.java:523)
at
javax.naming.directory.InitialDirContext.search(InitialDirContext.java:267)
at
org.dspace.authenticate.LDAPHierarchicalAuthentication$SpeakerToLDAP.getDNOfUser(LDAPHierarchicalAuthentication.java:429)
at
org.dspace.authenticate.LDAPHierarchicalAuthentication.authenticate(LDAPHierarchicalAuthentication.java:214)
at
org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:199)
at
org.dspace.authenticate.AuthenticationManager.authenticate(AuthenticationManager.java:136)
at
org.dspace.app.webui.servlet.LDAPServlet.doDSPost(LDAPServlet.java:110)
at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at

[Dspace-tech] LDAP problem

2009-11-26 Thread Zaya Kh
Hello all,
 I have problem, i'm using dspace 1.5.2, jspui, about our organization  1500
people, So I think  using Active Directory, My configuration file :

 Stackable Authentication Methods #

# Stack of authentication methods
# (See org.dspace.authenticate.AuthenticationManager)
# Example:
# plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
# org.dspace.authenticate.ShibAuthentication, \
# org.dspace.authenticate.PasswordAuthentication

# Next two lines added by Clive Gould on 22/04/09 to allow AD Authentication

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
org.dspace.authenticate.LDAPHierarchicalAuthentication

 LDAP Authentication Configuration Settings 

ldap.enable = true
ldap.provider_url = ldap://brom.com:389/
ldap.id_field = cn
ldap.object_context = dc=brom, dc=com
ldap.search_context = dc=brom,dc=com
ldap.email_field = mail
ldap.surname_field = sn
ldap.givenname_field = givenName
webui.ldap.autoregister = true
ldap.login.specialgroup = Authenticated
ldap.search_scope = 2
ldap.search.user = bindu...@brom.com
ldap.search.password = *


dspace.log
2009-11-26 20:35:24,630 INFO
org.dspace.authenticate.LDAPHierarchicalAuthentication @
anonymous:session_id=DB5F46EA3805E99C3B5F59D4ECCCAAFA:ip_addr=10.31.2.37:auth:attempting
trivial auth of user=xx...@xx.xx.xx.xx
2009-11-26 20:35:24,675 INFO
org.dspace.authenticate.LDAPHierarchicalAuthentication @
anonymous:session_id=DB5F46EA3805E99C3B5F59D4ECCCAAFA:ip_addr=10.31.2.37:failed_login:no
DN found for user x...@xx.xx.xx.xx
2009-11-26 20:35:24,675 INFO  org.dspace.app.webui.servlet.LDAPServlet @
anonymous:session_id=DB5F46EA3805E99C3B5F59D4ECCCAAFA:ip_addr=10.31.2.37:
failed_login:netid=xx...@xx.xx.xx.xx, result=2


What can I do? Help me.

Regards, Zoloo
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Re : User Registration Error

2009-11-24 Thread Zaya Kh
Hi, Mishra

I had this problem, May be you should check your permission, your dspace
cannot connect email server.

Fighting

Best regards, Zoloo



On Mon, Nov 23, 2009 at 1:24 PM, Hardik Mishra har...@webinito.com wrote:

 Hi Ravin

 I am giving a suggestion that whatever you write please also send it to
 Dspace TechList
 also so, others can also get advantage.

 Here are some sample settings which you need to perform for the mentioned
 error.

 # Email settings ##

 # SMTP mail server
 mail.server=smtp.gmail.com---Whatever You want tot use

 # SMTP mail server authentication username and password (if required)
  mail.server.username = har...@webinito.com
  mail.server.password = your password


 # SMTP mail server alternate port (defaults to 25)
  mail.server.port = 587 ---Relative to smtp server

 # From address for mail
   mail.from.address = i...@webinito.com

 # Currently limited to one recipient!
   feedback.recipient =ad...@webinito.com

 # General site administration (Webmaster) e-mail
   mail.admin = har...@webinito.com

 # Recipient for server errors and alerts
 # alert.recipient = email-address-here

 # Recipient for new user registration emails
 # registration.notify = har...@webinito.com

 # Set the default mail character set. This may be over ridden by providing
 a line
 # inside the email template charset: encoding, otherwise this default
 is used.
   mail.charset = UTF8

 Make this change in [dspace-src]/dspace/config/dspace.cfg , then recompile
 package with mvn.
 then from [dspace-src]\dspace\target\dspace-1.5.2-build.dir directory

 ant -Dconfig=/installdir/config/dspace.cfg update

 Restart tomcat server and check.
 --


 *Best Regards
 Hardik Mishra
 Software Engineer

 http://bit.ly/uJ60P - Join Us on Facebook
 http://www.twitter.com/webinito - Follow us on Twitter

 Give a man a fish, and you feed him for a day. Teach a man to catch fish
 and you feed him for a lifetime.*


 On Sun, Nov 22, 2009 at 3:28 AM, Ravindra Raj raj.ravind...@gmail.comwrote:

 Hi Hardik,

 I checked the log and I think the issue is here
 javax.mail.MessagingException: Unknown SMTP host:.

 -Ravin




 On Sat, Nov 21, 2009 at 1:22 AM, Hardik Mishra har...@webinito.comwrote:

 Hi Ravin

 Please check following path and let us know few things

 dspace/log/dspace.log file

 dspace is a directory where you have installed instance.

 Here is one of  possible reason for the error u mentioned

  Invalid configuration of Email settings in dspace.cfg


 *Best Regards
 Hardik Mishra
 Software Engineer

 http://bit.ly/uJ60P - Join Us on Facebook
 http://www.twitter.com/webinito - Follow us on Twitter

 Give a man a fish, and you feed him for a day. Teach a man to catch fish
 and you feed him for a lifetime.*


 *From:* Ravindra Raj raj.ravind...@gmail.com
 *To:* dspace-gene...@mit.edu dspace-gene...@mit.edu
 *Sent:* Sat, November 21, 2009 3:59:07 AM
 *Subject:* [Dspace-general] Issue with New User Registration

 Hello Everyone,

 I am new DSpace user. I got an Issue with the New User Creation in my
 DSpace, while I am trying the User Registration option It was giving the
 following error
 *Internal System Error, The system has experienced an internal error.
 Please try to do what you were doing again, and if the problem persists,
 please contact us so we can fix the problem
 *
 It would be great if anyone can give me a solution.

 -Ravin









 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] RSS

2009-11-20 Thread Zaya Kh
Hi all,
I'm using xmlui, 1.5.2, but doesn't shown rss link in display. I had
configured in dspace.cfg , Rss feed = true
How can I do?

Best regards,Zoloo
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] rss, language support not shown

2009-11-19 Thread Zaya Kh
hi all

I'm using xmlui, 1.5.2, in dspace.cfg i configure rss feed = true, and
language support=en, mn , mn is our country language,  but it doesn't show
link in display, this is a bur or ...?
how can i show these?
help me,

Best regards, Zoloo
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] where bitstream

2009-11-17 Thread Zaya Kh
Hi all,
I have Question, where can i find bitstreams from my server.
help me


Best regards, Zoloo
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] how to adding static page

2009-05-11 Thread Zaya Kh
Hi, Allen

Thank you for your reply,

I understood you, But I need header, footer sidebar, only I wish to change
my main body.

what do I do?

Cheers, Zoloo

On Mon, May 11, 2009 at 1:12 PM, Allen Lam allen.dsp...@gmail.com wrote:

 Hi, Zoloo,

 You can put html or jsp files, and their associated files, under webapp,
 or under subdirectories of webapp. Put them into your source directory
 so that they will not be overwritten after re-packaging.

 Regards,
 Allen Lam.
 HKU Hub Administrator, http://hub.hku.hk


 Zaya Kh wrote:
  Hi, all expert
 
  I'm using Dspace 1.5.1, But I inshalled E-Journal , So I cannot create
  static page on jspui.
 
  How can I do static page, Help me
 
  cheers, Zoloo
 
 
  
 
 
 --
  The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
  production scanning environment may not be a perfect world - but thanks
 to
  Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
 i700
  Series Scanner you'll get full speed at 300 dpi even with all image
  processing features enabled. http://p.sf.net/sfu/kodak-com
 
 
  
 
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech



 --
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
 production scanning environment may not be a perfect world - but thanks to
 Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
 i700
 Series Scanner you'll get full speed at 300 dpi even with all image
 processing features enabled. http://p.sf.net/sfu/kodak-com
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Fwd: how to adding static page

2009-05-10 Thread Zaya Kh
Hi, all expert

I'm using Dspace 1.5.1, But I inshalled E-Journal , So I cannot create
static page on jspui.

How can I do static page, Help me

cheers, Zoloo
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] how to adding static page

2009-05-09 Thread Zaya Kh
Hi, all expert

I'm using Dspace 1.5.1, But I inshalled E-Journal , So I cannot create
static page on jspui.

How can I do static page, Help me

cheers, Zoloo
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Login error page

2009-03-25 Thread Zaya Kh
Hello all expert

I'm using dspace 1.5.1 xmlui interface,
But I cannot login in Dspace,

I click login bottom, then error page show me.

How can I do? help?

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


[Dspace-tech] Login error page

2009-03-24 Thread Zaya Kh
Hello all expert

I'm using dspace 1.5.1 xmlui interface,
But I cannot login in Dspace,

I click login bottom, then error page show me.

How can I do? help?

Cheers, Zoloo
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Static page help!

2009-03-10 Thread Zaya Kh
-- Forwarded message --
From: Zaya Kh zayak...@gmail.com
Date: Mon, Mar 9, 2009 at 7:52 PM
Subject: Static page help!
To: dspace-general dspace-gene...@lists.sourceforge.net, dspace-tech 
dspace-tech@lists.sourceforge.net


Hi all,
how can I create static .jsp page?

Also where can I put my file? And how can I browse these file?

Help me?

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


[Dspace-tech] Statistics error?

2009-02-03 Thread Zaya Kh
Hello again,
I have a question? When I start DSpace's statistics this error show me.

[r...@localhost bin]# ./stat-initial
Exception in thread main org.postgresql.util.PSQLException: ERROR: syntax
error at or near FROM
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1512)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1297)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:430)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:346)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:250)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at
org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:209)
at
org.dspace.storage.rdbms.DatabaseManager.querySingle(DatabaseManager.java:279)
at
org.dspace.app.statistics.LogAnalyser.getNumItems(LogAnalyser.java:1273)
at
org.dspace.app.statistics.LogAnalyser.getNumItems(LogAnalyser.java:1302)
at
org.dspace.app.statistics.LogAnalyser.processLogs(LogAnalyser.java:543)
at
org.dspace.app.statistics.CreateStatReport.statInitial(CreateStatReport.java:291)
at
org.dspace.app.statistics.CreateStatReport.main(CreateStatReport.java:162)
[r...@localhost bin]#

Can you advice me?
Best regard, Zoloo
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Handle server

2009-02-03 Thread Zaya Kh
hi all,
I installed Dspace 1.5.1 on fedora, But i'm not understand handle server,
i have a question,

Must I have pay some money?

Sorry, my English is not well

Best regards, Zoloo
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Statistics error?

2009-02-03 Thread Zaya Kh
hi, Yin

I understood, this is bug, then How can I change this bug in my system,
Can you help me detials?

Cheers, Zoloo


On 2/4/09, Yin Latt y.l...@auckland.ac.nz wrote:

 Hi Zaya,

 It is bug
 http://sourceforge.net/tracker/index.php?func=detailaid=1931799group_i
 d=19984atid=119984 which have been fixed.


 Regards,
 YinYin


 From: Zaya Kh [mailto:zayak...@gmail.com]
 Sent: Wednesday, 4 February 2009 1:23 a.m.
 To: dspace-tech
 Subject: [Dspace-tech] Statistics error?



 Hello again,
 I have a question? When I start DSpace's statistics this error show me.

 [r...@localhost bin]# ./stat-initial
 Exception in thread main org.postgresql.util.PSQLException: ERROR:
 syntax error at or near FROM
at
 org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecu
 torImpl.java:1512)
at
 org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImp
 l.java:1297)
at
 org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:
 188)
at
 org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stateme
 nt.java:430)
at
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdb
 c2Statement.java:346)
at
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2St
 atement.java:250)
at
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Delegat
 ingPreparedStatement.java:92)
at
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Delegat
 ingPreparedStatement.java:92)
at
 org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:209)
at
 org.dspace.storage.rdbms.DatabaseManager.querySingle(DatabaseManager.jav
 a:279)
at
 org.dspace.app.statistics.LogAnalyser.getNumItems(LogAnalyser.java:1273)
at
 org.dspace.app.statistics.LogAnalyser.getNumItems(LogAnalyser.java:1302)
at
 org.dspace.app.statistics.LogAnalyser.processLogs(LogAnalyser.java:543)
at
 org.dspace.app.statistics.CreateStatReport.statInitial(CreateStatReport.
 java:291)
at
 org.dspace.app.statistics.CreateStatReport.main(CreateStatReport.java:16
 2)
 [r...@localhost bin]#

 Can you advice me?
 Best regard, Zoloo

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

 --


 --
 Create and Deploy Rich Internet Apps outside the browser with
 Adobe(R)AIR(TM)
 software. With Adobe AIR, Ajax developers can use existing skills and code
 to
 build responsive, highly engaging applications that combine the power of
 local
 resources and data with the reach of the web. Download the Adobe AIR SDK
 and
 Ajax docs to start building applications today-
 http://p.sf.net/sfu/adobe-com
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to change

2008-11-09 Thread Zaya Kh
Hello , all
I installed DSpace1.5.1 jspui.

I have a problem, that Language is switch english and mongolian, So I
want A B C D E F G ... Z browse by name,
when change mongolian language this character in english.
How can I change, where can I change?

Help me?

Best regards, Zoloo
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] A B C D ... Z how to change these value

2008-11-07 Thread Zaya Kh
Hello , all
I installed DSpace1.5.1 jspui.

I have a problem, that Language is switch english and mongolian, So I
want A B C D E F G ... Z browse by name,
when change mongolian language this character in english.
How can I change, where can I change?

Help me?

Best regards, Zoloo

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Fwd: A B C D ... Z how to change these value

2008-11-07 Thread Zaya Kh
-- Forwarded message --
From: Zaya Kh [EMAIL PROTECTED]
Date: Fri, 7 Nov 2008 17:28:21 +0800
Subject: A B C D ... Z how to change these value
To: dspace-tech dspace-tech@lists.sourceforge.net

Hello , all
I installed DSpace1.5.1 jspui.

I have a problem, that Language is switch english and mongolian, So I
want A B C D E F G ... Z browse by name,
when change mongolian language this character in english.
How can I change, where can I change?

Help me?

Best regards, Zoloo

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] A B C D ... Z how to change these value

2008-11-07 Thread Zaya Kh
On 11/7/08, Zaya Kh [EMAIL PROTECTED] wrote:
 Hello , all
 I installed DSpace1.5.1 jspui.

 I have a problem, that Language is switch english and mongolian, So I
 want A B C D E F G ... Z browse by name,
 when change mongolian language this character in english.
 How can I change, where can I change?

 Help me?

 Best regards, Zoloo


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Problem Searching

2008-11-04 Thread Zaya Kh
Hi all expert, I installed Dspace 1.5.1 Jspui, I'm searching by
unicode and english character, but I hava a error page show me,

This error messages:

type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception

java.lang.NoClassDefFoundError: Could not initialize class
org.dspace.search.DSIndexer
org.dspace.search.DSQuery.doQuery(DSQuery.java:150)

org.dspace.app.webui.servlet.SimpleSearchServlet.doDSGet(SimpleSearchServlet.java:242)

org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:151)
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.16 logs.

What can I do? Help me.
Best Regards, Zoloo

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] (no subject)

2008-10-29 Thread Zaya Kh
Hello, all expert

I'm installed DSpace 1.5.1 few day ago.

First answer:
I translated Messages.properties to Mongolian language. But I have a
problem that when I search any characters or words not identify,
How can I correct this error?

Second answer:
Should I register in MIT library, DSpace team or DSpace Instance?

Thanks for all,
Best regards, Zolzaya

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Help me!

2008-10-29 Thread Zaya Kh
-- Forwarded message --
From: Zaya Kh [EMAIL PROTECTED]
Date: Wed, 29 Oct 2008 15:15:39 +0800
Subject: [Dspace-tech] (no subject)
To: dspace-tech@lists.sourceforge.net

Hello, all expert

I'm installed DSpace 1.5.1 few day ago.

First answer:
I translated Messages.properties to Mongolian language. But I have a
problem that when I search any characters or words not identify,
How can I correct this error?

Second answer:
Should I register in MIT library, DSpace team or DSpace Instance?

Thanks for all,
Best regards, Zolzaya

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] question Manakin?

2008-09-03 Thread Zaya Kh
Hello all,
I installed Manakin, But I don't login in Login page
 This page is error.
what should I do?
 help me?
Thanks
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Policy Development

2008-07-06 Thread Zaya Kh
hello all,
I install successfully dspace 1.5.
Now I'm writing Policy devepment of IR. But I need help.

Someone help any example draft to me.
Thanks, Zayakhai
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Messages.Properties

2008-06-28 Thread Zaya Kh
Hi all,

In 1.5, what process do I use to update Messages.properties?

Or do I need to copy changes manually from my source?

Thanks
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error?

2008-06-26 Thread Zaya Kh
-- Forwarded message --
From: Zaya Kh [EMAIL PROTECTED]
Date: Thu, Jun 26, 2008 at 3:29 PM
Subject: Error?
To: dspace-tech@lists.sourceforge.net


* Hello all, I installed Dspace 1.5 on Fedora.*

   1. Is this error? when i shutdown apache-tomcat

 [EMAIL PROTECTED] ~]# /usr/local/tomcat/bin/shutdown.sh
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME: /usr/java/jdk1.6.0_06
Jun 26, 2008 2:20:57 AM org.apache.tomcat.util.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 25 column 2: The markup in the document
following the root element must be well-formed.
org.xml.sax.SAXParseException: The markup in the document following the root
element must be well-formed.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1411)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDriver.next(XMLDocumentScannerImpl.java:1402)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:508)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1644)
at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:410)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:337)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415)
Jun 26, 2008 2:20:58 AM org.apache.catalina.startup.Catalina stopServer
SEVERE: Catalina.stop:
org.xml.sax.SAXParseException: The markup in the document following the root
element must be well-formed.
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1231)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1644)
at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:410)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:337)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415)

   1. when  I register new user print this error, What should I do?

Internal System Error

The system has experienced an internal error. Please try to do what you were
doing again, and if the problem persists, please contact us so we can fix
the problem.

Leave a message for the DSpace at My University
administrators.http://10.0.5.44:8080/jspui/feedback

Go to the DSpace home page http://10.0.5.44:8080/jspui/



My Dspace.cfd file configuration:

# Email settings ##

# SMTP mail server
mail.server=mail.num.edu.mn

# SMTP mail server authentication username and password (if required)
mail.server.username = situser
mail.server.password = sitpasswd

# SMTl settings ##

# SMTP mail server
mail.server=mail.num.edu.mn

# SMTP mail server authentication username and password (if required)
#mail.server.username = username

#mail.server.password =  passwd

# SMTP mail server alternate port (defaults to 25)
# mail.server.port = 25

# From address for mail
mail.from.address = [EMAIL PROTECTED]

# Currently limited to one recipient!
feedback.recipient = [EMAIL PROTECTED]

# General site administration (Webmaster) e-mail
mail.admin = [EMAIL PROTECTED]

  Can You help Me?
Thanks, zayakh
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net

[Dspace-tech] can not Dspace update

2008-06-26 Thread Zaya Kh
I installed dspace 1.5 on fedora,

How to update my dspace.cfg file?

Help me?
 Thanks,Zayakh
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] how to change my Interface font?

2008-06-26 Thread Zaya Kh
Hello all, i installed successfully,

now i change my Dspace interface font, and some color
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech