Hi Sanjib
For the local system try connecting these various ways:
http://202.141.81.17/xmlui
http://202.141.81.17
http://202.141.81.17:8080/jspui
http://202.141.81.17/jspui
Then tell us what works.
If none work then try:
http://202.141.81.17/manager/html
http://202.141.81.17:8080/manager/html
To setup logins, see:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05#Step_5.3:_Setup_Tomcat_admin_users
This will tell us if the Tomcat server is running.
If not then review:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05#Step_5.2:_Allow_Tomcat_to_listen_on_ports_.2280.22_and_.22443.22
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08
For email setup see:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S07
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S04#Email
Cheers
hg
On 26 April 2013 12:07, SanjibKumarDeka <[email protected]> wrote:
> Hi,
> I tried the links that you have provided and following are the outcomes:
>
> ========================================================================================
>
> [dspace@CENTRAL-LIBRARY root]$ /dspace/bin/dspace test-database
> INFO [main] (DSpaceKernelInit.java:52) - Created new kernel:
> DSpaceKernel:org.dspace:name=d702b596-4b84-455a-a7bb-bcd2333e7257,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null
> INFO [main] (ConfigurationManager.java:1224) - Loading from classloader:
> file:/dspace/config/dspace.cfg
> INFO [main] (ConfigurationManager.java:1224) - Using dspace provided log
> configuration (log.init.config)
> INFO [main] (ConfigurationManager.java:1224) - Loading:
> /dspace/config/log4j.properties
>
> Attempting to connect to database:
> - URL: jdbc:postgresql://localhost:5432/dspace
> - Driver: org.postgresql.Driver
> - Username: dspace
> - Password: xxxxxxxx
> - Schema:
>
> Testing connection...
> Connected successfully!
>
> [dspace@CENTRAL-LIBRARY root]$ /dspace/bin/dspace test-email
> INFO [main] (DSpaceKernelInit.java:52) - Created new kernel:
> DSpaceKernel:org.dspace:name=25506c50-f112-42f3-a638-a352e15bf51e,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null
> INFO [main] (ConfigurationManager.java:1224) - Loading from classloader:
> file:/dspace/config/dspace.cfg
> INFO [main] (ConfigurationManager.java:1224) - Using dspace provided log
> configuration (log.init.config)
> INFO [main] (ConfigurationManager.java:1224) - Loading:
> /dspace/config/log4j.properties
>
> About to send test email:
> - To: [email protected]
> - Subject: DSpace test email
> - Server: https://webmail.iitg.ernet.in
>
> Error sending email:
> - Error: javax.mail.MessagingException: Unknown SMTP host:
> https://webmail.iitg.ernet.in;
> nested exception is:
> java.net.UnknownHostException: https://webmail.iitg.ernet.in
>
> Please see the DSpace documentation for assistance.
>
> [dspace@CENTRAL-LIBRARY root]$
>
> =================================================================================
>
>
> I also tried the hostname <http://202.141.81.17:8080/xmlui> in the
> address bar, but it didn't open the dspace page, gives the message UNABLE
> TO CONNECT.
>
> kindly suggest please.
> Regards,
>
>
> On Fri, Apr 26, 2013 at 1:24 PM, Hilton Gibson <[email protected]>wrote:
>
>> Try this:
>> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S09
>> And this:
>> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S10
>>
>>
>>
>> On 26 April 2013 09:23, SanjibKumarDeka <[email protected]> wrote:
>>
>>> I mean how can I view the DSpace home page now.
>>>
>>>
>>> On Fri, Apr 26, 2013 at 12:51 PM, Hilton Gibson <[email protected]
>>> > wrote:
>>>
>>>> What is the "most waited page" ??
>>>>
>>>>
>>>> On 26 April 2013 08:41, SanjibKumarDeka <[email protected]> wrote:
>>>>
>>>>> Hi Hilton,
>>>>>
>>>>> As per you and other members suggestion, I have successfully edited
>>>>> the <dspace.cfg> and run successfully <mvn package> , <ant fresh_install>
>>>>> and created the administrator.
>>>>>
>>>>> Now please tell me what to do now to view the most waited dspace page.
>>>>>
>>>>> With regards,
>>>>> sanjib kumar deka
>>>>>
>>>>>
>>>>> On Fri, Apr 26, 2013 at 12:03 PM, Hilton Gibson <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Hi Sanjib
>>>>>>
>>>>>> Maybe these notes will help:
>>>>>> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S04#Server_Hostname
>>>>>> It seems with DSpace version 3 there are now tow places to define
>>>>>> these config parameters which can cause confusion.
>>>>>> Perhaps when a config database is used then things will get better.
>>>>>>
>>>>>> In my opinion, all DSpace needs to know are the database connection
>>>>>> parameters, then from there all other configs can be stored, just like
>>>>>> with
>>>>>> other LAMP stack webapps.
>>>>>>
>>>>>> Cheers
>>>>>>
>>>>>> hg
>>>>>>
>>>>>>
>>>>>> On 26 April 2013 06:52, SanjibKumarDeka <[email protected]> wrote:
>>>>>>
>>>>>>> Should I need to change the following, kindly suggest please.
>>>>>>>
>>>>>>> Regards,
>>>>>>> sanjib k deka
>>>>>>> ==================================================================
>>>>>>> # DSpace host name - should match base URL. Do not include port
>>>>>>> number.
>>>>>>> dspace.hostname = ${dspace.hostname}
>>>>>>>
>>>>>>> # DSpace base host URL. Include port number etc.
>>>>>>> dspace.baseUrl = ${dspace.baseUrl}
>>>>>>>
>>>>>>> # DSpace base URL. Include port number etc., but NOT trailing slash
>>>>>>> # Change to xmlui if you wish to use the xmlui as the default, or
>>>>>>> remove
>>>>>>> # "/jspui" and set webapp of your choice as the "ROOT" webapp in
>>>>>>> # the servlet engine.
>>>>>>> dspace.url = ${dspace.baseUrl}/xmlui
>>>>>>> ===================================================================
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Apr 25, 2013 at 7:25 PM, helix84 <[email protected]> wrote:
>>>>>>>
>>>>>>>> On Thu, Apr 25, 2013 at 3:47 PM, SanjibKumarDeka <[email protected]>
>>>>>>>> wrote:
>>>>>>>> > [java] Error:
>>>>>>>> > [java] - org.postgresql.util.PSQLException: FATAL: password
>>>>>>>> > authentication failed for user "dspace"
>>>>>>>>
>>>>>>>> You didn't list the correct database password (db.password) for
>>>>>>>> database user "dspace" (db.username) in
>>>>>>>> [dspace-source]/dspace/config/dspace.cfg.
>>>>>>>> Please note that after you fix it in the file I mentioned, you'll
>>>>>>>> have
>>>>>>>> to run "mvn package" again before you can run "ant fresh_install".
>>>>>>>>
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> ~~helix84
>>>>>>>>
>>>>>>>> Compulsory reading: DSpace Mailing List Etiquette
>>>>>>>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Try New Relic Now & We'll Send You this Cool Shirt
>>>>>>> New Relic is the only SaaS-based application performance monitoring
>>>>>>> service
>>>>>>> that delivers powerful full stack analytics. Optimize and monitor
>>>>>>> your
>>>>>>> browser, app, & servers with just a few lines of code. Try New Relic
>>>>>>> and get this awesome Nerd Life shirt!
>>>>>>> http://p.sf.net/sfu/newrelic_d2d_apr
>>>>>>> _______________________________________________
>>>>>>> DSpace-tech mailing list
>>>>>>> [email protected]
>>>>>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>>>>>> List Etiquette:
>>>>>>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Hilton Gibson*
>>>>>> Systems Administrator
>>>>>> JS Gericke Library
>>>>>> Room 1025C
>>>>>> Stellenbosch University
>>>>>> Private Bag X5036
>>>>>> Stellenbosch
>>>>>> 7599
>>>>>> South Africa
>>>>>>
>>>>>> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
>>>>>> http://library.sun.ac.za
>>>>>> http://scholar.sun.ac.za
>>>>>> http://ar1.sun.ac.za
>>>>>> http://aj1.sun.ac.za
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> *Hilton Gibson*
>>>> Systems Administrator
>>>> JS Gericke Library
>>>> Room 1025C
>>>> Stellenbosch University
>>>> Private Bag X5036
>>>> Stellenbosch
>>>> 7599
>>>> South Africa
>>>>
>>>> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
>>>> http://library.sun.ac.za
>>>> http://scholar.sun.ac.za
>>>> http://ar1.sun.ac.za
>>>> http://aj1.sun.ac.za
>>>>
>>>
>>>
>>
>>
>> --
>> *Hilton Gibson*
>> Systems Administrator
>> JS Gericke Library
>> Room 1025C
>> Stellenbosch University
>> Private Bag X5036
>> Stellenbosch
>> 7599
>> South Africa
>>
>> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
>> http://library.sun.ac.za
>> http://scholar.sun.ac.za
>> http://ar1.sun.ac.za
>> http://aj1.sun.ac.za
>>
>
>
--
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025C
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa
Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ar1.sun.ac.za
http://aj1.sun.ac.za
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette