Re: [Dspace-tech] registering new user problem in DSpace 1.4

2009-03-05 Thread Allen Lam
Hi Vijay,

Your quoted lines do not record the happening of java exceptions so that 
it is not useful.

You should repeat your action to create the error in dspace. Then 
immediately view the tail of your tomcat log file. The error should 
normally be recorded with date and time as a stack trace in 
catalina.out. If not, look into other tomcat log files for the stack trace.

If there is no logging of the error, there can be non-standard 
configuration in your tomcat that prevented it from recording 
exceptions. Fix your tomcat first.

Regards,
Allen Lam.
HKU Hub Administrator, http://hub.hku.hk


Vijay Shrestha wrote:
> Hi all,
> I am sending the formation of catalina.out where I can not see things 
> regarding my query. The log information is as
> Mar 3, 2009 3:32:25 PM org.apache.catalina.core.AprLifecycleListener 
> lifecycleEvent
> INFO: The Apache Tomcat Native library which allows optimal performance 
> in production environments was not found on the java.library.path: 
> /opt/tomcat/jdk1.5.0_07/jre/lib/i386/client:/opt/tomcat/jdk1.5.0_07/jre/lib/i386:/opt/tomcat/jdk1.5.0_07/jre/../lib/i386
> Mar 3, 2009 3:32:25 PM org.apache.coyote.http11.Http11BaseProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> Mar 3, 2009 3:32:25 PM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 2763 ms
> Mar 3, 2009 3:32:26 PM org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> Mar 3, 2009 3:32:26 PM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
> Mar 3, 2009 3:32:26 PM org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> Mar 3, 2009 3:32:27 PM org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive ROOT.war
> Mar 3, 2009 3:32:29 PM org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive dspace.war
> Mar 3, 2009 3:32:31 PM org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive dspace-oai.war
> Mar 3, 2009 3:32:33 PM org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> Mar 3, 2009 3:32:34 PM org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009 
> Mar 3, 2009 3:32:34 PM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/55  config=null
> Mar 3, 2009 3:32:34 PM org.apache.catalina.storeconfig.StoreLoader load
> INFO: Find registry server-registry.xml at classpath resource
> Mar 3, 2009 3:32:34 PM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 9455 ms
> 
> 
> On Tue, Mar 3, 2009 at 1:14 PM, Allen Lam  > wrote:
> 
> Hi Vijay,
> 
> It seems you've been locked by the problem for a long time.
> As some other people suggested earlier, the first step of solving
> your problem is to look into tomcat's log file "catalina.out".
> 
> You said you could not find anything inside catalina.out related to
> your problem. That's the problem: hints are there but you cannot see
> it. You should capture the related error log messages and find
> someone to help you interpret the log. Many people reading this
> mailing list are potential helpers if you could provide useful
> information to start thinking.
> 
> Forget the "Internal System Error" message. It sweeps dust under the
> carpet. It is no use for debugging.
> 
> Welcome your further queries.
> 
> Regards,
> Allen Lam.
> HKU Hub Administrator, http://hub.hku.hk
> - Show quoted text -
> 
> 
> 
> Vijay Shrestha wrote:
> 
> I configured locally DSpace 1.4 in the debian etch 4.0. I am
> also able to relocate the repository location to other location
> by configuring smbmount
> from the responses of DSpace-general. Now,  I tried to I
> register new user in order to maintain different collection as
> my institution is holding
> different digital collections and each collection is assigned to
> different  person. But I am not able to add new user. The DSpace
> shows internal error
> while registering new user. The error is as below
> "Internal System Error
> The system has experienced an internal error. Please try to do
> what you were doing again, and if the problem persists, please
> contact us so we can fix the problem."
> Here in "contact us" there is my email address as I allow myself
> as administrator.
> I went through the DSpace manual as well. I did not find the
> location of xmlui.user.registration in configuration file.
> Please help me on this query
> I am looking forward your kind response.
> 
> Regards
> vijay
> 
> 
> 
> 
> 
> 
> -- 
> With Regards,
> Vijay Kumar Shrestha
> 


-

Re: [Dspace-tech] registering new user problem in DSpace 1.4

2009-03-03 Thread Vijay Shrestha
Hi all,
I am sending the formation of catalina.out where I can not see things
regarding my query. The log information is as
Mar 3, 2009 3:32:25 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
/opt/tomcat/jdk1.5.0_07/jre/lib/i386/client:/opt/tomcat/jdk1.5.0_07/jre/lib/i386:/opt/tomcat/jdk1.5.0_07/jre/../lib/i386
Mar 3, 2009 3:32:25 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Mar 3, 2009 3:32:25 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2763 ms
Mar 3, 2009 3:32:26 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 3, 2009 3:32:26 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
Mar 3, 2009 3:32:26 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 3, 2009 3:32:27 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive ROOT.war
Mar 3, 2009 3:32:29 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive dspace.war
Mar 3, 2009 3:32:31 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive dspace-oai.war
Mar 3, 2009 3:32:33 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Mar 3, 2009 3:32:34 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Mar 3, 2009 3:32:34 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/55  config=null
Mar 3, 2009 3:32:34 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Mar 3, 2009 3:32:34 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9455 ms


On Tue, Mar 3, 2009 at 1:14 PM, Allen Lam  wrote:

> Hi Vijay,
>
> It seems you've been locked by the problem for a long time.
> As some other people suggested earlier, the first step of solving your
> problem is to look into tomcat's log file "catalina.out".
>
> You said you could not find anything inside catalina.out related to your
> problem. That's the problem: hints are there but you cannot see it. You
> should capture the related error log messages and find someone to help you
> interpret the log. Many people reading this mailing list are potential
> helpers if you could provide useful information to start thinking.
>
> Forget the "Internal System Error" message. It sweeps dust under the
> carpet. It is no use for debugging.
>
> Welcome your further queries.
>
> Regards,
> Allen Lam.
> HKU Hub Administrator, http://hub.hku.hk- Show quoted text -
>
>
>
> Vijay Shrestha wrote:
>
>> I configured locally DSpace 1.4 in the debian etch 4.0. I am also able to
>> relocate the repository location to other location by configuring smbmount
>> from the responses of DSpace-general. Now,  I tried to I register new user
>> in order to maintain different collection as my institution is holding
>> different digital collections and each collection is assigned to different
>>  person. But I am not able to add new user. The DSpace shows internal error
>> while registering new user. The error is as below
>> "Internal System Error
>> The system has experienced an internal error. Please try to do what you
>> were doing again, and if the problem persists, please contact us so we can
>> fix the problem."
>> Here in "contact us" there is my email address as I allow myself as
>> administrator.
>> I went through the DSpace manual as well. I did not find the location of
>> xmlui.user.registration in configuration file. Please help me on this query
>> I am looking forward your kind response.
>>
>> Regards
>> vijay
>>
>
>
>


-- 
With Regards,
Vijay Kumar Shrestha
--
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


Re: [Dspace-tech] registering new user problem in DSpace 1.4

2009-03-02 Thread Claudia Jürgen
Hi Vijay,

the "internal error" is of no use without detailed information, better 
post the stack trace.

An educated guess, check your email settings in dspace.cfg and make sure 
you are able to send emails.

Furthermore if you are using 1.4 with Manakin  it might be better to 
upgrade to the latest release in which Manakin is integrated as the xmlui.

Hope that helps

Claudia Jürgen



Vijay Shrestha schrieb:
> I configured locally DSpace 1.4 in the debian etch 4.0. I am also able to
> relocate the repository location to other location by configuring smbmount
> from the responses of DSpace-general. Now,  I tried to I register new user
> in order to maintain different collection as my institution is holding
> different digital collections and each collection is assigned to different
> person. But I am not able to add new user. The DSpace shows internal error
> while registering new user. The error is as below
> "Internal System Error
> The system has experienced an internal error. Please try to do what you were
> doing again, and if the problem persists, please contact us so we can fix
> the problem."
> Here in "contact us" there is my email address as I allow myself as
> administrator.
> I went through the DSpace manual as well. I did not find the location of
> xmlui.user.registration in configuration file. Please help me on this query
> I am looking forward your kind response.
> 
> Regards
> vijay
> 
> 
> 
> 
> 
> --
> 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

--
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


Re: [Dspace-tech] registering new user problem in DSpace 1.4

2009-03-02 Thread Allen Lam
Hi Vijay,

It seems you've been locked by the problem for a long time.
As some other people suggested earlier, the first step of solving your 
problem is to look into tomcat's log file "catalina.out".

You said you could not find anything inside catalina.out related to your 
problem. That's the problem: hints are there but you cannot see it. You 
should capture the related error log messages and find someone to help 
you interpret the log. Many people reading this mailing list are 
potential helpers if you could provide useful information to start thinking.

Forget the "Internal System Error" message. It sweeps dust under the 
carpet. It is no use for debugging.

Welcome your further queries.

Regards,
Allen Lam.
HKU Hub Administrator, http://hub.hku.hk


Vijay Shrestha wrote:
> I configured locally DSpace 1.4 in the debian etch 4.0. I am also able 
> to relocate the repository location to other location by configuring 
> smbmount
> from the responses of DSpace-general. Now,  I tried to I register new 
> user in order to maintain different collection as my institution is holding
> different digital collections and each collection is assigned to 
> different  person. But I am not able to add new user. The DSpace shows 
> internal error
> while registering new user. The error is as below
> "Internal System Error
> The system has experienced an internal error. Please try to do what you 
> were doing again, and if the problem persists, please contact us so we 
> can fix the problem."
> Here in "contact us" there is my email address as I allow myself as 
> administrator.
> I went through the DSpace manual as well. I did not find the location of 
> xmlui.user.registration in configuration file. Please help me on this query
> I am looking forward your kind response.
> 
> Regards
> vijay



--
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