[Dspace-tech] how to gave a log pic to every submission

2008-09-28 Thread Nitin Bhadauria
Hi All,

I am working on a digital library on videos. I want to gave a logo pic
to the every submission how can we do that.

Like this:- 
http://picasaweb.google.com/nitinforfriends/Debian#5251325559399735650

Thanks
Nitin


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Fwd: How to configure dspace to use a mail server running on ssl ports]

2008-08-04 Thread Nitin Bhadauria
Dear James,

I am not able to sent the mails from the ssl port

telnet mail.sarai.net 465
Trying 64.79.194.21...
Connected to mail.sarai.net.
Escape character is '^]'.

it is possible to connect through the ssl port without accepting ssl 
certificate.

James Rutherford wrote:
> Have you tried connecting to mail.sarai.net on port 465 from the machine
> that DSpace is running on? It could be a simple connectivity issue.
> Something like telnet mail.sarai.net 465 ought to provide some insight.
>
> cheers,
>
> Jim
>
> On Sat, Aug 02, 2008 at 05:47:06AM +, Nitin Bhadauria wrote:
>   
>>> Please send a full stack trace and the relevant lines from your
>>> dspace.cfg.
>>>   
>> Here is the configuration ..
>>
>> # SMTP mail server
>> mail.server=mail.sarai.net
>>
>> # SMTP mail server authentication username and password (if required)
>> mail.server.username = [EMAIL PROTECTED]
>> mail.server.password = mypassword
>>
>> # SMTP mail server alternate port (defaults to 25)
>> mail.server.port = 465
>>
>> # From address for mail
>> mail.from.address = [EMAIL PROTECTED]
>>
>> # Currently limited to one recipient!
>> feedback.recipient = [EMAIL PROTECTED]
>>
>> # General site administration (Webmaster) e-mail
>> mail.admin = [EMAIL PROTECTED]
>>
>>
>>
>>
>> then this is the error log from dspace.log ..
>>
>> 2008-08-02 07:07:50,127 INFO  org.dspace.app.webui.servlet.RegisterServlet
>> @
>> anonymous:session_id=EB37E08A3F822F94E6F992CD3596F26C:ip_addr=192.168.130.1:sendtoken_register:[EMAIL
>>  PROTECTED]
>> 2008-08-02 07:12:54,805 INFO  org.dspace.app.webui.servlet.RegisterServlet
>> @
>> anonymous:session_id=EB37E08A3F822F94E6F992CD3596F26C:ip_addr=192.168.130.1:error_emailing:[EMAIL
>>  PROTECTED]
>> javax.mail.MessagingException: Could not connect to SMTP host:
>> mail.sarai.net, port: 465, response: -1
>> at
>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1270)
>> at
>> com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
>> at javax.mail.Service.connect(Service.java:297)
>> at javax.mail.Service.connect(Service.java:156)
>> at javax.mail.Service.connect(Service.java:105)
>> at javax.mail.Transport.send0(Transport.java:168)
>> at javax.mail.Transport.send(Transport.java:98)
>> at org.dspace.core.Email.send(Email.java:362)
>> at
>> org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:296)
>> at
>> org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:256)
>> at
>> org.dspace.eperson.AccountManager.sendRegistrationInfo(AccountManager.java:101)
>> at
>> org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:287)
>> at
>> org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:202)
>> at
>> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
>> at
>> org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>> at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>> at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
>> at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>> at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>> at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>> at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
>> at
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
>> at
>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>> at
>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>> at
>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThre

Re: [Dspace-tech] [Fwd: How to configure dspace to use a mail server running on ssl ports]

2008-08-01 Thread Nitin Bhadauria
> Please send a full stack trace and the relevant lines from your
> dspace.cfg.

Here is the configuration ..

# SMTP mail server
mail.server=mail.sarai.net

# SMTP mail server authentication username and password (if required)
mail.server.username = [EMAIL PROTECTED]
mail.server.password = mypassword

# SMTP mail server alternate port (defaults to 25)
mail.server.port = 465

# From address for mail
mail.from.address = [EMAIL PROTECTED]

# Currently limited to one recipient!
feedback.recipient = [EMAIL PROTECTED]

# General site administration (Webmaster) e-mail
mail.admin = [EMAIL PROTECTED]




then this is the error log from dspace.log ..

2008-08-02 07:07:50,127 INFO  org.dspace.app.webui.servlet.RegisterServlet
@
anonymous:session_id=EB37E08A3F822F94E6F992CD3596F26C:ip_addr=192.168.130.1:sendtoken_register:[EMAIL
 PROTECTED]
2008-08-02 07:12:54,805 INFO  org.dspace.app.webui.servlet.RegisterServlet
@
anonymous:session_id=EB37E08A3F822F94E6F992CD3596F26C:ip_addr=192.168.130.1:error_emailing:[EMAIL
 PROTECTED]
javax.mail.MessagingException: Could not connect to SMTP host:
mail.sarai.net, port: 465, response: -1
at
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1270)
at
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:297)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at org.dspace.core.Email.send(Email.java:362)
at
org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:296)
at
org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:256)
at
org.dspace.eperson.AccountManager.sendRegistrationInfo(AccountManager.java:101)
at
org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:287)
at
org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:202)
at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:595)





>
> Jim
>
> On Fri, Aug 01, 2008 at 10:02:35AM +0000, Nitin Bhadauria wrote:
>> please help me ...
>>
>>
>>
>>  Original Message
>> 
>> Subject: [Dspace-tech] How to configure dspace to using a mail server
>> running on ssl ports
>> From:"Nitin Bhadauria" <[EMAIL PROTECTED]>
>> Date:Thu, July 31, 2008 7:15 pm
>> To:  dspace-tech@lists.sourceforge.net
>> --
>>
>> Dear Frnds
>>
>>
>> my mail server is running on ssl ports so when i try to configure
>> dspace.cfg with the new port 465 error says.
>>
>> javax.mail.MessagingException: Could not connect to SMTP host:
>> mail.sarai.net, port: 465, response: -1
>>
>> Thanks
>> Nitin
>>
>>
>>
>> -
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
&g

[Dspace-tech] [Fwd: How to configure dspace to use a mail server running on ssl ports]

2008-08-01 Thread Nitin Bhadauria
please help me ...



 Original Message 
Subject: [Dspace-tech] How to configure dspace to using a mail server
running on ssl ports
From:"Nitin Bhadauria" <[EMAIL PROTECTED]>
Date:Thu, July 31, 2008 7:15 pm
To:  dspace-tech@lists.sourceforge.net
--

Dear Frnds


my mail server is running on ssl ports so when i try to configure
dspace.cfg with the new port 465 error says.

javax.mail.MessagingException: Could not connect to SMTP host:
mail.sarai.net, port: 465, response: -1

Thanks
Nitin



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [Fwd: How to configure dspace to use a mail server running on ssl ports]

2008-08-01 Thread Nitin Bhadauria
please help me ...



 Original Message 
Subject: [Dspace-tech] How to configure dspace to using a mail server
running on ssl ports
From:"Nitin Bhadauria" <[EMAIL PROTECTED]>
Date:Thu, July 31, 2008 7:15 pm
To:  dspace-tech@lists.sourceforge.net
--

Dear Frnds


my mail server is running on ssl ports so when i try to configure
dspace.cfg with the new port 465 error says.

javax.mail.MessagingException: Could not connect to SMTP host:
mail.sarai.net, port: 465, response: -1

Thanks
Nitin



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to configure dspace to using a mail server running on ssl ports

2008-07-31 Thread Nitin Bhadauria
Dear Frnds


my mail server is running on ssl ports so when i try to configure
dspace.cfg with the new port 465 error says.

javax.mail.MessagingException: Could not connect to SMTP host:
mail.sarai.net, port: 465, response: -1

Thanks
Nitin



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Maven thems

2008-07-10 Thread Nitin Bhadauria
Hello All

I don't know the xml and css coding so can i find some ready thems that i
can use for my dspace.

If some buddy had one please send it to me.

Thakns
Nitin

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Can we update Dspace-1.3.2 to Dspace-1.5.0

2008-07-03 Thread Nitin Bhadauria
Hello all,

Is it possible to update dspace 1.3.2 to 1.5.0 if yes please let me know
how can i do it.

cheers
Nitin

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Importing postgers data from old dspace server to newdspace server

2008-07-02 Thread Nitin Bhadauria
Now some how i am able to import data from old server and it show all the
category that my old server have but when i chose one again shows that
"Internal system error"

and when i check the postgres logs it says...


  "ERROR: relation "metadatavalue" does not exist"

any idea please help..




> How are you doing your "migrate"?  Are you backing up the old DSpace
> database and then restoring into the new DSpace database or are you
> doing exports of your data in old DSpace and imports into new DSpace?
> Sue
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Nitin
> Bhadauria
> Sent: Tuesday, July 01, 2008 1:03 AM
> To: dspace-tech@lists.sourceforge.net
> Subject: [Dspace-tech] Importing postgers data from old dspace server to
> newdspace server
>
> Dear All
>
>
> First of all i must admit that i am very new to Dspace.
>
> I have to repository of movies and document on Dspace-1.3.2 from 2005.
>
> Now we brought a new server for the dspace and I install the dspace
> reffing the dspace manual It work's well but when i import data from old
> server it kept saying
>
> "Internal System Error"
>
> I refer these documents for migrating my data from old server to new
> server.
>
> http://www.thesesalive.ac.uk/archive/ERAInstallation-1.9.pdf
>
> http://www.ub.uib.no/bora/tekndok/DSpace%20Installation%20v4.0.pdf
>
>
> Please tell me if i am on the right track or if it is possible to
> migrate
> data from old dspace version..
>
> Thanks
> Nitin
>
>
>
>
>
> 
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Importing postgers data from old dspace server to new dspace server

2008-06-30 Thread Nitin Bhadauria
Dear All


First of all i must admit that i am very new to Dspace.

I have to repository of movies and document on Dspace-1.3.2 from 2005.

Now we brought a new server for the dspace and I install the dspace
reffing the dspace manual It work's well but when i import data from old
server it kept saying

"Internal System Error"

I refer these documents for migrating my data from old server to new server.

http://www.thesesalive.ac.uk/archive/ERAInstallation-1.9.pdf

http://www.ub.uib.no/bora/tekndok/DSpace%20Installation%20v4.0.pdf


Please tell me if i am on the right track or if it is possible to migrate
data from old dspace version..

Thanks
Nitin





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Migration of Old dspace server to New dspace server

2008-06-30 Thread Nitin Bhadauria
Dear All


First of all i must admit that i am very new to Dspace.

I have to repository of movies and document on Dspace-1.3.2 from 2005.

Now we brought a new server for the dspace and I install the dspace
reffing the dspace manual It work's well but when i import data from old
server it kept saying

"Internal System Error"

I refer these documents for migrating my data from old server to new server.

http://www.thesesalive.ac.uk/archive/ERAInstallation-1.9.pdf

http://www.ub.uib.no/bora/tekndok/DSpace%20Installation%20v4.0.pdf


Please tell me if i am on the right track or if it is possible to migrate
data from old dspace version..

Thanks
Nitin



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Can we update Dspace-1.3.2 to Dspace-1.5.0

2008-06-30 Thread Nitin Bhadauria
Dear All


Is it possible to upgrade Dspace-1.3.2 & postgres 7.4.7-6sarge1 with
Dspace-1.5.0 & postgres 8.1 .


Thanks
Nitin





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech