Thursday 16 June 2016

Unable to start SOA Managed server - Server is Running in Development Mode and Native Library(terminalio) to read the p assword securely from commandline is not found.

When I tried to start SOA Managed server, it prompted for username. Once I entered the username it is throwing the following below error and terminated

<Jun 16, 2016 3:30:32 PM IST> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
Enter username to boot WebLogic server:weblogic
<Jun 16, 2016 3:30:38 PM IST> <Error> <Security> <BEA-090783> <Server is Running in Development Mode and Native Library(terminalio) to read the p
assword securely from commandline is not found.>
<Jun 16, 2016 3:30:38 PM IST> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
<Jun 16, 2016 3:30:38 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
Solution: Problem with the JRE path Please look at the reference  https://community.oracle.com/thread/934173?tstart=0

As an alternative you can provide username and password in startManagedWebLogic.cmd file
As
set WLS_USER=weblogic

set WLS_PW=weblogic1

Thursday 9 June 2016

Jdeveloper hangs on wsil connection creation

In JDeveloper 11g if we try to create of test the WSIL connection with wrong detail of URL, username or password, JDeveloper hangs.

Make sure that to provide the correct details of URL, username and password while creating the WSIL connection

To verify the URL, access the same URL in a browser. Provide username and password when it prompts. If you see the response then the URL works fine.

You can see the result like this:

WSIL result when you browse

Note: The URL http://localhost:7001/inspection.wsil is a path that works for the Oracle
SOA Suite 11g environment

JDeveloper will not start and hungs

One of the best solution for this to get resolved..
When you have problem with JDeveloper like not starting or crashing
Delete JDeveloper's system directory from JDeveloper home directory

The default location for JDeveloper home directory will be:
 XP; C:\Documents and Settings\username\Application Data\JDeveloper\
 Windows 7: C:\Users\<username>\AppData\Roaming\JDeveloper\

 Under the JDeveloper home directory you can see a directory named as systemxx.x.x.xx...
Ex : system11.1.1.7.40.64.93 (for JDeveloper 11.1.1.7.0)

First close the JDeveloper and delete the system directory. then after start JDeveloper again, JDeveloper will recreate a new fresh one.
Note: All your JDeveloper settings will be lost on deleting the system directory !!!!

System directory contains the JDeveloper custom settings, if you delete this directory it wont impact your work folder (projects).