Re: [Dspace-tech] Browse by Issue Date wont give any results

2015-08-06 Thread snemi
Thank you for your help.

I did not use dspace-4.x before and this does not help me.

As i now understand the behaviour of the browse by author and keywords  
i found out it is working fine.


I do still have the problem with the Issue Date and Title:
After selecting years for IssueDate or Characters for the title i get  
zero results.

So why is browse issuedate and title broken?

In the other hand authors and keywords going fine.


Any starting points for me


SNEmi













Zitat von Hilton Gibson hilton.gib...@gmail.com:

 Please see:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Browse_Indexes#WARNING:


 *Hilton Gibson*
 Ubuntu Linux Systems Administrator
 Stellenbosch University Library
 http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


 On 4 August 2015 at 15:51, sn...@buntblock.de wrote:


 Hi,

 i am using dspace-5.2 and most things work fine, beside some Browsing
 Issues:


 When i Browse by Issue Date it shows me all items.
 After (Choose year) or type in a year i get always zero results.
 /xmlui/browse?type=dateissued

 In opposite when i click on the sidebar Date Issued: I get the correct
 result.

 /xmlui/discover?filtertype=dateIssuedfilter_relational_operator=equalsfilter=2012


 In all types of Browse by i get weird behaviours:

 When i enter first letters for Authors, Titles, Subjects it gives me
 results i cannot understand and totally wrong.



 I searched the logs and cannot find errors, debug is enabled.

 I tried:

 dspace index-discovery -b
 dspace index-discovery -o

 Everythings seems fine.

 When i rebuild dspace, all indexes Looks good!


 As i am using xmlui-mirage2 i tested this in jspui and the same wrong
 results and missing functionality showed up.

 discover seems to work
 browse not


 How is the way to get into it and find the problem ?


 Best regards


 SNEMI





 --
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Browse by Issue Date wont give any results

2015-08-04 Thread snemi

Hi,

i am using dspace-5.2 and most things work fine, beside some Browsing Issues:


When i Browse by Issue Date it shows me all items.
After (Choose year) or type in a year i get always zero results.
/xmlui/browse?type=dateissued

In opposite when i click on the sidebar Date Issued: I get the correct result.
/xmlui/discover?filtertype=dateIssuedfilter_relational_operator=equalsfilter=2012


In all types of Browse by i get weird behaviours:

When i enter first letters for Authors, Titles, Subjects it gives me  
results i cannot understand and totally wrong.



I searched the logs and cannot find errors, debug is enabled.

I tried:

dspace index-discovery -b
dspace index-discovery -o

Everythings seems fine.

When i rebuild dspace, all indexes Looks good!


As i am using xmlui-mirage2 i tested this in jspui and the same wrong  
results and missing functionality showed up.

discover seems to work
browse not


How is the way to get into it and find the problem ?


Best regards


SNEMI




--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

2015-01-23 Thread snemi
Hi Carlos,

as i mentioned before, please run it with a regular user account and  
not as root.
mvn -U clean package -Dmirage2.on=true

good luck

snemi



Zitat von Carlos Walter Blandon Alvarez cblan...@eafit.edu.co:

 Hi helix84

 I ran with  -Dmirage2.deps.included=false because I previously  
 installed Bower, Grunt, Ruby and Compass.

 I am running  again mvn -U clean package -Dmirage2.on=true with  
 root user. It finished build process but some errors, for example:

 [INFO] -- (Mirage2) de.saumya.mojo:gem-maven-plugin:1.0.6:exec
 [WARNING] Compass can't find any Sass files to compile.
 [WARNING] Is your compass configuration correct?.
 [WARNING] If you're trying to start a new project, you have left off  
 the directory argument.
 [WARNING] Run compass -h to get help.
 [ERROR] PluginManagerException:
 org.apache.maven.plugin.PluginExecutionException: Execution null of  
 goal de.saumya.mojo:gem-maven-plugin:1.0.6:exec failed: Java  
 returned: 1
 at  
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:115)
 at  
 com.soebes.maven.plugins.iterator.ExecutorMojo.executeMojo(ExecutorMojo.java:302)
 at  
 com.soebes.maven.plugins.iterator.ExecutorMojo.execute(ExecutorMojo.java:235)
 at  
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
 at  
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
 at  
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
 at  
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
 at  
 org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
 at  
 org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
 at  
 org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
 at  
 org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
 at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at  
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at  
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at  
 org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
 at  
 org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
 at  
 org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
 at  
 org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)


 Thanks.

 Walter Blandón

 Profesional-Analista Gestión Tecnológica
 Centro Cultural Biblioteca LEV
 Teléfono (57 4) 261 9500, extensión 9365
 cblan...@eafit.edu.co


 -Mensaje original-
 De: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] En nombre de helix84
 Enviado el: jueves, 22 de enero de 2015 11:10 a. m.
 Para: Carlos Walter Blandon Alvarez
 CC: dspace-tech@lists.sourceforge.net
 Asunto: Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

 Hi Carlos,

 it should be easier running without  -Dmirage2.deps.included=false.


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette  
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
 --
 New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
 GigeNET is offering a free month of service with a new server in Ashburn.
 Choose from 2 high performing configs, both with 100TB of bandwidth.
 Higher redundancy.Lower latency.Increased capacity.Completely compliant.
 http://p.sf.net/sfu/gigenet
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:  
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing

Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

2015-01-22 Thread snemi

Hi Carlos,

are you running the mvn command as root ?

When running 'bower' as root user you will get this message:
_
bower ESUDO Cannot be run with sudo

Additional error details:
Since bower is a user command, there is no need to execute it with  
superuser permissions.
If you're having permission errors when using bower without sudo,  
please spend a few minutes learning more about how your system should  
work and make any necessary repairs.

http://www.joyent.com/blog/installing-node-and-npm
https://gist.github.com/isaacs/579814

You can however run a command with sudo using --allow-root option
_

The result for the mirage2theme build is that all vendor addons ,  
specified in .bowerrc are missing.

 bootstrap-sass-official: 3.3.0,
 modernizr: 2.8.3,
 jquery: ~1.10.2,
 jquery-ui: 1.10.3,
 jqueryuibootstrap: 4f3772cd37b898f456c0126c4b44178ce8d4aad7,
 handlebars: 2.0.0,
 respond: 1.4.2,
 html5shiv: 3.7.2,
 holderjs: 2.4.1,
 datatables: 1.10.3

If you are not root user, then it might be a different problem.


If this is correct it could be mentioned in the docs for mirage2theme.


good luck

snemi


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette