Re: [Dspace-tech] Change Password Page

2012-10-03 Thread AMJAD USMAN

Hi Kayani,
Open dspace configuration file and Check this parameter.ukay...@niftetrust.com
if it is set to xmlui, then change it to jspui

hope it will solve ur problem.
Regards
Amjad
From: ukay...@niftetrust.com
To: dspace-tech@lists.sourceforge.net
Date: Wed, 3 Oct 2012 11:01:20 +0500
Subject: [Dspace-tech] Change Password Page



Hi all, Can anyone tell me why i am directed to xmlui interface for my password 
change option from jspui interface. There are other jspui pages also which have 
few links which redirects its response  to xmlui. In short I want to use jspui 
interface in all means rather then xmlui. Help plz.
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  --
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Change Password Page

2012-10-03 Thread AMJAD USMAN

Hi Kayani,
Mistakenly, i copied wrong statement.
check this parameterdspace.url = ${dspace.baseUrl}/xmlui
if it is xmlui, then change it to jspui
RegardsAmjad


From: amjad...@hotmail.com
To: ukay...@niftetrust.com; dspace-tech@lists.sourceforge.net
Date: Wed, 3 Oct 2012 13:05:09 +0500
Subject: Re: [Dspace-tech] Change Password Page





Hi Kayani,
Open dspace configuration file and Check this parameter.ukay...@niftetrust.com
if it is set to xmlui, then change it to jspui

hope it will solve ur problem.
Regards
Amjad
From: ukay...@niftetrust.com
To: dspace-tech@lists.sourceforge.net
Date: Wed, 3 Oct 2012 11:01:20 +0500
Subject: [Dspace-tech] Change Password Page



Hi all, Can anyone tell me why i am directed to xmlui interface for my password 
change option from jspui interface. There are other jspui pages also which have 
few links which redirects its response  to xmlui. In short I want to use jspui 
interface in all means rather then xmlui. Help plz.
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  --
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] User registration Issue

2012-08-06 Thread AMJAD USMAN

Dear Community members,i am using ldap for user registration in dspace1.6.0 
(jsp interface).When i click on register page, it opens respective page but 
sends me error Internal Server Error. Note that users registration through 
ldap is done successfully. the details of error sent are given 
below:**Exception:java.lang.IllegalStateException: Cannot 
forward after response has been committedat 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:339)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:329)
at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91) 
   at 
org.dspace.app.webui.servlet.RegisterServlet.doDSGet(RegisterServlet.java:143)  
  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:621)at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:112)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)   
 at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)   
 at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407) 
   at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown 
Source)at java.lang.Thread.run(Unknown Source)
**Can anybody help?
RegardsAmjad
  --
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] Dspace installation on Win 7(32bit)

2012-07-27 Thread AMJAD USMAN

Run this commandant clean_database
This command will clean the database.Then run this commandant fresh_install
it will work.
regardsAmjad


 From: heli...@centrum.sk
 Date: Fri, 27 Jul 2012 09:42:16 +0200
 To: olas...@yahoo.com
 CC: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Dspace installation on Win 7(32bit)
 
 On Thu, Jul 26, 2012 at 7:22 PM, seun olotu olas...@yahoo.com wrote:
  Thanks for the manual.It worked
  But got stocked during dspace installation
  got the error below when I ran ant fresh_install
   see error message below
  [java] Error
  Error duplicate key value violates unique constraint
  bitstreamformatregistry_short_description_key
  [java]  Detail: Key short_description,unknown already exists
 
 That's probably because you're running ant fresh_install for a
 second time. It creates tables in the specified database and when you
 run it a second time, the tables are already there. If the first run
 was successful, you're supposed to use ant update from then on. Or
 alternatively (if the first run failed for some reason) you can drop
 all tables in the database, remove contents of the [dspace] directory
 and run ant fresh_install again.
 
 Regards,
 ~~helix84
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2012-07-07 Thread AMJAD USMAN

Thanks to all of you.Let me tell you detail first. I am using:Dspace 1.6 JSP, 
PostgresSQL9, Apache Tomcat 6, on windows server 2008 (live running server)i 
want to create another dspace instance for testing purposes. its details 
are:Dspace 1.8 JSP, PostgresSQL9, Apache Tomcat 6 test, on windows server 2008 
(live test server)

Note: i have kept separate the files and folders of both dspace 1.6 and 1.8i 
have created two instances of apache tomcat: tomcat6  tomcat6testboth tomcat 
instances are running on different ports
now guide me pliz whether i m doing right or wrong ?
regardsamjad

Date: Fri, 6 Jul 2012 11:10:54 -0400
From: alsando...@bcn.cl
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Multiple instances of dspace on a single server


  

  
  
Hi Amjad:

  

  We have 4 DSpace instances running on the same server, using
  Tomcat and Apache2 with mod_jk.

  You just need 4 different databases and 4 different DSpace
  directories. And tell tomcat server.xml where they are.

  

  Regards,

  Álvaro

  

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



  
  
Hello everybody,
i have deployed dspace on a
  server. i want to create another instance of dspace on the
  same server for testing and development purposes.
can anybody help me in this
  regard?



Regards
amjad
  
  

  
  

  
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  

  
  

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






-- 
Álvaro Sandoval Pizarro

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

http://www.bcn.cl/

  


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  --
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] Problem in integrating dspace with netbeans

2012-07-06 Thread AMJAD USMAN


Dear Ashish,As far i understand your problem, you have not set the goals of 
your project DSpace Assembly and configuration properly.I was also suffering 
the same issue a week ago. Mr Tim guide in that time. i am sending you his 
mail.**Part
 of the issue here is that, by default, NetBeans will *always* 
attempt to check all file license headers (by running 'mvn install' 
instead of 'mvn package'). For most developers, you really don't need 
this to occur (as DSpace is released with proper license headers).

So, one way you can fix this is by customizing what the NetBeans Build 
option runs, so that it uses package *instead* of install (and 
therefore does not attempt to check any license headers).

Here's how you can do that in NetBeans:
1. Right click on the project you are attempting to Build (e.g. DSpace 
Assembly and Configuration), and select Properties
2. Go to the Actions category on the left
3. Select the Build project action.
4. In the Execute goals change install to package
5. Now select the Clean and Build Project action
6. In the Execute goals change clean install to clean package
7. Finally, select the Build with Dependencies action
8. In the Execute goals change install to package

Now, for that project, each time you run any of the 3 build commands 
(Build, Clean  Build, or Build with Dependencies) NetBeans will use the 
Maven 'package' command instead of the 'install' command. You'd have to 
do this customization for any NetBeans project that you want to build 
using those commands.

As an alternative, you could also create your own custom NetBeans 
commands (which can be run across any/all projects) by doing the following:
1. Right click on *any* project.
2. Select Custom - Goals...
3. In the Goals: field type package
4. Select Remember as: (at bottom) and enter in Package (or some 
name you will remember)
5. Click OK
Now, you can right click on any project, and go to Custom - Package 
to run a Maven package of that project.

I hope that helps.*RegardsAmjad

From: nayal.ash...@gmail.com
Date: Fri, 6 Jul 2012 12:00:49 +0530
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Problem in integrating dspace with netbeans

Dear Sir,

I am integrating Dspace 1.7.2 in Netbeans 7.1.2.But when I build Dspace 
Assembly and Configuration it gives me following error:

Failed to execute goal 
com.google.code.maven-license-plugin:maven-license-plugin:1.4.0:check (default) 
on project dspace-api: Some files do not have the expected license header - 
[Help 1]




To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

Please suggest me some solution.

Regards,
Ashish Nayal

--
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
  --
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] Multiple instances of dspace on a single server

2012-07-06 Thread AMJAD USMAN

Hello everybody,i have deployed dspace on a server. i want to create another 
instance of dspace on the same server for testing and development purposes.can 
anybody help me in this regard?
Regardsamjad  --
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] Build error dspace 1.8.2

2012-06-26 Thread AMJAD USMAN


I am using dspace 1.8.2 on windows. i am using netbeans 7 for dspace 
development.
when i build dspace in netbeans it gives me 
error:**Failed to execute goal 
com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check 
(check-headers) on project modules: Resource 
http://scm.dspace.org/svn/repo/licenses/LICENSE_HEADER not found in file 
system, classpath or URL: Network is unreachable: connect - [Help 
1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check 
(check-headers) on project modules: Resource 
http://scm.dspace.org/svn/repo/licenses/LICENSE_HEADER not found in file 
system, classpath or URL: Network is unreachable: connect  at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) 
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)**
i am using maven 3.can anybody help ?
regardsamjad  --
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] Build error dspace 1.8.2

2012-06-26 Thread AMJAD USMAN

Dear Helix,
I dont know the reason, why it is behaving like this.i have checked my jdk, 
(1.7), maven (3) and also proxy parameters are set according.
When i build it through command prompt, it gives no errors. but it gives errors 
in building through netbeans.
Is there no netbean developer in the community ?
regardsamjad


 From: heli...@centrum.sk
 Date: Tue, 26 Jun 2012 09:22:38 +0200
 Subject: Re: [Dspace-tech] Build error dspace 1.8.2
 To: amjad...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 1) If this is really a connection issue - try disabling your firewall
 to determine if it's the cause; if you're using a proxy to connect to
 internet, read this:
 
 https://wiki.duraspace.org/display/DSPACE/Set+Maven+Web+Proxy+Server+Settings
 
 2) Is NetBeans set up to use the same JDK as from the command line?
 You can check the command-line version by running java -version.
 
 Regards,
 ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Build error dspace 1.8.2

2012-06-26 Thread AMJAD USMAN

Hi Tim,It worked. Thanks for the explanation.
one more question:i am trying to customize submission and its workflow.
when i modify any thing in source then i domvn packageant updaterestart tomcat 
server
but it does not reflect the changes i made in source.
can you guide in this regard?
regardsamjad

 Date: Tue, 26 Jun 2012 09:31:28 -0500
 From: tdono...@duraspace.org
 To: amjad...@hotmail.com
 CC: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Build error dspace 1.8.2
 
 Hi Amjad,
 
 Part of the issue here is that, by default, NetBeans will *always* 
 attempt to check all file license headers (by running 'mvn install' 
 instead of 'mvn package').  For most developers, you really don't need 
 this to occur (as DSpace is released with proper license headers).
 
 So, one way you can fix this is by customizing what the NetBeans Build 
 option runs, so that it uses package *instead* of install (and 
 therefore does not attempt to check any license headers).
 
 Here's how you can do that in NetBeans:
 1. Right click on the project you are attempting to Build (e.g. DSpace 
 Assembly and Configuration), and select Properties
 2. Go to the Actions category on the left
 3. Select the Build project action.
 4. In the Execute goals change install to package
 5. Now select the Clean and Build Project action
 6. In the Execute goals change clean install to clean package
 7. Finally, select the Build with Dependencies action
 8. In the Execute goals change install to package
 
 Now, for that project, each time you run any of the 3 build commands 
 (Build, Clean  Build, or Build with Dependencies) NetBeans will use the 
 Maven 'package' command instead of the 'install' command. You'd have to 
 do this customization for any NetBeans project that you want to build 
 using those commands.
 
 As an alternative, you could also create your own custom NetBeans 
 commands (which can be run across any/all projects) by doing the following:
 1. Right click on *any* project.
 2. Select Custom - Goals...
 3. In the Goals: field type package
 4. Select Remember as: (at bottom) and enter in Package (or some 
 name you will remember)
 5. Click OK
 Now, you can right click on any project, and go to Custom - Package 
 to run a Maven package of that project.
 
 I hope that helps.
 
 - Tim
 
 
 On 6/26/2012 2:42 AM, AMJAD USMAN wrote:
  Dear Helix,
 
  I dont know the reason, why it is behaving like this.
  i have checked my jdk, (1.7), maven (3) and also proxy parameters are
  set according.
 
  When i build it through command prompt, it gives no errors. but it gives
  errors in building through netbeans.
 
  Is there no netbean developer in the community ?
 
  regards
  amjad
 
 
From: heli...@centrum.sk
Date: Tue, 26 Jun 2012 09:22:38 +0200
Subject: Re: [Dspace-tech] Build error dspace 1.8.2
To: amjad...@hotmail.com
CC: dspace-tech@lists.sourceforge.net
   
1) If this is really a connection issue - try disabling your firewall
to determine if it's the cause; if you're using a proxy to connect to
internet, read this:
   
   
  https://wiki.duraspace.org/display/DSPACE/Set+Maven+Web+Proxy+Server+Settings
   
2) Is NetBeans set up to use the same JDK as from the command line?
You can check the command-line version by running java -version.
   
Regards,
~~helix84
 
 
  --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 
 
 
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
  --
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] Build error dspace 1.8.2

2012-06-26 Thread AMJAD USMAN

Hi Tim,Yes absolutely you are right. I am running Quick Build command. And i am 
not copying the edited files to modules.I am making changes in the files and 
save them.
By the way if i need customization in submission forms and their respective 
pages, where should i put my edited files:in dspace/modules
or should i run full build command.
Regardsamjad


 Date: Tue, 26 Jun 2012 10:12:30 -0500
 From: tdono...@duraspace.org
 To: amjad...@hotmail.com
 CC: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Build error dspace 1.8.2
 
 Hi Amjad,
 
 I'm guessing here, but it's possible you are running 'mvn package' from 
 the wrong location.
 
 Starting in DSpace 1.8.0, there are now two different build options:
 
 1. Full Build (recompiles *everything*) - run from root [dspace-source] 
 directory (In NetBeans the project is named DSpace Parent Project)
 
 2. Quick Build (just recompiles Maven Overlays) - run from 
 [dspace-source]/dspace/ directory (in NetBeans, the project is named 
 DSpace Assembly  Configuration)
 
 These build options are described in more detail in the Documentation 
 at: https://wiki.duraspace.org/display/DSDOC18/Advanced+Customisation
 
 What this all means is that, if you are using the #2 build option (which 
 I'm guessing you are), the *only code* that gets recompiled/applied is 
 code in the directories under [dspace-source]/dspace/modules/.  But, if 
 you use the #1 build option, then other changes will be 
 recompiled/applied successfully.
 
 The reason for these two build options is that a full build can take a 
 long time, so we wanted a way to offer a quick build option and also 
 encourage folks to use Maven Overlays to better separate their code 
 customizations from out-of-the-box DSpace (again see docs link above for 
 more info).
 
 I hope that helps!
 
 - Tim
 
 
 On 6/26/2012 9:49 AM, AMJAD USMAN wrote:
  Hi Tim,
  It worked. Thanks for the explanation.
 
  one more question:
  i am trying to customize submission and its workflow.
  when i modify any thing in source then i do
  mvn package
  ant update
  restart tomcat server
 
  but it does not reflect the changes i made in source.
 
  can you guide in this regard?
 
  regards
  amjad
 
Date: Tue, 26 Jun 2012 09:31:28 -0500
From: tdono...@duraspace.org
To: amjad...@hotmail.com
CC: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Build error dspace 1.8.2
   
Hi Amjad,
   
Part of the issue here is that, by default, NetBeans will *always*
attempt to check all file license headers (by running 'mvn install'
instead of 'mvn package'). For most developers, you really don't need
this to occur (as DSpace is released with proper license headers).
   
So, one way you can fix this is by customizing what the NetBeans Build
option runs, so that it uses package *instead* of install (and
therefore does not attempt to check any license headers).
   
Here's how you can do that in NetBeans:
1. Right click on the project you are attempting to Build (e.g. DSpace
Assembly and Configuration), and select Properties
2. Go to the Actions category on the left
3. Select the Build project action.
4. In the Execute goals change install to package
5. Now select the Clean and Build Project action
6. In the Execute goals change clean install to clean package
7. Finally, select the Build with Dependencies action
8. In the Execute goals change install to package
   
Now, for that project, each time you run any of the 3 build commands
(Build, Clean  Build, or Build with Dependencies) NetBeans will use the
Maven 'package' command instead of the 'install' command. You'd have to
do this customization for any NetBeans project that you want to build
using those commands.
   
As an alternative, you could also create your own custom NetBeans
commands (which can be run across any/all projects) by doing the
  following:
1. Right click on *any* project.
2. Select Custom - Goals...
3. In the Goals: field type package
4. Select Remember as: (at bottom) and enter in Package (or some
name you will remember)
5. Click OK
Now, you can right click on any project, and go to Custom - Package
to run a Maven package of that project.
   
I hope that helps.
   
- Tim
   
   
On 6/26/2012 2:42 AM, AMJAD USMAN wrote:
 Dear Helix,

 I dont know the reason, why it is behaving like this.
 i have checked my jdk, (1.7), maven (3) and also proxy parameters are
 set according.

 When i build it through command prompt, it gives no errors. but it
  gives
 errors in building through netbeans.

 Is there no netbean developer in the community ?

 regards
 amjad


  From: heli...@centrum.sk
  Date: Tue, 26 Jun 2012 09:22:38 +0200
  Subject: Re: [Dspace-tech] Build error dspace 1.8.2
  To: amjad

Re: [Dspace-tech] issues in ldap connectivity

2012-06-23 Thread AMJAD USMAN

Hi Stuart,I followed the instructions given in the links u sent, but no effect.
My local ldap needs anonymous binding.secondly, it stores only username and 
password, nothing else.
now tell me how i debug my problem?i am fed up of this problem. please help me 
out of this problem.

RegardsAmjad


Subject: Re: [Dspace-tech] issues in ldap connectivity
From: stu...@stuartlewis.com
Date: Fri, 22 Jun 2012 18:44:09 +0100
To: amjad...@hotmail.com

Hi Amjad,
Take a look at:
 - 
https://wiki.duraspace.org/display/DSPACE/LDAP+Hierarchical+Authentication+with+Active+Directory
This might help. If not, try emailing DSpace-tech email list.
Thanks,

Stuart

On 21 Jun 2012, at 16:22, AMJAD USMAN amjad...@hotmail.com wrote:






Hi Stuart,

I am using dspace 1.6 jspui on windows server 2008 R2.i am trying to connect 
dspace to my local ldap server.My ldap server needs anonymous binding.Moreover, 
the hierarchy of users in my local ldap is as 
under:*- dc=myUni, dc=edu (3)  + 
ou=AVC   + ou=ADS   - ou=SEECS (3)   + ou=staff   + 
ou=faculty   - ou=student (2)  + ou=UG  
  - ou=PG- ou=MSIT  
  - ou=MSIT-9   
 - cn=Amjad
- cn=Usman- 
cn=John
Please let me help how i set the parameters to authenticate my users through 
ldap server.
Regardsamjad  
ATT1ATT2  --
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] issues in ldap connectivity

2012-06-21 Thread AMJAD USMAN

Dear Community Members
I am using dspace 1.6 jspui on windows server 2008 R2.i am trying to connect 
dspace to my local ldap server.My ldap server needs anonymous binding.Moreover, 
the hierarchy of users in my local ldap is as 
under:*- dc=myUni, dc=edu (3)  + 
ou=AVC   + ou=ADS   - ou=SEECS (3)   + ou=staff   + 
ou=faculty   - ou=student (2)  + ou=UG  
  - ou=PG- ou=MSIT  
  - ou=MSIT-9   
 - cn=Amjad
- cn=Usman- 
cn=John
Please let me help how i set the parameters to authenticate my users through 
ldap server.
Regardsamjad  --
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] issues in ldap connectivity

2012-06-21 Thread AMJAD USMAN

Hi Helix,
All my settings are same as you mentioned. Yet still it does not work giving 
error incorrect username and password.
I am studying Stuart Lewis Blog regarding this. There somebody has mentioned 
that anonymous binding needs ldap_user_filter=uid=%USERNAME%. 

RegardsAmjad
 From: heli...@centrum.sk
 Date: Thu, 21 Jun 2012 17:30:27 +0200
 Subject: Re: [Dspace-tech] issues in ldap connectivity
 To: amjad...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 Hi Amjad,
 
 make sure you use the LDAPHierarchicalAuthentication plugin, not
 LDAPAuthentication. This should get you started:
 
 config/modules/authentication.cfg:
 plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
 org.dspace.authenticate.LDAPHierarchicalAuthentication, \
 org.dspace.authenticate.PasswordAuthentication
 
 ldap.enable = true
 ldap.autoregister = true
 ldap.provider_url = ldap://1.2.3.4/
 ldap.id_field = cn
 ldap.object_context = dc=myUni,dc=edu
 ldap.search_context = dc=myUni,dc=edu
 ldap.email_field = cn
 ldap.surname_field = sn
 ldap.givenname_field = givenName
 ldap.search_scope = 2
 
 Regards,
 ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Authorization issue in dspace

2012-06-14 Thread AMJAD USMAN

Dear community members,
i am using dspace 1.6.2 jspui on windows platform.i am suffering from 
authorization problem.
i want to create a collection where specific users can submit items to that 
collection.Moreover, i want that items of this collection should be visible to 
public but they can not download its file.i mean to say that i want to show 
them metadata only while keep the bitstream restricted.
how can i do that ?
regardsamjeeki--
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] issues in ldap connectivity

2012-06-14 Thread AMJAD USMAN

 From: heli...@centrum.sk
 Date: Wed, 13 Jun 2012 09:46:08 +0200
 Subject: Re: [Dspace-tech] issues in ldap connectivity
 To: amjad...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 On Wed, Jun 13, 2012 at 9:30 AM, AMJAD USMAN amjad...@hotmail.com wrote:
  but when i try to connect it with my local ldap server, it gives error.
  Our local ldap server requires anonymous binding.
 
 Hi Amjad,
 
 do I understand correctly that you're using
 LDAPHierarchicalAuthentication and that in order to search, you don't
 need to do a bind first? In that case, try setting search.user to your
 own DN and search.password to your password, if a directory server
 allows anonymous searches, it's very likely that regular users can
 search as well.
 
 One more question - are you sure you need
 LDAPHierarchicalAuthentication? Wouldn't LDAPAuthentication suffice
 for you? IOW, are all your users spread across the tree or in one
 branch?

users are not in a single branch they are spread across the treei am using : 
 LDAP Hierarchical Setting 
#org.dspace.authenticate.LDAPHierarchicalAuthentication
 Stackable Authentication Methods 
#plugin.sequence.org.dspace.authenticate.AuthenticationMethod = 
\org.dspace.authenticate.LDAPAuthentication,\
org.dspace.authenticate.PasswordAuthentication 
 Regards,
 ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] issues in ldap connectivity

2012-06-13 Thread AMJAD USMAN

Error is: Incorrect user name  password


 From: heli...@centrum.sk
 Date: Wed, 13 Jun 2012 09:47:13 +0200
 Subject: Re: [Dspace-tech] issues in ldap connectivity
 To: amjad...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 On Wed, Jun 13, 2012 at 9:30 AM, AMJAD USMAN amjad...@hotmail.com wrote:
  but when i try to connect it with my local ldap server, it gives error.
 
 Also, what error exactly?
 
 Regards,
 ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] issues in ldap connectivity

2012-06-13 Thread AMJAD USMAN


ldap.search.user = ou=SEECS,dc=nseecs,dc=edu,dc=pkldap.search.password = 
password

 From: heli...@centrum.sk
 Date: Wed, 13 Jun 2012 10:58:21 +0200
 Subject: Re: [Dspace-tech] issues in ldap connectivity
 To: amjad...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 On Wed, Jun 13, 2012 at 10:33 AM, AMJAD USMAN amjad...@hotmail.com wrote:
  Error is: Incorrect user name  password
 
 Are you sure you're using the user's full DN in search.user, not just his 
 login?
 
 Regards,
 ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] issues in ldap connectivity

2012-06-13 Thread AMJAD USMAN

Sorry, Didn't get what you wanna say...from where i have to log in???

 From: heli...@centrum.sk
 Date: Wed, 13 Jun 2012 11:09:32 +0200
 Subject: Re: [Dspace-tech] issues in ldap connectivity
 To: amjad...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 On Wed, Jun 13, 2012 at 11:03 AM, AMJAD USMAN amjad...@hotmail.com wrote:
  ldap.search.user = ou=SEECS,dc=nseecs,dc=edu,dc=pk
  ldap.search.password = password
 
 OK, I don't think this is a problem with DSpace. To verify that, try
 to log in from the same machine using a different program, e.g.:
 
 ldapsearch -h your.ldap.server.com -D
 ou=SEECS,dc=nseecs,dc=edu,dc=pk -L -W objectClass=*
 
 Regards,
 ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] issues in ldap connectivity

2012-06-13 Thread AMJAD USMAN

Respected sir,
I am using windows , not debian.
Secondly, our department is running other programs that are using ldap as well. 
they are working well.
As far i know, i am making any mistake in ldap parameters.i am not clear about 
ldap binding, ldap-search context and object context.
Similarly what is the difference LDAPAuthentication and 
LDAPHierarchicalAuthemtication ?
Please make me clear a little bit..


 From: heli...@centrum.sk
 Date: Wed, 13 Jun 2012 11:37:31 +0200
 Subject: Re: [Dspace-tech] issues in ldap connectivity
 To: amjad...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 On Wed, Jun 13, 2012 at 11:24 AM, AMJAD USMAN amjad...@hotmail.com wrote:
  Sorry, Didn't get what you wanna say...
  from where i have to log in???
 
 You can for example install the ldapsearch command line program. E.g.
 in Debian, it's in the ldap-utils package.
 
 Regards,
 ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] issue in customization of submission process in dspace

2012-06-13 Thread AMJAD USMAN

dear Community members
I am trying to customize Submission process for my Institute. we want to submit 
the Final Year Project Reports, for that we need Student data from the student 
database. i am trying to add the parameters in dspace.cfg file, like this:
# Database settings ## Database name (oracle, or postgres)db.name = 
postgres#db.name = oracle# URL for connecting to databasedb.url = 
jdbc:postgresql://localhost:5432/dspace   #database URL 
for connecting dspace databasestddb.url = 
jdbc:postgresql://localhost:5432/StudentDB  #database URL for 
connecting Student database

# JDBC Driverdb.driver = org.postgresql.Driver# Database username and 
passworddb.username = dspacedb.password = dspace   #User name  password of 
Student databasestddb.username = studentstddb.password = student
I am confused that whether i am doing right???or i should follow some other way 
to connect with my Student database
if i am on the right track then what i should have to do after that??
Should I write another java class like DatabaseManager.java OR i can use same 
class for accessing my Student database??should i have to give any parameters 
in InitializeDatabase.java??
please give any suggestions...
thanking you in advance for your favor in this matter
RegardsAmjad  --
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] How to incorporate changes made in different files of dspace

2012-06-07 Thread AMJAD USMAN

Dear Community members

I have few simple questions regarding DSpace development.As far i know the 
structure of dspace, it is comprised of four types of files:1. webpages having 
extension .jsp2. core programming files having extension .java3. configuration 
file having extension .cfg4. message properties file
suppose i have installed dspace on my system using JSP user interface.What 
commands or steps i will take in the following four cases in order to 
incorporate the changes i made in the following mentioned files?
Case 1. Changes in any webpage (like login.jsp)Case 2. Changes in any core java 
file (like authenticate.java)Case 3. Changes in dspace.cfgCase 4. Changes in 
messages.properties file
i gone through different web pages and mail list, where i found that for each 
case i have to re-compile and re-deploy dspace with mvn and ant commands 
respectively.Can anybody specifically tell me which commands to apply in each 
case?

RegardsAmjad  --
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] How to incorporate changes made in different files of dspace

2012-06-07 Thread AMJAD USMAN

Dear Helix
Thanx for your response.
I have deployed dspace 1.6.2 in netbeans 7.i am trying to make changes in 
different files as mentioned in earlier mail.changes in dspace configuration 
file are easily incorporated.but for changes i made in .java, .jsp and messages 
properties file are not incorporated instead of applying all the mvn and ant 
commands.
and it it takes too much time to compile and deploy through mvn and ant 
commands.
can you tell me any shortcut way which can make my changes visible as well as 
save my time?
Regardsamjad

 From: heli...@centrum.sk
 Date: Thu, 7 Jun 2012 09:32:50 +0200
 Subject: Re: [Dspace-tech] How to incorporate changes made in different files 
 of dspace
 To: amjad...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 Hi Amjad,
 
 in all 4 cases you have to do mvn package and ant update as described
 at the bottom of this page:
 https://wiki.duraspace.org/display/DSDOC18/JSPUI+Configuration+and+Customization
 
 (While there are some steps to speed up the compilation, it has bitten
 me badly when I did so and I wasted more time resolving the problems
 than I saved on compilation time. So I recommend to do the full mvn
 package recompilation.)
 
 Only case 3 can be simplified - you can edit
 [dspace]/config/dspace.cfg and restart Tomcat. The danger here is that
 is you forget to do the same change in [dspace-src]/config/dspace.cfg
 then [dspace]/config/dspace.cfg will be overwritten next time you do
 ant update.
 
 Regards,
 ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] User Registration through LDAP

2012-06-04 Thread AMJAD USMAN

Dear Community members,
I am facing problems in registering new users through LDAP.I am using DSpace 
1.6.2, JSPUI, on Windows server 2008.
I am using LDAP test server created by Stuart Lewis (ldap.testathon.net:389).I 
am following the instructions given in the manual and stuart blog.
When i click on register page, it brings me to ldap registration form. At the 
same time, it sends me error notification as shown below.After entering 
credentials it authenticates user and redirects him to registration page where 
it asks for first name, last name, telephone and language credentials. here it 
too gives the same error.
It creates account for the respective user in the Eperson table, but it does 
not store password of the user, so the user is unable to get login to the 
dspace.
can anybody help in this case?
the lines below show the error log:*An internal 
server error occurred on http://115.186.131.86:80/jspui:Date:   6/4/12 2:20 
PMSession ID: DB81E74CE87BA66CC7388AB9406170D2User:   AnonymousIP address: 
10.3.3.3-- URL Was: http://dspace.seecs.nust.edu.pk/jspui/register-- Method: 
GET-- Parameters were:Exception:java.lang.IllegalStateException: Cannot forward 
after response has been committed   at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:339)
   at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:329)
   at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)  
 at 
org.dspace.app.webui.servlet.RegisterServlet.doDSGet(RegisterServlet.java:131)  
 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:621)   at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)   at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
   at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:112)
   at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
   at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
   at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
   at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
   at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)   
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
   at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927) 
  at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
   at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407) 
  at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987)
   at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
   at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown 
Source)   at java.lang.Thread.run(Unknown Source)
*
From:
Amjeeki
  --
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] User Registration through LDAP

2012-06-04 Thread AMJAD USMAN

Dear Helix,
I turned on the autoregistration, but still no effect.It gives the same error 
and redirects the page to registration form.
I am using stackable authentication using LDAP + Password. 
What should i do next? 

From:
Amjeeki


 From: heli...@centrum.sk
 Date: Mon, 4 Jun 2012 12:40:43 +0200
 Subject: Re: [Dspace-tech] User Registration through LDAP
 To: amjad...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 On Mon, Jun 4, 2012 at 11:46 AM, AMJAD USMAN amjad...@hotmail.com wrote:
  It creates account for the respective user in the Eperson table, but it does
  not store password of the user, so the user is unable to get login to the
  dspace.
 
 Hi Amjad,
 
 this is the expected behaviour. That's why people use central
 authentication (LDAP) - so that they can manage accounts and passwords
 separately from applications (DSpace).
 
 I think what you're missing here is that you don't have to register
 when using LDAP. Just turn on autoregistration and you don't need to
 use the registration form at all. Every time you log in, you'll be
 authenticated against LDAP (that's why you don't need to store any
 password). When autoregistration is turned on, the first time you *log
 in*, a row will be created for you in the eperson table. When you log
 in using ldap and you're autoregistered, your password in the eperson
 table will be set to null.
 
  When i click on register page, it brings me to ldap registration form. At
  the same time, it sends me error notification as shown below.
 
 See above. You don't use the registration form with LDAP. Just log in.
 
 Regards,
 ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] persistant archival in dspace

2011-06-29 Thread AMJAD USMAN

hi everybody

hope you all will be doing good.

can anybody tell me how dspace provides persistent archival?

i need technical detail or report.

regards:
amjeeki
  --
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


[Dspace-tech] survey of IR

2011-05-18 Thread AMJAD USMAN

Sorry for cross posting.

can anybody tell me:
is there any survey conducted by anybody regarding institutional repositories 
using dspace?

From:
Amjeeki

  --
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] restricting users to a specific collection

2011-05-10 Thread AMJAD USMAN




No i am not uploading any item. i have applied this policy after uploading all 
the items.

i just want to restrict users that do not download bitstreams of a certain 
collection.

how i will do this ?

From:
Amjeeki




From: ablem...@bsu.edu
To: amjad...@hotmail.com
Date: Tue, 10 May 2011 08:16:46 -0400
Subject: RE: [Dspace-tech] restricting users to a specific collection



Are you uploading new bitstreams after you change DEFAULT_BITSTREAM_READ?  This 
policy only affects the new permissions set on bitstreams when they are 
uploaded.http://www.dspace.org/1_6_2Documentation/ch02.html#N102CE Regards,Alex 
Lemann From: AMJAD USMAN [mailto:amjad...@hotmail.com] 
Sent: Tuesday, May 10, 2011 1:44 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] restricting users to a specific collection Hello 
everybody,

I am using dspace 1.6.2 on windows server 2008.
i am suffering with authorization problem.
I want to restrict access of anonymous users to a specific collection.
I mean that anonymous users cannot download the bitstreams.

For this purpose, i changed the default-bitstreams-read policy of that 
collection from anonymous users to registered users.

But the result is amazing, its bitstreams are still accessible by anonymous 
users.

when i applied the same policy at item level, it worked well.

any suggestions about this?

From:
Amjeeki

  --
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding 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


[Dspace-tech] CFP: 7th International Conference on Emerging Technologies (ICET 2011)

2011-04-06 Thread AMJAD USMAN

 * My apologies for cross posting *


Dear Sir / Madam,

School of Electrical Engineering  Computer Science (SEECS) is hosting IEEE 7th 
International Conference on Emerging Technologies (ICET-2011) in September 5-6, 
2011.
It gives me immense pleasure to invite you to submit your original and 
unpublished research work at ICET-2011.
The conference proceedings will be published by IEEE which will be accessible 
through IEEE Xplore.

Further details are available on the conference website: 






http://icet.seecs.nust.edu.pk/  


Best regards,
Amjad



-- 
Amjad Usman Marwat
Graduate Student


Deptt. of Computing | School of Electrical Engg.  Computer Science,

National University of Sciences and Technology, Islamabad Pakistan.
  --
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Forgot password error

2010-12-27 Thread AMJAD USMAN

hello everybody,
i m using dspace 1.6.2 with jspui on windows server 2008.
when i click forget passowrd, and click the respective button, it sends the 
respective message to the given email address, but it does not show the link 
instead of {0}.
for details, i have attached the email message below:

To change the password for your SEECS Digital Repositorys account, please click 
the link

below:



  {0}



If you need assistance with your account, please email

dspace-h...@seecs.edu.pk or call us at +92-345-9859955.



Regards

DSpace Team

waiting for ur replies...


regards
amjeeko


  --
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Fields in dspace

2010-12-24 Thread AMJAD USMAN

Dear Kumara SS,

login as administrator to dspace, then click administer link, then click 
Metadata Registry, there will be one default entry named Dublin Core, click 
this link, you will be presented a list of elements that are included in dublin 
core by default. Look at the end of the list, there are three fields to add any 
new custom field like project no., project title, etc in your case.
just enter these fields here like this
Element: identifier
Qualifier: project no

or you can simply give Element: project no. (in case u dont want to include 
this field in identifier category)

search this manual, it will help u a lot regarding dspace customization.
DSpace How-To Guide, Tips and tricks for managing common DSpace chores

hope it will help.

regards:
amjad, pak


 Date: Fri, 24 Dec 2010 13:29:02 +0530
 From: kumarass2...@gmail.com
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Fields in dspace
 
 Hi all,
 
  I have installed dspace 1.6.0 on Mac OSX 10.5.
 Now i want to create my own fields such as Project no, project title,
 date, remarks instead of default.
 
 How can i do this?
 
 Thanks in advance
 
 Please reply..
 
 
 With regards
 Kumara SS
 
 --
 Learn how Oracle Real Application Clusters (RAC) One Node allows customers
 to consolidate database storage, standardize their database environment, and, 
 should the need arise, upgrade to a full multi-node Oracle RAC database 
 without downtime or disruption
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
  --
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Item Display page

2010-12-14 Thread AMJAD USMAN

hello everybody,

can anybody tell me how to apply this policy:
Allow only administrator to see the bitsreams of any item, otherwise kept its 
files hide from all others

Regards:
Amjeeki


  --
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Simplification of sunmission forms

2010-12-09 Thread AMJAD USMAN

hello everybody,



i want to merge all the seven steps in a single form / page like:

Step 1:   Collection Selection

fields go here

--

Step 2:   Initial Question

fields go here

--

and so on.



i want a single form that should display all the necessary fields.

can anybody tell me how i can do this ?

From:
Amjeeko   --
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Customise Metadata in submission forms

2010-12-08 Thread AMJAD USMAN

hello everybody,

i am using dspace 1.6 on windows 2003 with jspui mode.

i have included table of contents in my input forms.
i have created a text area for it, but it accepts the data in simple format.

My point is that:
i want to insert table of contents in that field, and it will also show the 
table of contents in the same formatting rather simple text.

for example, i enter:
Chapter   TitlePage
chapter 1.Introduction 5
chapter 2.Background study 10
chapter 3.Research Problem 20

it shows the same table of contents as:

Chapter  Title  Pagechapter 1. Introduction 
   5  chapter 2.   Background study 10  chapter 3. Research Problem 
   20

can anybody help ?

I am interested to show table of Contents in item display.
waiting for your replies.

Regards:
Amjeeko


  --
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] Indexing in DSpace

2010-11-25 Thread AMJAD USMAN

hello everybody,
i am a research student. my interest lies in information retrieval in digital 
repositories especially in document indexing and retrieval.
My basic objective is to improve searching facility provided in digital 
repository systems especially in DSpace.

As far i know Dspace uses Lucene for document indexing and searching, but i 
could not find any detailed documentation that help me understand:
how Lucene creates Index?
where it stores its index ?
what technique it uses for searching documents?

one of my colleague is working on Implementation of multi-faceted searching in 
DSpace as like DBLP, Flamenco etc

can anybody help or guide in this regard...

Regards:
Amjad
National University of Science and Technology, Pakistan


  --
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Statistical script error

2010-11-23 Thread AMJAD USMAN

Hello everybody,

I am using Dspace 1.6 on windows xp.
when i run statistical script to generate statistical report, it gives error:


\DSpace\bindsrun stat-initial
Using DSpace installation in: D:\DSpace
Exception in thread main java.lang.NoClassDefFoundError: stat-initial
Caused by: java.lang.ClassNotFoundException: stat-initial
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: stat-initial.  Program will exit.

can anybody tell me how i can run statistical feature.


From:
Amjad


  --
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] downloading GeoLiteCity

2010-11-23 Thread AMJAD USMAN

Dear Zaya,
you can download it from here

http://www.filestube.com/7eefdacbc63db9c203ea/details.html

From:
Amjad



Date: Wed, 24 Nov 2010 14:06:39 +0800
From: zayak...@gmail.com
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] downloading GeoLiteCity

Hi, all expert

I'm installing dspace1.6.2, when I wrote ant fresh_install downloading 
GeoLiteCity.dat.gz file. But it wasn't get it. 
So who can downloaded this file, please share it to me. 


best wishes, Zaya


--
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  --
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] email problem

2010-11-12 Thread AMJAD USMAN

i am using Dspace 1.5.2 on windows server 2008.
i am facing email problem.
It gives internal system error when a new user registers himself.
Dspace log file shows this error:

2010-11-13 02:33:02,450 INFO  org.dspace.app.webui.servlet.RegisterServlet @ 
anonymous:session_id=F8DC4D6BFA2522FF304E7006942D9AB4:ip_addr=115.186.131.86:sendtoken_register:email=au_mar...@yahoo.com
2010-11-13 02:33:07,435 INFO  org.dspace.app.webui.servlet.RegisterServlet @ 
anonymous:session_id=F8DC4D6BFA2522FF304E7006942D9AB4:ip_addr=115.186.131.86:error_emailing:email=au_mar...@yahoo.com
javax.mail.AuthenticationFailedException
at javax.mail.Service.connect(Service.java:306)
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:429)
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.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at 
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:574)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1527)
at java.lang.Thread.run(Unknown Source)

From:
Amjad


  --
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] email problem

2010-11-11 Thread AMJAD USMAN

i am using dspace 1.5.2 with postgresql 9.

when a user user registers himself, it does not send registration message his 
email rather returns system internal error.
i checked the email parameters. i m using gmail mail server with correct port 
and authentication, but still in vain.
can anybody pliz help me ? i am getting sick of this problem.

From:
Amjad


  --
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Controlled vocabulary add-on

2010-09-21 Thread AMJAD USMAN

hello every body,
can anybody tell me where do i find the source code of controlled vocabulary 
add-on...?


From:
Amjad


  --
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] how subject search works ?

2010-09-21 Thread AMJAD USMAN

hi every bosy,
can anybody pliz tell me how subject search works ?
i mean to say that how DSpace uses taxonomy in subject searching ? 

From:
Amjad

  --
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] controlled vocabulary add-on code needed

2010-09-03 Thread AMJAD USMAN

Hello everybody,

can anybody tell me how subject search works ?
i have installed dspace 1.6 and enabled controlled vocabulary add-on that 
in turn enables subject search..

i have studied the respective paper of controlled vocabulary add-on and got 
understand how it assigns keyword to the document.
but this paper does not explain how it builds subject search / taxonomic search 
...

I mean to say that i want to know how dspace searches documents using 
taxonomy?

From:
Amjad


  --
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Report generation on the basis of taxonomy used

2010-08-04 Thread AMJAD USMAN

hello everybody,

i am using dspace 1.5.2 with jsp interface and postgresql at backend. i am 
using ACMCCS taxonomy for document annotation.
i want to generate a monthly report that will show the number of articles 
uploaded into repository during that month.
but these articles will be associated with taxonomy headings: mean to say that 
it will show like that:
1. Computer Science
1   Article Title (Date)
 Author,
 Abstract
2 Article Title (Date)

 Author,

 Abstract
3 Article Title (Date)

 Author,

 Abstract
etc
2. Medical
   1  Same here as above...

in short, it will display articles in ascending order of dateissued as well as 
group the articles under similar category.

is it possible? if yes, can anybody help...

waiting for your replies...

From:
Amjad
NUST, Pakistan.


  --
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to change submission forms

2010-07-30 Thread AMJAD USMAN

respected all,
Hi / Assalam - o - Alaikum.

I want to insert a button in the keyword assignment page of submission process.
can anybody tell me the files that will need this modification ?

Waiting for your replies...

From:
Amjad


  --
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Storage of documents

2010-07-15 Thread AMJAD USMAN

respected sir,
i mean to say that Dspace dynamically supports data storage or not?
As far i have understood the DSpace documentation regarding assetstore, it 
was saying that you have to mention the place and number of stores.

# File Storage ##

# Asset (bitstream) store number 0 (zero)
assetstore.dir = ${dspace.dir}/assetstore

# Specify extra asset stores like this, counting from 1 upwards:
# assetstore.dir.1 = /second/assetstore
# assetstore.dir.2 = /third/assetstore

# Specify the number of the store to use for new bitstreams with this property
# The default is 0 (zero) which corresponds to the 'assetstore.dir' above
# assetstore.incoming = 1
# End of File Storage ##

My question is:
let i have mentioned to store bitstreams in asetstore number zero.
suppose after some time, the store fills (means the space allocated to that 
store is consumed). then how can i assign it new assetstore ?
secondly, can i assign a different harddisk located in  different machine ?
will i have to reconfigure the dspace config file and whether it will effect 
the existing data ?

From:
Amjad
NUST, Pakistan




Date: Wed, 14 Jul 2010 21:29:58 +0800
From: allen.dsp...@gmail.com
To: dspace-gene...@lists.sourceforge.net; DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] [Dspace-general] Storage of documents






  


Hi Amjad,



Dspace is working in the application layer, while RAID is much close to
layers about hardware and OS.

There is no much relationship between them.



In short, if your OS supports RAID, dspace can benefit from this
feature.



Cheers,


Allen Lam.


HKU Hub Administrator, http://hub.hku.hk








On 2010-07-14 8:33 PM, AMJAD USMAN wrote:

  
hello every body,

can anybody tell me whether DSpace supports RAID technology for storing
data?

  

From: 

Amjad Usman Marwat 

MSIT 9 , SEECS, NUST, H-12 Campus Islamabad. 

  

  

  

Hotmail: Trusted email with powerful SPAM protection. Sign up now.
  
--
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-general mailing list
dspace-gene...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-general
  
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Suggestions regarding search or interoperability issues in DSpace

2010-07-14 Thread AMJAD USMAN

respected community,
hello and Asalamo Alaikum to all of you.

i am a post graduate student at SEECS - NUST, Pakistan. i have completed my 
course work.
i want to contribute to DSpace as my research thesis.
can anybody tell me any feature that Dspace is lacking, or which needs 
improvement.

any idea anybody have ?

regards:
Amjad
NUST, Pakistan
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Storage of documents

2010-07-14 Thread AMJAD USMAN

hello every body,
can anybody tell me whether DSpace supports RAID technology for storing data?

From:
Amjad Usman Marwat
MSIT 9, SEECS, NUST, H-12 Campus Islamabad.


  
_
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Storage confusion

2010-05-13 Thread AMJAD USMAN

Hi every body,

can anybody me, where the title of a paper is stored ?
As there is no field in Item table regarding this ?
same about the author ? I am not finding these information in database ?

From:
Amjad


  
_
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969--

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


[Dspace-tech] List of existing features in Dspace

2010-03-27 Thread AMJAD USMAN

hi everybody,

I want to make:
a list of features that dspace provides us.a list of issues regarding searching 
(faceted search and semantic search)
a list of issues regarding data exchange from one database (like SQL, Oracle) 
to dspace
can anybody help ?

Regards:
Amjeeki
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Deficiencies in Dspace

2010-03-26 Thread AMJAD USMAN

Hello everybody,

In the last survey of dspace, did you people collected a list of deficiencies 
from the community.. 
from deficiency i mean features that dspace is lacking like semantic search etc.

secondly, the controlled vocabulary module that is made available in dspace 1.6 
package, is not mature one.
if i want to use my own vocabulary, then how i will do it ?

have you come across any searching deficiency depicted by community during the 
recent survey?


regards:
Amjeeki
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
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] Dspace Database Schema

2010-03-25 Thread AMJAD USMAN

The following tables are missing in my PostgreSQL dspace database schema:

1 itemsbydate
2 itemsbydateaccessioned
3 itemsbytitle
4 itemsbyauthor
5 itemsbysubject
6 history
7 historystate
8 viewcommunityitemsbyauthor
9 viewcommunityitemsbytitle
10 viewcommunityitemsbydate
11 viewcommunityitemsbydateaccessioned
12 viewcommunityitemsbysubject
13 viewcollectionitemsbyauthor
14 viewcollectionitemsbytitle
15 viewcollectionitemsbydate
16 viewcollectionitemsbydateaccessioned
17 viewcollectionitemsbysubject
18 viewcommunity2item

Regards:
Amjad

*
Amjad, which tables are you missing?

Bill Anderson
Software 
Developer
Digital Library Development
Georgia Tech Library

-
 AMJAD USMAN amjad...@hotmail.com wrote:

| 



hi everybody,
| 
| some of the tables mentioned in dspace database
 schema do not exist in the postgreSQL dspace (database) schema.
| 
can anyone help ?
| 
| regards;
| Amjad   
_
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Dspace Database Schema

2010-03-24 Thread AMJAD USMAN

hi everybody,

some of the tables mentioned in dspace database schema do not exist in the 
postgreSQL dspace (database) schema.
can anyone help ?

regards;
Amjad
  
_
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Dspace Database Schema

2010-03-19 Thread AMJAD USMAN

Hi everybody,

can anyone pliz tell me about the database schema used by dspace?
if anyone has its ERD (Entity Relationship Diagram), then pliz send it to me .

regards:
Amjad
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Java lang OutofMemory heap size

2010-03-19 Thread AMJAD USMAN

hi everybody,

 

i am installing dspace-1.6 on windows xp.

after successfully runing mvn package command, when i give ant fresh_install 
command, then it gives the following error:

 

Build Failed:

java.lang.OutOfMemoryError: java heap space

 

what should i do ?

From:
Amjad



  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Controlled Vocabulary Add-on

2010-03-18 Thread AMJAD USMAN

Hi everybody,

can anyone tell me where i find the code and full documentation of controlled 
vocabulary add-on developed by University of Minho.

Regards:
Amjeeki
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Dspace 1.6 installation Build Failed error

2010-03-18 Thread AMJAD USMAN

Hi all,
i am installing Dspace 1.6,when i runant fresh_installcommand, it gives build 
failed error.
following is the error 
description:***build_webapps_wars:
check_geolite:
init_geolite:
update_geolite: [echo] Downloading: 
http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz  
[get] Getting: 
http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz  
[get] To: 
C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\Dspace\config\GeoLiteCity.dat.gz
  [get] Error getting 
http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz to 
C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\Dspace\config\GeoLiteCity.dat.gz
BUILD 
FAILEDC:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:736:The
 following error occurred while executing this 
line:C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:799:The
 following error occurred while executing this 
line:C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:785:java.net.ConnectException:
 Connection timed out: connect
Can anyone help me...
From:
Amjad


  
_
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] code needed for ControlledVocabulary Add-on

2010-03-17 Thread AMJAD USMAN

Hello everybody,

can anyone send me the code of controlledvocabulary Add-on developed at 
University of Minho, putagal.
From code, i mean full documention.

Regards:
Amjad
  
_
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Require Code of Controlled Vocabulary Add-on

2010-03-16 Thread AMJAD USMAN

Hello everybody.

Can anyone help me by providing code for controlled Vocabulary Add-on.
I tried the link mentioned by its author, but they are not accessible.

Regards:
Amjad
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Dspace Plugins List

2010-03-09 Thread AMJAD USMAN

Hello everybody,

 

Can anyone tell me how i get the list of plugins that dspace uses.

just tell me the link. i will check it.



From:
Amjad


  
_
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Tracking of Issues locked by people

2010-03-09 Thread AMJAD USMAN

Hello everybody,

can anyone tell me how i track the people whom have locked the current issues 
of dspace for development purposes.
Especially in the filed of Semantic searching in dspace

waiting for your replies...

From:
Amjad


  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
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


[Dspace-tech] Comparison of dspace with Longwell

2010-03-07 Thread AMJAD USMAN

Respected All,
can anyone tell me what are the major differences between dspace and longwell 
browser.
which one is better in which perspectives ?

waiting for your replies..

Regards:
Amjad
  
_
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969--
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