Re: [Dspace-tech] Dspace-tech] pdf is not displaying

2015-04-17 Thread Hardik Mishra
Hi Ritesh,

Now a day modern browsers like Chrome or Firefox have capabilities to
display pdf contents. (Off course it downloads the fole in temp) But,
Internet explorer will download the file.

Thanks
Hardik Mishra

-- Forwarded message --
From: ritesh roushan riteshrous...@gmail.com
To: dspace-tech@lists.sourceforge.net
Cc:
Date: Fri, 17 Apr 2015 12:23:37 +0530
Subject: [Dspace-tech] pdf is not displaying

when I click on item list, pdf is just downloading. I want it to display.
how can I do this?

Ritesh.
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF___
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] user registration and downlaod

2015-01-05 Thread Hardik Mishra
Hi Mallikarjun,

This requires code level change.  Which UI are you using ?

-- 
Thanks
Hardik Mishra

-- Forwarded message --
From: mallikarjun dora dora.mallikar...@gmail.com
To: dspace-tech@lists.sourceforge.net
Cc:
Date: Mon, 5 Jan 2015 11:47:56 +0530
Subject: [Dspace-tech] user registration and downlaod
Dear All,

We are looking to track who are downloading the research paper which we
have kept in our repository by putting a simple form which include Name,
Affilation etc.  When the user click on the download icon it will show the
form which he has to fill up first.

Can be this done in the existing framework or need to be customized.

we are using dspace 4.2.

Regards


-- 
!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~
!~!~!~!~!~!~!~!~!~!
Mallikarjun Dora
Professional Assistant
Vikram Sarabhai Library
Indian Institute of Management, Ahmedabad
mallikar...@iimahd.ernet.in
Mob: 9725608871
http://scholar.google.com/citations?user=6n1ABCQJ
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
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 installation

2014-12-12 Thread Hardik Mishra
Hi

This is Hardik. I am a software professional and having 5.5 years of
experience working with Dspace which includes cross platform installation,
New features development, Existing code level customization, UI
customization, extensive meta-data customizations data entry templates.
Adding new metadata, configuration, Version Upgrades, and End User
Trainings.

I have provided consultation to well known institutes in India and in USA
also.

I can provide solutions to your queries


Thanks

Hardik


From: Dr. Manish Joshi  drmanishjo...@gmail.com
To: DSpace-tech@lists.sourceforge.net
Cc: amard...@bedicreative.com, 'Anjoo Verma Promedica' 
an...@promedicahealth.co.in
Date: Fri, 12 Dec 2014 19:55:52 +0530
Subject: [Dspace-tech] Can upload only single file after Dspace installation

Hi.

After setting-up, Dspace permits upload of only a single file (dataset). Is
this normal or do I have to purchase Dspace subscription to be able to
upload multiple datasets? Please advise.

Regards,

Dr. Manish Joshi
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/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] Solr Forbidden error- resolved

2014-08-09 Thread Hardik Mishra
Hello All,

The issue got resolved by Anja's solution.

Thanks
Hardik Mishra

Sent via Nexus 4

-- Forwarded message --
From: Anja Le Blanc anja.lebl...@manchester.ac.uk
To: dspace-tech@lists.sourceforge.net
Cc:
Date: Fri, 08 Aug 2014 14:29:21 +0100
Subject: Re: [Dspace-tech] Solr Forbidden error
Out of the box DSpace comes with solr localhost access only. Just to make
sure nobody can just delete/modify your index via http requests.

Change solr configurations to userhttp http://localhost:8080/solr://
http://localhost:8080/solrlocalhost http://localhost:8080/solr:8080/
http://localhost:8080/solrsolr http://localhost:8080/solr.

Best regards,
Anja
--
___
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] Solr Forbidden error

2014-08-08 Thread Hardik Mishra
Hello All,

I am using Dspace 4.2 - JSPUI on Cent Os 5.5. The instance is configured to
use static IP in the dspace.url and dspace.hostname

So, When I access JSPUI it throws

org.dspace.plugin.PluginException:
org.dspace.app.webui.components.RecentSubmissionsException:
org.dspace.browse.BrowseException:
org.dspace.discovery.SearchServiceException: Server at
http://14.139.123.141:8080/solr/search returned non ok status:403,
message:Forbidden] with root cause
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:
Server at http://14.139.123.141:8080/solr/search returned non ok
status:403, message:Forbidden

I googled it, I got suggestion to deploy solr on the same tomcat inside
webapps which I did. But, This didn't solve the issue.

Second, I thought as its 403 http status code. So, It could be permission
issue. I have read-write permission to current user to dspace install
directory.

Any pointers ?

-- 
Thanks
Hardik Mishra
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
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] Permission issue

2014-08-08 Thread Hardik Mishra
Hi David,
I get it when I access home page. i.e. index.jsp. When it gets recent
submission

Sent via Nexus 4
On Aug 8, 2014 6:51 PM, Schuster, David dschus...@mail.twu.edu wrote:

  When do you get the error?  It may be that the information you are
 trying to access isn’t in the Dspace directory but someplace else like in
 Tomcat, and you don’t have permission to access it.  Or Tomcat doesn’t have
 rights to access it…



 Hello All,



 I am using Dspace 4.2 - JSPUI on Cent Os 5.5. The instance is configured
 to use static IP in the dspace.url and dspace.hostname



 So, When I access JSPUI it throws



 org.dspace.plugin.PluginException:

 org.dspace.app.webui.components.RecentSubmissionsException:

 org.dspace.browse.BrowseException:

 org.dspace.discovery.SearchServiceException: Server at
 http://14.139.123.141:8080/solr/search returned non ok status:403,
 message:Forbidden] with root cause

 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:

 Server at http://14.139.123.141:8080/solr/search returned non ok
 status:403, message:Forbidden



 I googled it, I got suggestion to deploy solr on the same tomcat inside
 webapps which I did. But, This didn't solve the issue.



 Second, I thought as its 403 http status code. So, It could be permission
 issue. I have read-write permission to current user to dspace install
 directory.



 Any pointers ?





 David Schuster

 Texas Woman's University

 Director of Library Information Technology  Technical Support

 Phone: 940-898-3909

 dschus...@twu.edu



 [image: Description: emailsignature]



--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
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] Solr Forbidden error

2014-08-08 Thread Hardik Mishra
Hi Anja,
Will you please elaborate ?
I have set access rights to read write in solr Dir. And also deployed in
the webapp instead of context entry

Thanks
Hardik Mishra
-- Forwarded message --
From: Anja Le Blanc anja.lebl...@manchester.ac.uk
To: dspace-tech@lists.sourceforge.net
Cc:
Date: Fri, 08 Aug 2014 14:29:21 +0100
Subject: Re: [Dspace-tech] Solr Forbidden error
Out of the box DSpace comes with solr localhost access only. Just to make
sure nobody can just delete/modify your index via http requests.

Change solr configurations to userhttp http://localhost:8080/solr://
http://localhost:8080/solrlocalhost http://localhost:8080/solr:8080/
http://localhost:8080/solrsolr http://localhost:8080/solr.

Best regards,
Anja

Sent via Nexus 4

te
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
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] Changing the link from http://localhost:8080/xmlui to http://mydomain:8080/xmlui

2014-05-13 Thread Hardik Mishra
Swati,

it should like this at dspace-install dir/config/dspace.cfg

dspace.hostname = 10.210.12.252
dspace.baseUrl =  http://10.210.12.252:8080
dspace.url =  ${dspace.baseUrl}/jspui


-- 
Thanks
Hardik Mishra


-- Forwarded message --
From: Swati (CEPT Mail Admin) sw...@cept.ac.in
To: Monika C. Mevenkamp moni...@princeton.edu,
dspace-tech@lists.sourceforge.net
Cc:
Date: Tue, 13 May 2014 10:03:31 +0530
Subject: Re: [Dspace-tech] Changing the link from 
http://localhost:8080/xmlui; to http://mydomain:8080/xmlui; in password
reset email DSpace
​Thanks for your help Monika,

Yes, I changed the value of dspace.baseUrl to my Ip in place of the word
localhost in dspace.cfg and restarted Tomcat. Yet, the email sent by my
Dspace installation for password recovery contains localhost instead of
my IP. Is there any other file/place as well where I need to change the
value of dspace.baseUrl​ ?

​Thanks,​

Swati Goyal
CEPT University


On Mon, May 12, 2014 at 10:23 PM, Monika C. Mevenkamp moni...@princeton.edu
 wrote:

 Please have a look at your dspace.cfg file  in your configuration
 directory
 Make sure that the following settings refer to to the domain name values
 that you desire

 # DSpace host name - should match base URL.  Do not include port number.
 dspace.hostname = ${dspace.hostname}

 # DSpace base host URL.  Include port number etc.
 dspace.baseUrl = ${dspace.baseUrl}

 # DSpace base URL.  Include port number etc., but NOT trailing slash
 # Change to xmlui if you wish to use the xmlui as the default, or remove
 # /jspui and set webapp of your choice as the ROOT webapp in
 # the servlet engine.
 dspace.url = ${dspace.baseUrl}/xmlui


 Monika

 
 Monika Mevenkamp
 phone: 609-258-4161
 Lewis Library,Washington Road and Ivy Lane, Princeton University,
 Princeton, NJ 08544


 On May 12, 2014, at 6:03 AM, Swati (CEPT Mail Admin) sw...@cept.ac.in
 wrote:

 ​We are yet to launch DSpace for our institution. I am using CentOs. I
 have configured smtp and my DSpace installation is able to send emails.
 While testing, I tried to reset my password from DSpace JSPUI. It sends an
 email to my email address with the following content :
 --
 To change the password for your DSpace account, please click the link
 below:


 http://localhost:8080/xmlui/forgot?token=5a33ca84e52cbc7ed958e4d170a667cb​

 --

 In the above email content, I want the localhost to be replaced by my
 IP. For this I changed the relevant values in dspace.cfg file and restarted
 Tomcat but still the parameter in email message remains the same and shows
 localhost instead of my IP.

 Kindly suggest me how to resolve this.

 Thanks,
 ---


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
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] Messages.properties - Editing for metadata value

2013-09-03 Thread Hardik Mishra
Mr, Sugumaran

You can place modified messages.properties
to*dspace/webapps/jspui/WEB-INF/classes
* direcotry also.

It should work
-- 
Thanks
Hardik Mishra


-- Forwarded message --
From: c_sugumaran csuguma...@gmail.com
To: dspace-tech@lists.sourceforge.net
Cc:
Date: Sun, 1 Sep 2013 10:53:00 -0700 (PDT)
Subject: [Dspace-tech] Messages.properties - Editiong for metadata value
display
Sorry for duplicate message

I am using Dspace 3.1 version – windows 2003 server os- with tomcat servlet
I would like to edit some metadata - data value to be displayed with new
“display string” with the data.

For that I have extracted the file 'Message properties' from
dspace/webapps/jspui/WEB-INF/
lib/dspace-api-3.1.jar  - as given in
TechnicalFAQ of Duraspace wiki.

Afterwards I copied that modified 'Messages.properties'  file in WEB-INF /
classes

But it is not working

Can any one give the procedure for the above. Which file to be copied –
modified – How to go about it.

Thanks in advance

Regards

C. Sugumaran
Scientist / Engr SF
Documentation Officer
LPSC - ISRO
Trivandrum 695 547
c_suguma...@yahoo.co.in
c_suguma...@lpsc.gov.in
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/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] RUN DSPACE INDEX-INITOR INDEX-UPDATE

2013-02-21 Thread Hardik Mishra

Hi Awanish


This is more looks like JRE bug rather than Dspace.


I found few docs on the internet mentioning crash of Lucene on JDK 7.


Download JDK 7u2 release. This should solve the issue.




Please refer 


https://bugs.eclipse.org/bugs/show_bug.cgi?id=353740


http://adtmag.com/articles/2011/08/01/java-7-crashing.aspx 


for more details.


Thanks
Hardik Mishra
http://in.linkedin.com/in/hardikmishra






Message: 7
Date: Thu, 21 Feb 2013 15:16:12 +0530
From: Awanish Singh singhawanish1...@gmail.com
Subject: [Dspace-tech] RUN DSPACE INDEX-INITOR INDEX-UPDATE
To: DSpace-tech@lists.sourceforge.net
Message-ID:
cacgknexe39kqsuvmt_nzkuqcsnvujiyweynwubzkl2xykp2...@mail.gmail.com
Content-Type: text/plain; charset=utf-8


following log is proint on console, when i run dspace index-init or dspace
index-update




#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x02853504,
pid=7156, tid=5992
#
# JRE version: 7.0-b147
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0-b17 mixed mode
windows-amd64 compressed oops)
# Problematic frame:
# J
 
org.apache.lucene.index.DocInverterPerField.processFields([Lorg/apache/lucene/document/Fieldable;I)V
#
# Failed to write core dump. Minidumps are not enabled by default on client
versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#


plz give me proper solutions


-- 
Thanks
Awanish Singh
9910287114

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
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] Dspace Internal System Error

2012-11-16 Thread Hardik Mishra
Rajat,


Internal System Error: is very generic kind of error. It is just to inform the 
end users about some problem with the functioning of the system.


You can always check Dpsace logs at /dspace-install dir/logs



It seems that you might have some problem with permissions.

Thanks

Hardik Mishra
Software Engineer

http://in.linkedin.com/in/hardikmishra






Hi,


I have a repository in dspace with which i am facing regular issues and
want to remove all bugs from the system.


Errors:


1. When I click on View / Open, it waits for sometime before giving me an
internal system error. What is the root cause for this kind of error and
what are the possible trouble shooting options that i have to remove this
error.


2. When i try to create a community / collection, it again gives me an
internal system error.


3. Errors also occur when i try to upload a document into the system.


Can somebody give me some pointers and possibly ways to work out a solution?




--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Harvesting in Dspace

2012-10-31 Thread Hardik Mishra
Hi Abhishek


So it seems like you're before the Import now step.

In addition to Helix's reply, I would like to add that for now It can be done 
only in XMLUI.

Helix, Is there any way to do this in JSPUI ? 


Thanks

Hardik Mishra
Software Engineer

http://in.linkedin.com/in/hardikmishra






Message: 3
Date: Wed, 31 Oct 2012 10:46:45 +0100
From: helix84 heli...@centrum.sk
Subject: Re: [Dspace-tech] harvesting in dspace
To: Abhishek Raval abhis...@webinito.com
Cc: dspace-tech@lists.sourceforge.net
Message-ID:
CAGdvKqjs3aQeVuyxV=N+2CbOrV6dVsWq0YRa9+gs5=ojfdf...@mail.gmail.com
Content-Type: text/plain; charset=UTF-8

On Wed, Oct 31, 2012 at 10:13 AM, Abhishek Raval abhis...@webinito.com wrote:
 I need your guidance. I want to learn how to harvest the metadata or
 metadata  bitstream url from another dspace repositary. Suppose I have
 given OAI provider n OAI set ID n related info in the edit collection page
 then I updated it successfully what next ? how do I check it that all the
 data is harvested here ??? do I need to do anything else after that like
 running some command or else ?

Hi Abishek,

the full documentation is here:
https://wiki.duraspace.org/display/DSDOC18/OAI#OAI-HarvestingfromanotherDSpace

and the detailed procedure is here:
https://wiki.duraspace.org/display/DSDOC18/XMLUI+Configuration+and+Customization#XMLUIConfigurationandCustomization-HarvestingItemsfromXMLUIviaOAI-OREorOAI-PMH

So it seems like you're before the Import now step.

 And do you have any repositary details on which can I check that harvesting
 is working or not ?

This is an exhaustive list, but find DSpace repositories in there,
because some other may not support ORE.

http://www.openarchives.org/Register/BrowseSites


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Groupwise Style of the submitted items in a collection

2012-10-24 Thread Hardik Mishra
Umair,


One solution is to create Year wise collection under community.  


Then If I remember, you had already asked about on How to create expand / 
collapse ?


Hope this will be helpful. 

Thanks

Hardik Mishra
Software Engineer

http://in.linkedin.com/in/hardikmishra







Message: 5
Date: Wed, 24 Oct 2012 12:07:31 +0500
From: Umair Kayani ukay...@niftetrust.com
Subject: [Dspace-tech] Groupwise Style of the submitted items in a
collection
To: dspace-tech@lists.sourceforge.net
Message-ID: 002f01cdb1b6$3c45bd20$b4d13760$@com
Content-Type: text/plain; charset=us-ascii


Hi all, Is there a way in jspui pages to style the submitted items in
groupwise style. For e.g. If I submitted 10 items in a collection out of
which 5 are from year 2012 and other five are from year 2011, how can we
group it  yearwise. Like following


 


- 2012


- book1


- book2..


-book5


+ 2011


 


For reference I am also attaching following link to understand what I want.


http://www.jstor.org/action/showPublication?journalCode=jeconpers


 


Thanks  Regards



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] self-registered button e-persons' password

2012-10-24 Thread Hardik Mishra

Vera,


There is an option of self-register under My Dpsace and When you get Login 
screen.


New user? Click here to register.


Pre-requisite is to have e-mail settings enabled.


Follow this link: 
http://blog.stuartlewis.com/2009/09/05/using-gmail-with-dspace/.
Its bit old but should work.


Thanks
Hardik Mishra

Software Engineer

http://in.linkedin.com/in/hardikmishra






essage: 8
Date: Wed, 24 Oct 2012 15:30:27 +0300
From: Vera Kriezi vera.kri...@gmail.com
Subject: [Dspace-tech] self-registered button  e-persons' password
To: DSpace-tech@lists.sourceforge.net
Message-ID:
CADfVMEcFdnx4VK0jbHV1fnGZ4CxjE7s7=q0l6ctdnwqwc-x...@mail.gmail.com
Content-Type: text/plain; charset=utf-8


Dear all,


I am trying to create e-persons to submit items to a collection and assign
them to a group with submission priviledges.
The problem is that I can not find a way to set a password (or even to say:
I forgot the password, so the user should first register in order to set
his own password, as instructed).


 I realised that DSPACE does not have the
option to set passwords for users/epersons for security reasons.


But, from the jspui there is no option for users to self-register. Is there
any way to set this from dspace.cfg ?


thanks,


Vera Kriezi
Music Library Lilian Voudouri
Athens, GR

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Auto Complete

2012-07-30 Thread Hardik Mishra
Hi Jose,


Pass the name of Servlet or JSP in the URL



$.ajax({
   url: ajax.php,
   data : input=+input,
   success: function(msg) (
   $(#suggest).html(msg);
   )
   )};




Hardik Mishra
Software Engineer

Linked In: hardik.mishra



--
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] Error in creating E-Persons

2012-07-24 Thread Hardik Mishra

Hi Michael


Did you get same URL http://dolon.cput.ac.za:8081/xmlui;  in previous 
registration e-mails ?


Check dspace.url = ${dspace.baseUrl}/jspui  in your dspace.cfg 


Its a good practice to mention Dspace version and provide error logs when 
sending query to Tech List.


Hardik Mishra
Software Engineer

Linked In: hardik.mishra






Message: 3
Date: Mon, 23 Jul 2012 08:58:27 +
From: MICHAEL QUINTON SMITH smit...@mycput.ac.za
Subject: [Dspace-tech] Problem with creating an e-person
To: dspace-tech@lists.sourceforge.net
dspace-tech@lists.sourceforge.net
Message-ID:

596fb66fd577294daa1889143733d1da0cb86...@dbxprd0410mb383.eurprd04.prod.outlook.com

Content-Type: text/plain; charset=iso-8859-1

Hi
I had created several e-persons successfully. I now need to create another  
e-person but  get the following error message when trying to do so:
See  email that gets generated after creating the e-person below:

A new user has registered on DSpace at Cape Peninsula University of Technology 
at http://dolon.cput.ac.za:8081/xmlui:

Name: null null

Email: newuser18

Date: 7/23/12 8:49 AM

When I click on the link I get the following error message.
type Status report
message /xmlui:
description The requested resource (/xmlui:) is not available.

Apache Tomcat/6.0.35

Regards
Mike Smith


 
--
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] Regarding Dspace Queries

2012-06-07 Thread Hardik Mishra
Hi Everyone,


Recently in last few days I am seeing lots of e-mails from users asking help 
saying Reply Fast Or posting same question again and again specially on Tech 
List.


Its a gentle request to all users that Dspace is an Open Source Software and 
the contributors /  moderators  on forums tries their best to reply at earliest.


Here I would like to give some tips regarding how to ask question for Dspace 
Tech List.


Ask specific question rather than in general context.

Always specify your Dspace Version and Pre-requisite software's version (If 
required, In case of compile and deploy errors.)

I tried but it is not working won't simply help. Always try to clarify the 
problem.

Don't ask same question again and again wait for a day or two.



Hope this helps.




Hardik Mishra
Linked In: in.linkedin.com/in/hardikmishra 



--
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] Archive Item Store

2012-05-04 Thread Hardik Mishra
Hi Paras


Archived items are stored in bitstream format under your /dspace/assetstore 
directory.


Hardik Mishra
Software Developer (JAVA, JEE)





Message: 6
Date: Fri, 4 May 2012 14:24:39 +0530
From: paras jain rachit@gmail.com
Subject: [Dspace-tech] (no subject)
To: dspace-tech@lists.sourceforge.net
Message-ID:
CAPGXq1+QUx6c6tppHQ5tJraTtrbgd-4=aP=0nxkp4k6i_z_...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

--
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] Item Import Error

2012-03-14 Thread Hardik Mishra

Hello Ritika


The error says that import utility tries to search the file at 
D:\tmp\testimport\1\contents location and not able to find the file there.


Re-Check your directory structure and files. It should work.




Hardik Mishra
Software Developer
Ahmedabad - Gujarat





essage: 4
Date: Wed, 14 Mar 2012 16:01:22 +0530
From: ritika bhalla rit.bhall...@gmail.com
Subject: [Dspace-tech] Batch Import for dspace 1.8.1
To: DSpace-tech@lists.sourceforge.net, Henry,  Matt - OPS District
Computer Technicianmatt.he...@owensboro.kyschools.us, revskill
revskil...@gmail.com
Message-ID:
CA+tX-FaxHPLed1XJOr32BdydA9Ph-Rcr=z26scw6kmoq3k+...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Hi all,


 I am trying to upload some files using dspace batch import facility.

This is my output:



C:\dspace\bindsrun org.dspace.app.itemimport.ItemImport -a -e
rit.bhall...@gmail.com -c 123456789/2 -s D:\tmp\testimport -m 
D:\tmp\testimport\1\mapfile.txt


Using DSpace installation in: C:\dspace

Destination collections:

Owning  Collection: Digital Library Collection

Adding items from directory: D:\tmp\testimport

Generating mapfile: D:\tmp\testimport\1\mapfile.txt

Adding item from directory 1

Loading dublin core from D:\tmp\testimport\1\dublin_core.xml

Schema: dc Element: contributor Qualifier: author Value: Public,
JohnQ.

Schema: dc Element: title Qualifier: none Value: Sample Dublin Core

Schema: dc Element: subject Qualifier: none Value: Technology

Processing contents file: D:\tmp\testimport\1\contents

java.io.FileNotFoundException: *No contents file found*

at
org.dspace.app.itemimport.ItemImport.processContentsFile(ItemImport.j

ava:1309)

at org.dspace.app.itemimport.ItemImport.addItem(ItemImport.java:751)

at
org.dspace.app.itemimport.ItemImport.addItems(ItemImport.java:617)

at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:498)

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

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

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

java.io.FileNotFoundException: No contents file found

Started: 1331709284726

Ended: 1331709285727

Elapsed time: 1 secs (1001 msecs)



*I have maintained my directory structure as follows:*

D:\

D:\tmp

D:\tmp\testimport

D:\tmp\testimport\1

D:\tmp\testimport\1\dspace.pdf

D:\tmp\testimport\1\contents.txt

D:\tmp\testimport\1\dublin_core.xml



contents.txt contains only one entry:

dspace.pdf bundle: ORIGINAL


Can u tell me where I am going wrong??

*Thanks*

*Ritika*
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Exception in thread main

2011-12-06 Thread Hardik Mishra

Hi Abhishek,
Checkout the Classpath. Includiing Sun Jdk in Classpath should solve this 
problem
Thanks  Regards
Hardik Mishra
Ahmedabad - Gujarat (India)




Message: 1
Date: Tue, 6 Dec 2011 10:30:45 +0530
From: Abhishek Raval abhis...@webinito.com
Subject: Re: [Dspace-tech] Exception in thread main
java.lang.NoClassDefFoundError: org/dspace/app/launcher/ScriptLauncher
To: heli...@centrum.sk, dspace-tech@lists.sourceforge.net
Message-ID:
cagtwbc9u_z_gikptt6lzg-7mu1zbeb7y572yg+g6wvajsmv...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Hello Helix,

I hv installed dspace-1.7.2 in red hat 5.5 .every thing is done act i
can see the UI but i m not able to make any administrator i made
that by entering required data in POSTGRES and made a admin ;) but wen it
comes to indexing this i do need to run a command n that is not happening :(


any idea wat sud i do now 

error is

 bin]$ ./dspace filter-media
Exception in thread main java.lang.ClassFormatError:
org.dspace.app.launcher.ScriptLauncher (unrecognized class file version)
   at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
   at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
   at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
   at java.net.URLClassLoader.findClass(libgcj.so.7rh)
   at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at gnu.java.lang.MainThread.run(libgcj.so.7rh)
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] problems with dspace instllation on windows xp

2011-09-23 Thread Hardik Mishra

 Hello Ms. Smita

Try with ant clean_database and then again ant fresh_install. If it happens 
please provide complete error stack trace from the console.
Thanks  Regards
Hardik Mishra
India


 
Message: 2
Date: Fri, 23 Sep 2011 01:45:21 -0700 (PDT)
From: Smita Chandra sm...@ymail.com
Subject: [Dspace-tech] problems with dspace instllation on windows xp
To: DSpace-tech@lists.sourceforge.net
DSpace-tech@lists.sourceforge.net
Message-ID:
1316767521.45523.yahoomail...@web36705.mail.mud.yahoo.com
Content-Type: text/plain; charset=iso-8859-1

Hello,

I have been trying to install Dspace 1.7.0 on windows XP. Everything works OK 
(even when I execute the command mvn package, I get a build successful message) 
, however when I give the command 


c:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\ant 
fresh_install

after three minutes of installation, I get the message :
BUILD FAILED
c:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\build.xml:809: 
Java returned: 1

where could I possibly be going wrong.? Why am I getting this message, could 
somebody please help in solving this. This is my first ever installation 
attempt 
at DSpace, and I would like to use the the information gathered to install 
DSpace later (even if comes from installing it on WindowsXP) on some linux 
platform (fedora or red-hat). 


Smita Chandra
Librarian
Indian Institute of Geomagnetism
India
22-27484137/9869049293

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Queries

2011-08-29 Thread Hardik Mishra


Hello Manu,



Dspace supports unqualified dublin core metadata. I am not sure about mets and 
premises.

I think you want to impor the metadata from .tiff and .pdf files to collections


Thanks  Regards
Hardik Mishra


 
Message: 2
Date: Fri, 26 Aug 2011 21:52:51 +0100 (BST)
From: manu chicha chitx...@yahoo.es
Subject: [Dspace-general] Consultation Dspace ...
To: dspace-gene...@lists.sourceforge.net
Message-ID: 1314391971.5883.yahoomai...@web29602.mail.ird.yahoo.com
Content-Type: text/plain; charset=utf-8

Consultation Dspace

Hello, I recently installed ,Dspace, my query is that I have created a 
collection and need to export the metadata of my .tiff and .pdf files to 
Dublin Core RDF, mets version 1.9 with metsrights and version 2.0 premis.

Can this be done with Dspace??, adding rdf schemas for dublin core, mets and 
premises.

Thank you in advance for the help. Regards.


 
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Map Collection into multiple community

2011-08-18 Thread Hardik Mishra

 Hi Amir

I think the diagram is correct.It is possible to map an entire collection into 
a community.
But, again  Dspace does not provide a native functionality for this.


 Thanks  Regards
Hardik Mishra


 
Message: 2
Date: Thu, 18 Aug 2011 15:58:52 +0100
From: Amir Pourabdollah amir.pourabdol...@nottingham.ac.uk
Subject: Re: [Dspace-tech] How to share a collection among many
communities?
To: dspace-tech@lists.sourceforge.net
dspace-tech@lists.sourceforge.net
Message-ID:

4b6965e54e385e419329b3aa1e1a46f02def62a...@exchange3.ad.nottingham.ac.uk

Content-Type: text/plain; charset=iso-8859-1

Dear Alexandre
I think there should be an inconsistency in this document. As far as I see the 
data model diagram does not confirm the quote.
Amir.

From: Alexandre de Mello Zart [mailto:z...@pucrs.br]
Sent: 18 August 2011 15:09
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] How to share a collection among many communities?

Dear friends,

There is an observation in the Dspace System Documentation 
(http://www.dspace.org/1_6_2Documentation/ch02.html#N100DE) 
that says A collection may appear in more than one community. I already know 
how to map items from one collection to other, but how can I map an entire 
collection to another community? Is this a native functionality of Dspace?

Cordialmente,

Alexandre Zart

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Search Problem

2011-08-11 Thread Hardik Mishra
Hi Abhishek,


Re-indexing should work.


Run  /[dspace]/bin/index-init to regenerate the indexes.


Regards
Hardik Mishra




Message: 6
Date: Thu, 11 Aug 2011 12:06:33 +0530
From: Abhishek Raval abhis...@webinito.com
Subject: [Dspace-tech] sync problem between 2 diff instance on 2 diff
server
To: dspace-tech@lists.sourceforge.net
Message-ID:
CAGtwbc-xjOLDW=4eozdhs4fyv76jsgxssyaeje14g2tixbv...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Hello

On the single instance of Dspace there are chances of down-server
problem bcoz of the traffic. So i dont want let this happen n want to use 2
server. The purpose of doing this is to cut-out the load on the single
server.

So I install dspace on 2 diff system, DB of the both system is
common n assetstore folder is also common. It is working very well but
wen i tried to search item uploaded by system A on the system B.i m
getting no result. So i made search folder as a common for both the dspace
instance. Now searching is happening, but i m not able to create any new
community n collection. n getting a error.



java.lang.NoClassDefFoundError: Could not initialize class
org.dspace.search.DSIndexer
org.dspace.search.SearchConsumer.end(SearchConsumer.java:207)
org.dspace.event.BasicDispatcher.dispatch(BasicDispatcher.java:171)
org.dspace.core.Context.commit(Context.java:368)
org.dspace.core.Context.complete(Context.java:333)

org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.processConfirmEditCommunity(EditCommunitiesServlet.java:450)

org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.doDSPost(EditCommunitiesServlet.java:230)

org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)

org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

org.dspace.app.webui.filter.AdminOnlyFilter.doFilter(AdminOnlyFilter.java:103)



can anyone guide me on this ?



Thanks in advance
Abhishek Raval
Ph no.-+919601077584

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifications in Dspace

2011-07-15 Thread Hardik Mishra
Hi Guillermo


If you modify the dspace.cfg in the dspace installation directory, you just 
need to restart Tomcat.


But, If  you change the dspace-src director you need to bring it to the 
installation directory.




Regards
Hardik Mishra
Ahmedabad - Gujarat


Message: 7
Date: Thu, 14 Jul 2011 16:09:19 -0600
From: Guillermo Esteban Murillo Goussen mem...@gmail.com
Subject: [Dspace-tech] Modifications in DSpace
To: dspace-tech@lists.sourceforge.net
Message-ID:
CAMf=-HWpnOiS6aFMF-+oKUku2quF+KaPX5M4_B69HisbSju=w...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Simple question.  When I have to do a change, for example: change the
webui.supported.locales, I have to modify the dspace.cfg file in the dspace
installation directory or in the dspace-source directory?

-- 
La pureza del alma no se pierde sin consentimiento

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Create Administrator

2011-07-07 Thread Hardik Mishra

 Hi Nisreen,

Its called DSpace Administrator.

Assuming you are using DSpace 1.6.x or above.
Browse your DSpace installation directory and run below command 'dspace 
create-administrator'.

[dspace]/bin/dspace create-administrator
This will ask a few information to create a new administrator.

Thanks  Regards
Hardik Mishra



 
Message: 1
Date: Thu, 7 Jul 2011 17:14:40 +0300
From: Nisreen Kabani nisreenkaban...@gmail.com
Subject: [Dspace-tech] (no subject)
To: dspace-tech@lists.sourceforge.net
Message-ID:
CANXp+bBYW-o-cAMZ3MA7P_is=7rutod5z6n0jtlztglpd54...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

We got a file for adding language interface designed in JSP  findly instruct
as on How to apply to Dspace in linux?

Please instruct as on how to form The first account (manger Account) with
finest thanks?


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Configuration

2011-06-20 Thread Hardik Mishra

 

 
 Hi,

You can reduce item submission step by configuring item-submissions.xml. The 
only thing you need to take for future is when you take back up and restore the 
instance.

Dspcae handles also provides you permanent URL for your items. Check more on 
http://www.handle.net/ for CNRI handles

Thanks  Regards
Hardik Mishra
Ahmedabad - Gujarat (India)

 
Message: 2

Date: Mon, 20 Jun 2011 17:07:30 +0530

From: chmk library chmklibraryonl...@gmail.com

Subject: [Dspace-tech] dspace configuration

To: dspace-tech@lists.sourceforge.net

Message-ID: BANLkTi=SJ4B0vmnmJT=_hzwihv6dj7o...@mail.gmail.com

Content-Type: text/plain; charset=iso-8859-1



am new user of dspace and also like to customize and configure.i use dspace

1.7.0

my question is that  how i configure url using purl instead of handles .what

steps i can do to  purl configuration





Also  i would like to reduce item submission steps.I can re order and remove

steps by reordering or cutting codes in the item-submission.xml file .is

there any problem arise in future by reducing steps through cutting or

commending any off the steps





Is there any other solution to reduce steps or gather two or three steps

into one




--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Error in Item Import

2011-06-14 Thread Hardik Mishra
Hi Abhishek,

It seems to wrong something in the syntax.
Pass -s sourcedirectory name and then try.

Hope it helps.

Thanks  Regards
Hardik Mishra
Ahmedabad -Gujarat (India)


Message: 3
Date: Mon, 13 Jun 2011 11:35:13 +0530
From: Abhishek Raval abhis...@webinito.com
Subject: [Dspace-tech] problem during import item
To: dspace-tech@lists.sourceforge.net
Message-ID: banlktin0c+3ugzrwfrj+kvz_d9_3-pi...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

* i m trying to import one item , which i exported before ..wen i m
going to try so it shows the problem of map file .as shown below

*


D:\drive E back up\dspace1.7\dspace\bindspace import --add --eperson=
abhis...@webinito.com --collection=1
--source=item_export_2011_Jun_13_1_1.zip --mapfile=ma
pfile
Using DSpace installation in: D:\drive E back up\dspace1.7\dspace
Destination collections:
Owning  Collection: webinito-1 collection
Adding items from directory: item_export_2011_Jun_13_1_1.zip
Generating mapfile: mapfile
java.lang.NullPointerException
at java.util.Arrays.sort(Unknown Source)
at
org.dspace.app.itemimport.ItemImport.addItems(ItemImport.java:606)
 at 
org.dspace.app.itemimport.ItemImport.main(ItemImport.java:497)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
java.lang.NullPointerException
Started: 1307943085734
Ended: 1307943086140
Elapsed time: 0 secs (406 msecs)

D:\drive E back up\dspace1.7\dspace\bin



--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Ant Frozen

2011-05-20 Thread Hardik Mishra
Hi Josefina
You can use same Apache Tomcat, Apache Ant, Apache Maven and Postgres for 
multipel Dspace installations.
The only thing you need to change are basic parameters  for each dspace.cfg 
Thanks  Regards
Hardik Mishra - Ahmedabad (Gujarat) - India




Message: 3
Date: Thu, 19 May 2011 18:46:45 -0300
From: Josefina Perez Alvarez josi@gmail.com
Subject: [Dspace-tech] Ant frozen
To: dspace-tech@lists.sourceforge.net
Message-ID: BANLkTi=5ggpmfibj2_ju7fcsyfap9nq...@mail.gmail.com
Content-Type: text/plain; charset=utf-8

Hi,

Recently we configured for test purposes - at the same server:

- 3 DSpace installations (DSpace, DSpaceA, DSpaceB);

- 3 Tomcat installations, each one pointing to the respective DSpace webapp
(/dspace/webapps, /dspaceA/webapps and /dspaceB/webapps).



We can see the web pages for each DSpace without problem.



We can execute ant on DSpace, but not on the new DSpace installations (A or
B) ? it freezes always on the same line, with top at CPU 100% on java:


1) without ant verbose

prepare_configs:
 [copy] Copying 123 files to
/home/dspaceTeste/dspace/target/dspace-1.7.0-build.dir/config-temp


2) with ant --verbose option:

 [copy] Copying
/home/dspaceTeste/dspace/target/dspace-1.7.0-build.dir/config/GeoLiteCity.dat
to
/home/dspaceTeste/dspace/target/dspace-1.7.0-build.dir/config-temp/GeoLiteCity.dat



Running ant with -diagnostics option and comparing the output between the
DSpace installation (that works) and DSpaceA, results no differences, except
the directory. For both:


1) USER_HOME/.ant/lib no such directory

But exists USER_HOME/lib


2) user.home : /usr/share/tomcat6

but should be

user.home : /usr/share/tomcat6-A for DSpaceA, right?

Where can I change this?

Is this the reason for not ant?


Ant 1.8.0



Thanks for any help.

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






--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] ant fresh_install build failed

2011-05-20 Thread Hardik Mishra
Hi Imran

Check your dspace.cfg for database credentials. It should match with 
the same which you provided during postgres installation and database 
creation.

Thanks  Regards
Hardik Mishra

Hi,
I used  all the latest version for the dspace installation 1.7.1.latest 
along with latest postgressql 
 
I did all step upto  mvn package successfully   but when i gave ant 
fresh_install command in Wondows paltform
 
i get following message  that screen shot is attached
 
Plz help me
--
With Best Regards

Imran Mansuri




--



--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Seach Error

2011-03-08 Thread Hardik Mishra
 Hi Aung Ko Win

Run seach index and restart Tomcat web server. 

Browse to C:\DSpace\bin in command prompt and run below command.

dspace index-init

You should get command prompt back without any error.

Hope this will help

Thanks  Regards
Hardik Mishra
Software Developer
Ahmdedabad - Gujarat (India)




Message: 5
Date: Mon, 7 Mar 2011 17:42:23 +0630
From: Aung Ko Win lt;a...@nirvasoft.netgt;
Subject: [Dspace-tech] Search Error
To: dspace-tech@lists.sourceforge.net
Message-ID:
??? lt;aanlktimgyo7jag1dj9dxrjlag7n01b-s-y1bxxp61...@mail.gmail.comgt;
Content-Type: text/plain; charset=iso-8859-1

no segments* file found in
org.apache.lucene.store.SimpleFSDirectory@C:\DSpace\search: files:
05-03-2011(url).txt
=
java.io.FileNotFoundException: no segments* file found in
org.apache.lucene.store.SimpleFSDirectory@C:\DSpace\search: files:
05-03-2011(url).txt
??? at 
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:634)
??? at 
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:517)
??? at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:306)
??? at 
org.apache.lucene.index.SegmentInfos.readCurrentVersion(SegmentInfos.java:408)
??? at 
org.apache.lucene.index.IndexReader.getCurrentVersion(IndexReader.java:691)
??? at 
org.apache.lucene.index.IndexReader.getCurrentVersion(IndexReader.java:674)
??? at 
org.apache.lucene.index.IndexReader.getCurrentVersion(IndexReader.java:656)
??? at org.dspace.search.DSQuery.getSearcher(DSQuery.java:448)
??? at org.dspace.search.DSQuery.doQuery(DSQuery.java:116)
??? at 
org.dspace.app.webui.servlet.SimpleSearchServlet.doDSGet(SimpleSearchServlet.java:219)
??? at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:119)
??? at org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:67)
??? at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
??? at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
??? at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
??? at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
??? at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
??? at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
??? at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
??? at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
??? at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
??? at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
??? at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
??? at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
??? at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
??? at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
??? at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
??? at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
??? at java.lang.Thread.run(Unknown Source)

Best wishes,
Aung Ko Win


 

--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace user Guide (DSpace-tech Digest, Vol 59, Issue 14)

2011-03-08 Thread Hardik Mishra
 Hi Aung Ko Win 
Check the link, It will help you
http://dspace.org/1_7_0Documentation/Functional%20Overview.html

Thanks  Regards
Hardik Mishra
Software Developer
Ahmedabad - GUjarat (India)


Message: 3
Date: Tue, 8 Mar 2011 16:47:15 +0630
From: Aung Ko Win lt;a...@nirvasoft.netgt;
Subject: [Dspace-tech] DSpace User Gide
To: dspace-tech@lists.sourceforge.net
Message-ID:
??? lt;AANLkTi=ac49rnqqobpgtyswermu-jsqkoftqyvu6h...@mail.gmail.comgt;
Content-Type: text/plain; charset=iso-8859-1

Hi Hardik Mishra,

I want to know how to entry the documents, digital images, videos, musics in
DSpace.
Thus, if you ok, please send the user guide of DSpace to me.

Best wishes,
Aung Ko Win
Software Developer
Myanmar

 

--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Upload Directory Issue

2010-12-05 Thread Hardik Mishra
Hello

I have seen some strange behavior with Dspace-1.5.2 on Linux.

I have observed in 2 different linux systems, when we upload any file. It is
not showing in upload
directory.

Though Dspace works fine as files are getting stored in bitstream format in
/assetstore directory.

Under
# Upload File settings #

# Where to temporarily store uploaded files
upload.temp.dir = ${dspace.dir}/upload

# Maximum size of uploaded files in bytes, negative setting will result in
no limit being set
# 512Mb
upload.max = 536870912

I have above values and directory also exists at /dspace/upload. But I can't
see file in it.

In windows XP and windows 2003 the same confg. is running fine.

Can anyone please help me ?

Thanks   Regards
Hardik Mishra
Software Engineer
Webinito Networks

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.
--
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] messages.properties in hindi

2010-10-27 Thread Hardik Mishra
Hi Everyone

I want to use  hindi lables for dpsace 1.5.2

I am using win xp

i have configured webui.supported.locale  and it shows me hindi option in
browser.

I have created Messages.rtf file with an UTF-8 editor and then save as it as
Messages_hi.text
as UTF-8

So Now if i open this file with any editor Hindi fonts persists.

Then i have created a Messages_hi.properties file with UTF-8 encoding.

I am pasting all text from unicode text file to properties file.

When i open Messages_hi.properties file with notepad it works fine but with
any other editor like
wordpad, or dreamweaver.  Values for keys gets garbled.

So, dspace also displays garbled values.

Any help would be appreciated




Thanks   Regards
Hardik Mishra
Software Engineer
Webinito Networks

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.
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Browse For Dspace 1.5.2

2010-09-21 Thread Hardik Mishra
Hello Everyone

I am working on Dspace 1.5.2 Jspui.

I have some basic working knowledge of Dspace 1.4.2.

Please can u tell me that
What is the equivalent class of

import org.dspace.browse.Browse;

in Dspace 1.5.2


Thanks   Regards
Hardik Mishra
Software Engineer
Webinito Networks

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.
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] SRU/W Server Browse Error

2010-09-20 Thread Hardik Mishra
Hi Ralph

I have checked that you have updated some files using

http://code.google.com/p/oclcsrwlucene/updates/list

Can you please tell me how can i get New jars including new cql-java.jar

Thanks   Regards
Hardik Mishra
Software Engineer
Webinito Networks

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 Mon, Sep 20, 2010 at 6:44 PM, LeVan,Ralph le...@oclc.org wrote:

  Your SRW jars are out of sync with your cql-java jar.  That's not the
 configuration I left running on your computer.



 Ralph



 *From:* Hardik Mishra [mailto:har...@webinito.com]
 *Sent:* Monday, September 20, 2010 8:59 AM
 *To:* LeVan,Ralph; Stuart Lewis; Tech List
 *Subject:* SRU/W Server Browse Error



 Hello Geeks

 I want to create browseable database using SRW Server.

 I have implemented SRW Server on my local host to work with Dspace.

 When, i type : http://localhost:8080/SRW/search/DSpace,

 I am getting Search Browse options with various metadata fields

 *But when i enter any value to field and click on Browse button it is
 giving some error.
 *
 soapenv:Envelope
 -
 soapenv:Body
 -
 soapenv:Fault
 faultcodesoapenv:Server.userException/faultcode
 faultstringjava.lang.reflect.InvocationTargetException/faultstring
 -
 detail
 -
 ns1:stackTrace
 java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at
 org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
 at
 org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
 at
 org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
 at
 org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
 at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
 at
 org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
 at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
 at
 ORG.oclc.os.SRW.SRWServlet.processMethodRequest(SRWServlet.java:1696)
 at ORG.oclc.os.SRW.SRWServlet.doGet(SRWServlet.java:375)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
 at
 org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
 at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
 at
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
 at
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 at
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 at java.lang.Thread.run(Unknown Source)
 Caused by: java.lang.NoSuchMethodError:
 org.z3950.zing.cql.CQLTermNode.getQualifier()Ljava/lang/String;
 at
 ORG.oclc.os.SRW.DSpaceLucene.SRWLuceneDatabase.getTermList(SRWLuceneDatabase.java:255)
 at ORG.oclc.os.SRW.SRWDatabase.doRequest(SRWDatabase.java:536)
 at
 gov.loc.www.zing.srw.srw_bindings.SRWSoapBindingImpl.scanOperation(SRWSoapBindingImpl.java:230)
 at
 gov.loc.www.zing.srw.srw_bindings.SRWSoapBindingSkeleton.scanOperation(SRWSoapBindingSkeleton.java:74)
 ... 29 more
 /ns1:stackTrace
 ns2:hostnamewebinito-2/ns2:hostname
 /detail
 /soapenv:Fault
 /soapenv:Body
 /soapenv:Envelope


 *And when i enter any value to search field and click on Search button it
 is giving 404: Document not found error.*

 I have checked http://localhost:8080/SRW/search/test, in this

 When i write any value e.g. dog and click on Browse , I am getting output.

 Please Help... :)

 Thanks   Regards
 Hardik Mishra
 Software Engineer
 Webinito Networks

 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.

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing

[Dspace-tech] Add new metadata fields in Advanced Search Menu

2010-09-13 Thread Hardik Mishra
Hello Geeks

I am using dspace 1.5.2 , JSPUI

I want to add some new metadata fields in advanced.jsp 'Search Type' select
box.

I have tried adding following thigs but it didn't worked.

1. In select box

 option value=extra %= field1.equals(extra) ? selected=\selected\
:  %fmt:message key=jsp.search.advanced.type.extra//option

2. Added new field to search index fields under /dspace.cfg
search.index.13 = rights:dc.rights

3. Then run script from dspace/bin
dsrun org.dspace.search.DSIndexer

I have restarted tomcat and then tried to run search using 'extra' metadata
field but it did not produced any results.

I have entered records in database for the 'extra' metadata field.

Thanks   Regards
Hardik Mishra
Software Engineer

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.
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Build Failed

2010-09-10 Thread Hardik Mishra
Hello Mudit,

I think your dspace was installation was complete, but there is some error
in downloading that file

You can download GeoLiteCity.dat.gz
from http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gzand
then paste it to

*C:\dspace\config\GeoLiteCity.dat.gz*

Deploy your dspace in tomcat.

Restart Tomcat server and then check for dspace.

Thanks   Regards
Hardik Mishra
Software Engineer

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.


Message: 3
Date: Fri, 10 Sep 2010 09:46:22 +0530 (IST)
From: Mudit Shukla its_mu...@yahoo.com
Subject: [Dspace-tech] Build Failed on ant fresh_install
To: dspace-tech@lists.sourceforge.net
Message-ID: 321646.48329...@web94904.mail.in2.yahoo.com
Content-Type: text/plain; charset=utf-8



 Hi All,

 I'm installing the same for my institute. Need your help on below issue -
 Thanks in advance.

 _*Platform used

 *_1. Win XP SP2
 2. Dspace : 1.6.2 src release
 3. Apache maven 2.2.1
 4. Apache ant 1.8.1
 5. JDK 1.6.0_21
 6. Postgre 8.4


 *_Issue Faced_*

 *_
 _*

 On running once ant fresh_install i get below error -


 [echo] Downloading:
 http://geolite.maxmind.com/download/geoip/database/GeoL
 http://geolite.maxmind.com/download/geoip/database/GeoL

 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz

 [get] Getting:
 http://geolite.maxmind.com/download/geoip/database/GeoLiteC
 http://geolite.maxmind.com/download/geoip/database/GeoLiteC

 ity.dat.gz

 [get] To: C:\dspace\config\GeoLiteCity.dat.gz

 [get] Error getting
 http://geolite.maxmind.com/download/geoip/database/Geo
 http://geolite.maxmind.com/download/geoip/database/Geo

 LiteCity.dat.gz to C:\dspace\config\GeoLiteCity.dat.gz


 Note :
 I'm working behind a proxy.
 Even though when i open the below site on internet explorer it downloads
 the required file.
 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz



 thanks,

 

 */Mudit Shukla./*


 
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] SRU/W Server

2010-08-25 Thread Hardik Mishra
Hello Geeks

We have want to implement SRU/W server for live instance.

Is there anyone have implemented SRU/W server for database building ?

Any help would be appreciated.


Thanks   Regards
Hardik Mishra
Software Engineer

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.
--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] item display page in XMLUI

2010-07-08 Thread Hardik Mishra
Hello Everyone,

I have some working experience on JSPUI.

Now, I want to test some code on XMLUI.

Can anyone pass some information that where should i change , if i would
like to add some functionality in item display page(XMLUI).

If we want to change anything in item display page, we can use jsptag in
JSPUI to add functionality but for XMLUI i need some help.

Thanks   Regards
Hardik Mishra
Software Engineer

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.
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] statistics' link does not work

2010-07-06 Thread Hardik Mishra
Hi Gagan

When you ran  each of the 6 perl scripts [ of stats] manually ,

What was the results produced by scripts ? Did scripts ran successfully ?


Please also check the log directory path @ dspace/config/dstat.cfg

Hope this would help

Thanks   Regards
Hardik Mishra
Software Engineer

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.

Message: 6
Date: Tue, 6 Jul 2010 15:13:29 +0530
From: Gagan Mandayam gagan.manda...@jsw.in
Subject: [Dspace-tech] DSPace 1.4.2 statistics problem
To: dspace-tech@lists.sourceforge.net
Message-ID: 4a2c78$64i...@droutbound.logix.in
Content-Type: text/plain; charset=us-ascii

Hi Again,



We are successfully running DSpace 1.4.2 for our Library.

But the 'statistics' link does not work. (when clicked, shows empty page).

The \reports folder is empty;

Can someone pls guide us the steps asap.

we manually ran each of the 6 perl scripts [ of stats] ; still no luck;



thanks-gagan-m, Bangalore-india
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Error in Creating Accounts

2010-06-24 Thread Hardik Mishra
Hello Mr. Javed,

It seems that your exchange server does not allow to send e-mail without
authentication.

You can try following step

1. Reconfigure the Exchange server to allow sending without authentication.

2. Authenticate to the Exchange server using credentials specific to the web
application itself.
Configure the Exchange server to allow the user with those credentials to
send mail that appears
to be from any other user.

I don't know how to do any of that with Exchange Server; Ask some help from
your Network Administrator who manages Exchange Server

Hope this helps

Thanks   Regards
Hardik Mishra
Software Engineer

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.

Message: 4
Date: Thu, 24 Jun 2010 09:34:35 +0500
From: javed.hirani javed.hir...@aku.edu
Subject: Re: [Dspace-tech] unable to create accounts
To: 'heli...@centrum.sk' heli...@centrum.sk,
   DSpace-tech@lists.sourceforge.net
   DSpace-tech@lists.sourceforge.net
Message-ID:
   aecc45fb0016d74baa5022601cab948c0146d9b6c...@iedexch.ied.aku.edu
Content-Type: text/plain; charset=utf-8

Thanks for support.

After adding SMTP host it gives the following error

com.sun.mail.smtp.
SMTPSendFailedException: 530 5.7.1 Client was not authenticated

Regards,
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Error in Creating Accounts

2010-06-22 Thread Hardik Mishra
Hello Mr. Javed,

Can you please explain a bit more regarding error ?

Please check logs at

/dspace/log/dspace.log for the cause of error



Thanks   Regards
Hardik Mishra
Software Engineer

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.

Message: 3
Date: Tue, 22 Jun 2010 16:50:07 +0500
From: javed.hirani javed.hir...@aku.edu
Subject: [Dspace-tech] unable to create accounts
To: 'DSpace-tech@lists.sourceforge.net'
   DSpace-tech@lists.sourceforge.net
Message-ID:
   aecc45fb0016d74baa5022601cab948c0146d9b6c...@iedexch.ied.aku.edu
Content-Type: text/plain; charset=us-ascii

Hi,

I am unable to create accounts in Dspace. It gives java error. Any idea
about it?

Regards,

P Save a tree. Don't print this e-mail unless it's necessary.

[cid:image003.jpg@01CB122A.
F8A88070]
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Unable to connect to Gmail

2010-06-09 Thread Hardik Mishra
Hi Bryce,

This is SSL error.

You need to add some properties in Email.java

Which Dspace version are you using ?

Thanks   Regards
Hardik Mishra
Software Engineer

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 Tue, Jun 8, 2010 at 8:20 PM, bryce ray bryceray1...@gmail.com wrote:

 When changing it to port 587 it gives me a new error and still does not
 succeed in sending an email.

 *com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a
 STARTTLS command first. a8sm26133363ibi.11

 at
 com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
 at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
 at
 com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
 at javax.mail.Transport.send0(Transport.java:169)

 at javax.mail.Transport.send(Transport.java:98)
 at org.dspace.core.Email.send(Email.java:362)
 at
 org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:296)
 at
 org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:256)
 at
 org.dspace.eperson.AccountManager.sendRegistrationInfo(AccountManager.java:101)
 at
 org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:287)
 at
 org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:202)
 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:637)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
 at
 org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
 at
 org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
 at
 org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769)
 at
 org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698)
 at
 org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891)
 at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
 at java.lang.Thread.run(Thread.java:619)
 *


 I also want to note that when the original error occurs it takes about 120
 seconds to process the email command before it gives up and issues an
 internal error.  When I changed the port to 587 it was almost instant.

 On Tue, Jun 8, 2010 at 12:12 AM, Hardik Mishra har...@webinito.comwrote:

 Hi Bryce

 Please try to connect with port no. 587


 Thanks   Regards
 Hardik Mishra
 Software Engineer

 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.



 Message: 4
 Date: Mon, 7 Jun 2010 20:14:52 -0500
 From: bryce ray bryceray1...@gmail.com
 Subject: Re: [Dspace-tech] Unable to connect to Gmail SMTP server
 To: Stuart Lewis s.le...@auckland.ac.nz
 Cc: dspace-tech@lists.sourceforge.net
dspace-tech@lists.sourceforge.net
 Message-ID:
aanlktinys33msb2v_u0g4uwthxw4pokxfngvvktlf...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 I just double checked but i do not think it has to do with a server
 setting/firewall.  I can connect to the gmail server without problem on my
 apache based applications.  Its dspace/tomcat specifically which I can not
 connect to the gmail server.

 On Mon, Jun 7, 2010 at 7:23 PM, Stuart Lewis s.le...@auckland.ac.nz
 wrote:

  Hi Bryce,
 
  It could be that your server is firewalled from talking to external
  servers. Log into your server, and try the following:
 
   telnet smtp.gmail.com 465
 
  If your server can connect then you should see a message such as:
 
  Trying 72.14.213.109...
  Connected to gmail-smtp-msa.l.google.com.
  Escape character is '^]'.
 
 
  If you get an error about 'Connection Refused' or 'Unable to connect'
 (or
  similar) then it may be a firewall issue.
 
  Thanks,
 
 
  Stuart Lewis
  IT Innovations Analyst and Developer
  Te Tumu Herenga The University of Auckland Library
  Auckland Mail Centre, Private Bag 92019

Re: [Dspace-tech] Unable to connect to Gmail

2010-06-07 Thread Hardik Mishra
Hi Bryce

Please try to connect with port no. 587


Thanks   Regards
Hardik Mishra
Software Engineer

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.



Message: 4
Date: Mon, 7 Jun 2010 20:14:52 -0500
From: bryce ray bryceray1...@gmail.com
Subject: Re: [Dspace-tech] Unable to connect to Gmail SMTP server
To: Stuart Lewis s.le...@auckland.ac.nz
Cc: dspace-tech@lists.sourceforge.net
   dspace-tech@lists.sourceforge.net
Message-ID:
   aanlktinys33msb2v_u0g4uwthxw4pokxfngvvktlf...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

I just double checked but i do not think it has to do with a server
setting/firewall.  I can connect to the gmail server without problem on my
apache based applications.  Its dspace/tomcat specifically which I can not
connect to the gmail server.

On Mon, Jun 7, 2010 at 7:23 PM, Stuart Lewis s.le...@auckland.ac.nz wrote:

 Hi Bryce,

 It could be that your server is firewalled from talking to external
 servers. Log into your server, and try the following:

  telnet smtp.gmail.com 465

 If your server can connect then you should see a message such as:

 Trying 72.14.213.109...
 Connected to gmail-smtp-msa.l.google.com.
 Escape character is '^]'.


 If you get an error about 'Connection Refused' or 'Unable to connect' (or
 similar) then it may be a firewall issue.

 Thanks,


 Stuart Lewis
 IT Innovations Analyst and Developer
 Te Tumu Herenga The University of Auckland Library
 Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
 Ph: +64 (0)9 373 7599 x81928


 On 8/06/2010, at 9:52 AM, bryce ray wrote:

  I'm getting the following error when attempting to connect to the Gmail
 smtp server:
 
  javax.mail.MessagingException: Could not connect to SMTP host:
 smtp.gmail.com, port: 465, response: -1
  at
 com.sun.mail.smtp.
SMTPTransport.openServer(SMTPTransport.java:1270)
  at
 com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
  at javax.mail.Service.connect(Service.java:297)
  at javax.mail.Service.connect(Service.java:156)
  at javax.mail.Service.connect(Service.java:105)
  at javax.mail.Transport.send0(Transport.java:168)
  at javax.mail.Transport.send(Transport.java:98)
  at org.dspace.core.Email.send(Email.java:362)
  at
 org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:296)
  at
 org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:256)
  at

org.dspace.eperson.AccountManager.sendRegistrationInfo(AccountManager.java:101)
  at

org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:287)
  at

org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:202)
  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:637)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  at

org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  at

org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  at

org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  at

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  at

org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  at

org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
  at
 org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
  at
 org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
  at
 org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769)
  at

org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698)
  at

org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891)
  at

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
  at java.lang.Thread.run(Thread.java:619)
 
  I'm running Dspace v1.5.2.  I've been following the tutorial that I
found
 here: http://blog.stuartlewis.com/2009/09/05/using-gmail-with-dspace/
 
  I've applied this patch to my Email.java file and re-packaged:
  http://jira.dspace.org/jira/browse/DS-234
 
  Below is my dspace.cfg file as it pertains to the mail settings:
 
  # Email settings ##
 
  # SMTP mail server
  mail.server=smtp.gmail.com
 
  # SMTP mail server authentication username and password (if required

[Dspace-tech] Dspace Eclipse Configuration Error

2010-06-05 Thread Hardik Mishra
I got this error in Eclipse , Maven configuration.

I have checked in back , there is no
dspace-parent\1.5.2\dspace-parent-1.5.2.pom hierarchy at

C:\Documents and
Settings\Hardik\.m2\repository\org\dspace\dspace-parent\1.5.2\dspace-parent-1.5.2.pom

It has,

C:\Documents and Settings\Hardik\.m2\repository\org\dspace\dspace-api-lang
and many more...


[INFO] Scanning for projects...
[ERROR] The build could not read 3 projects - [Help 1]
[ERROR]   The project org.dspace:modules:1.5.2
(E:\workspace\dspace-1.5.2\dspace\modules\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM org.dspace:dspace-parent:1.5.2 for
org.dspace:modules:1.5.2: Failed to resolve POM for
org.dspace:dspace-parent:1.5.2 due to The repository system is offline and
the requested artifact is not locally available at C:\Documents and
Settings\Hardik\.m2\repository\org\dspace\dspace-parent\1.5.2\dspace-parent-1.5.2.pom
  org.dspace:dspace-parent:pom:1.5.2

from the specified remote repositories:
  maven.dspace.org-snapshot (http://maven.dspace.org/snapshot,
releases=false, snapshots=true),
  central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
- [Help 2]
[ERROR]   The project org.dspace:dspace-sword-api:1.5.2
(E:\workspace\dspace-1.5.2\dspace-sword\dspace-sword-api\pom.xml) has 2
errors
[ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: javax.servlet:servlet-api:jar - version (?) vs 2.4
[ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: xom:xom:jar - duplicate declaration of version 1.1
[ERROR]   The project org.dspace:dspace-sword-api:1.5.2
(E:\workspace\dspace-1.5.2\dspace-sword\dspace-sword-api\pom.xml) has 2
errors
[ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: javax.servlet:servlet-api:jar - version (?) vs 2.4
[ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: xom:xom:jar - duplicate declaration of version 1.1
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException



Thanks   Regards
Hardik Mishra
Software Engineer

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.
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Eclipse Configuration Error

2010-06-05 Thread Hardik Mishra
Hi

Before configuring Eclipse with Dspace , I was using Dspace 1.5.2 which has
dependency files at .m2 location.

I checked there , I have no idea what else could be the problem

SVN URL : https://dspace.svn.sourceforge.net/svnroot/dspace

for Dspace source


Thanks   Regards
Hardik Mishra
Software Engineer

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 Sat, Jun 5, 2010 at 3:51 PM, Sands Alden Fish sa...@mit.edu wrote:

 Hi Hardik,

 What SVN URL did you check out your 1.5.2 source code from?

 It appears that your modules POM is requiring a release version of
 dspace-parent:1.5.2, but the repository definition for maven.dspace.orghas 
 release artifacts turned off, and only snapshots turned on.

 I'm curious to know what tag you checked out to see if it is a problem with
 the distribution or something that was changed after the fact.


 --
 sands fish
 Software Engineer
 MIT Libraries
 Technology Research  Development
 sa...@mit.edu
 E25-131




 On Jun 5, 2010, at 4:09 AM, Hardik Mishra wrote:


 I got this error in Eclipse , Maven configuration.

 I have checked in back , there is no
 dspace-parent\1.5.2\dspace-parent-1.5.2.pom hierarchy at

 C:\Documents and
 Settings\Hardik\.m2\repository\org\dspace\dspace-parent\1.5.2\dspace-parent-1.5.2.pom

 It has,

 C:\Documents and Settings\Hardik\.m2\repository\org\dspace\dspace-api-lang
 and many more...


 [INFO] Scanning for projects...
 [ERROR] The build could not read 3 projects - [Help 1]
 [ERROR]   The project org.dspace:modules:1.5.2
 (E:\workspace\dspace-1.5.2\dspace\modules\pom.xml) has 1 error
 [ERROR] Non-resolvable parent POM org.dspace:dspace-parent:1.5.2 for
 org.dspace:modules:1.5.2: Failed to resolve POM for
 org.dspace:dspace-parent:1.5.2 due to The repository system is offline and
 the requested artifact is not locally available at C:\Documents and
 Settings\Hardik\.m2\repository\org\dspace\dspace-parent\1.5.2\dspace-parent-1.5.2.pom
   org.dspace:dspace-parent:pom:1.5.2

 from the specified remote repositories:
   maven.dspace.org-snapshot (http://maven.dspace.org/snapshot,
 releases=false, snapshots=true),
   central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
 - [Help 2]
 [ERROR]   The project org.dspace:dspace-sword-api:1.5.2
 (E:\workspace\dspace-1.5.2\dspace-sword\dspace-sword-api\pom.xml) has 2
 errors
 [ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
 must be unique: javax.servlet:servlet-api:jar - version (?) vs 2.4
 [ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
 must be unique: xom:xom:jar - duplicate declaration of version 1.1
 [ERROR]   The project org.dspace:dspace-sword-api:1.5.2
 (E:\workspace\dspace-1.5.2\dspace-sword\dspace-sword-api\pom.xml) has 2
 errors
 [ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
 must be unique: javax.servlet:servlet-api:jar - version (?) vs 2.4
 [ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
 must be unique: xom:xom:jar - duplicate declaration of version 1.1
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
 switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
 [ERROR] [Help 2]
 http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException



 Thanks   Regards
 Hardik Mishra
 Software Engineer

 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.
 ATT1.cATT2.c



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Re : Regarding Installing : tomcat server showing

2010-04-01 Thread Hardik Mishra
Hello Mohit

In Tomcat Try this one :  Give Full path(not relative) in appBase

Host name=xmlui appBase=/dspace/webapps/xmlui
unpackWARs=true autoDeploy=true
xmlValidation=false xmlNamespaceAware=false


For JSPUI :

Host name=jspui appBase=/dspace/webapps/jspui
unpackWARs=true autoDeploy=true
xmlValidation=false xmlNamespaceAware=false

Restart Tomcat Server.

Best Regards
Hardik Mishra

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.


Message: 5
Date: Wed, 31 Mar 2010 09:44:27 +0530
From: MOHIT SHARMA mohit7...@gmail.com
Subject: [Dspace-tech] Regarding Installing : tomcat server showing
   someerror
To: dspace-gene...@lists.sourceforge.net,
   dspace-tech@lists.sourceforge.net
Message-ID:
   q2se98fe21e1003302114l644ad635ya8220708d4df9...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

hi ,

After doing this command :sudo ant fresh_install
i have used these commands

1:)  /dspace/bin/create-
administrator

2)sudo gedit /etc/default/tomcat6


--TOMCAT6_USER=dspace
 --TOMCAT6_SECURITY=no


3)   sudo gedit /etc/tomcat6/server.xml


 Connector port=8180 maxHttpHeaderSize=8192
maxThreads=150 minSpareThreads=25
maxSpareThreads=75
enableLookups=false redirectPort=8443
acceptCount=100
connectionTimeout=2 disableUploadTimeout=true
URIEncoding=UTF-8 /

 Also in server.xml modify the webapps directory to point to
/dspace/webapps:

   Host name=localhost appBase=/dspace/webapps
unpackWARs=true autoDeploy=true
xmlValidation=false xmlNamespaceAware=false
4) sudo service tomcat6 start

Now after doing all this .. i am getting this error ...

On running : http://localhost:8180/jspui/
HTTP Status 500 -
--

*type* Exception report

*message*

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

*exception*

org.apache.jasper.JasperException: org.apache.jasper.JasperException:
Unable to load class for JSP


 
org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:156)

 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:329)

 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)

   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:112)

*root cause*

org.apache.jasper.JasperException: Unable to load class for JSP

 org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:620)

 
org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:144)


 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:329)

 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)

   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:112)

*root cause*

java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

   java.net.URLClassLoader$1.run(URLClassLoader.java:217)
   java.security.AccessController.doPrivileged(Native Method)
   java.net.URLClassLoader.findClass(URLClassLoader.java:205)

 org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:134)


 org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:66)

 org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:618)

 
org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:144)


 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:329)

 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)

   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:112)

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



On type  http://localhost:8180/xmlui/   i am getting
HTTP Status 404 -
--

*type* Status report

*message*

*description* *The requested resource () is not available.*
--
Apache Tomcat/6.0.18


Can somebody tell what is wrong ...


Thanx a lot
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during

[Dspace-tech] Regarding OAI PMH

2010-03-16 Thread Hardik Mishra
Hello Everyone

In Dspace 1.5.2 , We have built in module for OAI that i know. But when it
comes to implement i am little bit confused.

We want to harvest metadata from other repositories.

1.  I have enabled  OAI in our test repository

http://dspace.webinito.com/oai/request?verb=Identify
http://dspace.webinito.com/oai/request?verb=ListRecordsmetadataPrefix=oai_dc

I am getting available meta data in the form of xml.

Is it ok/enough ?

2 . Should we register as Data Provider or Service Provider ?

Some where i have seen an option like Browse By Source , i checked back in
the database in the table metadatafieldregistry
There is an option in element source but in scope note there is Do not
use; only for harvested metadata.

So, How to implement it ?


Best Regards
Hardik Mishra

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.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Tech Questions

2009-12-02 Thread Hardik Mishra
Hi Imad

1) Can we use MYSQL as database (although I read that your system runs on
Oracle and Postgresql)?
Ans : you can not use MySQL as database , use postgre its also open source
and freely available.

2) Can we 2 tier installation (database on a server and application on
another server)?
Yes, you can configure database on a server and application on another
server.


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.


Message: 2
Date: Wed, 02 Dec 2009 13:30:38 +0200
From: Imad Musleh imad.mus...@lau.edu.lb
Subject: [Dspace-tech] Technical Questions
To: dspace-tech@lists.sourceforge.net
Message-ID: adeeaa6cab7347f197b12f7060661...@beirut.it.lau.edu.lb
Content-Type: text/plain; charset=us-ascii

Hello all,

First of all this is Imad Musleh from the Lebanese American University, I am
an IT project manager.
We are looking for an Institutional repository system and we are still in
the initial phase, however I have 2 questions and I hope you will have
answers for.

1) Can we use MYSQL as database (although I read that your system runs on
Oracle and Postgresql)?

2) Can we 2 tier installation (database on a server and application on
another server)?

Thanks and Best Regards,

__
__

Imad Musleh
Project Manager
Lebanese American University
IT Applications and Solutions
Beirut - Lebanon
TEL : 961-01-786456 Ext 1434
FAX : 961-01-867098
WEB :  http://www.lau.edu.lb/ www.lau.edu.lb
Email:  mailto:imad.mus...@lau.edu.lb imad.mus...@lau.edu.lb
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev___
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-22 Thread Hardik Mishra
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


[Dspace-tech] Re : User Registration Error

2009-11-20 Thread Hardik Mishra
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


[Dspace-tech] Re : Error In Creating Admin (Solved)

2009-11-19 Thread Hardik Mishra
Hi

I am trying to create administrator , i got the same problem, and i had
figure it out and it is working for me

In database there is a table called *epersongroup* , By default there are
two values are
inserted

0 - Anonymous
1 - Administrator

Check whether you have this two values or not i guess it wont be there
So, change Id to 1

it will work.


-- 
*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 fish and you
feed him for a lifetime.*


On Wed, Nov 18, 2009 at 12:56 PM, Hardik Mishra har...@webinito.com wrote:

 Hi
 Sorry for late reply,
 Please check that the database has UTF-8 encoding


 --
 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 Wed, Nov 18, 2009 at 12:44 PM, Renate Morgenstern rmorgenst...@iway.na
  wrote:

  Hi again,
 I sent you the Java version used on the server. Any suggestion why we have
 this problem?

 I also received a message from Stuart Lewis and he said that this has been
 discussed on the IR channel.
 See below:


 We've just been discussing this on the #dspace IRC channel, as it is a
 strange problem.


   When attempting to create the administrator account I run into an 
 error. Any suggestion what we could do? dsp...@ir1:/usr/local/dspace/bin$ 
 ./create-administrator Creating an initial administrator account
 DatabaseManager.java:475)


  Can you check in your Postgres (or Oracle) database that all the
 DSpace tables have been created successfully? The main table to check
 for this problem is 'eperson'.

 Thanks,



 Can u please tell what java version are you using ?

 It might be a problem with older java versions.

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


 Message: 1
 Date: Fri, 13 Nov 2009 11:27:26 +1300
 From: Stuart Lewis s.le...@auckland.ac.nz
 Subject: Re: [Dspace-tech] Creating administrator account error
 To: rmorgenst...@iway.na rmorgenst...@iway.na
 Cc: Dspace-tech@lists.sourceforge.net
Dspace-tech@lists.sourceforge.net
 Message-ID: 36970807-efb4-4faf-8272-fc27fdf7d...@auckland.ac.nz
 Content-Type: text/plain; charset=us-ascii

 Hi Renate,

 We've just been discussing this on the #dspace IRC channel, as it is a
 strange problem.

  When attempting to create the administrator account I run into
  an error.
  Any suggestion what we could do?
 
  dsp...@ir1:/usr/local/dspace/
 bin$ ./create-administrator
  Creating an initial administrator account
  E-mail address:
  First name:
  Last name:
  WARNING: Password will appear on-screen.
  Password:
  Again to confirm:
  Is the above data correct? (y or n): y
  Exception in thread main java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
at java.util.regex.Matcher.reset(Matcher.java:291)
at java.util.regex.Matcher.init(Matcher.java:211)
at java.util.regex.Pattern.matcher(Pattern.java:888)
at
  org.dspace.storage.rdbms.DatabaseManager.findByUnique
  (DatabaseManager.java:475)

 Can you check in your Postgres (or Oracle) database that all the
 DSpace tables have been created successfully? The main table to check
 for this problem is 'eperson'.

 Thanks,


 Stuart Lewis
 IT Innovations Analyst and Developer
 Te Tumu Herenga The University of Auckland Library
 Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
 Ph: 64 9 373-7599 x81928
 http://www.library.auckland.ac.nz/


 --
 Renate Morgenstern
 P O Box 30664, WIndhoek, Namibia
 Tel/Fax: 242124
 Email: rmorgenst...@iway.na



--
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] java.net.UnknownHostException: localhost: localhost

2009-11-18 Thread Hardik Mishra
Hello Geetha

Backup /etc/hosts file

Then sure that the following line appears in your /etc/hosts file:

127.0.0.1localhost

Change the above line , it might work

Then reboot to get rid of your running instances and try it all again.


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



Message: 4
Date: Wed, 18 Nov 2009 14:33:07 +0530
From: Geetha Rao iictdsp...@gmail.com
Subject: [Dspace-tech] Problem with Tomcat
To: dspace-tech-requ...@lists.sourceforge.net,
   dspace-tech@lists.sourceforge.net
Message-ID:
   a034a240911180103j7dec2046rb0802fb6681b5...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Hi,
  I have installed Dspace 1.5 on Redhat Linux. We have used Tomcat 6.It
worked properly earlier. Recently we have changed the hostname. Now we are
facing the problem with tomcat.  While shutting down the tomcat, it is
dispalying the following error.


java.net.UnknownHostException: localhost: localhost
 at java.net.InetAddress.
getAllByName0(InetAddress.java:1145)
 at java.net.InetAddress.getAllByName(InetAddress.java:1072)
 at java.net.InetAddress.getAllByName(InetAddress.java:1008)
 at java.net.InetAddress.getByName(InetAddress.java:958)
 at
org.apache.catalina.core.StandardServer.await(StandardServer.java:373)
 at org.apache.catalina.startup.Catalina.await(Catalina.java:642)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:602)
 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:585)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Nov 18, 2009 12:41:00 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Nov 18, 2009 12:41:01 PM org.apache.catalina.core.StandardService stop

Do we need to change the hostname anywhere else.How can we resolve this
problem.
Thanks for any help.

Regards,
Geetha
--
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] Re : Error In Creating Admin

2009-11-13 Thread Hardik Mishra
Can u please tell what java version are you using ?

It might be a problem with older java versions.

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


Message: 1
Date: Fri, 13 Nov 2009 11:27:26 +1300
From: Stuart Lewis s.le...@auckland.ac.nz
Subject: Re: [Dspace-tech] Creating administrator account error
To: rmorgenst...@iway.na rmorgenst...@iway.na
Cc: Dspace-tech@lists.sourceforge.net
   Dspace-tech@lists.sourceforge.net
Message-ID: 36970807-efb4-4faf-8272-fc27fdf7d...@auckland.ac.nz
Content-Type: text/plain; charset=us-ascii

Hi Renate,

We've just been discussing this on the #dspace IRC channel, as it is a
strange problem.

 When attempting to create the administrator account I run into
 an error.
 Any suggestion what we could do?

 dsp...@ir1:/usr/local/dspace/
bin$ ./create-administrator
 Creating an initial administrator account
 E-mail address:
 First name:
 Last name:
 WARNING: Password will appear on-screen.
 Password:
 Again to confirm:
 Is the above data correct? (y or n): y
 Exception in thread main java.lang.NullPointerException
   at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
   at java.util.regex.Matcher.reset(Matcher.java:291)
   at java.util.regex.Matcher.init(Matcher.java:211)
   at java.util.regex.Pattern.matcher(Pattern.java:888)
   at
 org.dspace.storage.rdbms.DatabaseManager.findByUnique
 (DatabaseManager.java:475)

Can you check in your Postgres (or Oracle) database that all the
DSpace tables have been created successfully? The main table to check
for this problem is 'eperson'.

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/
--
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] Export of Statistics Reports In Excel

2009-10-07 Thread Hardik Mishra
Hello Sanjib

As far as i know currently there is no options available to generate
statistics reports in varios
formats like excel, pdf etc.


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



Message: 1
Date: Tue, 6 Oct 2009 19:35:05 +0530
From: sanjib mondal sanjib.sa...@gmail.com
Subject: [Dspace-tech] export to excel for dspace statistical report
To: dspace-tech@lists.sourceforge.net
Message-ID:
   5162d0910910060705w2ce6bb91uc27965682bec8...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Hi All,

  I want to export statistical report of dspace in excel sheet from Dspace
UI.
Please help me if any body has done this before.

Regards
Sanjeev
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error : Document not Found

2009-10-01 Thread Hardik Mishra
I am getting followig error , Error : Document Not Found

The document you are trying to access has not been found on the server.

-- 
Best Regards
Hardik Mishra
Software Engineer


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.
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Help in Google Analytics

2009-09-23 Thread Hardik Mishra
Hello Sir,

I have asked a question in your blog of google analytics code.
My question is still awaiting moderator approval.

http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/

*My Question : *

I am running dspace in local.

I have added code in header-default.jsp and in display-item.jsp

I have added code but when i am generating file using dsrun , I am getting
zero hits.

In google Analytics accout ,it shows Tracking is not installed.

I do have Website URL: http://localhost:8080/jspuihttp://localhost:8080/dspace

Does the code works locally ?
Please Help Me out.
-- 
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.
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error In Fresh Installation...

2009-08-31 Thread Hardik Mishra
HI Gopa Sir,

Can u tell me what steps have u performed before.

 1. Have u created database named dspace with Login role dspace(as super
user) ?.

 2. add lib directory of   dspace-1.5.2-src-release\dspace\lib to classpath.

Hope this helps


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


Hi,
While installing dspace i am getting the following error. Can somebody help
me ?
Buildfile: build.xml
init_installation:
init_configs:
setup_database:
[java] 2009-08-31 10:39:36,676 INFO org.dspace.core.ConfigurationManager @
Loading system provided config property (-Ddspace.configuration):
config/dspace.cfg
[java] 2009-08-31 10:39:36,682 INFO org.dspace.core.ConfigurationManager @
Using default log4j provided log configuration,if uninitended, check your
dspace.cfg for (log.init.config)
[java] 2009-08-31 10:39:36,682 INFO
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
[java] 2009-08-31 10:39:36,802 FATAL
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
[java] org.postgresql.util.PSQLException: The connection attempt failed.
[java] at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136)
[java] at
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
[java] at
org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connection.java:116)
[java] at
org.postgresql.jdbc3.AbstractJdbc3Connection.init(AbstractJdbc3Connection.java:30)
[java] at
org.postgresql.jdbc3.Jdbc3Connection.init(Jdbc3Connection.java:24)
[java] at org.postgresql.Driver.makeConnection(Driver.java:369)
[java] at org.postgresql.Driver.connect(Driver.java:245)
[java] at java.sql.DriverManager.getConnection(DriverManager.java:582)
[java] at java.sql.DriverManager.getConnection(DriverManager.java:185)
[java] at
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:65)
[java] at
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
[java] at
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:974)
[java] at
org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:176)
[java] at java.sql.DriverManager.getConnection(DriverManager.java:582)
[java] at java.sql.DriverManager.getConnection(DriverManager.java:207)
[java] at
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:550)
[java] at
org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:923)
[java] at
org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
[java] Caused by: java.net.SocketException: Permission denied: connect
[java] at java.net.PlainSocketImpl.socketConnect(Native Method)
[java] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
[java] at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
[java] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
[java] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
[java] at java.net.Socket.connect(Socket.java:519)
[java] at java.net.Socket.connect(Socket.java:469)
[java] at java.net.Socket.init(Socket.java:366)
[java] at java.net.Socket.init(Socket.java:180)
[java] at org.postgresql.core.PGStream.init(PGStream.java:60)
[java] at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
[java] ... 17 more


Dr. V. Gopa Kumar
Principal
Government College of Engineering
Kannur
Kerala, India - 670 563
--
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] Help me : How can I get the java files in DSpace 1.5.2

2009-08-28 Thread Hardik Mishra
Hi Gaurav

Please find the following path in dspace-src directory.

\[dspace-1.5.2-src-release]\dspace-api\src\main\java\org\dspace
The above is for some core api like e-mail.


\[dspace-1.5.2-src-release]\dspace-jspui\dspace-jspui-api\src\main\java\org\dspace\app\webui
This one is for functionality related api s.


*--
Best Regards
Hardik Mishra
Software Engineer
Webinito Networks
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. *


-- Forwarded message --
From: Rajat Gupta ra...@webinito.com
Date: Fri, Aug 28, 2009 at 11:16 AM
Subject: Fwd: Help me : How can I get the java files in DSpace 1.5.2
To: Hardik Mishra har...@webinito.com



Regards,

Rajat Gupta
Entrepreneur
Webinito Networks

E: ra...@webinito.comP: +91 - 9898074702
W: www.webinito.com Twitter: webinito



-- Forwarded message --
From: gaurav dhote gaurav.dh...@osslabs.biz
Date: Fri, Aug 28, 2009 at 10:59 AM
Subject: Help me : How can I get the java files in DSpace 1.5.2
To:


Hi,

I am Gaurav Dhote, Software Engineer at Nucsoft Limited, Mumbai. I am new to
dspace. Please forgive me if my question will silly.

*How can I get the .java files in Dspace 1.5.2?*

I want to modify the dspace by changing some java files but unable to find
it in the directory structure.

Help me to sort out this problem. I am waiting for ur reply.


Er Gaurav Dhote
Software Engineer
Nucsoft OSSlabs, Bangalore, India
E-mail : gaurav.dh...@osslabs.biz
Site : www.osslabs.biz
--
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] Help in XPDF Filter

2009-08-10 Thread Hardik Mishra
Hi Everyone,

I do want to enable  thumbnails and XPDF  support for jspui .
I do have image_io.jar , jai_core.jar

but when i try to run following command

mvn install:install-file -DgroupId=com.sun.media -DartifactId=jai_imageio
-Dversion=1.0_01 -Dpackaging=jar -Dfile=/image_io/jai_imageio.jar

I generated error :

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error installing artifact 'com.sun.media:jai_imageio:jar': Error
installi
ng artifact: File
E:\dspace-1.5.2-src-release\dspace\image_io\jai_imageio.jar do
es not exist

i do have file in above path.

If any one has implemented  then help me please

-- 
Best Regards
Hardik Mishra
Software Engineer
Webinito Networks
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.
--
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] Creating E Person

2009-08-06 Thread Hardik Mishra
Hi Everyone,

I have installed Dspace 1.5.2 with JSPUI interface.
I am admin.
I want to create E-PERSON for our staff  from ADMINSTER.
But  in create E-Person , there is no column for default password or like
that.
So, how can members login ?

-- 
Best Regards
Hardik Mishra
Software Engineer
Webinito Networks
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.
--
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] Confusion In Export

2009-08-06 Thread Hardik Mishra
Hi Everyone,

I have installed JSPUI, Dspace1.5.2
In Admin Login , In Community and Collection page on the right side bar
There are ADMIN Tools , in that What is the difference between

Export Community/Collection And Export(migrate) Community/Collection.

Which option is suitable under which circumstances.

-- 
Best Regards
Hardik Mishra
Software Engineer
Webinito Networks
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.
--
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] Error In Going Live In Dspace

2009-08-01 Thread Hardik Mishra
Hi Everyone,

I want to make my dspace installation live.
So, what are changes required in dspace.cfg

please let me help.

-- 
Best Regards
Hardik Mishra
Software Engineer
Webinito Networks
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.
--
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] CHnages Done Configuration File

2009-08-01 Thread Hardik Mishra
Hi Everyone,

I want to make dspace live.

My URL : www.dspace.hostjava.net/dspace

I have done these changes in my configuration file :

# DSpace installation directory
dspace.dir = /var/www/vhosts/dspace.hostjava.net/httpdocs/dspace

# DSpace base URL.  Include port number etc., but NOT trailing slash
# Change to xmlui if you wish to use the xmlui as the default, or remove
# /jspui and set webapp of your choice as the ROOT webapp in
# the servlet engine.
dspace.url = http://dspace.hostjava.net/dspace

# DSpace host name - should match base URL.  Do not include port number
dspace.hostname = dspace.hostjava.net

# Name of the site
dspace.name = DSpace at My University

# Database settings #

# Database name (oracle, or postgres)
db.name = postgres
#db.name = postgres
#db.name = oracle

# URL for connecting to database
db.url = jdbc:postgresql://dspace.hostjava.net:5432/dspace
#db.url = jdbc:postgresql://localhost:5432/dspace



-- 
Best Regards
Hardik Mishra
Software Engineer
Webinito Networks
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.
--
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] How to Create Databse in Live Environment

2009-08-01 Thread Hardik Mishra
Hi Everyone,

i want to upload dspace on my domain ,

i have  dspace folder after ant fresh_install.

Which i want to upload in hosting space.
so , please help me out,.


-- 
Best Regards
Hardik Mishra
Software Engineer

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.
--
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] Creating E-Person

2009-07-31 Thread Hardik Mishra
Hello Everyone,

I have installed dspace 1.5.2, and also created administrator.

Now i m logged in as an Administrator , and wants to create e-persons from
Administer--E-person.

So, after creating user , by what password , a user should login first time.

-- 
Best Regards
Hardik Mishra
Jr. Software Engineer
Webinito Networks
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.
--
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] Error On Postgre SQL Installation In Fedora 11

2009-07-29 Thread Hardik Mishra
hi Everyone,

I m trying to install dspace 1.5.2 on fedora linux 11

when install pgsql in the end of installation it says,

Error on post installation ste.p database initialization cluster failed

Earlier i got this message when i tried to install it on Windows 2003
Server.

-- 
Best Regards
Hardik Mishra
Jr. Software Engineer
*Webinito Networks*
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.
--
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] Upgrading Version And Getting Error On Viewing Item

2009-07-27 Thread Hardik Mishra
Hi Micheal,

Run this command form your command prompt


c:/dspace/bin/dsrun org.dspace.browse.IndexBrowse -f -r

c:/dspace/bin/dsrun org.dspace.browse.ItemCounter

c:/dspace/bin/ dsrun org.dspace.search.DSIndexer -b




---
Best Regards
Hardik Mishra
Jr. Software Engineer
*Follow Us On Twitter : webinito
Webinito Networks
*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.



 Original Error :

I upgraded our Dspace from 1.4.2 to 1.5 by following the steps on the
manual. Everything seems to work fine after that except when we do a search
and then click on the name of the title. I then get the message Internal
System Error. Below is the java stack displayed when I viewed the source of
the page.

If anybody can help, it would be greatly appreciated.


java.lang.NullPointerException
 at
org.dspace.app.webui.servlet.HandleServlet.displayItem(HandleServlet.java:331)
 at
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:180)
 at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:151)
 at
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
 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:210)
 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
 at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
 at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
 at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
 at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
 at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
 at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
 at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
 at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
 at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
 at java.lang.Thread.run(Thread.java:595)

Michael Onte
Database Administrator
Lovelace Respiratory Research Institute

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


[Dspace-tech] Customization Dspace

2009-07-27 Thread Hardik Mishra
Hello Everyone

I am in need of customization of JSPUI and i have enough details to do it.

From material i got for customization says that after each change , i need
to repackage using mvn.

But i do not have internet at the place where i am doing customization.

So, is there anyway to have that i made is get change reflected without
internet.

I think it won't be possible without internet.

Please let me know ASAP.

-- 
Best Regards
Hardik Mishra
Jr. Software Engineer
Follow Us On Twitter : webinito
*Webinito Networks
*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.
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Maven Dependency

2009-07-25 Thread Hardik Mishra
Hello ,

For installing dspace1.5.2 , we do first step mvn.
So, all api's and files means package gets generated.
Then we do ant fresh_install.
and everything works fine.

My Problem Starts Now :

Now i have already built source.
Then i want to install it in a new environment where internet is not there.

I am changing build.dir in dspace.cfg to let say /dspace1

As i have already complete source , i am just doing ant fresh_isntall.

It takes the old path  /dspace not using /dspace1.

Is there anyway to change it or is it dependency of mvn package ?

please let me know and resolve my confusion.


-- 
Best Regards
Hardik Mishra
Jr. Software Engineer
Follow Us On Twitter : webinito
Webinito Networks
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.
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] XPDF support not working

2009-07-15 Thread Hardik Mishra
Hi Everyone,
i have been trying XPDF filter in dspace 1.5.2 JSPUI.
i followed steps as given in :

 Chapter 5.7.7

http://www.dspace.org/1_5_2Documentation/ch05.html#N12768

Generally , I am not getting any reply.
Please  Reply.


-- 
Best Regards
*Hardik Mishra
Jr. Software Engineer
Follow Us On Twitter : webinito*
*Webinito Networks*

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.
--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Re :Error In Feedback And E-Mail

2009-07-03 Thread Hardik Mishra
Hi Friend

I can only say  from error code you have posted is that , it seems to have
problems in Host name in Dspace.cfg file.
So, can you post your dspace.cfg 's part which contains e-mail
configuration.

-- 
*Best Regards
Hardik Mishra
Jr. Software Engineer
*
*Twitter : webinito*
*WebInito Technologies - Ahmedabad - Gujarat (India).

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.
*
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace Indexing MediaFilterManager Error

2009-06-23 Thread hardik mishra
Dear Ranjan

In the first reply i told you to add line(C:\DSpace\lib) to CLASSPATH 
environment variable.
not in PATH variable.

There is a difference in PATH and CLASSPATH environment variable.

Second thing , There is no need to have Perl loaded in your system.
 
Best Regards
Hardik Mishra
Jr. Software EngineerWebInito Technologies - Ahmedabad -Gujarat (India)


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: Ranjan SinhaThakur ranjan...@dasturco.in
To: hardik mishra hardik_h...@yahoo.com
Sent: Tuesday, June 23, 2009 2:54:43 PM
Subject: Re: Dspace Indexing  MediaFilterManager Error

Dear Mishra

Again thank you for your mail. I am sending the error where I am getting,
as well as the path.

Is it necessary to load perl ? we have not loaded it.

with regards

Ranjan


Indexing

C:\DSpace.\bin\dsrun org.dspace.browse.IndexBrowse -f -r
Using DSpace installation in: C:\DSpace
Exception in thread main java.lang.ArrayIndexOutOfBoundsException: 3
        at
org.dspace.core.Context.turnOffAuthorisationSystem(Context.java:220)
        at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:617)

C:\DSpace.\bin\dsrun org.dspace.browse.IndexBrowse -i
Using DSpace installation in: C:\DSpace
Exception in thread main java.lang.ArrayIndexOutOfBoundsException: 3
        at
org.dspace.core.Context.turnOffAuthorisationSystem(Context.java:220)
        at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:617)

C:\DSpace.\bin\dsrun org.dspace.browse.IndexBrowse -r
Using DSpace installation in: C:\DSpace
Exception in thread main java.lang.ArrayIndexOutOfBoundsException: 3
        at
org.dspace.core.Context.turnOffAuthorisationSystem(Context.java:220)
        at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:617)

ITEM COUNTER

C:\DSpace.\bin\dsrun org.dspace.browse.Itemcounter
Using DSpace installation in: C:\DSpace
Exception in thread main java.lang.NoClassDefFoundError:
org/dspace/browse/Ite
mcounter

Media Filter

C:\DSpace.\bin\dsrun org.dspace.app.mediafilter.MediaFliterManager
Using DSpace installation in: C:\DSpace
Exception in thread main java.lang.NoClassDefFoundError:
org/dspace/app/mediaf
ilter/MediaFliterManager


Path

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
C:\Program Files\CA\SharedComponents\ScanEngine;C:\Program
Files\CA\SharedComponents\CAUpdate\;
C:\Program Files\CA\SharedComponents\ThirdParty\;
C:\Program Files\CA\SharedComponents\SubscriptionLicense\;
C:\Program Files\CA\eTrustITM;C:\ant\bin;
C:\Program Files\Java\j2re1.4.2_19\bin;
C:\Program Files\Java\jre6\bin;
C:\apache-maven-2.1.0\bin;
C:\j2sdk1.4.2_19\bin;%ANT_HOME%\bin;C:\apache-maven-2.1.0\bin;C:\DSpace\lib


Ranjan Sinha Thakur
Sr. Librarian
M. N. Dastur  Company (P) Ltd
P-17 Mission Row Extension
Kolkata 700013
Phone : 91-33-22255420- Ext. 519
Mob : 9433385736


  --
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace Indexing MediaFilterManager Error

2009-06-23 Thread hardik mishra
Dear Ranjan

There is no other alternate as per my opinion.
You do one thing,
remove backslash and keep c:\dspace\lib in classpath and restart computer and 
try again. it should work.

Best Regards
Hardik Mishra
Jr. Software Engineer WebInito Technologies - Ahmedabad - Gujarat

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: Ranjan SinhaThakur ranjan...@dasturco.in
To: hardik mishra hardik_h...@yahoo.com
Sent: Tuesday, June 23, 2009 4:06:10 PM
Subject: Re: Dspace Indexing  MediaFilterManager Error

Dear Mishra

The itemCounter Problem is now solve with setting classpath error. But
while indexing  mediafiltermanager I am getting the same error


With Regards,

Ranjan Sinha Thakur
Sr. Librarian
M. N. Dastur  Company (P) Ltd
P-17 Mission Row Extension
Kolkata 700013
Phone : 91-33-22255420- Ext. 519
Mob : 9433385736


  --
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Change Default Layout IN JSPUI

2009-06-17 Thread hardik mishra
Hi Yureshwar

It is possible to bring navigation bar to rightside and side bar under it.
For that you need to change layout of pages.
 
 1. Modify header-default.jsp , Give comments to code where navigation bar is 
displayed.


 2.set request varibale in header-default.jsp
    request.setAttribute(navBar,request.getAttribute(dspace.layout.navbar));
 
3. Get it on footer-default.jsp
 
 
4. Then In footer-default.jsp add the code with if condition , just below 
%-- Right-hand side bar if appropriate --%
 
Best Regards
Hardik Mishra
Jr. Software Engineer WebInito Technologies - Ahmedabad - Gujarat (India)


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: Yureshwar Dspace dspace.yuresh...@gmail.com
To: hardik mishra hardik_h...@yahoo.com
Cc: dspace-tech@lists.sourceforge.net
Sent: Wednesday, June 17, 2009 11:49:06 AM
Subject: Re: Change Default Layout Text IN JSPUI

Thanks hardik mishra. It really worked. I have one more question. How to bring 
navigation bar to rightside and under it i want sidebar. Can we change the 
posistions?


On Wed, Jun 17, 2009 at 10:52 AM, hardik mishra hardik_h...@yahoo.com wrote:

Hi Yureshwar
 
Follow this steps : 
 
Go to your dspace source directory.
 
C:\dspace-1.5.2-src-release\dspace-api\src\main\resources\Messages.properties
 
Search  jsp.layout.header-default.alt , and change whateve text you want.
 
Then recompile code with mvn package, Copy new jar file which is created under
 
C:\dspace-1.5.2-src-release\dspace-api\target\dspace-api-1.5.2 , to target 
directory and then run with ANT.
 
Hope this will be helpful
 Best Regards
Hardik Mishra
Jr. Software Engineer WebInito Technologies - Ahmedabad - Gujarat (India).

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. 



-- 
Regards,
Yureshwar Ravuri.



  --
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Create Collection Administrator In Dspace

2009-06-16 Thread hardik mishra
Hi Everbody

I am using dspace jspui.
I want to create a collection administrator who can manage submitters for a 
particular collection.
After logged in as ADMIN ,In Authorization under Administer.
In Authrization i chose , Manage Collection's policies and choose a collection 
and then edit policy.
 I got  Policies for collection ... , In next step.
Then i clicked Add Policy button.
And choose group  and from Action : COLLECTION_ADMIN. and then , Save.
But i am not able to edit submitters for that particular collection after 
logging as Collection Admin.
(I have another e-person which is assigned a Collection Admin role under a 
group).
It says error message Authorization Required.

 Best Regards
Hardik Mishra
Jr. Software Engineer WebInito Technologies - Ahmedabad , Gujarat (India)


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. 


  --
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Change Default Layout Text IN JSPUI

2009-06-16 Thread hardik mishra
Hi Yureshwar
 
Follow this steps : 
 
Go to your dspace source directory.
 
C:\dspace-1.5.2-src-release\dspace-api\src\main\resources\Messages.properties
 
Search  jsp.layout.header-default.alt , and change whateve text you want.
 
Then recompile code with mvn package, Copy new jar file which is created under
 
C:\dspace-1.5.2-src-release\dspace-api\target\dspace-api-1.5.2 , to target 
directory and then run with ANT.
 
Hope this will be helpful
 Best Regards
Hardik Mishra
Jr. Software Engineer WebInito Technologies - Ahmedabad - Gujarat (India).

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. 


  --
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech