(SBT) - SSLPeerUnverifiedException: peer not authenticated

This is a prerelease version for Java 7's JDK. I decided to install an actual released version to see if this would solve my problem but the installer would only work on OS X Lion. I have snow leopard still (Bummer!!). So, I reverted to a JDK 6 version on my OS and retried it.

INSTALL VIEW XAVIEWS FOR ORACLE IDENTITY MANAGER INSTALL

Error: XATRANS Views are not installed on this Database. This is required by the OIM Schema Action: Install view XAVIEWS as SYS user on this Database. Refer to the Oracle Database Release Documentation for installation details.

JDBC OCI : no ocijdbc11 in java.library.path

I was task to create a web based password change utility application recently. The database server is oracle. Oracle offers a way to do this through its OCI APIs. Code snippet using JDBC and OCI:

CANNOT CREATE JDBC DRIVER OF CLASS

I was testing out springframework's jdbc with apache's dbcp when I came across the exception Cannot create JDBC driver of class 'oracle.jdbc.driver.OracleDriver' for connect URL 'jdbc:ORACLE:thin:localhost:1521:orcl'

Checking a port listening on linux machine

If you're troubleshooting a service that you know is running normally the next step is to make sure it's listening to the right network port. Here some commands that can help you.

Pack and Unpack Command in Oracle Weblogic

Weblogic Domains containing manage servers can be extended to different servers. To do this, weblogic comes with the pack and unpack tools. The pack command creates a template archive (.jar) file that contains a snapshot of either an entire domain or a subset of a domain. You can use a templateā€¦

ERROR IN INVOKING TARGET 'INSTALL'

During a recent Oracle Report services installation on oracle linux 6, I received the following error : Error in invoking target 'install' of makefile '/<$MW_HOME>//sqlplus/lib/ins_sqlplus.mk'. See '//logs/install2015-06-10_12-23-15PM.log' for details.

Easy Java web services - JAXWS Deployments

One of the many things I like about Java 6 is definitely the introduction of web services to its APIs. I remember about two years ago when I was frustrated about working with flat files and wanted a way to run my client test files easily. I work with an application that interacts with otherā€¦

Cryptographic Message Syntax - Java

I had a requirement to secure a web service message by encrypting the actual elements contained in the payload. Cryptographic message syntax was the chosen standard we adopted. This article shows an example of this standard implemented in java.