com.ibm. websphere.management.exception. AdminException: Configuration.MissingValidFrom

One more exception from WebSphere Integration Developer. This error comes when we try to deploy a business integration module from WID. The exception stacktrace is

SystemErr     R com.ibm.websphere.management.exception.AdminException: Configuration.MissingValidFrom
	at com.ibm.bpe.processarchive.ProcessServerTask.throwAdminException(ProcessServerTask.java:851)
	at com.ibm.bpe.processarchive.SCDLProcessComponentConfigureTask.getBPELContext(SCDLProcessComponentConfigureTask.java:257)
	at com.ibm.bpe.processarchive.SCDLProcessComponentConfigureTask.populateBpcDeploymentExtension(SCDLProcessComponentConfigureTask.java:675)
	at com.ibm.bpe.processarchive.SCDLProcessComponentConfigureTask.performTask(SCDLProcessComponentConfigureTask.java:153)
	at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:253)
	at java.lang.Thread.run(Thread.java:570)

I did a search on this exception I could find a fix from IBM. The fix is mentioned below.

Open the Server view in WID and then double click on the Test Server instance. Next uncheck the box for “Enable Automatic Publishing”
and then click save. Next stop and restart the server. Finally, deploy the project when it is ready.

In my WebSphere Integration Developer, the automatic publishing was already turned off. Anyways to fix the problem I stopped my server, cleaned (Project - Clean) the workspace and restarted the server. Now when I added the project to the server, without any issues the project got added successfully to the server.

Share/Save/Bookmark

If you enjoyed this post, make sure you subscribe to my RSS feed!