Re: [dspace-tech] Dspace 5.5 - How to extract from dspace log the event of downloaded bitstreams

2017-02-18 Thread Faiyaz Ahmed
Hi Terry,

Thank you so much for sharing this batch tools, I was looking for this for 
a long time. 

Can you please share link for this proper documentation with the oracle 
database support. I'm not much familiar with PHP code.

Many Thanks,
Faiyaz Ahmed

On Friday, February 17, 2017 at 10:18:14 PM UTC+5, Terry Brady wrote:
>
> To query for original bitstream views, set
>
>- q=type:0 AND bundleName:ORIGINAL AND statistics_type:view
>
> To facet by bitstream id
>
>- facet=true
>- facet.field=id
>
> This will give you the top ranked bitstream ids (numeric is DSpace 3/4/5, 
> uuid in DSpace 6).  You can use this value to query the database.
>
> To restrict by community/collection, add the following to your q param
>
>- owningComm:x 
>- owningColl:x
>
> If you want to scope your search by time, there is a time field 
> available.  You will need to research a bit on how to format that date 
> search.
>
> In case you are interested, I have some existing code that I use to count 
> statistics (rather than identify top downloads).  There are some useful 
> queries here:
>
>- 
>
> https://github.com/Georgetown-University-Libraries/batch-tools/blob/master/web/stats/solrFacets.php#L64-L67
>
> Terry
>
> On Fri, Feb 17, 2017 at 7:08 AM, Edmilson José Boregas  > wrote:
>
>> Hi Terry,
>>
>> The statistis on XMLUI are not exactly what I want.
>>
>> Could you help me with the SOLR queries to obtain a list of downloaded 
>> bitstreams during an specific period of days?
>>
>> Or even point me some SOLR documentation that can be usefull for that.
>>
>> TIA,
>>
>> Ejsboregas
>>
>> Em quarta-feira, 15 de fevereiro de 2017 15:00:15 UTC-2, Terry Brady 
>> escreveu:
>>>
>>> The usage statistics are stored in SOLR for DSpace 5.  It is possible to 
>>> write queries to see the most downloaded bitstream.
>>>
>>> XMLUI provides a listing of the most downloaded bitstreams.  See 
>>> http://demo.dspace.org/xmlui/statistics
>>>
>>> (The landing page for demo.dspace.org/xmlui will provide instructions 
>>> on how to log in so you can see this information.)
>>>
>>> Would that provide the information you would like to see?
>>>
>>> On Wed, Feb 15, 2017 at 7:51 AM, Edmilson José Boregas <
>>> ejsbo...@gmail.com> wrote:
>>>
>>>> Hi all,
>>>>
>>>>
>>>> I have to produce a ranking of the most downloaded bitstream (Dspace 
>>>> 5.5).
>>>>
>>>>
>>>> At the dspace log file I've found the following messages: 
>>>>
>>>>
>>>> 2017-02-04 00:20:22,663 INFO  org.dspace.usage.LoggerUsageEventListener 
>>>> @ 
>>>> anonymous:session_id=826A711DAFC58FA021873BA5F1D7DDE1:ip_addr=157.55.39.41:view_bitstream:bitstream_id=22895
>>>>
>>>>  
>>>>
>>>> 2017-02-04 00:20:24,737 INFO  org.dspace.app.xmlui.cocoon.BitstreamReader 
>>>> @ 
>>>> anonymous:session_id=9446A033674E101C86BE2CAE2BAA4592:ip_addr=173.252.88.95:view_bitstream:handle=10438/2674,withdrawn=true
>>>>
>>>>  
>>>>
>>>> I ask: 
>>>>
>>>>
>>>> 1. Which of those lines mean that a bitstream was downloaded?  Is 
>>>> there any others?
>>>>
>>>>
>>>> 2. Is there some tool in Dspace 5.5 that can help me to extract this 
>>>> kind of event from dspace log file?
>>>>
>>>>
>>>> Thanks a bunch
>>>>
>>>>
>>>> Ejsboregas
>>>>
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "DSpace Technical Support" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to dspace-tech...@googlegroups.com.
>>>> To post to this group, send email to dspac...@googlegroups.com.
>>>> Visit this group at https://groups.google.com/group/dspace-tech.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> -- 
>>> Terry Brady
>>> Applications Programmer Analyst
>>> Georgetown University Library Information Technology
>>> http://georgetown-university-libraries.github.io/ 
>>> <https://www.library.georgetown.edu/lit/code>
>>> 425-298-5498 (Seattle, WA)
>>

[dspace-tech] Re: Dspace 6 not starting on XMLLUI

2017-02-14 Thread Faiyaz Ahmed
I'v also created JIRA ticket at : https://jira.duraspace.org/browse/DS-3493

Regards,
Faiyaz Ahmed

On Monday, February 13, 2017 at 3:46:15 PM UTC+5, Faiyaz Ahmed wrote:
>
> Also, does any have installed the DSPACE 6.0 succesfully with mirage2 
> theme. 
>
> If yes, please share complete configs and version of maven ant tomcat with 
> gem pem java heap size...
>
> Many thanks,
> Faiyaz Ahmed
>
> On Sunday, February 12, 2017 at 2:32:29 PM UTC+5, Faiyaz Ahmed wrote:
>>
>> Hi All,
>>
>> While starting dspace 6. I'm getting following error. Does any one have 
>> faced this before or it is a bug?
>>
>> SEVERE: The web application [/xmlui] appears to have started a thread 
>> named [org.hibernate.cache.internal.StandardQueryCache.data] but has failed 
>> to stop it. This is very likely to create a memory leak.
>> Feb 12, 2017 2:26:45 PM org.apache.catalina.loader.WebappClassLoaderBase 
>> clearReferencesThreads
>> SEVERE: The web application [/xmlui] appears to have started a thread 
>> named [org.dspace.content.MetadataSchema.data] but has failed to stop it. 
>> This is very likely to create a memory leak.
>> Feb 12, 2017 2:26:45 PM org.apache.catalina.loader.WebappClassLoaderBase 
>> clearReferencesThreads
>> SEVERE: The web application [/xmlui] appears to have started a thread 
>> named [org.dspace.content.MetadataField.data] but has failed to stop it. 
>> This is very likely to create a memory leak.
>> Feb 12, 2017 2:26:57 PM org.apache.catalina.startup.TldConfig execute
>>
>> INFO: Deployment of web application directory 
>> /dspace/local/apache-tomcat-7.0.75/webapps/ROOT has finished in 68 ms
>> Feb 12, 2017 2:27:11 PM org.apache.coyote.AbstractProtocol start
>> INFO: Starting ProtocolHandler ["http-bio-8080"]
>>
>> Feb 12, 2017 2:28:18 PM org.apache.catalina.loader.WebappClassLoaderBase 
>> loadClass
>> INFO: Illegal access: this web application instance has been stopped 
>> already.  Could not load 
>> net.sf.ehcache.store.compound.CompoundStore$KeySet.  The eventual following 
>> stack trace is caused by an error thrown for debugging purposes as well as 
>> to attempt to terminate the thread which caused the illegal access, and has 
>> no functional impact.
>> java.lang.IllegalStateException
>> at 
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1777)
>> at 
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1735)
>> at 
>> net.sf.ehcache.store.compound.CompoundStore.keySet(CompoundStore.java:216)
>> at 
>> net.sf.ehcache.store.compound.factories.DiskStorageFactory$DiskExpiryTask.run(DiskStorageFactory.java:690)
>> at 
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>> at 
>> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
>> at 
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
>> at 
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>> at 
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> at 
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> at java.lang.Thread.run(Thread.java:745)
>>
>> Feb 12, 2017 2:28:18 PM org.apache.catalina.loader.WebappClassLoaderBase 
>> loadClass
>> INFO: Illegal access: this web application instance has been stopped 
>> already.  Could not load 
>> net.sf.ehcache.store.compound.CompoundStore$KeySet.  The eventual following 
>> stack trace is caused by an error thrown for debugging purposes as well as 
>> to attempt to terminate the thread which caused the illegal access, and has 
>> no functional impact.
>> java.lang.IllegalStateException
>> at 
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1777)
>> at 
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1735)
>> at 
>> net.sf.ehcache.store.compound.CompoundStore.keySet(CompoundStore.java:216)
>> at 
>> net.sf.ehcache.store.compound.factories.DiskStorageFactory$DiskExpiryTask.run(DiskStorageFactory.java:690)
>> at 
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>> at 
>> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
>>

[dspace-tech] Re: Dspace 6 not starting on XMLLUI

2017-02-13 Thread Faiyaz Ahmed
Also, does any have installed the DSPACE 6.0 succesfully with mirage2 
theme. 

If yes, please share complete configs and version of maven ant tomcat with 
gem pem java heap size...

Many thanks,
Faiyaz Ahmed

On Sunday, February 12, 2017 at 2:32:29 PM UTC+5, Faiyaz Ahmed wrote:
>
> Hi All,
>
> While starting dspace 6. I'm getting following error. Does any one have 
> faced this before or it is a bug?
>
> SEVERE: The web application [/xmlui] appears to have started a thread 
> named [org.hibernate.cache.internal.StandardQueryCache.data] but has failed 
> to stop it. This is very likely to create a memory leak.
> Feb 12, 2017 2:26:45 PM org.apache.catalina.loader.WebappClassLoaderBase 
> clearReferencesThreads
> SEVERE: The web application [/xmlui] appears to have started a thread 
> named [org.dspace.content.MetadataSchema.data] but has failed to stop it. 
> This is very likely to create a memory leak.
> Feb 12, 2017 2:26:45 PM org.apache.catalina.loader.WebappClassLoaderBase 
> clearReferencesThreads
> SEVERE: The web application [/xmlui] appears to have started a thread 
> named [org.dspace.content.MetadataField.data] but has failed to stop it. 
> This is very likely to create a memory leak.
> Feb 12, 2017 2:26:57 PM org.apache.catalina.startup.TldConfig execute
>
> INFO: Deployment of web application directory 
> /dspace/local/apache-tomcat-7.0.75/webapps/ROOT has finished in 68 ms
> Feb 12, 2017 2:27:11 PM org.apache.coyote.AbstractProtocol start
> INFO: Starting ProtocolHandler ["http-bio-8080"]
>
> Feb 12, 2017 2:28:18 PM org.apache.catalina.loader.WebappClassLoaderBase 
> loadClass
> INFO: Illegal access: this web application instance has been stopped 
> already.  Could not load 
> net.sf.ehcache.store.compound.CompoundStore$KeySet.  The eventual following 
> stack trace is caused by an error thrown for debugging purposes as well as 
> to attempt to terminate the thread which caused the illegal access, and has 
> no functional impact.
> java.lang.IllegalStateException
> at 
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1777)
> at 
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1735)
> at 
> net.sf.ehcache.store.compound.CompoundStore.keySet(CompoundStore.java:216)
> at 
> net.sf.ehcache.store.compound.factories.DiskStorageFactory$DiskExpiryTask.run(DiskStorageFactory.java:690)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
>
> Feb 12, 2017 2:28:18 PM org.apache.catalina.loader.WebappClassLoaderBase 
> loadClass
> INFO: Illegal access: this web application instance has been stopped 
> already.  Could not load 
> net.sf.ehcache.store.compound.CompoundStore$KeySet.  The eventual following 
> stack trace is caused by an error thrown for debugging purposes as well as 
> to attempt to terminate the thread which caused the illegal access, and has 
> no functional impact.
> java.lang.IllegalStateException
> at 
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1777)
> at 
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1735)
> at 
> net.sf.ehcache.store.compound.CompoundStore.keySet(CompoundStore.java:216)
> at 
> net.sf.ehcache.store.compound.factories.DiskStorageFactory$DiskExpiryTask.run(DiskStorageFactory.java:690)
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
>
> Feb 12, 2017 2:28:18 PM 

[dspace-tech] Re: Ant Fresh_Install error

2017-02-12 Thread Faiyaz Ahmed
Try to run first "ant test_database" ...
Send back the complete output.. also make sure that you have create 
local.cfg file in dspace/config folder.
Also check that you are able to do telnet on database connectivity,

Regards,
Faiyaz Ahmed

On Wednesday, February 8, 2017 at 4:31:48 PM UTC+5, Gopalakrishnan S wrote:
>
>
>
>
>
>
>
>
>
> While performing ang fresh_install, I get the following error:
>
> C:\dspace-6.0-src-release\dspace\target\dspace-installer>ant fresh_install
> Buildfile: 
> C:\dspace-6.0-src-release\dspace\target\dspace-installer\build.xml
>
> init_installation:
> [mkdir] Created dir: c:\dspace\bin
> [mkdir] Created dir: c:\dspace\config
> [mkdir] Created dir: c:\dspace\lib
> [mkdir] Created dir: c:\dspace\etc
> [mkdir] Created dir: c:\dspace\webapps
> [mkdir] Created dir: c:\dspace\triplestore
> [mkdir] Created dir: c:\dspace\exports
> [mkdir] Created dir: c:\dspace\exports\download
> [mkdir] Created dir: c:\dspace\handle-server
> [mkdir] Created dir: c:\dspace\log
> [mkdir] Created dir: c:\dspace\upload
> [mkdir] Created dir: c:\dspace\reports
> [mkdir] Created dir: c:\dspace\solr
> [mkdir] Created dir: c:\dspace\var
> [mkdir] Created dir: c:\dspace\var\oai
>
> prepare_configs:
> [mkdir] Created dir: 
> C:\dspace-6.0-src-release\dspace\target\dspace-installe
> r\config-temp
>  [copy] Copying 156 files to 
> C:\dspace-6.0-src-release\dspace\target\dspace-
> installer\config-temp
>  [copy] Copying 1 file to 
> C:\dspace-6.0-src-release\dspace\target\dspace-ins
> taller\config-temp
>  [copy] Copying 1 file to 
> C:\dspace-6.0-src-release\dspace\target\dspace-ins
> taller\config-temp
>  [copy] Copying 16 files to 
> C:\dspace-6.0-src-release\dspace\target\dspace-i
> nstaller\config-temp
>
> init_configs:
>  [copy] Copying 158 files to c:\dspace\config
>[delete] Deleting directory 
> C:\dspace-6.0-src-release\dspace\target\dspace-in
> staller\config-temp
>  [copy] Copying 1 file to c:\dspace\config
>
> test_database:
>  [java] 2017-02-08 15:26:40,378 WARN 
>  org.apache.commons.configuration.Defau
> ltConfigurationBuilder @ Internal error
>  [java] org.apache.commons.configuration.ConfigurationException: 
> Cannot loca
> te configuration source local.cfg
>  [java] at 
> org.apache.commons.configuration.AbstractFileConfiguration.lo
> ad(AbstractFileConfiguration.java:259)
>  [java] at 
> org.apache.commons.configuration.AbstractFileConfiguration.lo
> ad(AbstractFileConfiguration.java:238)
>  [java] at 
> org.apache.commons.configuration.DefaultConfigurationBuilder$
>
> FileConfigurationProvider.getConfiguration(DefaultConfigurationBuilder.java:1455
> )
>  [java] at 
> org.apache.commons.configuration.DefaultConfigurationBuilder$
> ConfigurationBeanFactory.createBean(DefaultConfigurationBuilder.java:1321)
>  [java] at 
> org.apache.commons.configuration.beanutils.BeanHelper.createB
> ean(BeanHelper.java:390)
>  [java] at 
> org.apache.commons.configuration.beanutils.BeanHelper.createB
> ean(BeanHelper.java:412)
>  [java] at 
> org.apache.commons.configuration.beanutils.BeanHelper.createB
> ean(BeanHelper.java:426)
>  [java] at 
> org.apache.commons.configuration.DefaultConfigurationBuilder.
> createConfigurationAt(DefaultConfigurationBuilder.java:855)
>  [java] at 
> org.apache.commons.configuration.DefaultConfigurationBuilder.
> initCombinedConfiguration(DefaultConfigurationBuilder.java:719)
>  [java] at 
> org.apache.commons.configuration.DefaultConfigurationBuilder.
> getConfiguration(DefaultConfigurationBuilder.java:622)
>  [java] at 
> org.apache.commons.configuration.DefaultConfigurationBuilder.
> getConfiguration(DefaultConfigurationBuilder.java:587)
>  [java] at 
> org.dspace.servicemanager.config.DSpaceConfigurationService.l
> oadInitialConfig(DSpaceConfigurationService.java:494)
>  [java] at 
> org.dspace.servicemanager.config.DSpaceConfigurationService.<
> init>(DSpaceConfigurationService.java:87)
>  [java] at 
> org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernel
> Impl.java:148)
>  [java] at 
> org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernel
> Impl.java:128)
>  [java] at 
> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.ja
> va:49)
>  [java] 2017-02-08 15:26:48,457 WARN 
>  org.dspace.services.email.EmailService
> Impl @ Couldn't get an email session from environment:  Need to specify 
> class na
> me in environment or system property, or 

[dspace-tech] Dspace 6 not starting on XMLLUI

2017-02-12 Thread Faiyaz Ahmed
undStore.keySet(CompoundStore.java:216)
at 
net.sf.ehcache.store.compound.factories.DiskStorageFactory$DiskExpiryTask.run(DiskStorageFactory.java:690)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

Feb 12, 2017 2:28:18 PM org.apache.catalina.loader.WebappClassLoaderBase 
loadClass
INFO: Illegal access: this web application instance has been stopped 
already.  Could not load 
net.sf.ehcache.store.compound.CompoundStore$KeySet.  The eventual following 
stack trace is caused by an error thrown for debugging purposes as well as 
to attempt to terminate the thread which caused the illegal access, and has 
no functional impact.
java.lang.IllegalStateException
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1777)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1735)
at 
net.sf.ehcache.store.compound.CompoundStore.keySet(CompoundStore.java:216)
at 
net.sf.ehcache.store.compound.factories.DiskStorageFactory$DiskExpiryTask.run(DiskStorageFactory.java:690)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)


Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: The feedback mail page may only be invoked from another DSpace page Error Feedback form

2017-01-19 Thread Faiyaz Ahmed
Hi,

You should access via same hostname which is configured in dspace.cfg
instead of ip address.

Regards,

Faiyaz Ahmed

On Fri, Jan 20, 2017 at 12:23 AM, Emmanuel Scaria <
emmanuelscari...@gmail.com> wrote:

> hi,
> how to solve this issue
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "DSpace Technical Support" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/dspace-tech/kT9j0qGF_NM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: Solr Query of download and view.

2016-09-19 Thread Faiyaz Ahmed
Thank you so much Bruno for response and now I understand to run Solr Query.

Below query I got from solr.log file :

2016-09-19 15:57:44,851 INFO  org.apache.solr.core.SolrCore @ [statistics]
webapp=/solr path=/select
params={facet=true&shards=localhost:8080/solr/statistics-2015,localhost:8080/solr/statistics&facet.mincount=1&q=type:+2+AND++id:64&facet.limit=10&facet.field=id&wt=javabin&fq=-isBot:true&fq=-(bundleName:[*+TO+*]-bundleName:ORIGINAL)&fq=-(statistics_type:[*+TO+*]+AND+-statistics_type:view)&version=2&rows=0}
hits=23 status=0 QTime=4

*I run *:
facet=true&shards=localhost:8080/solr/statistics-2015,localhost:8080/solr/statistics&facet.mincount=1&q=type:+2+AND++id:64&facet.limit=10&facet.field=id&wt=javabin&fq=-isBot:true&fq=-(bundleName:[*+TO+*]-bundleName:ORIGINAL)&fq=-(statistics_type:[*+TO+*]+AND+-statistics_type:view)&version=2&rows=0

at http://localhost:8080/solr/#/statistics/query.

Got response but not able see total hits / view which I see at solr logs
that is "hits=23".

Where I can get only "hits=23" response from solr query?

Hope you understand what I'm looking for :)

Many Thanks ...

Faiyaz Ahmed

On Sun, Sep 18, 2016 at 10:02 PM, Bruno Nocera Zanette <
brunonzane...@gmail.com> wrote:

> Faiyaz,
> There are some important details that need to be addressed here.
>
> First, by default, solr is only accessible on localhost. This means that
> you won't be able to query demo.dspace.org statistics. You'll need to
> install a dspace instance on some of your servers and access it from the
> same network. I recommend you to take a look at this:
> https://wiki.duraspace.org/display/DSPACE/Solr#Solr-
> Bypassinglocalhostrestrictiontemporarily
>
> The query itself is made using SOLR query syntax (
> https://wiki.duraspace.org/display/DSPACE/Solr#Solr-Solrqueries). I don't
> fully understand it to be able to explain it to you, but there's a nice
> trick you can use to get the right queries. That trick is to use the
> solr.log file ([install-dir]/log/solr.log) to extract the queries used by
> xmlui interface. All you have to do is to access some statistic page on
> xmlui and read the last lines on the log file, where will be logged all the
> parameters used to get the informations used on xmlui page.
>
> Using this method, i've ended on the following URL to get view statistcs
> on an item:
> https://localhost:8443/solr/statistics/select?q=type%3A2+
> AND+(id%3A68056753-e460-4f80-a08a-f8febfbd07f7)&fq=
> statistics_type%3A%5B*+TO+*%5D+AND+statistics_type%3Aview&
> wt=json&indent=true
>
> You can also use the SOLR interface to test the queries (
> https://localhost:8443/solr/#/statistics/query). I'm sending a
> printscreen of this page filled with the parameters that generated the URL.
>
> Lastly, you will need to find a way to parse and use the response and
> maybe create a script to automatically generate the parameters and queries'
> url. That directly depends on what language/framework you're using, so i
> won't be able to help you with this, but it shouldn't be hard to get this
> done.
>
> I hope this helps you! Cheers!
>
> Em dom, 18 de set de 2016 às 09:14, Faiyaz Ahmed 
> escreveu:
>
>> Waiting for hope 
>>
>>
>> On Tuesday, September 6, 2016 at 2:14:00 PM UTC+5, Faiyaz Ahmed wrote:
>>
>>> Hello EveryOne.
>>>
>>> Hope every one is doing well :)
>>>
>>> I need some help regarding Solr Query of download and view of a file. As
>>> you can see at : http://demo.dspace.org/xmlui/
>>> handle/10673/419/statistics.
>>>
>>> I need to filter on Total Visits and Total Downloads. How I can do that.
>>> I need to create report in another page.
>>>
>>> Does any one have idea how this code or solr query works on total
>>> download and total views.
>>>
>>> Regards,
>>>
>>> Faiyaz Ahmed
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to dspace-tech+unsubscr...@googlegroups.com.
>> To post to this group, send email to dspace-tech@googlegroups.com.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> Bruno Nocera Zanette
> +55 41 9992-2508
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Solr Query of download and view.

2016-09-18 Thread Faiyaz Ahmed
Waiting for hope  


On Tuesday, September 6, 2016 at 2:14:00 PM UTC+5, Faiyaz Ahmed wrote:
>
> Hello EveryOne. 
>
> Hope every one is doing well :) 
>
> I need some help regarding Solr Query of download and view of a file. As 
> you can see at : http://demo.dspace.org/xmlui/handle/10673/419/statistics.
>
> I need to filter on Total Visits and Total Downloads. How I can do that. I 
> need to create report in another page.
>
> Does any one have idea how this code or solr query works on total download 
> and total views.
>
> Regards,
>
> Faiyaz Ahmed
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Solr Query of download and view.

2016-09-16 Thread Faiyaz Ahmed
Any luck on this  Please help..

On Tuesday, September 6, 2016 at 2:14:00 PM UTC+5, Faiyaz Ahmed wrote:
>
> Hello EveryOne. 
>
> Hope every one is doing well :) 
>
> I need some help regarding Solr Query of download and view of a file. As 
> you can see at : http://demo.dspace.org/xmlui/handle/10673/419/statistics.
>
> I need to filter on Total Visits and Total Downloads. How I can do that. I 
> need to create report in another page.
>
> Does any one have idea how this code or solr query works on total download 
> and total views.
>
> Regards,
>
> Faiyaz Ahmed
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Solr Query of download and view.

2016-09-06 Thread Faiyaz Ahmed
Hello EveryOne. 

Hope every one is doing well :) 

I need some help regarding Solr Query of download and view of a file. As 
you can see at : http://demo.dspace.org/xmlui/handle/10673/419/statistics.

I need to filter on Total Visits and Total Downloads. How I can do that. I 
need to create report in another page.

Does any one have idea how this code or solr query works on total download 
and total views.

Regards,

Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: Enable views and Downloads in View Items

2016-08-05 Thread Faiyaz Ahmed
Greetings Andrea!

Thank you so much for your prompt response. I will look into this :)

Best regards,
Faiyaz Ahmed

Faiyaz Ahmed

On Fri, Aug 5, 2016 at 2:15 PM, Andrea Bollini  wrote:

> Ciao Faiyaz.,
> As far as I know the statistics implemented at sorld bank are based on a
> commercial module.
> You can find comparable features on the dspace-cris extension that is
> instead full open source.
> See for example the item metrics view and download on a single item page
> here
> http://ira.lib.polyu.edu.hk/handle/10397/888
>
> And an example of items list with metrics (including usage: view and
> downloads) here
> http://ira.lib.polyu.edu.hk/cris/ou/ou7/bibliometrics.html
>
> More information on dspace-cris here
> https://wiki.duraspace.org/pages/viewpage.action?pageId=73174524
>
> Hope this help.,
> Andrea Bollini
>
> Il 05/Ago/2016 09:48, "Faiyaz Ahmed"  ha
> scritto:
>
>> Anyone have some reference please??
>>
>> Regards,
>> Faiyaz Ahmed
>>
>> On Wednesday, February 24, 2016 at 11:27:01 PM UTC+5, Faiyaz Ahmed wrote:
>>>
>>> Dear All,
>>>
>>> I would like to enable ABSTRACT VIEWS, FILE DOWNLOAD as like in link
>>> below:
>>>
>>> https://openknowledge.worldbank.org/handle/10986/23724
>>>
>>> And also want to enable statistics and citations as like link below
>>> after description you can see.
>>>
>>> https://openknowledge.worldbank.org/discover?query=&statisti
>>> cs=&citations&show_details=false
>>>
>>> If any one have code or reference link to implement this, please share
>>> with me and will be very thankful.
>>>
>>> Many thanks!!!
>>>
>>> Faiyaz Ahmed
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to dspace-tech+unsubscr...@googlegroups.com.
>> To post to this group, send email to dspace-tech@googlegroups.com.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Enable views and Downloads in View Items

2016-08-05 Thread Faiyaz Ahmed
Anyone have some reference please??

Regards,
Faiyaz Ahmed

On Wednesday, February 24, 2016 at 11:27:01 PM UTC+5, Faiyaz Ahmed wrote:
>
> Dear All,
>
> I would like to enable ABSTRACT VIEWS, FILE DOWNLOAD as like in link below:
>
> https://openknowledge.worldbank.org/handle/10986/23724
>
> And also want to enable statistics and citations as like link below after 
> description you can see.
>
>
> https://openknowledge.worldbank.org/discover?query=&statistics=&citations&show_details=false
>
> If any one have code or reference link to implement this, please share 
> with me and will be very thankful.
>
> Many thanks!!!
>
> Faiyaz Ahmed
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Clear Specific Total Visit Item at View Usage Statistics Page

2016-04-03 Thread Faiyaz Ahmed
Dear All,

How I can delete the only specific entries from View Usage Statistics page. 
I want to delete those entry which are showing numbers only. 

Let's example : I search for "PETS" and I want to complete remove entries 
of "PETS" from View Usage Statistics page.

My Dspace Version is 5.3.

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Suggestion for Adding module in DSPACE release 6

2016-03-29 Thread Faiyaz Ahmed
Thank you so much for prompt response Emilio :)

http://roa.universidadeuropea.es/  >> I saw this and yes this is good for 
me for startup but still I can see at left collection, communities.

Sure, I will do some research on your given points. Appreciated.  

Many Thanks!!
Faiyaz Ahmed


On Tuesday, March 29, 2016 at 4:07:32 PM UTC+5, Emilio Lorenzo wrote:
>
> Hi Ahmed, 
>
> that can be acomplished with existing DSpace functionalities and some 
> coding
>
> I would use this approach
>
>1. permissions, permissions and permissions... you have to avoid 
>direct url access to the items.
>2. the usual SOLR queries system (searching and browsing) is 
>intercepted to exclude results if the user is not logged  Some coding 
>here...
>3. probably you will need to exclude some results from the OAI 
>interface, also...or deactivate the OAI...
>4. A un-indexing from google and other searchers probably would be 
>interesting, also 
>
>
> an example
> http://roa.universidadeuropea.es/dspace 3.1,  has apparently 0 items 
> for non-logged users, but of course the repository is being used  since 
> 2014... 
>
> best regards
> Emilio
>
> p.d .  important to notice, since  DSpace is an Open Access repository, 
> any action to restrict access is  more complicated than usual...
>
>
>
> El 29/03/2016 a las 12:37, Faiyaz Ahmed escribió:
>
> Hi All, 
>
> I would like to suggest one more thing in DSPACE release 6.
>
> It is possible for you all to add module that, dspace can be used as a 
> private application too. Like that, without login you are not able to see 
> any data. 
>
> Or, if any one implemented in any other DSPACE release, please do let me 
> know.
>
> Regards,
> Faiyaz Ahmed
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Suggestion for Adding module in DSPACE release 6

2016-03-29 Thread Faiyaz Ahmed
Hi All,

I would like to suggest one more thing in DSPACE release 6.

It is possible for you all to add module that, dspace can be used as a 
private application too. Like that, without login you are not able to see 
any data. 

Or, if any one implemented in any other DSPACE release, please do let me 
know.

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Style Italic in Citation text ...

2016-03-10 Thread Faiyaz Ahmed
Any one found any clue??



On Wednesday, March 9, 2016 at 11:23:02 PM UTC+5, Faiyaz Ahmed wrote:
>
> Dear All,
>
> Does any one have idea that how "CITATION" text is italic setup in below 
> ITEM..
>
> https://openaccess.adb.org/handle/11540/5169
>
> Regards,
> Faiyaz Ahmed
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Style Italic in Citation text ...

2016-03-09 Thread Faiyaz Ahmed
Dear All,

Does any one have idea that how "CITATION" text is italic setup in below 
ITEM..

https://openaccess.adb.org/handle/11540/5169

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Embed H

2016-03-03 Thread Faiyaz Ahmed
 Hello EveryOne.. 

Does any one have idea that how I can put HTML in ViewItem Citations files 
please..

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Mirage2 customization problems...how to make CSS changes show on the production/live site?

2016-02-24 Thread Faiyaz Ahmed
I believe you have to edit on  main.css

On Tuesday, February 9, 2016 at 10:27:02 PM UTC+5, wcr...@astate.edu wrote:
>
> We are very new to DSpace and after a lot of trouble with installing 
> Mirage2 we finally have the Mirage2 theme showing on our live DSpace 
> repository. I have tried making changes to the _style.scss file per the 
> instructions on this page: 
> https://wiki.duraspace.org/display/DSDOC5x/Mirage+2+Configuration+and+Customization#Mirage2ConfigurationandCustomization-AutomaticallyretrievingthelatestversionsofMirage2dependenci
> es
>
> The changes I have made do not show up on the live site. We have Compass 
> installed and if I am reading the documentation right then Compass should 
> find the changed CSS files and show them on the live site without us having 
> to run a mvn and rebuild each time we change a logo or color. Did I 
> interpret the documentation wrong?
> Any help would be much appreciated. I am also looking for DSpace training 
> opportunities, but other than outdated web recordings the only thing I 
> could find is the DSpace user group in Dublin, Ireland in June 2016. That's 
> too far and too expensive for us.
> Thank you,
> Wendy Crist
> Arkansas State University
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Recently Added Text change

2016-02-24 Thread Faiyaz Ahmed
Hello All,

I found this and available on this location : 
dspace-5.4-src-release\dspace-xmlui\src\main\resources\aspects\Discovery\i18n\message.xml

Regards,
Faiyaz Ahmed

On Wednesday, February 24, 2016 at 11:53:12 PM UTC+5, Faiyaz Ahmed wrote:
>
> Hello All,
>
> Does any one have idea that where is "Recently Added" text coming from at 
> : http://demo.dspace.org/xmlui/ .
>
> I can not see this value at message.xml.
>
> Thanks,
> Faiyaz Ahmed
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Recently Added Text change

2016-02-24 Thread Faiyaz Ahmed
Hello All,

Does any one have idea that where is "Recently Added" text coming from at 
: http://demo.dspace.org/xmlui/ .

I can not see this value at message.xml.

Thanks,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Enable views and Downloads in View Items

2016-02-24 Thread Faiyaz Ahmed
Dear All,

I would like to enable ABSTRACT VIEWS, FILE DOWNLOAD as like in link below:

https://openknowledge.worldbank.org/handle/10986/23724

And also want to enable statistics and citations as like link below after 
description you can see.

https://openknowledge.worldbank.org/discover?query=&statistics=&citations&show_details=false

If any one have code or reference link to implement this, please share with 
me and will be very thankful.

Many thanks!!!

Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Something wrong with REST API - DSpace 5.4

2016-02-23 Thread Faiyaz Ahmed
I was just about to submit this post and you done it. 

I'm facing same while access via REST API. URL for the rest api is : 
 http://localhost:8080/rest/handle/3015/23

Tomcat Logs : 

192.168.163.1 - - [24/Feb/2016:00:34:33 +0300] "GET /rest/handle/3015/23 
HTTP/1.1" 500 -
192.168.163.1 - - [24/Feb/2016:00:34:36 +0300] "GET /rest/handle/3015/23 
HTTP/1.1" 500 -

Dspace 5.4 version logs :


2016-02-24 00:34:33,783 ERROR org.dspace.rest.Resource @ Something get 
wrong. Aborting context in finally statement.
2016-02-24 00:34:36,643 ERROR org.dspace.rest.Resource @ Something get 
wrong. Aborting context in finally statement.


Please update if any one have idea on this error.



On Tuesday, February 23, 2016 at 9:03:39 PM UTC+5, Evgeni Dimitrov wrote:
>
> I have used REST API with DSpace 5.2 and Windows. Now I am trying with 
> DSpace 5.4 and Linux. Doing not the same but very similar thing. Trying to 
> get a community by handle.
>
> I am getting in the DSpace log
>
> 2016-02-23 17:24:12,947 INFO  org.dspace.rest.RestIndex @ REST Login 
> Success for user: @
> 2016-02-23 17:24:12,973 INFO  org.dspace.rest.HandleResource @ DSO Lookup 
> by handle: [nls] / [94] got result of: COMMUNITY_17
> 2016-02-23 17:24:13,091 ERROR org.dspace.rest.Resource @ Something get 
> wrong. Aborting context in finally statement.
> 2016-02-23 17:24:13,104 INFO  org.dspace.rest.RestIndex @ REST Logout: 
> @
>
> In the Tomcat log there is more - see bellow.
>
> Has anybody any ideas?
>
> 
> 23-Feb-2016 17:24:13.091 SEVERE [http-nio-8080-exec-4] 
> com.sun.jersey.spi.container.ContainerResponse.logException Mapped 
> exception to response: 500 (Internal Server Error)
>  javax.ws.rs.WebApplicationException
> at org.dspace.rest.Resource.processFinally(Resource.java:169)
> at org.dspace.rest.HandleResource.getObject(HandleResource.java:74)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at 
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
> at 
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
> at 
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
> at 
> com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
> at 
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> at 
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
> at 
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
> at 
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
> at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
> at 
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
> at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
> at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
> at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
> at 
> org.apache.catalina.valves.A

Re: [dspace-tech] Enable Citation at Dspace 5.4

2016-02-23 Thread Faiyaz Ahmed
Hi Susan,

Thank you so much for this code and working GREAT .. 

You saved my time :)

Regards,
Faiyaz Ahmed

On Wednesday, February 24, 2016 at 1:55:19 AM UTC+5, Susan Borda wrote:
>
> HI-
> Here’s what I added to the item-view.xsl file:
>   
>
>  
>
>  
> 
> 
> 
> 
> xmlui.dri2xhtml.METS-1.0.item-citation
> 
> 
> 
> 
> 
>  test="count(following-sibling::dim:field[@element='identifier' and 
> @qualifier='degreeDiscipline' ]) != 0">
> 
> 
> 
> 
> 
> 
> — 
> Susan Borda
> Digital Technologies Development Librarian
> Montana State University Library
> 406-994-1873
>
>
>
> From: > on behalf of Faiyaz Ahmed 
> >
> Date: Tuesday, February 23, 2016 at 12:02 PM
> To: DSpace Technical Support >
> Subject: [dspace-tech] Enable Citation at Dspace 5.4
>
> Hello All, 
>
> Does any one have idea that how I can enable "CITATION" after description 
> as in this link : https://openknowledge.worldbank.org/handle/10986/23746
>
> Regards,
> Faiyaz Ahmed
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Enable Citation at Dspace 5.4

2016-02-23 Thread Faiyaz Ahmed
Hello All,

Does any one have idea that how I can enable "CITATION" after description 
as in this link : https://openknowledge.worldbank.org/handle/10986/23746

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Indexing Solr index-lucene-init -- Error table view does not exists

2016-02-23 Thread Faiyaz Ahmed
Thanks Helix for reply ...

I updated my answer below after your questions..

If you make a search query from the /discovery URL, do you see results?

*Can you please let me know how to do that ...*

If you click on any Browse index (by author, by title, by issue date),
do you see any items?

*I can see author name but no data I can see ...*

Which URL did you use for search?

*I clicked on advance search and it is showing data : *

To debug the problem with an item page not showing any content, watch
the log file:
tail -f [dspace]/log/dspace.log.2016-xx-xx
and then load any item page. Do you see any message added to the log?

Only info logs printed :
*2016-02-23 21:28:35,714 INFO  org.dspace.usage.LoggerUsageEventListener @
anonymous:session_id=:ip_addr=192.168.163.1:view_item:handle=123456789/117*


Regards,



Faiyaz Ahmed

On Tue, Feb 23, 2016 at 10:49 PM, helix84  wrote:

> The "bi_1", "bi_2" etc tables missing are meant to be used with legacy
> DB-based browse. They don't exist because DSpace 5 doesn't create them
> anymore.
>
> > 2016-02-22 21:01:28,816 INFO  org.dspace.search.DSIndexer @ Writing
> Community: 123456789/99 to Index
>
> From these log lines, I see that index-init (Lucene-based search)
> completed successfully. The question is whether you changed your
> configuration to use the legacy Lucene search and DB-based browse or
> you did no changes and are using the Discovery (Solr) based
> search&browse.
>
> If you click on any Browse index (by author, by title, by issue date),
> do you see any items?
> Which URL did you use for search?
>
> If you make a search query from the /discovery URL, do you see results?
>
> To debug the problem with an item page not showing any content, watch
> the log file:
> tail -f [dspace]/log/dspace.log.2016-xx-xx
>
> and then load any item page. Do you see any message added to the log?
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Indexing Solr index-lucene-init -- Error table view does not exists

2016-02-23 Thread Faiyaz Ahmed
Thanks Tim for Reply.. However, I have done the same but the data is not
showing, however at advance search it is showing but when I click on view
item then only blank page appears.

Regards,
Faiyaz Ahmed

Faiyaz Ahmed

On Tue, Feb 23, 2016 at 1:19 AM, Tim Donohue  wrote:

> Hello Faiyaz,
>
> Just a quick note. If you are trying to reindex DSpace in *Solr*, then you
> are running the wrong command.
>
> Assuming you mean to be using Discovery / Solr:
> https://wiki.duraspace.org/display/DSDOC5x/Discovery
>
> Then the correct reindex command is:
> [dspace]/bin/dspace index-discovery -b
>
> The old "index-lucene-init" command is ONLY used if you are using the
> legacy, deprecated Lucene Search & DBMS Browse systems. If you are not
> using those systems (which it sounds like you are not), then the command
> will likely throw errors.
>
> - Tim
>
>
> On 2/22/2016 12:04 PM, Faiyaz Ahmed wrote:
>
> Dear All,
>
> I have installed the Dspace 5.4 and put too much data but
>
> When I run below command, I'm getting follow error:
>
> Command:
> /usr/local/dspace/bin/dspace index-lucene-init
>
> Error:
>
> 2016-02-22 21:01:21,159 INFO  org.dspace.core.ConfigurationManager @
> Loading from classloader: file:/usr/local/dspace/config/dspace.cfg
> 2016-02-22 21:01:21,173 INFO  org.dspace.core.ConfigurationManager @ Using
> dspace provided log configuration (log.init.config)
> 2016-02-22 21:01:21,173 INFO  org.dspace.core.ConfigurationManager @
> Loading: /usr/local/dspace/config/log4j.properties
> 2016-02-22 21:01:25,199 INFO  org.dspace.storage.rdbms.DatabaseManager @
> DBMS is 'Oracle'
> 2016-02-22 21:01:25,200 INFO  org.dspace.storage.rdbms.DatabaseManager @
> DBMS driver version is 'Oracle Database 11g Express Edition Release
> 11.2.0.2.0 - 64bit Production'
> 2016-02-22 21:01:25,243 INFO  org.dspace.storage.rdbms.DatabaseUtils @
> Loading Flyway DB migrations from: filesystem:/usr/local/dspace/etc/oracle,
> classpath:org.dspace.storage.rdbms.sqlmigration.oracle,
> classpath:org.dspace.storage.rdbms.migration
> 2016-02-22 21:01:25,329 INFO
>  org.flywaydb.core.internal.dbsupport.DbSupportFactory @ Database:
> jdbc:oracle:thin:@//libdb:1521/xe (Oracle 11.2)
> 2016-02-22 21:01:25,414 INFO  org.dspace.storage.rdbms.DatabaseUtils @
> DSpace database schema is up to date
> 2016-02-22 21:01:25,434 ERROR org.dspace.storage.rdbms.DatabaseManager @
> SQL query exec Error -
> java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
>
> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
> at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:951)
> at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:513)
> at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227)
> at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
> at
> oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208)
> at
> oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:886)
> at
> oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1175)
> at
> oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1296)
>
> Does any one have idea which table or view is missing?
>
> Regards,
> Faiyaz Ahmed
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> Tim Donohue
> Technical Lead for DSpace & DSpaceDirect
> DuraSpace.org | DSpace.org | DSpaceDirect.org
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "DSpace Technical Support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dspace-tech/yhmMsFJ-KhU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Bug in Dspace 5.4

2016-02-23 Thread Faiyaz Ahmed
Dear All,

Following case has been produced. 

1 - Login at demo site URL and go to 
: http://demo.dspace.org/xmlui/admin/epeople
2 - Change the language from the top drop down any, then URL changed to 
: http://demo.dspace.org/xmlui/admin/epeople/main?locale-attribute=de
3 - However, if you 
put http://demo.dspace.org/xmlui/admin/epeople?locale-attribute=de ... it 
will work.

The same is happening at Registration form.

Does any one have quick fix for this please.

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Indexing Solr index-lucene-init -- Error table view does not exists

2016-02-22 Thread Faiyaz Ahmed
I have also enabled the debug mode and found below query : 

sspath:org.dspace.storage.rdbms.sqlmigration.oracle, 
classpath:org.dspace.storage.rdbms.migration
2016-02-22 21:30:16,423 INFO 
 org.flywaydb.core.internal.dbsupport.DbSupportFactory @ Database: 
jdbc:oracle:thin:@//libdb:1521/xe (Oracle 11.2)
2016-02-22 21:30:16,656 INFO  org.dspace.storage.rdbms.DatabaseUtils @ 
DSpace database schema is up to date

2016-02-22 21:30:16,682 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query "SELECT * FROM bi_1 WHERE ROWNUM=1"  with parameters:
2016-02-22 21:30:16,682 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query "SELECT * FROM bi_1 WHERE ROWNUM=1"  with parameters:

2016-02-22 21:30:16,717 ERROR org.dspace.storage.rdbms.DatabaseManager @ 
SQL query exec Error -
java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:951)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:513)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStat

On Monday, February 22, 2016 at 11:17:55 PM UTC+5, Faiyaz Ahmed wrote:
>
> Thank you for the reply and I have now attached the complete logs after 
> executing above command:
>
> G:\Faiyaz-Data\SBP-Dspace\Backup-22-Feb-2016
>
> On Monday, February 22, 2016 at 11:10:43 PM UTC+5, helix84 wrote:
>>
>> The stacktrace you posted is cut off. Include all lines up to and 
>> including any "Caused by:" lines.
>>
>>
>> Regards,
>> ~~helix84
>>
>> Compulsory reading: DSpace Mailing List Etiquette
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>
>>
>> On Mon, Feb 22, 2016 at 7:04 PM, Faiyaz Ahmed  
>> wrote:
>>
>>> Dear All,
>>>
>>> I have installed the Dspace 5.4 and put too much data but
>>>
>>> When I run below command, I'm getting follow error:
>>>
>>> Command:
>>> /usr/local/dspace/bin/dspace index-lucene-init
>>>
>>> Error: 
>>>
>>> 2016-02-22 21:01:21,159 INFO  org.dspace.core.ConfigurationManager @ 
>>> Loading from classloader: file:/usr/local/dspace/config/dspace.cfg
>>> 2016-02-22 21:01:21,173 INFO  org.dspace.core.ConfigurationManager @ 
>>> Using dspace provided log configuration (log.init.config)
>>> 2016-02-22 21:01:21,173 INFO  org.dspace.core.ConfigurationManager @ 
>>> Loading: /usr/local/dspace/config/log4j.properties
>>> 2016-02-22 21:01:25,199 INFO  org.dspace.storage.rdbms.DatabaseManager @ 
>>> DBMS is 'Oracle'
>>> 2016-02-22 21:01:25,200 INFO  org.dspace.storage.rdbms.DatabaseManager @ 
>>> DBMS driver version is 'Oracle Database 11g Express Edition Release 
>>> 11.2.0.2.0 - 64bit Production'
>>> 2016-02-22 21:01:25,243 INFO  org.dspace.storage.rdbms.DatabaseUtils @ 
>>> Loading Flyway DB migrations from: filesystem:/usr/local/dspace/etc/oracle, 
>>> classpath:org.dspace.storage.rdbms.sqlmigration.oracle, 
>>> classpath:org.dspace.storage.rdbms.migration
>>> 2016-02-22 21:01:25,329 INFO 
>>>  org.flywaydb.core.internal.dbsupport.DbSupportFactory @ Database: 
>>> jdbc:oracle:thin:@//libdb:1521/xe (Oracle 11.2)
>>> 2016-02-22 21:01:25,414 INFO  org.dspace.storage.rdbms.DatabaseUtils @ 
>>> DSpace database schema is up to date
>>> 2016-02-22 21:01:25,434 ERROR org.dspace.storage.rdbms.DatabaseManager @ 
>>> SQL query exec Error -
>>> java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
>>>
>>> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
>>> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
>>> at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:951)
>>> at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:513)
>>> at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227)
>>> at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
>>> at 
>>> oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208)
>>> at 
>>> oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:886)
>>> at 
>>> oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1175)

Re: [dspace-tech] Indexing Solr index-lucene-init -- Error table view does not exists

2016-02-22 Thread Faiyaz Ahmed
Thank you for the reply and I have now attached the complete logs after 
executing above command:

G:\Faiyaz-Data\SBP-Dspace\Backup-22-Feb-2016

On Monday, February 22, 2016 at 11:10:43 PM UTC+5, helix84 wrote:
>
> The stacktrace you posted is cut off. Include all lines up to and 
> including any "Caused by:" lines.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>
> On Mon, Feb 22, 2016 at 7:04 PM, Faiyaz Ahmed  > wrote:
>
>> Dear All,
>>
>> I have installed the Dspace 5.4 and put too much data but
>>
>> When I run below command, I'm getting follow error:
>>
>> Command:
>> /usr/local/dspace/bin/dspace index-lucene-init
>>
>> Error: 
>>
>> 2016-02-22 21:01:21,159 INFO  org.dspace.core.ConfigurationManager @ 
>> Loading from classloader: file:/usr/local/dspace/config/dspace.cfg
>> 2016-02-22 21:01:21,173 INFO  org.dspace.core.ConfigurationManager @ 
>> Using dspace provided log configuration (log.init.config)
>> 2016-02-22 21:01:21,173 INFO  org.dspace.core.ConfigurationManager @ 
>> Loading: /usr/local/dspace/config/log4j.properties
>> 2016-02-22 21:01:25,199 INFO  org.dspace.storage.rdbms.DatabaseManager @ 
>> DBMS is 'Oracle'
>> 2016-02-22 21:01:25,200 INFO  org.dspace.storage.rdbms.DatabaseManager @ 
>> DBMS driver version is 'Oracle Database 11g Express Edition Release 
>> 11.2.0.2.0 - 64bit Production'
>> 2016-02-22 21:01:25,243 INFO  org.dspace.storage.rdbms.DatabaseUtils @ 
>> Loading Flyway DB migrations from: filesystem:/usr/local/dspace/etc/oracle, 
>> classpath:org.dspace.storage.rdbms.sqlmigration.oracle, 
>> classpath:org.dspace.storage.rdbms.migration
>> 2016-02-22 21:01:25,329 INFO 
>>  org.flywaydb.core.internal.dbsupport.DbSupportFactory @ Database: 
>> jdbc:oracle:thin:@//libdb:1521/xe (Oracle 11.2)
>> 2016-02-22 21:01:25,414 INFO  org.dspace.storage.rdbms.DatabaseUtils @ 
>> DSpace database schema is up to date
>> 2016-02-22 21:01:25,434 ERROR org.dspace.storage.rdbms.DatabaseManager @ 
>> SQL query exec Error -
>> java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
>>
>> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
>> at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
>> at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:951)
>> at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:513)
>> at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227)
>> at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
>> at 
>> oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208)
>> at 
>> oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:886)
>> at 
>> oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1175)
>> at 
>> oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1296)
>>
>> Does any one have idea which table or view is missing?
>>
>> Regards,
>> Faiyaz Ahmed
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


dspace.log.2016-02-22
Description: Binary data


[dspace-tech] Indexing Solr index-lucene-init -- Error table view does not exists

2016-02-22 Thread Faiyaz Ahmed
Dear All,

I have installed the Dspace 5.4 and put too much data but

When I run below command, I'm getting follow error:

Command:
/usr/local/dspace/bin/dspace index-lucene-init

Error: 

2016-02-22 21:01:21,159 INFO  org.dspace.core.ConfigurationManager @ 
Loading from classloader: file:/usr/local/dspace/config/dspace.cfg
2016-02-22 21:01:21,173 INFO  org.dspace.core.ConfigurationManager @ Using 
dspace provided log configuration (log.init.config)
2016-02-22 21:01:21,173 INFO  org.dspace.core.ConfigurationManager @ 
Loading: /usr/local/dspace/config/log4j.properties
2016-02-22 21:01:25,199 INFO  org.dspace.storage.rdbms.DatabaseManager @ 
DBMS is 'Oracle'
2016-02-22 21:01:25,200 INFO  org.dspace.storage.rdbms.DatabaseManager @ 
DBMS driver version is 'Oracle Database 11g Express Edition Release 
11.2.0.2.0 - 64bit Production'
2016-02-22 21:01:25,243 INFO  org.dspace.storage.rdbms.DatabaseUtils @ 
Loading Flyway DB migrations from: filesystem:/usr/local/dspace/etc/oracle, 
classpath:org.dspace.storage.rdbms.sqlmigration.oracle, 
classpath:org.dspace.storage.rdbms.migration
2016-02-22 21:01:25,329 INFO 
 org.flywaydb.core.internal.dbsupport.DbSupportFactory @ Database: 
jdbc:oracle:thin:@//libdb:1521/xe (Oracle 11.2)
2016-02-22 21:01:25,414 INFO  org.dspace.storage.rdbms.DatabaseUtils @ 
DSpace database schema is up to date
2016-02-22 21:01:25,434 ERROR org.dspace.storage.rdbms.DatabaseManager @ 
SQL query exec Error -
java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:951)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:513)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
at 
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208)
at 
oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:886)
at 
oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1175)
at 
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1296)

Does any one have idea which table or view is missing?

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: Bit Stream data not loading from server.

2016-02-22 Thread Faiyaz Ahmed
Hello Pralay,

Thank you so much for your support and I fixed this issue by disabling
google analytic from applicationContext.xml.

Now, everything is working fine.

Regards,


Faiyaz Ahmed

On Sat, Feb 20, 2016 at 11:54 PM, Faiyaz Ahmed 
wrote:

> Hello Pralay,
>
> Thank you so much for the reply. I will look into following steps by
> Monday and update you soon.
>
> Regards,
> Faiyaz Ahmed
>
>
> On Saturday, February 20, 2016 at 11:00:27 PM UTC+5, DMRS Infotech wrote:
>>
>> Hello,
>> I'm not sure about the exact reason of the slow DSpace performance that
>> you're facing, but you can try the following steps (if you haven't tried
>> yet).
>>
>> 1) Check the log at [dspace-install]/log to see if there is any specific
>> message.
>> 2) Try to increase the JVM heap size in Tomcat (set values in the -Xms
>> and -Xmx params)
>> 3) Try to increase the JVM PermGen space in Tomcat (set values in the
>> -XX:PermSize and -XX:MaxPermSize params)
>> 4) If the problem is still present even after the above steps, you can
>> take few thread dumps (in a gap of few seconds) using jstack tool (part of
>> JDK) while opening a document and check which threads are busy. It gives an
>> idea about what is causing the bottleneck.
>>
>> Hope this helps.
>>
>> Regards,
>> Pralay
>>
>> On Saturday, February 20, 2016 at 12:18:24 AM UTC+5:30, Faiyaz Ahmed
>> wrote:
>>>
>>> Dear All,
>>>
>>>
>>> I have recently installed new dspace in Redhat 5 machine. Everything is
>>> working fine after submitting item in collection.
>>>
>>> After submit, when I open the view item any attachment whether it is
>>> PDF, Image or txt file, it's load after 10 minutes. Even thumbnail is
>>> loading very very slow from the server.
>>>
>>> Does any one have idea that why it is running slow on documents!!
>>>
>>> Installed version is : Dspace Version 5.4
>>>
>>> Many thanks!
>>> Faiyaz Ahmed
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "DSpace Technical Support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dspace-tech/ib5PhAb4Bzg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Bit Stream data not loading from server.

2016-02-20 Thread Faiyaz Ahmed
Hello Pralay,

Thank you so much for the reply. I will look into following steps by Monday 
and update you soon.

Regards,
Faiyaz Ahmed

On Saturday, February 20, 2016 at 11:00:27 PM UTC+5, DMRS Infotech wrote:
>
> Hello,
> I'm not sure about the exact reason of the slow DSpace performance that 
> you're facing, but you can try the following steps (if you haven't tried 
> yet).
>
> 1) Check the log at [dspace-install]/log to see if there is any specific 
> message.
> 2) Try to increase the JVM heap size in Tomcat (set values in the -Xms and 
> -Xmx params)
> 3) Try to increase the JVM PermGen space in Tomcat (set values in the 
> -XX:PermSize and -XX:MaxPermSize params)
> 4) If the problem is still present even after the above steps, you can 
> take few thread dumps (in a gap of few seconds) using jstack tool (part of 
> JDK) while opening a document and check which threads are busy. It gives an 
> idea about what is causing the bottleneck.
>
> Hope this helps.
>
> Regards,
> Pralay
>
> On Saturday, February 20, 2016 at 12:18:24 AM UTC+5:30, Faiyaz Ahmed wrote:
>>
>> Dear All,
>>
>>
>> I have recently installed new dspace in Redhat 5 machine. Everything is 
>> working fine after submitting item in collection.
>>
>> After submit, when I open the view item any attachment whether it is PDF, 
>> Image or txt file, it's load after 10 minutes. Even thumbnail is loading 
>> very very slow from the server.
>>
>> Does any one have idea that why it is running slow on documents!!
>>
>> Installed version is : Dspace Version 5.4
>>
>> Many thanks!
>> Faiyaz Ahmed
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: Bit Stream data not loading from server.

2016-02-20 Thread Faiyaz Ahmed
Can any one help me on this .. it is complete blocker for me..

Regards,
Faiyaz Ahmed

On Friday, February 19, 2016, Faiyaz Ahmed  wrote:

> Additional Info : THERE IS NO INTERNET ACCESS ON THIS MACHINE OF REDHAT
> 5
>
> On Friday, February 19, 2016 at 11:48:24 PM UTC+5, Faiyaz Ahmed wrote:
>>
>> Dear All,
>>
>>
>> I have recently installed new dspace in Redhat 5 machine. Everything is
>> working fine after submitting item in collection.
>>
>> After submit, when I open the view item any attachment whether it is PDF,
>> Image or txt file, it's load after 10 minutes. Even thumbnail is loading
>> very very slow from the server.
>>
>> Does any one have idea that why it is running slow on documents!!
>>
>> Installed version is : Dspace Version 5.4
>>
>> Many thanks!
>> Faiyaz Ahmed
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "DSpace Technical Support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dspace-tech/ib5PhAb4Bzg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dspace-tech+unsubscr...@googlegroups.com
> 
> .
> To post to this group, send email to dspace-tech@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Slide Carousel in Mirage 2

2016-02-19 Thread Faiyaz Ahmed
Yes it is poosible if you are UI developer

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Bit Stream data not loading from server.

2016-02-19 Thread Faiyaz Ahmed
Additional Info : THERE IS NO INTERNET ACCESS ON THIS MACHINE OF REDHAT 
5

On Friday, February 19, 2016 at 11:48:24 PM UTC+5, Faiyaz Ahmed wrote:
>
> Dear All,
>
>
> I have recently installed new dspace in Redhat 5 machine. Everything is 
> working fine after submitting item in collection.
>
> After submit, when I open the view item any attachment whether it is PDF, 
> Image or txt file, it's load after 10 minutes. Even thumbnail is loading 
> very very slow from the server.
>
> Does any one have idea that why it is running slow on documents!!
>
> Installed version is : Dspace Version 5.4
>
> Many thanks!
> Faiyaz Ahmed
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Bit Stream data not loading from server.

2016-02-19 Thread Faiyaz Ahmed
Dear All,


I have recently installed new dspace in Redhat 5 machine. Everything is 
working fine after submitting item in collection.

After submit, when I open the view item any attachment whether it is PDF, 
Image or txt file, it's load after 10 minutes. Even thumbnail is loading 
very very slow from the server.

Does any one have idea that why it is running slow on documents!!

Installed version is : Dspace Version 5.4

Many thanks!
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: The feedback mail page may only be invoked from another DSpace page Error Feedback form

2016-01-05 Thread Faiyaz Ahmed
Hello All,

Thanks for the support and I have fixed this issue.. Thanks :)

Regards,
Faiyaz Ahmed

On Tuesday, January 5, 2016 at 8:47:34 PM UTC+5, Faiyaz Ahmed wrote:
>
> Hello All,
>
> I have getting following error while clicking at Feedback form: 
>
>
> The feedback mail page may only be invoked from another DSpace page
>
> Please contact the site administrator if you wish to report this error. If 
> possible, please provide details about what you were doing at the time this 
> error occurred.
>
> Contact site administrator <http://192.168.163.135:8080/xmlui/contact> || 
> Show 
> underlying error stack <http://192.168.163.135:8080/xmlui/feedback#> 
>
> Java stacktrace: org.dspace.authorize.AuthorizeException: The feedback 
> mail page may only be invoked from another DSpace page at 
> org.dspace.app.xmlui.aspect.artifactbrowser.SendFeedbackAction.act(SendFeedbackAction.java:90)
>  
> at 
> org.apache.cocoon.sitemap.impl.DefaultExecutor.invokeAction(DefaultExecutor.java:55)
>  
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(ActTypeNode.java:105)
>  
> at 
> org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
>  
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
>  
> at 
> org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.ja
>
>
>
> Version of the Dspace is 5.4.
>
>
> Regards,
>
> Faiyaz Ahmed
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] The feedback mail page may only be invoked from another DSpace page Error Feedback form

2016-01-05 Thread Faiyaz Ahmed
Hello All,

I have getting following error while clicking at Feedback form: 


The feedback mail page may only be invoked from another DSpace page

Please contact the site administrator if you wish to report this error. If 
possible, please provide details about what you were doing at the time this 
error occurred.

Contact site administrator <http://192.168.163.135:8080/xmlui/contact> || Show 
underlying error stack <http://192.168.163.135:8080/xmlui/feedback#> 

Java stacktrace: org.dspace.authorize.AuthorizeException: The feedback mail 
page may only be invoked from another DSpace page at 
org.dspace.app.xmlui.aspect.artifactbrowser.SendFeedbackAction.act(SendFeedbackAction.java:90)
 
at 
org.apache.cocoon.sitemap.impl.DefaultExecutor.invokeAction(DefaultExecutor.java:55)
 
at 
org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(ActTypeNode.java:105)
 
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
 
at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
 
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.ja



Version of the Dspace is 5.4.


Regards,

Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Elastic Search Statistics Command Fails

2015-12-09 Thread Faiyaz Ahmed
efineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
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)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
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)
at org.springframework.util.ClassUtils.forName(ClassUtils.java:258)
at 
org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java
:417)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:128
3)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1254)

... 24 more
Caused by: java.lang.ClassNotFoundException: 
org.apache.cocoon.transformation.AbstractTransformer
at java.net.URLClassLoader$1.run(Unknown Source)
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)
... 76 more


Does any one know how to fix this?

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Performance and user concurrent testing for Dspace 5.4

2015-12-04 Thread Faiyaz Ahmed
Dear All,

Does any one have a link or document that how I can test performance 
testing and user concurrent in JMETER or any other tool in Dspace 5.4 
version.

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: installing Dspace and VuFind on one server- solr not working

2015-12-03 Thread Faiyaz Ahmed
Hi Tom,

Can you please paste the logs of Tomcat server and dspace logs?

Regards,
Faiyaz Ahmed

On Tuesday, December 1, 2015 at 11:07:03 PM UTC+5, Tom Obrien wrote:
>
> Hi all, 
> I installed DSpace and VuFind on one machine. Though Dspace is working 
> well. VuFInd shows solr is not working. It indicates the problem as in 
> http://localhost:8080/solr. 
> I am using ubuntu 14 lts. 
> Kindly help. 
> Regards 
> Tom 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Error while opening collection

2015-12-01 Thread Faiyaz Ahmed
Dear All,

I'm facing following error while open collection. 

2015-12-01 14:23:23,106 INFO  org.dspace.usage.LoggerUsageEventListener @ 
ad...@admin.com:session_id=:ip_addr=XXX:view_item:handle=123456789/3
2015-12-01 14:23:23,191 ERROR 
org.dspace.app.xmlui.cocoon.DSpaceCocoonServletFilter @ Serious Error 
Occurred Processing Request!
org.springframework.web.util.NestedServletException: Handler processing 
failed; nested exception is java.lang.NoSuchMethodError: 
org.dspace.app.util.GoogleMetadata.getMappings()Ljava/util/Set;
at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:972)
at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)

Does any one have idea, how to fix this?

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Error While Dspace 5

2015-11-27 Thread Faiyaz Ahmed
Dear All,

I'm facing following error while starting Dspace 5.4 version on Windows 
Machine.

2015-11-27 23:06:29,980 INFO  org.apache.cocoon.caching.impl.CacheImpl  - 
Cache MISS for 
PK_G-aspect-cocoon://DRI/7/login?pipelinehash=-7224394119457197927_T-Navigation-5799876941772906259
2015-11-27 23:06:29,980 INFO  org.apache.cocoon.caching.impl.CacheImpl  - 
Cache MISS for 
PK_G-aspect-cocoon://DRI/6/login?pipelinehash=9140401056791542603
2015-11-27 23:06:29,980 INFO  org.apache.cocoon.caching.impl.CacheImpl  - 
Cache MISS for 
PK_G-aspect-cocoon://DRI/5/login?pipelinehash=-2311103725061672858
2015-11-27 23:06:29,980 INFO  org.apache.cocoon.caching.impl.CacheImpl  - 
Cache MISS for 
PK_G-aspect-cocoon://DRI/4/login?pipelinehash=4761082547343774438
2015-11-27 23:06:29,980 INFO  org.apache.cocoon.caching.impl.CacheImpl  - 
Cache MISS for 
PK_G-aspect-cocoon://DRI/3/login?pipelinehash=8853405204665589926
2015-11-27 23:06:29,981 INFO  org.apache.cocoon.caching.impl.CacheImpl  - 
Cache MISS for 
PK_G-aspect-cocoon://DRI/2/login?pipelinehash=3439059210352668759_T-Navigation-6510552194391386614
2015-11-27 23:06:29,981 INFO  org.apache.cocoon.caching.impl.CacheImpl  - 
Cache MISS for 
PK_G-aspect-cocoon://DRI/1/login?pipelinehash=-2675925599594407903_T-PageNotFound--113502122049614
2015-11-27 23:06:30,042 INFO  org.apache.cocoon.caching.impl.CacheImpl  - 
Cache MISS for 
PK_G-file-cocoon://DRI/login?pipelinehash=5973938423561834497_T-xslt-jndi:/localhost/xmlui/themes/Mirage2/xsl/preprocess.xsl_T-IncludePageMeta--2183294294163301955_T-xslt-jndi:/localhost/xmlui/themes/Mirage2/xsl/theme.xsl_T-i18n-context://i18n/?en_US__T-strip-namespaces-1_S-html-no-doctype-;encoding=UTF-8;indent=yes
2015-11-27 23:06:30,092 ERROR cocoon.handled  - Failed to process pipeline
at  - 
jndi:/localhost/xmlui/aspects/aspects.xmap:96:31
at  - 
jndi:/localhost/xmlui/aspects/aspects.xmap:95:55
at  - 
resource://aspects/ViewArtifacts/sitemap.xmap:359:32
at  - 
resource://aspects/ViewArtifacts/sitemap.xmap:91:59
at  - resource://aspects/ViewArtifacts/sitemap.xmap:79:40
at  - 
resource://aspects/BrowseArtifacts/sitemap.xmap:108:40
at  - 
resource://aspects/BrowseArtifacts/sitemap.xmap:47:47
at  - resource://aspects/BrowseArtifacts/sitemap.xmap:41:28
at  - 
resource://aspects/Discovery/sitemap.xmap:214:40
at  - 
resource://aspects/Discovery/sitemap.xmap:78:47
at  - resource://aspects/Discovery/sitemap.xmap:66:28


Does any one have idea about this?

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] My Export in Dspace 5.4

2015-11-27 Thread Faiyaz Ahmed
Hi,

Thank you again for all your replies, I got the option of MyExport at side 
bar now.

Thanks,
Faiyaz Ahmed

On Friday, November 27, 2015 at 10:35:51 PM UTC+5, Faiyaz Ahmed wrote:
>
> Hi,
>
> Thank so much for supporting, but I have checked the options at 
> demo.dspace.org/xmlui, which you provided me but I can not see.
>
> It will be highly appreciated, if you provide me a screen shot of demo 
> dspace.
>
> Regards,
> Faiyaz Ahmed
>
>
> On Friday, November 27, 2015 at 9:36:35 PM UTC+5, Franziska Ackermann 
> wrote:
>>
>> Hi, go to a community / collection / item and click on "Export community" 
>> / "Export collection" / "Export item" in the sidebar. 
>>
>> There's a documentation on DSpace which might help you with your 
>> questions as well:
>> https://wiki.duraspace.org/display/DSDOC5x/DSpace+5.x+Documentation
>>
>> Best regards,
>> Franziska Ackermann
>>
>> Am 27.11.2015 um 17:29 schrieb Faiyaz Ahmed:
>>
>> Hi, 
>>
>> Appreciated for your reply !!  
>>
>> Yes exactly, My Exports in the sidebar. 
>>
>> How I can do an export? Can you please send me the guide link or any 
>> command have?
>>
>> Regards,
>>
>> Faiyaz Ahmed
>>
>> On Friday, November 27, 2015 at 9:16:39 PM UTC+5, Franziska Ackermann 
>> wrote: 
>>>
>>> Hi,
>>>
>>> Do you mean "My Exports" in the sidebar? I believe the button doesn't 
>>> appear unless you have already done an export.
>>>
>>> Best regards,
>>> Franziska Ackermann
>>>
>>>
>>> Am 27.11.2015 um 15:10 schrieb Faiyaz Ahmed:
>>>
>>> Hello Everyone, 
>>>
>>> I really appreciate to everyone that, helping me on time. 
>>>
>>> I have a problem that how I can use this option "MyExport" as like in 
>>> demo below URL: 
>>>
>>> http://demo.dspace.org/xmlui/admin/export
>>>
>>> The Feature name is my export. I can not see at my localhost after 
>>> installing Dspace 5.4 version.
>>>
>>> Does any one know that how I can enable this "MyExport" option.
>>>
>>>
>>> Regards,
>>> Faiyaz Ahmed
>>>
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "DSpace Technical Support" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to dspace-tech...@googlegroups.com.
>>> To post to this group, send email to dspac...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/dspace-tech.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] My Export in Dspace 5.4

2015-11-27 Thread Faiyaz Ahmed
Hi,

Thank so much for supporting, but I have checked the options at 
demo.dspace.org/xmlui, which you provided me but I can not see.

It will be highly appreciated, if you provide me a screen shot of demo 
dspace.

Regards,
Faiyaz Ahmed


On Friday, November 27, 2015 at 9:36:35 PM UTC+5, Franziska Ackermann wrote:
>
> Hi, go to a community / collection / item and click on "Export community" 
> / "Export collection" / "Export item" in the sidebar. 
>
> There's a documentation on DSpace which might help you with your questions 
> as well:
> https://wiki.duraspace.org/display/DSDOC5x/DSpace+5.x+Documentation
>
> Best regards,
> Franziska Ackermann
>
> Am 27.11.2015 um 17:29 schrieb Faiyaz Ahmed:
>
> Hi, 
>
> Appreciated for your reply !!  
>
> Yes exactly, My Exports in the sidebar. 
>
> How I can do an export? Can you please send me the guide link or any 
> command have?
>
> Regards,
>
> Faiyaz Ahmed
>
> On Friday, November 27, 2015 at 9:16:39 PM UTC+5, Franziska Ackermann 
> wrote: 
>>
>> Hi,
>>
>> Do you mean "My Exports" in the sidebar? I believe the button doesn't 
>> appear unless you have already done an export.
>>
>> Best regards,
>> Franziska Ackermann
>>
>>
>> Am 27.11.2015 um 15:10 schrieb Faiyaz Ahmed:
>>
>> Hello Everyone, 
>>
>> I really appreciate to everyone that, helping me on time. 
>>
>> I have a problem that how I can use this option "MyExport" as like in 
>> demo below URL: 
>>
>> http://demo.dspace.org/xmlui/admin/export
>>
>> The Feature name is my export. I can not see at my localhost after 
>> installing Dspace 5.4 version.
>>
>> Does any one know that how I can enable this "MyExport" option.
>>
>>
>> Regards,
>> Faiyaz Ahmed
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com.
>> To post to this group, send email to dspac...@googlegroups.com.
>> Visit this group at http://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] My Export in Dspace 5.4

2015-11-27 Thread Faiyaz Ahmed
Hi,

Appreciated for your reply !!  

Yes exactly, My Exports in the sidebar. 

How I can do an export? Can you please send me the guide link or any 
command have?

Regards,

Faiyaz Ahmed

On Friday, November 27, 2015 at 9:16:39 PM UTC+5, Franziska Ackermann wrote:
>
> Hi,
>
> Do you mean "My Exports" in the sidebar? I believe the button doesn't 
> appear unless you have already done an export.
>
> Best regards,
> Franziska Ackermann
>
>
> Am 27.11.2015 um 15:10 schrieb Faiyaz Ahmed:
>
> Hello Everyone, 
>
> I really appreciate to everyone that, helping me on time. 
>
> I have a problem that how I can use this option "MyExport" as like in demo 
> below URL: 
>
> http://demo.dspace.org/xmlui/admin/export
>
> The Feature name is my export. I can not see at my localhost after 
> installing Dspace 5.4 version.
>
> Does any one know that how I can enable this "MyExport" option.
>
>
> Regards,
> Faiyaz Ahmed
>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at http://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] My Export in Dspace 5.4

2015-11-27 Thread Faiyaz Ahmed
Hello Everyone,

I really appreciate to everyone that, helping me on time. 

I have a problem that how I can use this option "MyExport" as like in demo 
below URL: 

http://demo.dspace.org/xmlui/admin/export

The Feature name is my export. I can not see at my localhost after 
installing Dspace 5.4 version.

Does any one know that how I can enable this "MyExport" option.


Regards,
Faiyaz Ahmed


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Most Popular Items, Author and Country.

2015-11-24 Thread Faiyaz Ahmed
Hello Helix,

Are the below not the OUT-OF-THE-BOX ?

Regards,
Faiyaz Ahmed

On Tuesday, November 24, 2015 at 9:26:44 PM UTC+5, Faiyaz Ahmed wrote:
>
> Thank you so much for the prompt response...
>
> I have also seen here at : 
> https://atmire.com/preview/most-popular/item
> https://atmire.com/preview/most-popular/country
> https://atmire.com/preview/most-popular/author
>
> Is the above are not the default?
>
> Regards,
> Faiyaz Ahmed
>
>
> On Tuesday, November 24, 2015 at 9:14:09 PM UTC+5, helix84 wrote:
>>
>> On Tue, Nov 24, 2015 at 5:08 PM, Faiyaz Ahmed  
>> wrote: 
>> > Does any one know that how I can enable Most Popular all items in 
>> Dspace 
>> > 5.4. As like enabled in World Bank site : 
>>
>> It's not part of DSpace. It was most likely added to World Bank's 
>> DSpace by @mire, so contact them if you want the same exact thing. 
>>
>> If you want to try developing it yourself, the data comes from the 
>> Solr statistics core. Here's how you can access it: 
>>
>> https://wiki.duraspace.org/display/DSPACE/Solr 
>>
>>
>> Regards, 
>> ~~helix84 
>>
>> Compulsory reading: DSpace Mailing List Etiquette 
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: How to set up Google Analytics in DSpace?

2015-11-24 Thread Faiyaz Ahmed
Hi Rich,

Please enable the above line at xmlui.xconf



Further view at 
: https://wiki.duraspace.org/display/DSDOC5x/DSpace+Google+Analytics+Statistics

The above details are for the dspace 5 version only.

Regards,
Faiyaz Ahmed

On Tuesday, November 24, 2015 at 9:59:02 PM UTC+5, Rich Clegg wrote:
>
> Hello,
>
> Sounds like a documentation question--but I just can't get it to work. 
>  I'm hoping somebody can tell me the proper steps to setting up Google 
> Analytics--installation wide.  I'm wondering at this point if there's a way 
> to get it in the head tag or if there's a better way.
>
> Thank you,
> Rich
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Most Popular Items, Author and Country.

2015-11-24 Thread Faiyaz Ahmed
Thank you so much for the prompt response...

I have also seen here at : 
https://atmire.com/preview/most-popular/item
https://atmire.com/preview/most-popular/country
https://atmire.com/preview/most-popular/author

Is the above are not the default?

Regards,
Faiyaz Ahmed


On Tuesday, November 24, 2015 at 9:14:09 PM UTC+5, helix84 wrote:
>
> On Tue, Nov 24, 2015 at 5:08 PM, Faiyaz Ahmed  > wrote: 
> > Does any one know that how I can enable Most Popular all items in Dspace 
> > 5.4. As like enabled in World Bank site : 
>
> It's not part of DSpace. It was most likely added to World Bank's 
> DSpace by @mire, so contact them if you want the same exact thing. 
>
> If you want to try developing it yourself, the data comes from the 
> Solr statistics core. Here's how you can access it: 
>
> https://wiki.duraspace.org/display/DSPACE/Solr 
>
>
> Regards, 
> ~~helix84 
>
> Compulsory reading: DSpace Mailing List Etiquette 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Most Popular Items, Author and Country.

2015-11-24 Thread Faiyaz Ahmed
Hello All,

Does any one know that how I can enable Most Popular all items in Dspace 
5.4. As like enabled in World Bank site : 

https://openknowledge.worldbank.org/most-popular/item
https://openknowledge.worldbank.org/most-popular/author
https://openknowledge.worldbank.org/most-popular/item


I need to enable above three most popular. Any one know, please help.

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Export Report in Dspace 5.4

2015-11-23 Thread Faiyaz Ahmed
Hello All,

I have installed new version of Dspace 5.4 and need to enable, export 
archive at : http://localhost:8080/xmlui/admin/export

However, the url is working fine at administrator user but I'm unable to 
see any data their. 

I would like data same as like here : 
http://demo.dspace.org/xmlui/admin/export   (it will ask for username and 
password as demo user,  username/email :  dspacedemo+ad...@gmail.com  , 
password is : dspace).

Does any one know how I can implement same as like in demo above site.

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] URL Mapping in XML UI

2015-11-23 Thread Faiyaz Ahmed
Guys,

I have got the path files. Below are in the dspace-xmlui-5.3-classes.jar

C:\dspace\webapps\xmlui\WEB-INF\lib\dspace-xmlui-5.3-classes.jar


Regards,
Faiyaz Ahmed

On Monday, November 23, 2015 at 6:01:08 PM UTC+5, Faiyaz Ahmed wrote:
>
> Thanks you so much for the prompt response Helix.
>
> There are some confusion I have now in new version of Dspace 5. I can not 
> locate .class files in XMLUI folder. I can not see changes which I modify 
> in .java files and running mvn package then ant update.
>
> In previous version this path : C:\dspace\webapps\xmlui\WEB-INF\classes 
> contains all complied files. But in Dspace 5 version this folder is 
> completely empty.
>
> Anyone know how to deploy new changes in Dspace 5.
>
> Regards,
> Faiyaz Ahmed
>
> On Sunday, November 22, 2015 at 7:21:16 PM UTC+5, helix84 wrote:
>>
>> On Thu, Nov 19, 2015 at 4:45 PM, Faiyaz Ahmed  
>> wrote: 
>> > Or is it possible to use ReWrite rule? 
>>
>> mod_rewrite has the ability of conditional rewriting based on cookies 
>> (RewriteCond %{HTTP_COOKIE} regex), so in theory, that could be used. 
>> However, I don't think you could do that without modifying DSpace, 
>> because DSpace plants the JSESSIONID cookie regardless of whether your 
>> session is anonymous or logged in. So you would have to modify DSpace 
>> to set another cookie on login with expiration time matching length of 
>> a login session, set it again on each page load while logged in to 
>> prolong the expiration time and remove it when logging out. There 
>> might still be a slight mismatch of the cookie and session expiry 
>> time, though. 
>>
>>
>> Regards, 
>> ~~helix84 
>>
>> Compulsory reading: DSpace Mailing List Etiquette 
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] URL Mapping in XML UI

2015-11-23 Thread Faiyaz Ahmed
Thanks you so much for the prompt response Helix.

There are some confusion I have now in new version of Dspace 5. I can not 
locate .class files in XMLUI folder. I can not see changes which I modify 
in .java files and running mvn package then ant update.

In previous version this path : C:\dspace\webapps\xmlui\WEB-INF\classes 
contains all complied files. But in Dspace 5 version this folder is 
completely empty.

Anyone know how to deploy new changes in Dspace 5.

Regards,
Faiyaz Ahmed

On Sunday, November 22, 2015 at 7:21:16 PM UTC+5, helix84 wrote:
>
> On Thu, Nov 19, 2015 at 4:45 PM, Faiyaz Ahmed  > wrote: 
> > Or is it possible to use ReWrite rule? 
>
> mod_rewrite has the ability of conditional rewriting based on cookies 
> (RewriteCond %{HTTP_COOKIE} regex), so in theory, that could be used. 
> However, I don't think you could do that without modifying DSpace, 
> because DSpace plants the JSESSIONID cookie regardless of whether your 
> session is anonymous or logged in. So you would have to modify DSpace 
> to set another cookie on login with expiration time matching length of 
> a login session, set it again on each page load while logged in to 
> prolong the expiration time and remove it when logging out. There 
> might still be a slight mismatch of the cookie and session expiry 
> time, though. 
>
>
> Regards, 
> ~~helix84 
>
> Compulsory reading: DSpace Mailing List Etiquette 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] http://localhost:8080/xmlui/admin/export

2015-11-23 Thread Faiyaz Ahmed
Hello All,

I have installed new version of Dspace 5.4 and need to enable, export 
archive at : http://localhost:8080/xmlui/admin/export

However, the url is working fine at administrator user but I'm unable to 
see any data their. 

I would like data same as like here : 
http://demo.dspace.org/xmlui/admin/export   (it will ask for username and 
password as demo user,  username/email :  dspacedemo+ad...@gmail.com  , 
password is : dspace).

Does any one know how I can implement same as like in demo above site.

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Paid Support

2015-11-22 Thread Faiyaz Ahmed
Thank you so much for the prompt response...



On Sunday, November 22, 2015 at 4:44:32 PM UTC+5, helix84 wrote:
>
> On Sun, Nov 22, 2015 at 12:30 PM, Faiyaz Ahmed  > wrote: 
> > 
> > Is there any paid support available for Dspace 5.3 version. Need some 
> one who can fulfill my requirements and changes. 
>
>
> Here's an official list of DSpace service providers: 
>
> http://www.dspace.org/service-providers 
>
>
>
> Regards, 
> ~~helix84 
>
> Compulsory reading: DSpace Mailing List Etiquette 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] URL Mapping in XML UI

2015-11-22 Thread Faiyaz Ahmed
Do any one have idea about my requirements?

On Thursday, November 19, 2015 at 8:46:33 PM UTC+5, Faiyaz Ahmed wrote:
>
> Or is it possible to use ReWrite rule?
>
> Regards,
>
> Faiyaz Ahmed
>
> On Thu, Nov 19, 2015 at 7:31 PM, Faiyaz Ahmed  
> wrote:
>
>> Hi ,
>>
>> The point 4, I have now test and working absolutely fine. Thank you so 
>> much,
>>
>> Do you have any idea about reset of any step?
>>
>> Regards,
>>
>> Faiyaz Ahmed
>>
>> On Thursday, November 19, 2015 at 6:59:05 PM UTC+5, Franziska Ackermann 
>> wrote:
>>>
>>> Hi,
>>>
>>> as for "4 - When I logged in, then it will redirect to 
>>> http://localhost:8080/xmlui/community-list.";
>>>
>>>
>>> https://github.com/DSpace/DSpace/blob/master/dspace/config/dspace.cfg#L1948-L1953
>>>
>>> Best regards,
>>> Franziska Ackermann
>>>
>>> Am 19.11.2015 um 14:42 schrieb Faiyaz Ahmed:
>>>
>>> Hello All, 
>>>
>>> Hope all you doing well. I have an requirement to change some in URL 
>>> mapping. Below I have defined steps.
>>>
>>> 1- The Default URL is : http://localhost:8080/xmlui/
>>> 2- I want to change it to :http://localhost:8080/xmlui/password-login .
>>> 3- Any time I open the http://localhost:8080/xmlui/ it should redirect 
>>> to http://localhost:8080/xmlui/password-login.
>>> 4 - When I logged in, then it will redirect to 
>>> http://localhost:8080/xmlui/community-list.
>>> 5 - When I logged out, then it will back to 
>>> http://localhost:8080/xmlui/password-login.
>>>
>>> Does any one know how I can fulfill my above requirement in Dspace 5.3 
>>> version with Mirage2 theme.
>>>
>>> Regards,
>>> Faiyaz Ahmed
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "DSpace Technical Support" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to dspace-tech...@googlegroups.com.
>>> To post to this group, send email to dspac...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/dspace-tech.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "DSpace Technical Support" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/dspace-tech/LqKYSS7ooO8/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> dspace-tech+unsubscr...@googlegroups.com.
>> To post to this group, send email to dspace-tech@googlegroups.com.
>> Visit this group at http://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Paid Support

2015-11-22 Thread Faiyaz Ahmed
Hello Everyone,

Is there any paid support available for Dspace 5.3 version. Need some one 
who can fulfill my requirements and changes.

Regards,
Faiyaz Ahmed
Senior System Architect. 

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] URL Mapping in XML UI

2015-11-19 Thread Faiyaz Ahmed
Or is it possible to use ReWrite rule?

Regards,

Faiyaz Ahmed

On Thu, Nov 19, 2015 at 7:31 PM, Faiyaz Ahmed 
wrote:

> Hi ,
>
> The point 4, I have now test and working absolutely fine. Thank you so
> much,
>
> Do you have any idea about reset of any step?
>
> Regards,
>
> Faiyaz Ahmed
>
> On Thursday, November 19, 2015 at 6:59:05 PM UTC+5, Franziska Ackermann
> wrote:
>>
>> Hi,
>>
>> as for "4 - When I logged in, then it will redirect to
>> http://localhost:8080/xmlui/community-list.";
>>
>>
>> https://github.com/DSpace/DSpace/blob/master/dspace/config/dspace.cfg#L1948-L1953
>>
>> Best regards,
>> Franziska Ackermann
>>
>> Am 19.11.2015 um 14:42 schrieb Faiyaz Ahmed:
>>
>> Hello All,
>>
>> Hope all you doing well. I have an requirement to change some in URL
>> mapping. Below I have defined steps.
>>
>> 1- The Default URL is : http://localhost:8080/xmlui/
>> 2- I want to change it to :http://localhost:8080/xmlui/password-login .
>> 3- Any time I open the http://localhost:8080/xmlui/ it should redirect
>> to http://localhost:8080/xmlui/password-login.
>> 4 - When I logged in, then it will redirect to
>> http://localhost:8080/xmlui/community-list.
>> 5 - When I logged out, then it will back to
>> http://localhost:8080/xmlui/password-login.
>>
>> Does any one know how I can fulfill my above requirement in Dspace 5.3
>> version with Mirage2 theme.
>>
>> Regards,
>> Faiyaz Ahmed
>> --
>> You received this message because you are subscribed to the Google Groups
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to dspace-tech...@googlegroups.com.
>> To post to this group, send email to dspac...@googlegroups.com.
>> Visit this group at http://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "DSpace Technical Support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dspace-tech/LqKYSS7ooO8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at http://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] URL Mapping in XML UI

2015-11-19 Thread Faiyaz Ahmed
Hi ,

The point 4, I have now test and working absolutely fine. Thank you so much,

Do you have any idea about reset of any step?

Regards,

Faiyaz Ahmed

On Thursday, November 19, 2015 at 6:59:05 PM UTC+5, Franziska Ackermann 
wrote:
>
> Hi,
>
> as for "4 - When I logged in, then it will redirect to 
> http://localhost:8080/xmlui/community-list.";
>
>
> https://github.com/DSpace/DSpace/blob/master/dspace/config/dspace.cfg#L1948-L1953
>
> Best regards,
> Franziska Ackermann
>
> Am 19.11.2015 um 14:42 schrieb Faiyaz Ahmed:
>
> Hello All, 
>
> Hope all you doing well. I have an requirement to change some in URL 
> mapping. Below I have defined steps.
>
> 1- The Default URL is : http://localhost:8080/xmlui/
> 2- I want to change it to :http://localhost:8080/xmlui/password-login .
> 3- Any time I open the http://localhost:8080/xmlui/ it should redirect to 
> http://localhost:8080/xmlui/password-login.
> 4 - When I logged in, then it will redirect to 
> http://localhost:8080/xmlui/community-list.
> 5 - When I logged out, then it will back to 
> http://localhost:8080/xmlui/password-login.
>
> Does any one know how I can fulfill my above requirement in Dspace 5.3 
> version with Mirage2 theme.
>
> Regards,
> Faiyaz Ahmed
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at http://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] URL Mapping in XML UI

2015-11-19 Thread Faiyaz Ahmed
Hello All,

Hope all you doing well. I have an requirement to change some in URL 
mapping. Below I have defined steps.

1- The Default URL is : http://localhost:8080/xmlui/
2- I want to change it to :http://localhost:8080/xmlui/password-login .
3- Any time I open the http://localhost:8080/xmlui/ it should redirect to 
http://localhost:8080/xmlui/password-login.
4 - When I logged in, then it will redirect 
to http://localhost:8080/xmlui/community-list.
5 - When I logged out, then it will back to 
http://localhost:8080/xmlui/password-login.

Does any one know how I can fulfill my above requirement in Dspace 5.3 
version with Mirage2 theme.

Regards,
Faiyaz Ahmed

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.