Saturday, October 25, 2014

Jython error from websphere integration developer

Getting an error as below while running Jython script from websphere integration developer .

Unable to find a valid IP for host localhost



Double Click on server and change localhost to 127.0.0.1


Restart WID

Run Jython again





 

Wednesday, October 22, 2014

Deployment WID is giving error

While doing prepare  for deployment in websphere integration developer , if you are getting the following error  RMIC command failed on project.

Deploying ear
  Deployment from com.ibm.ws.sca.runtime.core.deployer.SCAJ2EEDeployer had errors: 

  RMIC command failed on project: with message:
Further details have  been recorded in the .log file in D:\workspaces\ \.metadata
  Deployment from com.ibm.wbiserver.runtime.core.v7.deployer.WSDeployer had errors: 

  Deployment from com.ibm.wbiserver.runtime.core.v7.deployer.WSDeployer had errors: 
    Web service deployer ignored Project     since the target runtime is unknown.
      Web service deployer ignored Project    since the target runtime is unknown.




Then go to Windows , Preferences , Search for WebSphere and then click the checkbox under Java EE , WebSphere Application Server to allow always run RMIC in a seperate process.
 

Thursday, October 2, 2014

Launching WID 7 Fix Pack 5 error

After installing Websphere Integration Developer  Fix pack 5.


Launching WID is giving error



 
 
In order to get rid of this error . Edit the file
"<WID_Install>/configuration/config.ini". Specify the value "org.eclipse.update.reconcile=true" at the end of the file.
 
 
And restart WID.
 
 
This value can be removed from 'config.ini' once WID has launched successfully.
 
 
 
 
 
Another way to get rid of this error is to first apply WID fix pack 4 on the top of WID 7 fix pack 1 , 2 or 3 as per your installation . And then apply fix pack 5 on top of that .