[Dspace-tech] post error when using dspace 1.8 swordv1 client

2012-02-28 Thread zengting
Hi,
I'm using 1.8 with sword client and server.
when using dspace 1.8 swordv1 client and swordv1 server together, i can get servicedocument successfully. But when i post the provided example.zip, it shows the following error:

415, no ingester configured for this package type.

I try to modify the configuration files, but it don't work either.

Then i download a php sword client (stuartlewis-swordapp-php-library-swordapp-php-library-1.0-15-ga1ddeaa.zip ) and use it to post file to swordv1 server successfully.

I'm not sure about the problem: the bug of dspace 1.8 swordv1 client or the provided example.zip? Do i need write special ingester for the provided example.zip or any further configurations? 

Thanks a lot!

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


[Dspace-tech] help

2011-01-20 Thread zengting
dspace-tech-requ...@lists.sourceforge.net 在 Wed, 19 Jan 2011 14:20:09 写道:
Send DSpace-tech mailing list submissions to
   dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
   dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
   dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

   1. Re: Problem in installation Dspace v.1.7.0 (David)
   2. Re: TIFF Thumbnail Preview (Keith Gilbertson)
   3. Troubleshooting the harvester (Chris Charles)
   4. Re: Problem in installation Dspace v.1.7.0 (Mark H. Wood)


--

Message: 1
Date: Wed, 19 Jan 2011 13:30:30 +0100
From: David david.blobj...@gmail.com
Subject: Re: [Dspace-tech] Problem in installation Dspace v.1.7.0
To: dspace-tech@lists.sourceforge.net
Message-ID:
   AANLkTinR=_k-o1hoY4DT7CQXA-2QBaDE8AQ=u0scu...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Hi, everyone!

We have edtected we have not configured dpsce.cfg correctly, we solved this.
Now we get this message trying to access to http://url:8080/jspui

Thanks!

David


INFO: Server startup in 15186 ms
[WARN] deprecation - The 'component-configurations' section in the sitemap
is deprecated. Please check for alternatives.
19-Jan-2011 12:20:21 org.apache.catalina.connector.CoyoteAdapter service
SEVERE: An exception or error occurred in the container during the request
processing
java.lang.OutOfMemoryError: PermGen space
at java.lang.Throwable.getStackTraceElement(Native Method)
at java.lang.Throwable.getOurStackTrace(Throwable.java:591)
at java.lang.Throwable.printStackTrace(Throwable.java:510)
at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:72)
at org.apache.juli.FileHandler.publish(FileHandler.java:129)
at java.util.logging.Logger.log(Logger.java:458)
at java.util.logging.Logger.doLog(Logger.java:480)
at java.util.logging.Logger.logp(Logger.java:680)
at org.apache.juli.logging.DirectJDKLog.log(DirectJDKLog.java:167)
at org.apache.juli.logging.DirectJDKLog.error(DirectJDKLog.java:135)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:662)



On 19 January 2011 11:34, David david.blobj...@gmail.com wrote:

 Hi, everyone!

 We have just done some test and xmlui interface starts to work but only the
 main page. It seems we have some kind of error connecting to database:

 Thanks in advance to everyone

 David


 19-Jan-2011 11:01:13 org.apache.catalina.core.StandardContext listenerStop
 SEVERE: Exception sending context destroyed event to listener instance of
 class org.dspace.app.util.DSpaceContextListener
 java.lang.NoClassDefFoundError: org/dspace/storage/rdbms/DatabaseManager
 at
 org.dspace.app.util.DSpaceContextListener.contextDestroyed(DSpaceContextListener.java:129)
 at
 org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3882)
 at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4523)
 at
 org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:924)
 at
 org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1046)
 at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1214)
 at
 org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)
 at
 org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
 at
 org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1337)
 at
 org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601)
 at
 org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610)
 at
 org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590)
 at java.lang.Thread.run(Thread.java:662)
 Caused by: java.lang.ClassNotFoundException:
 org.dspace.storage.rdbms.DatabaseManager
 at