Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to validate Weblogic domain" - Oracle Enterprise Pack

I have been facing the "Unable to validate Weblogic domain" issue from OEPE for last 2 days. I have tried (a) downloading and installing different versions of OEPE ; (b) Using Eclipse and Oracle Weblogic separately ; outside of OEPE etc

It used to work previously and then one day last week, my system shut down unexpectedly and since then I am not able to get Eclipse (irrespective of version) and Weblogic to work together.

I have moved on to using Jboss for the time being. But since my production environment is Weblogic and I would like to use Weblogic for development purposes as well, I am trying to get this issue resolved.

I did search the Oracle and other communities and somebody mentioned its because of difference in java version and to add -Dsun.lang.ClassLoader.allowArraySyntax=true

in eclipse.ini. My eclipse.ini already has this statement and I still face the issue.Please help.

like image 818
user3594089 Avatar asked Aug 02 '14 14:08

user3594089


People also ask

How do I add a domain to WebLogic?

From the Start menu select Programs -> BEA WebLogic Platform 8.1 -> Configuration Wizard. This will launch the tool. From the first screen, select Create a new WebLogic configuration and then click Next. From the list of Configuration Templates select Basic WebLogic Server Domain.

What is Oracle WebLogic domain?

What Is a Domain? An Oracle WebLogic Server administration domain is a logically related group of Oracle WebLogic Server resources. Domains include a special Oracle WebLogic Server instance called the Administration Server, which is the central point from which you configure and manage all resources in the domain.

What is WebLogic Server Enterprise Edition?

Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE.

What is domain server in WebLogic?

What Is a Domain? A domain is the basic administration unit for WebLogic Server instances. A domain consists of one or more WebLogic Server instances (and their associated resources) that you manage with a single Administration Server.


1 Answers

Iam not the person who answers this question. But the comment above is the answer for this question and it worked for me too. Below is the solution.

I finally got the resolution for this issue. Actually the full credit goes to my colleague, who resolved this bugging bug. Since it drove me crazy, decided that I would spare others from the same experience First of all, there were no errors in any of the logs. Server was starting up but Eclipse did not recognize it as such. And here is the resolution : Go to Window Tab -> Preferences -> General -> Network Connections Change the Active provider to "Direct". The default is usually Native. and that's it. Close and restart eclipse.

like image 125
developer Avatar answered Nov 15 '22 06:11

developer