Featured Posts

Integrating GlassFish Application server with Apache... A typical production topology for GlassFish will be a front ending GlassFish with Apache for serving the static files. To integrate GlassFish Application Server with Apache web server follow the below...

Readmore

Some Java, JEE and WebSphere stuffs Rss

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

Posted by Albin Joseph | Posted in WebSphere, Websphere Process Server / Integration Developer | Posted on 24-04-2008

0

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4.00 out of 5)
482 views

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/Bookmark

Read More

Write a comment