Showing posts with label weblogic12. Show all posts
Showing posts with label weblogic12. Show all posts

Sunday, November 15, 2015

WLS 12.2.1 QUICK installer ignores response file

I was trying to install fmw_12.2.1.0.0_wls_quick.jar using the usual command line:
/usr/java/jdk1.8.0_65/bin/java -jar /opt/install/fmw_12.2.1.0.0_wls_quick.jar -silent -logLevel finest -debug -responseFile /opt/install/installfmw1221.rsp -invPtrLoc /etc/oraInst.loc
in vain... it would keep saying "Oracle Home not found, using default /tmp/hsperfdata_wls122/wls1221 " even if there is a variable ORACLE_HOME=/opt/oracle/fmw1221 in my response file.

Then I run "/usr/java/jdk1.8.0_65/bin/java -jar /opt/install/fmw_12.2.1.0.0_wls_quick.jar –help" and I my attention is drawn on this statement:
-responseFile   
        Location of the response file containing input for OUI. Ignored by quick installers.



So... the right syntax for QUICK installer is:

/usr/java/jdk1.8.0_65/bin/java -jar /opt/install/fmw_12.2.1.0.0_wls_quick.jar -silent -logLevel finest -debug ORACLE_HOME=/opt/oracle/fmw1221 -invPtrLoc /etc/oraInst.loc



Sunday, November 20, 2011

What is new in Oracle WebLogic 12c?

so, what is new in weblogic 12c?

you can watch the recorded presentation join the launching webcast, I have managed to register only after giving up on my UK ZIP address and adopting a numbers-only one... tell me about US-centricity...


try also this link

and this link for the developer's cut

Here a detailed list of the new features.

In a nutshell:

* Java7 and JEE 6
* Oracle Traffic Director (Traffic Management)
* Much higher performance
* Integration with Oracle Public Cloud
* Integration with Oracle RAC
* TLS 1.2 (Transport Layer Security) support
* Much more compact code is required
* Oracle Virtual Assembly Builder for flexible Cloud configuration
* OEPE is still there
* Netbeans is there
* Maven easily builds WL12c artifacts
* "Light" WebLogic without EJB/JMS containers
* Fast Swap improved (hot redeploy of classes)
* Lightweight version to download (168 MB)

* More support for Dependency Injection

here the slides: