I am having jdeveloper 11.1.1.6. I created domain named "jdev_domain" successfully. I created simple application in jdeveloper and deploy it using integratedweblogicserver.The deployment finished successfully. But while I am running that application it throws following error:
The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
The extensions log is:
Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\was\com.ibm.ws.admin.client_7.0.0.jar not found. Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\was\com.ibm.ws.ejb.thinclient_7.0.0.jar not found. Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\was\com.ibm.ws.jpa.thinclient_7.0.0.jar not found. Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\was\com.ibm.ws.orb_7.0.0.jar not found. Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\was\ejb3exceptions.jar not found. Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\was\ibmorb.jar not found. Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\was\oracle.webservices.standalone.client.jar not found. Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\was\tools.jar not found. Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\was\wsclient_extended.jar not found.
Eventhough there is errorlog, as I am beginner I don't know how to solve it. Please solve my issue.