1

mvn install sakai:deploy is running successfully but at run time it gives error

org.sakaiproject.portal.api.PortalHandlerException:
java.lang.IllegalArgumentException: Unable to find registered context for tool with ID sakai.employee at org.sakaiproject.portal.charon.SkinnableCharonPortal.doGet(SkinnableCharonPortal.java:862) caused by: java.lang.IllegalArgumentException: Unable to find registered context for tool with ID sakai.employee at ... (check the revision history for full stacktrace)

Bogdan Emil Mariesan
  • 5,529
  • 2
  • 33
  • 57
aat
  • 31
  • 3

1 Answers1

1

Check catalina.out for errors when you start Tomcat.

The tool web app has not started up.

You'll need to resolve those errors before the tool will load.

Stephan
  • 41,764
  • 65
  • 238
  • 329
Steve Swinsburg
  • 592
  • 2
  • 14