Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve SplitsrcTargetPreparation exception in Oracle weblogic server?

I am trying to run a simple Restful web service example on oracle weblogic server . but i am getting this issue while run the project on server. Publishing to Oracle Weblogic server at localhost has encountered a problem.Runtime exception occurred in publish task 'SplitsrcTargetPreparation'. Have a look on screen sort.
What i have to do ?
enter image description here

like image 862
Anurag_BEHS Avatar asked Feb 11 '23 15:02

Anurag_BEHS


1 Answers

None of the other answers solved my problem, but I finally found a solution. I'm not claiming that this is the best or only way of resolving this issue, but it worked for me. Hope it helps others.

Open the Properties of your WebLogic server instance in Eclipse. Select Publishing. Set the publishing mode to "Publish as an exploded archive". You will no longer get a split source error.

enter image description here

like image 197
Mark Avatar answered Feb 13 '23 09:02

Mark