[Dspace-tech] Solr/Statistics on DSpace-1.7.2

2011-10-24 Thread Surinder Kumar Gaba
I am testing solr statistics on DSpace-1.7.2. Total Visits, Total Visits per
Month and File Download are working fine except Total Country Views and
Total City Views are showing empty. The following configurations in
dspace.cfg are defined.

solr.log.server = http://127.0.0.1:8080/solr/statistics
solr.dbfile = /dspace172/config/GeoLiteCity.dat
solr.resolver.timeout = 200
statistics.item.authorization.admin=true
#solr.statistics.logBots = true
#solr.statistics.query.filter.isBot = true

Please help.

regards


-- 
Surinder Kumar Gaba
Senior Technical Director
Digital Archiving & Management Group
National Informatics Centre
A-Block, CGO Complex, Lodhi Road
New Delhi-110 003
Tel : 011-24362359 (o)
  : 011-27865224 (r)
--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] ant fresh_install failed

2011-10-24 Thread Tim Donohue
Hi Kazi,

It looks like you may be using the wrong version of Maven to build 
DSpace.  There are known issues with using Maven 2.0.x with DSpace 
1.7.2.  Please see this note:
https://wiki.duraspace.org/display/DSDOC/Installation#Installation-ApacheMaven2.2.x%28Javabuildtool%29

If you use Maven 2.2.1, then your /target/dspace-1.7.2-build.dir/ should 
build properly.  Currently, it looks like it is not structured properly 
(which likely means you are using Maven 2.0.x).

- Tim

On 10/21/2011 7:35 AM, kazi wrote:
> Dear community,
>
> Helix thankx for ur help. after that I face the error below-
>
>
> dspace@localhost:~/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir$
> ls
> binCHANGES  docs  KNOWN_BUGS  LICENSE  solr
> build.xml  config   etc   lib README   webapps
> dspace@localhost:~/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir$
> ant fresh_install
> Buildfile:
> /home/dspace/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir/build.xml
>
> init_installation:
>
> init_configs:
>   [copy] Copying 1 file to /dspace/config
>
> BUILD FAILED
> /home/dspace/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir/build.xml:736:
> Failed to copy
> /home/dspace/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir/config/dspace.cfg
> to /dspace/config/dspace.cfg due to java.io.FileNotFoundException
> /dspace/config/dspace.cfg (Permission denied) and I couldn't delete the
> corrupt /dspace/config/dspace.cfg
>
> Total time: 1 second
> dspace@localhost:~/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir$
>
> pls help in this regard.
>
>   regards,
> kazi
>
> --
> View this message in context: 
> http://dspace.2283337.n4.nabble.com/ant-fresh-install-failed-tp3925184p3925184.html
> Sent from the DSpace - Tech mailing list archive at Nabble.com.
>
> --
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Java error when starting Handle server

2011-10-24 Thread Brian Freels-Stendel
Hi Bert,

You'll need to run "make-handle-config" again, leaving the passphrase empty, 
then update the config.dct file appropriately.  As far as I know, it won't work 
with a passphrase.

B--

>>> On 10/21/2011 at 4:31 PM, in message
, Herbert
Lensch  wrote:
> I'm still having problems when trying to start the Handle server.  I get the
> following error when executing ./start-handle-server from /dspace/bin/:
> 
> javax.crypto.BadPaddingException: Given final block not properly padded
> at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:811)
> at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:676)
> at com.sun.crypto.provider.DESCipher.engineDoFinal(DESCipher.java:318)
> at javax.crypto.Cipher.doFinal(Cipher.java:1865)
> at
> net.handle.security.provider.GenericProvider.decrypt_DES_ECB_PKCS5(GenericPr
> ovider.java:146)
> at net.handle.hdllib.Util.decrypt(Util.java:1078)
> at net.handle.server.HandleServer.(HandleServer.java:306)
> at net.handle.server.AbstractServer.getInstance(AbstractServer.java:72)
> at net.handle.server.Main.initialize(Main.java:152)
> at net.handle.server.Main.main(Main.java:75)
> Unable to initialize server signature object: java.lang.Exception: Incorrect
> passphrase
> java.lang.Exception: Incorrect passphrase
> at net.handle.hdllib.Util.decrypt(Util.java:1083)
> at net.handle.server.HandleServer.(HandleServer.java:306)
> at net.handle.server.AbstractServer.getInstance(AbstractServer.java:72)
> at net.handle.server.Main.initialize(Main.java:152)
> at net.handle.server.Main.main(Main.java:75)
> java.lang.Exception: Incorrect passphrase
> at net.handle.hdllib.Util.decrypt(Util.java:1083)
> at net.handle.server.HandleServer.(HandleServer.java:306)
> at net.handle.server.AbstractServer.getInstance(AbstractServer.java:72)
> at net.handle.server.Main.initialize(Main.java:152)
> at net.handle.server.Main.main(Main.java:75)
> Shutting down...
> 
> At no point am I being asked for my passphrase to start the Handle
> server.  Am I missing where it should be entered in one of the config files,
> or is there another error to blame?


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Web Application Developer Position at Ohio State University

2011-10-24 Thread Black, Elizabeth
Founded in 1870, The Ohio State University is a comprehensive, state-assisted 
university offering a complete environment for learning for its 3,000 faculty 
and 56,000 students. The Ohio State University Libraries is seeking a 
motivated, creative person to join our team charged with designing, developing 
and managing innovative web-based applications. We offer a stimulating 
environment and an interdisciplinary team working on a wide array of technology 
projects and services. Additional information about The Ohio State University 
Libraries is available at http://library.osu.edu

For more info about position and to apply: 
www.jobsatosu.com/applicants/Central?quickFind=199172

Classification: Systems Developer / Engineer
Working Title: Web Application Developer
Summary of Duties
Serves as a member of the Libraries IT Division Web Implementation Team which 
is charged with designing, developing and managing innovative web-based 
applications that support, enhance, and extend the mission of The Ohio State 
University Libraries. Designs, develops, troubleshoots, implements, and 
maintains software code for applications delivered via the Web. Designs and 
maintains applications utilizing MySQL and PostgreSQL databases, NoSQL data 
collections, and lucene/search indices for optimizing application development, 
integration and scaling. Integrates web applications with other systems. 
Maintains existing web applications and databases. Selects and implements open 
source software applications to meet local needs. Optimizes developed code for 
stability and maintainability. Tests and debugs developed applications and 
middleware tools. Works within framework of University IT security standards 
and guidelines. Creates detailed documentation as part of development process 
in order to ensure ongoing support of applications. Performs high-level 
troubleshooting and responds to evening, weekend and holiday emergency service 
calls when on-call. Works with a variety of technical and non-technical staff 
to design and create web applications. Works closely with Project Managers and 
other members of the Libraries' IT Division to both develop detailed 
specification documents with clear project deliverables and timelines, and to 
ensure timely completion of deliverables.
Education
Bachelor's Degree in computer & information science or an equivalent 
combination of education and experience.
Experience (Required):
Demonstrated experience in web application development and services that 
includes mastery of at least one major web programming language such as PHP or 
.NET; demonstrated experience with data transfer protocols & methodologies, 
relational SQL database design, optimization, integration and scaling; 
demonstrated experience in Java, JavaScript, or other object oriented 
languages; demonstrated familiarity with XHTML, CSS, XML, and XSLT; familiarity 
with source code version control; demonstrated strong analytical and problem 
solving skills; demonstrated experience in selection and implementation of open 
source software to meet local needs; excellent interpersonal, communication and 
collaboration skill; flexibility to work in a dynamic and evolving area both 
independently and as part of a team.

Experience (Desired):
Demonstrable experience with NoSQL data collections and lucene/search indices; 
work experience in an academic library or research university; familiarity with 
XSLT and MARC in the context of data transformation and reuse; familiarity with 
ADA requirements and methods of achieving compliance; familiarity with web 
security standards and methods of achieving compliance; experience with web 
content management systems, such as SilverStripe or Drupal, and web development 
frameworks, such as Symfony or Zend; demonstrated experience with distributed 
source code version control systems such as Git; demonstrated abilty to take 
initiative to improve current services offered by the organization and to 
document procedures.

To apply: 
www.jobsatosu.com/applicants/Central?quickFind=199172


Beth Black
Associate Professor and Systems Librarian
Head, Web Implementation Team
Ohio State University Libraries
Science and Engineering Library, Room 002A
175 West 18th Avenue
Columbus, Ohio 43210
614-688-5428
black@osu.edu

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Front End Web Developer Position at Ohio State University

2011-10-24 Thread Black, Elizabeth
Founded in 1870, The Ohio State University is a comprehensive, state-assisted 
university offering a complete environment for learning for its 3,000 faculty 
and 56,000 students. The Ohio State University Libraries is seeking a 
motivated, creative person to join our team charged with designing, developing 
and managing innovative web-based applications. We offer a stimulating 
environment and an interdisciplinary team working on a wide array of technology 
projects and services. Additional information about The Ohio State University 
Libraries is available at http://library.osu.edu

For more info about position and to apply: 
www.jobsatosu.com/applicants/Central?quickFind=199171

Classification: Systems Developer / Engineer
Working Title: Front End Web Developer
Summary of Duties
Serves as a member of the Libraries IT Division Web Implementation Team which 
is charged with designing, developing and managing innovative web-based 
applications that support, enhance, and extend the mission of The Ohio State 
University Libraries. Designs, develops, troubleshoots, implements, and 
maintains software code for the front end of applications delivered via the 
Web. Designs and maintains user interface frontend code based on HTML, 
JavaScript, and/or CSS; creates and maintains template code which interfaces 
with backend code using PHP, Java and other web programming languages. Converts 
ideas presented by a graphic designer's raw images and layouts into CSS/XHTML 
themes. Optimizes developed frontend JavaScript/CSS for scalability and speed. 
Maintains existing web applications. Works within framework of University IT 
security standards and guidelines. Creates detailed documentation as part of 
development process in order to ensure ongoing support of applications. Serves 
as Quality Assurance Lead for all applications produced by the development team 
including producing test plans, test cases, automated unit testing, and working 
closely with usability and accessibility experts on campus. Works with a 
variety of technical and non-technical staff to design and create web 
applications. Works closely with Project Managers and other members of the 
Libraries' IT Division to both develop detailed specification documents with 
clear project deliverables and timelines, and to ensure timely completion of 
deliverables. Performs high-level troubleshooting and responds to evening, 
weekend and holiday emergency service calls when on-call.

Education
Bachelor's Degree in computer & information science or an equivalent 
combination of education and experience.

Experience (Required):
Demonstrated experience in web user interface design and development and 
services that includes mastery of HTML, XHTML, JavaScript (including AJAX), and 
CSS; knowledge of UI design methodology and processes such as user-centered 
design; demonstrated experience with Adobe Creative suite; demonstrated 
experience with one or more of the following languages: Java, PHP, or .NET; 
demonstrated familiarity with XML and XSLT; familiarity with source code 
version control; demonstrated experience in quality assurance and code testing 
including automated test case development and deployment; demonstrated strong 
analytical and problem solving skills; excellent interpersonal, communication 
and collaboration skill; flexibility to work in a dynamic and evolving area 
both independently and as part of a team.

Experience (Desired):
Experience in web user interface programming frameworks such as JQuery, 
CoffeeScript, Blueprint, SASS, and/or otherWebUI frameworks. Experience with 
HTML5, working knowledge of Photoshop and Illustrator; experience with web 
content management systems, such as SilverStripe and Drupal, and web 
development frameworks, such as Symfony and Zend; work experience in an 
academic library or research university; familiarity with ADA requirements and 
methods of achieving compliance; familiarity with web security standards and 
methods of achieving compliance; demonstrated experience with distributed 
source code version control systems such as Git; demonstrated abilty to take 
intiative to improve current services offered by the organization and to 
document procedures.

To apply: 
www.jobsatosu.com/applicants/Central?quickFind=199171

Beth Black
Associate Professor and Systems Librarian
Head, Web Implementation Team
Ohio State University Libraries
Science and Engineering Library, Room 002A
175 West 18th Avenue
Columbus, Ohio 43210
614-688-5428
black@osu.edu

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 

[Dspace-tech] SWORD item submission in DSpace 1.7.2

2011-10-24 Thread Nikolaos Konstantinou
Hi all,

I am using DSpace 1.7.2 and I am trying to submit the example.zip provided
by the sword package into a DSpace repository I have installed locally.

I execute from Eclipse the class:

org.purl.sword.client.ClientFactory

with the parameters:

-cmd -t post -host localhost -port 8080 -href
http://localhost:8080/sword/deposit/123456789/2 -file
C:/Users/nkons/Temp/example/example.zip -filetype application/zip -u [my
username] -p [my password]

I see in the debug messages that the authentication is successful, but then
I get the error:

Id: null
Title: ERROR type: text
There is no generator
Published: null
There is no content element.
There is no right element.
Summary - content: No ingester configured for this package type type: text
Update: 2011-10-24T13:45:46.836Z
Published: null
Verbose Description: null
Treatment: null
Packaging: null

Inside dspace.cfg, I have left the default values in the Sword section.

The debug outputs:

2011-10-24 13:48:03,670 DEBUG org.dspace.sword.CollectionDepositor @ Created
instance of CollectionDepositor
2011-10-24 13:48:03,671 INFO  org.dspace.sword.SWORDIngesterFactory @
looking for named plugin interface org.dspace.sword.SWORDIngester
2011-10-24 13:48:03,672 DEBUG org.dspace.core.PluginManager @ Got Named
configuration for interface=org.dspace.sword.SWORDIngester,
config=org.dspace.sword.SWORDMETSIngester =
http://purl.org/net/sword-types/METSDSpaceSIPorg.dspace.sword.SimpleFileIngester
= SimpleFileIngester
2011-10-24 13:48:03,674 DEBUG org.dspace.core.PluginManager @ Got Named
Plugin, intfc=org.dspace.sword.SWORDIngester, name=
http://purl.org/net/sword-types/METSDSpaceSIP,
class=org.dspace.sword.SWORDMETSIngester
2011-10-24 13:48:03,674 DEBUG org.dspace.core.PluginManager @ Got Named
Plugin, intfc=org.dspace.sword.SWORDIngester, name=SimpleFileIngester,
class=org.dspace.sword.SimpleFileIngester
2011-10-24 13:48:03,674 WARN  org.dspace.core.PluginManager @ Cannot find
named plugin for interface=org.dspace.sword.SWORDIngester, name="text/xml"
2011-10-24 13:48:03,674 WARN  org.dspace.sword.DepositManager @ Unable to
store SWORD package as file: org.purl.sword.base.SWORDErrorException: No
ingester configured for this package type
2011-10-24 13:48:03,675 ERROR org.purl.sword.server.DepositServlet @
org.purl.sword.base.SWORDErrorException: No ingester configured for this
package type



Could someone please point me to what I am doing wrong? Is it some extra
configuration I would have to add?
I see the following line in dspace.cfg but I have not configured it, it is
not clear what should go there:
sword.accept-packaging.[package format].identifier = [package format
identifier]

Thank you in advance for your reply.

Best regards,
Nikolaos Konstantinou
--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech