-
This version contains a new installer GUI that should address a lot of the confusion about creating a war file to deploy on Tomcat or Geronimo.
2009-12-10 05:19:46 UTC in Open Applicant
-
robmeadows made 1 file-release changes.
2009-12-10 05:16:01 UTC in Open Applicant
-
robmeadows made 1 file-release changes.
2009-12-10 05:10:03 UTC in Open Applicant
-
robmeadows added tpbuck to the Open Applicant project.
2009-11-12 00:09:32 UTC in Open Applicant
-
We just started seeing this Exception in our environment. Any pointers on where we might start looking for a cause? It was working at one point previously.
Caused by: java.lang.NullPointerException
at com.vmware.vim25.ws.XmlGen.toXML(XmlGen.java:591)
at com.vmware.vim25.ws.XmlGen.toXML(XmlGen.java:610)
at com.vmware.vim25.ws.XmlGen.toXML(XmlGen.java:677)
at...
2009-10-18 23:06:51 UTC in VMware Infrastructure Java API
-
robmeadows made 1 file-release changes.
2009-08-14 00:40:01 UTC in Open Applicant
-
robmeadows made 2 file-release changes.
2009-08-14 00:39:01 UTC in Open Applicant
-
robmeadows made 1 file-release changes.
2009-08-14 00:18:02 UTC in Open Applicant
-
We are working on packaging up the fix for this in the installer, but in the meantime you can work around this problem by running the following in mysql after installing:
use openapplicant;
alter table company add facilitator_pass varchar(255);
alter table company add protocol integer;
alter table company add facilitator_url varchar(255);
alter table company add facilitator_user...
2009-08-13 23:36:32 UTC in Open Applicant