[Building Sakai] getting error on sakai 2.9.1 NoClassDefFoundError: org/sakaiproject/portal/util/ErrorReporter

Ismail Naik ismail.n at in.uaeexchange.com
Thu Jan 1 22:55:08 PST 2015


Hi, 

 

Yeah we can place it shared folder, but try in the following folder if
problem persist,

 

CATALIN_HOME/lib

Or

CATALIN_HOME/commons/lib

 

 

Thanks & Regards

Ismail N. - IT Department

Xm Software Solutions Pvt Ltd | SKCL | CENTRAL SQUARE- 1

CIPET Road | Thiru-Vi-Ka  Industrial  Estate| Guindy | Chennai- 600032.

TEL: 044-30464899 | FAX: 044-30464861| 

Ext:613

 <mailto:ismail.n at in.uaeexchange.com> ismail.n at in.uaeexchange.com

 

From: Pravin G [mailto:praving at leotechnosoft.net] 
Sent: 02 January 2015 11:28
To: 'Ismail Naik'; sakai-dev at collab.sakaiproject.org
Subject: RE: [Building Sakai] getting error on sakai 2.9.1
NoClassDefFoundError: org/sakaiproject/portal/util/ErrorReporter

 

Hey Ismail,

 

Thank u for prompt reply .I have downloaded that
sakai-portal-util-2.9.0-rc03.jar  file, one thing want to confirm , we have
/shared/lib folder in tomcat, so will it be fine if we put this jar in
/shared/lib ?

 

Thanks,

-

Pravin

 

 

From: Ismail Naik [mailto:ismail.n at in.uaeexchange.com] 
Sent: 02 January 2015 10:28
To: 'Pravin G'; sakai-dev at collab.sakaiproject.org
Subject: RE: [Building Sakai] getting error on sakai 2.9.1
NoClassDefFoundError: org/sakaiproject/portal/util/ErrorReporter

 

Hi,

 

This is might be related to jar issue, find the jar download and placed it
in lib folder of your application server/webserver

 

org/sakaiproject/portal/util/ErrorReporter

 


Download sakai-portal-util-2.9.0-rc03.jar


	



Files contained in sakai-portal-util-2.9.0-rc03.jar: 

META-INF/MANIFEST.MF
META-INF/maven/org.sakaiproject.portal/sakai-portal-util/pom.properties
META-INF/maven/org.sakaiproject.portal/sakai-portal-util/pom.xml
org.sakaiproject.portal.util.BufferedServletResponse.class
org.sakaiproject.portal.util.ByteArrayServletResponse.class
org.sakaiproject.portal.util.ErrorReporter.class
org.sakaiproject.portal.util.ServletByteOutputStream.class
org.sakaiproject.portal.util.ToolURLManagerImpl.class
org.sakaiproject.portal.util.URLUtils.class
portal-util.properties
portal-util_ar.properties
portal-util_ca.properties
portal-util_es.properties
portal-util_eu.properties
portal-util_fr_CA.properties
portal-util_fr_FR.properties
portal-util_fr_FR_UPMC.properties
portal-util_ja.properties
portal-util_ko.properties
portal-util_mn.properties
portal-util_nl.properties
portal-util_pt_BR.properties
portal-util_pt_PT.properties
portal-util_sv.properties
portal-util_tr_TR.properties
portal-util_vi.properties
portal-util_zh_CN.properties
portal-util_zh_TW.properties
portal_util_ru.properties

 

 

 

Thanks & Regards

Ismail N. - IT Department

Xm Software Solutions Pvt Ltd | SKCL | CENTRAL SQUARE- 1

CIPET Road | Thiru-Vi-Ka  Industrial  Estate| Guindy | Chennai- 600032.

TEL: 044-30464899 | FAX: 044-30464861| 

Ext:613

 <mailto:ismail.n at in.uaeexchange.com> ismail.n at in.uaeexchange.com

 

From: sakai-dev-bounces at collab.sakaiproject.org
[mailto:sakai-dev-bounces at collab.sakaiproject.org] On Behalf Of Pravin G
Sent: 01 January 2015 12:24
To: sakai-dev at collab.sakaiproject.org
Subject: [Building Sakai] getting error on sakai 2.9.1 NoClassDefFoundError:
org/sakaiproject/portal/util/ErrorReporter

 

Hi All,

 

I am getting below error on sakai 2.9.1 many times and sakai application
gets stop .

 

javax.servlet.ServletException: Servlet execution threw an exception

                at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:328)

                at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:210)

                at
org.sakaiproject.util.RequestFilter.doFilter(RequestFilter.java:695)

                at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:243)

                at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:210)

                at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:224)

                at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:169)

                at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase
.java:472)

                at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168
)

                at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)

                at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)

                at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:118)

                at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)

                at
org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:200)

                at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(Abstrac
tProtocol.java:579)

                at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:
307)

                at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.ja
va:886)

                at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:9
08)

                at java.lang.Thread.run(Thread.java:619)

Caused by: java.lang.NoClassDefFoundError:
org/sakaiproject/portal/util/ErrorReporter

                at
org.sakaiproject.portal.charon.SkinnableCharonPortal.doThrowableError(Skinna
bleCharonPortal.java:377)

                at
org.sakaiproject.portal.charon.SkinnableCharonPortal.doGet(SkinnableCharonPo
rtal.java:921)

                at
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)

                at
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)

                at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:305)

 

 

I know this NoClassDefFoundError belongs to unable to find class at runtime
in classpath. But How can I resolve it.

 

Can anyone give idea how to resolve this issue.

 

Thanks,

-

Pravin

 

 

 

Disclaimer: This communication is intended solely for the use of the
individual or entity to whom it is addressed and others authorized to
receive it. It may contain confidential or legally privileged information.
If you are not the intended recipient, you are hereby notified that any
disclosure, copying, distribution, or action taken in reliance upon the
information is strictly prohibited and is unlawful. If you have received
this communication by error, please notify us immediately by responding to
this email before deleting it from your system. UAE Exchange cannot be held
responsible for the improper or incomplete transmission of information
contained in this communication, or for any delay in its receipt. 
Warning: Internet communication cannot be guaranteed to be timely, secure,
error-free or virus-free. It is the responsibility of the recipient to
ensure that this email and its attachments, if any, are free from viruses.
UAE Exchange doesn't accept liability for any damage that may result from
viruses transmitted through this email. 
Please be informed that as per UAE Exchange Information Security policy, we
will never request you to disclose your Account Number, Credit Card
Information, User ID, Personal Identification Number (PIN), Telephone
Identification Number (TIN), Password or any such information through
e-mails or phone. 
Any e-mail or written communication received by you, which appears to have
been sent from UAE Exchange seeking your personal & confidential
information, should not be answered but advised to UAE Exchange at
info.sec at uaeexchange.com. 
For further assistance email us at info.sec at uaeexchange.com. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20150102/d4b65a14/attachment.html 


More information about the sakai-dev mailing list