[Dspace-tech] (no subject)

2009-04-20 Thread Islam Ahmad
 Dear Community, I have the following error while installing dspace 1.5
by follwing the instructios given in the file
C:/dspace-source/dspace/docs/html/ch03.html#N10B96 But I have the
follwoing error.  [java] at
org.dspace.core.Context.init(Context.java:117)
 [java] at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:617)
 [java] Caused by: java.net.ConnectException: Connection refused: connect
 [java] at java.net.PlainSocketImpl.socketConnect(Native Method)
 [java] at
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
 [java] at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.jav
5)
 [java] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
 [java] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
 [java] at java.net.Socket.connect(Socket.java:519)
 [java] at java.net.Socket.connect(Socket.java:469)
 [java] at java.net.Socket.init(Socket.java:366)
 [java] at java.net.Socket.init(Socket.java:180)
 [java] at org.postgresql.core.PGStream.init(PGStream.java:60)
 [java] at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionIm
onnectionFactoryImpl.java:77)
 [java] ... 17 moreD FAILED
space-source\dspace\target\dspace-1.5.1-build.dir\build.xml:388: Java
return
1
Please help me. Thanks Islam

-- 
It's News. It's Reviews. It's Interviews. It's Free. What Are You Waiting For?
www.movieline.com

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Port 5433 or 5434 not accepted of postgres

2009-04-20 Thread Islam Ahmad
Dear Community, My dspace runnin successfully on port 5432 but not
another even if making changes into dspace.cfg I have the following error
while installing dspace 1.5 by follwing the instructions given in the
file C:/dspace-source/dspace/docs/html/ch03.html#N10B96 But I have the
follwoing error.  [java] at
org.dspace.core.Context.init(Context.java:117)
 [java] at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:617)
 [java] Caused by: java.net.ConnectException: Connection refused: connect
 [java] at java.net.PlainSocketImpl.socketConnect(Native Method)
 [java] at
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
 [java] at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.jav
5)
 [java] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
 [java] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
 [java] at java.net.Socket.connect(Socket.java:519)
 [java] at java.net.Socket.connect(Socket.java:469)
 [java] at java.net.Socket.init(Socket.java:366)
 [java] at java.net.Socket.init(Socket.java:180)
 [java] at org.postgresql.core.PGStream.init(PGStream.java:60)
 [java] at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionIm
onnectionFactoryImpl.java:77)
 [java]  17 moreD FAILED
space-source\dspace\target\dspace-1.5.1-build.dir\build.xml:388: Java
return
1
Please help me. Thanks Islam

-- 
It's News. It's Reviews. It's Interviews. It's Free. What Are You Waiting For?
www.movieline.com

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error while installing on diffrenet port

2009-04-19 Thread Islam Ahmad
Dear Community,

I had installed dspace 1.5 successfully with the port of PostgreSQL 8.3 
as 5432, but when I wanted to install the same dspace on another system
with a port of PostgreSQL 8.2 as 5433 after making changes into
dspace.cfg file.

I have the error something like build.xml: 380 java returned 1.

I follow the steps given as [dspace-source]/dspace/docs/html/ch03.html

Please help me.

Thanks

Islam

-- 
It's News. It's Reviews. It's Interviews. It's Free. What Are You Waiting For?
www.movieline.com

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] (no subject)

2009-04-17 Thread Islam Ahmad
Dear Community, HI, I run the command ant clean_database and ant
fresh_install successively and I had no problem but randomly there is the
following error. Also InitializeDatabase exist into
C:\dspace-source\dspace-api\src\main\java\org\dspace\storage\rdbms I
cleand the database manualy but the problem is given below.
C:\dspace-source\dspace\target\dspace-1.5.1-build.dirant fresh_install
Buildfile: build.xmlinit_installation:init_configs:setup_database:
[java] java.lang.NoClassDefFoundError:
org/dspace/storage/rdbms/InitializeD
atabase
[java] Caused by: java.lang.ClassNotFoundException:
org.dspace.storage.rdbm
s.InitializeDatabase
[java] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
[java] at java.security.AccessController.doPrivileged(Native Method)
[java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[java] at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) [java]
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
[java] at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) [java]
Exception in thread mainBUILD FAILED
C:\dspace-source\dspace\target\dspace-1.5.1-build.dir\build.xml:380: Java
return
ed: 1Total time: 1 second
C:\dspace-source\dspace\target\dspace-1.5.1-build.dir Please help me.
Thanks Islam

-- 
It's News. It's Reviews. It's Interviews. It's Free. What Are You Waiting For?
www.movieline.com

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] ClassNotFoundException while setting up database

2009-04-17 Thread Islam Ahmad
Dear Community, HI, I run the command ant clean_database and ant
fresh_install successively and I had no problem but randomly there is the
following error. Also InitializeDatabase exist into
C:\dspace-source\dspace-api\src\main\java\org\dspace\storage\rdbms I
cleand the database manualy but the problem is given below.
C:\dspace-source\dspace\target\dspace-1.5.1-build.dirant fresh_install
Buildfile: build.xmlinit_installation:init_configs:setup_database:
[java] java.lang.NoClassDefFoundError:
org/dspace/storage/rdbms/InitializeD
atabase
[java] Caused by: java.lang.ClassNotFoundException:
org.dspace.storage.rdbm
s.InitializeDatabase
[java] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
[java] at java.security.AccessController.doPrivileged(Native Method)
[java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[java] at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) [java]
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
[java] at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) [java]
Exception in thread mainBUILD FAILED
C:\dspace-source\dspace\target\dspace-1.5.1-build.dir\build.xml:380: Java
return
ed: 1Total time: 1 second
C:\dspace-source\dspace\target\dspace-1.5.1-build.dir Please help me.
Thanks Islam

-- 
It's News. It's Reviews. It's Interviews. It's Free. What Are You Waiting For?
www.movieline.com

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Making file uploading unnecessary into submission form

2009-04-16 Thread Islam Ahmad
Dear Community, I have installed Manakin and I want to file uploading
unnecessary. I can not find anything about file uploading into
input-forms.xml Please help me. ThanksIslam Ahmad

-- 
It's News. It's Reviews. It's Interviews. It's Free. What Are You Waiting For?
www.movieline.com

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] (no subject)

2009-04-15 Thread Islam Ahmad
Dear All, I want to add  more input-type into submission forms. How it
may be possible? Please help me. ThanksIslam

-- 
It's News. It's Reviews. It's Interviews. It's Free. What Are You Waiting For?
www.movieline.com

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Changing in Manakin

2009-04-10 Thread Islam Ahmad
Dear All, I have installed dspace 1.5 with PostgreSQL 8.2, Ant 1.7,
Maven2.8, Tomcat 6.0, JDK 1.6 successfully.Now I want to change
designing of whole Manakin that is backgrounds and other things, but I do
not know which file should be edited to do the same.Please help me for
the same. Thanks  RegardsIslam Ahmad
--

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error while registering nee User

2009-04-10 Thread Islam Ahmad
Salam, How are you? I have installed dspace 1.5 with PostgreSQL 8.2, Ant
1.7, Maven2.8, Tomcat 6.0, JDK 1.6 successfully.Whenever any user want to
register then there is an internal system error.Logs of tomcat is the
following. Apr 10, 2009 11:18:16 AM
org.apache.catalina.startup.SetAllPropertiesRule begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
property 'minSpareThreads' to '25' did not find a matching property.
Apr 10, 2009 11:18:17 AM org.apache.catalina.startup.SetAllPropertiesRule
begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
property 'maxSpareThreads' to '75' did not find a matching property.
Apr 10, 2009 11:18:17 AM org.apache.catalina.core.AprLifecycleListener
init
INFO: Loaded APR based Apache Tomcat Native library 1.1.14.
Apr 10, 2009 11:18:17 AM org.apache.catalina.core.AprLifecycleListener
init
INFO: APR capabilities: IPv6 [false], sendfile [true], accept filters
[false], random [true].
Apr 10, 2009 11:18:17 AM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Apr 10, 2009 11:18:17 AM org.apache.coyote.http11.Http11AprProtocol init
SEVERE: Error initializing endpoint
java.lang.Exception: Socket bind failed: [730048] Only one usage of each
socket address (protocol/network address/port) is normally permitted. 
 at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612)
 at
org.apache.coyote.http11.Http11AprProtocol.init(Http11AprProtocol.java:107)
 at
org.apache.catalina.connector.Connector.initialize(Connector.java:1058)
 at
org.apache.catalina.core.StandardService.initialize(StandardService.java:677)
 at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:530)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:550)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
Apr 10, 2009 11:18:17 AM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException:  Protocol handler initialization failed:
java.lang.Exception: Socket bind failed: [730048] Only one usage of each
socket address (protocol/network address/port) is normally permitted. 
 at
org.apache.catalina.connector.Connector.initialize(Connector.java:1060)
 at
org.apache.catalina.core.StandardService.initialize(StandardService.java:677)
 at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:530)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:550)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
Apr 10, 2009 11:18:17 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1262 ms
Apr 10, 2009 11:18:17 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Apr 10, 2009 11:18:18 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Apr 10, 2009 11:18:22 AM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Apr 10, 2009 11:18:22 AM org.apache.coyote.http11.Http11AprProtocol start
SEVERE: Error starting endpoint
java.lang.Exception: Socket bind failed: [730048] Only one usage of each
socket address (protocol/network address/port) is normally permitted. 
 at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612)
 at org.apache.tomcat.util.net.AprEndpoint.start(AprEndpoint.java:717)
 at
org.apache.coyote.http11.Http11AprProtocol.start(Http11AprProtocol.java:137)
 at org.apache.catalina.connector.Connector.start(Connector.java:1131)
 at
org.apache.catalina.core.StandardService.start(StandardService.java:531)
 at
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Apr 10, 2009 11:18:22 AM org.apache.catalina.startup.Catalina start
SEVERE: Catalina.start:
LifecycleException:  

[Dspace-tech] Changing Design and adding some item fileds into submission form

2009-04-08 Thread Islam Ahmad
Dear All, I have installed dspace 1.5 with PostgreSQL 8.2, Ant 1.7,
Maven2.8, Tomcat 6.0, JDK 1.6 successfully.Now I want to change
designing of whole dspace that is backgrounds and other things, but I do
not know which file should be edited to do the same.Please help me for
the same. Thanks  RegardsIslam Ahmad

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] No change while updating group

2009-03-21 Thread Islam Ahmad
Dear All, Whenever I want to update the group there is no change while
clicking on update button after selecting E Person and Group members.Neither
new page is opened nor an error. Please help me. Islam Ahmad

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

---BeginMessage---
Dear All, I clicked on subscribe but after submission to that collection
I got no email. Please help me. Thanks  RegardsIslam Ahamd

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

---End Message---
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] No email found while subscribing to collection

2009-03-20 Thread Islam Ahmad
Dear All, I clicked on subscribe but after submission to that collection
I got no email. Please help me. Thanks  RegardsIslam Ahamd

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Adding some fileds into submission form

2009-03-18 Thread Islam Ahmad
 Dear All,I want to add some fileds into submission form. Firstly I have
added added an entry into dropdown list named Identfiers I have done this
by adding a value pair into Input-forms.xml file.Now It is visible while
running dspace but the problem is this, that when I click on next button
then there is an internal server error. What should I have to do so that
this value may be inserted into database.Can anyone help me?Thanks
Islam Ahmad

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] (no subject)

2009-03-17 Thread Islam Ahmad
  Dear All,

  I have installled DSpace 1.4, 1.5 successfully. Now I want to change
  its desgin and some fields of second step of describing any item. I
  want to add some fields. In dspace 1.5 I am confused that jspui files
  are multiple locations and I do not know to which I should edit.

  On the other hand in dspace 1.4, this may be easy, I think so. But I
  am confused which jsp file corresponds to second step of SUBMIT that
  is to decribe an item.

  Also I want to change desgin of all the pages.

  Can you help me please.

  Thanks

  Islam Ahmad

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error: Internale server error while running dspace 1.5

2009-03-14 Thread Islam Ahmad
  Dear All,

  I have installed dspace 1.5 with PostgreSQL 8.3, JDK 1.6, Ant 1.7 and
  Tomcat 6.0 successfully.

  My DSpace was running successfully and I have added some communities
  and collections but all of sudden there is an error Internal server
  error and nothing .

  Also if I click on any other link then there is same problem, even I
  run the ant command again and there is same error.

  Can anyone help me?

  Thanks

  Islam

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] (no subject)

2009-03-13 Thread Islam Ahmad
Dear DSpace Holders, I have downloaded and set the path of the follwing:-1..
JDK 1.62. Apache Ant 1.7,3. Apcahe Tomcat 6.0,4. Apcahe Maven 2.0.10,5.
PostgreSQL 8.3,6. Dspace  src realise 1.5 When I want use the command
with command prompt  ant fresh_install C:\dspace-source\dspace ant
fresh_installthen there is an error build.xml does not exist.if I goes
till the root directory of build.xml as following
C:\dspace-source\dspace\src\main\config ant fresh_installthen ther is
error Source resource does not exist If I copy and paste build.xml form
config to dspace directory and run the command by going till dspace as
the root directory as follwing C:\dspace-source\dspace ant fresh_installthen
there is an error lib not found. Actually Sir, lib folder does not exist
in the whole dspace 1.5 source package. What to do?If any one have any
idea then please tell me. Thanks Islam Ahmad

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error while compiling source file

2009-03-09 Thread Islam Ahmad
:
warn
ing: non-varargs call of varargs method with inexact argument type for
last para
meter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress
th
is warning
[javac]invoke(null,
null
);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
[javac] 6 warningsBUILD FAILED
C:\apache-ant-1.7.1\build.xml:125: Compile failed; see the compiler error
output
 for details.Total time: 4 seconds
C:\apache-ant-1.7.1 Can anyone help me? Thanks Islam Ahmad

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error while creating administrator

2009-03-09 Thread Islam Ahmad
: sun.misc.BASE64Encoder is Sun proprietary API and may be removed
in a fut
ure release
[javac] import sun.misc.BASE64Encoder;
[javac]^
[javac]
C:\apache-ant-1.7.1\src\org\dspace\app\oai\DIDLCrosswalk.java:238: w
arning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed
in a fu
ture release
[javac] BASE64Encoder
encoder=(BASE64Enc
oder) Class.forName(sun.misc.BASE64Encoder).newInstance();
[javac] ^
[javac]
C:\apache-ant-1.7.1\src\org\dspace\app\oai\DIDLCrosswalk.java:238: w
arning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed
in a fu
ture release
[javac] BASE64Encoder
encoder=(BASE64Enc
oder) Class.forName(sun.misc.BASE64Encoder).newInstance();
[javac]^
[javac] C:\apache-ant-1.7.1\src\org\dspace\browse\Browse.java:438:
warning:
non-varargs call of varargs method with inexact argument type for last
parameter
;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress
th
is warning
[javac] new String[] { browseTables[i] });
[javac] ^
[javac] C:\apache-ant-1.7.1\src\org\dspace\core\PluginManager.java:309:
warn
ing: non-varargs call of varargs method with inexact argument type for
last para
meter;
[javac] cast to java.lang.Class for a varargs call
[javac] cast to java.lang.Class[] for a non-varargs call and to suppress
thi
s warning
[javac] String names[] =
(String[])pluginClass.getMe
thod(getPluginNames, null).
[javac]
^
[javac] C:\apache-ant-1.7.1\src\org\dspace\core\PluginManager.java:310:
warn
ing: non-varargs call of varargs method with inexact argument type for
last para
meter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress
th
is warning
[javac]invoke(null,
null
);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
[javac] 6 warningsBUILD FAILED
C:\apache-ant-1.7.1\build.xml:125: Compile failed; see the compiler error
output
 for details.Total time: 4 seconds
C:\apache-ant-1.7.1 Can anyone help me? Thanks Islam Ahmad

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

---End Message---
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] (no subject)

2009-03-05 Thread Islam Ahmad
Respected Sir/Madam I have downloaded dspace 1.4 source package,
PosgreSql 8.4 advanced server and Apache Tomcat 6.0 server. Sir I have
the problem to install DSpace. I dont have the same directory structure
as given in help pages.I am using windows. Please help me. ThanksIslam
Ahmad

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech