I have resolved this issue in different way.
First of all it was an integrated weblogic server and the error was coming exactly after security patches have been installed on my Windows XP machine.
To repair:
In JDeverloper go to "View"->"Application Server Navigotor"; select IntegratedWeblogicServer and open properties. We need Domain Directory. Domain Directory for the IntegratedWeblogicServer
is not located under "..:\Oracle\Middleware"
. By default it was placed (at least on my machine) under "C:\Documents and Settings\user name\Application Data\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\"
.
So copy entire modules folder from you Fusion Middleware home "..:\Oracle\Middleware\"
to "C:\Documents and Settings\user name\Application Data\JDeveloper\system11.1.2.1.38.60.81"
.
Restart integrated weblogic server.
It works for me ...
Good luck.