Kuali Foundation open source software is a suite of open source enterprise-level software that allows institutions of higher education to achieve the goals of lower costs and operational control through open source collaboration software free of licensing fees, and is specifically designed by college and university partners to meet their own needs.
Questions tagged [kuali]
15 questions
8
votes
1 answer
Extending Kuali Document Business Object
I am facing an issue with extended attributes on a document (trying to extend a document table). I created the original table’s PK (FDOC_NBR) in the extended table and linked the two via a foreignKey of the customized original table’s ojb entry (as…

Ailish Byrne
- 83
- 2
7
votes
2 answers
Maven - deploy:deploy-file over series of files within ${project.build.directory} (target/)
Quick briefing on my situation - I'm working on a code base that has JAX-WS annotated interfaces/classes that we generate code-first wsdls from. We are using CXF's cxf-java2ws-plugin to generate wsdls at build time within maven for inclusion within…

whaley
- 16,075
- 10
- 57
- 68
4
votes
4 answers
Io exception: Oracle Error ORA-12650 after upgrading Oracle to 12g
After our Oracle DB was upgraded from 11g to 12g we got the stacktrace below about Io exception: Oracle Error ORA-12650. How can I resolve this issue?
2015-10-26 14:59:36,319 [RMI TCP Connection(2)-127.0.0.1] u:/d: ERROR org.enhydra.jdbc.xapool -…

EGHM
- 2,144
- 23
- 37
3
votes
1 answer
kuali - ORA-01017: invalid username/password; logon denied
When I Execute the below command:
mvn -X validate -Pks-db,oracle -Dks.impex.url=jdbc:oracle:thin:@kuali.localdomain:1521:DB11G -Dks.impex.dba.password=Oracle123
I get the below exception:
Failed to execute goal…

Gaurav Bhaskar
- 195
- 2
- 4
- 18
3
votes
0 answers
How to implement a policy for purging documents from Kuali Financial System (KFS)?
Is it possible to logically remove documents based on a date?
Currently the Kuali Financial System does not have a built in mechanism for purging or archiving documents. They all remain in their respective tables once created, including…

siddarth
- 131
- 3
3
votes
2 answers
Batch Process Test_Bib_Import fails on OLE 1.5.2.1 installation
After upgrading to OLE 1.5.2.1 when I try to upload a local MARC .mrc-file via batch process I get the following error:
Batch process Failed for profile :: Test_Bib_Import
The same exact file worked fine in OLE 1.5.0-M2
Catalina.out contains the…

inku
- 31
- 2
2
votes
1 answer
Kuali Rice remote API: removePrincipalFromRole failing silently
I'm working in a Grails application that uses a remote Rice 2.3.6 (embedded in Kuali Coeus 5.2.1) as an IAM backend. Many aspects of this are successful! But this one is not:
org.kuali.rice.kim.api.role.RoleService…

Dan Percival
- 293
- 2
- 8
2
votes
1 answer
HTTP Status 404 - /ks-with-rice-bundled/kew/ActionList.do
On Front End below screen comes up when we enter into kuali Student login UI with admin/admin account.
HTTP Status 404 - /ks-with-rice-bundled/kew/ActionList.do
type Status report
message /ks-with-rice-bundled/kew/ActionList.do
description The…

Gaurav Bhaskar
- 195
- 2
- 4
- 18
2
votes
1 answer
How to resolve missing class org.slf4j.helpers.MarkerIgnoringBase when building Kuali Student
When building Kuali Student from https://github.com/kuali-student/ks-development using the command mvn -skipTests=true -Dmaven.failsafe.skip=true clean install I recieve the following error:
[INFO] Reactor Summary:
[INFO]
[INFO] KS DB…

EGHM
- 2,144
- 23
- 37
2
votes
1 answer
how to deploy kuali CM in tomcat?
I've been installing the kuali curriculum management system by following the quickstart guide given HERE.
I've successfully done everything but I'm unable to deploy the application in tomcat.
I've never really used tomcat before so can anybody…

asamolion
- 828
- 2
- 12
- 24
2
votes
1 answer
svn - checkout error from Kuali Student
I'm installing the Kuali Student Curriculum Management system on my PC. I've installed and set up all the prerequisites like maven, oracle, svn etc.
but when I load the kuali student bundled data as it says HERE.
I execute this command
svn co…

asamolion
- 828
- 2
- 12
- 24
2
votes
1 answer
Any way to speed up this MySQL query?
The query below runs quickly when the "FROM" clause has only a single account number (a.account_nbr) and a single object code (a.fin_object_cd), but when I modify the query so that the FROM clause has a range of account numbers and a range of object…

Doug Davis
- 65
- 6
1
vote
1 answer
In Kuali Coeus, How can I add a new filed to the proposal development?
I want to add a new field to the proposal development, and it should be mandatory one, how can I add it? is it enough to add it to the data dictionary?
Thanks in advance

Dev Maillano
- 21
- 1
- 8
1
vote
0 answers
Error while Implementing Kuali Curriculum Management
I am following this link to get this Kuali Project Done.
However i am getting below error while running below command:
mvn validate -Pks-db,oracle -Dks.impex.url=jdbc:oracle:thin:@:: -Dks.impex.dba.password=

Gaurav Bhaskar
- 195
- 2
- 4
- 18
0
votes
1 answer
How to fix Kuali startup error Could not resolve placeholder 'datasource.url'?
How to fix Kuali startup error Could not resolve placeholder 'datasource.url'?
On startup I am getting an error which keeps Kuali from starting.
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name…

EGHM
- 2,144
- 23
- 37