Arjan's Oracle knowledge

This blog contains my knowledge about Oracle Database/Application Server/Linux/Shell scripting

Monday, March 7, 2016

test multicast with jboss

›
https://access.redhat.com/solutions/123073 Did this post help you in any way can you please leave a comment? This will motivate me writing...
21 comments:
Tuesday, November 11, 2014

solr and alfresco integration on jboss eap 6

›
When configuring solr with alfresco on jboss there is a lot of certificate bullshit. I was hitting the error: ERROR | [ServerService Threa...
8 comments:
Wednesday, January 22, 2014

jboss EAP 6.2.0 Remote JMX monitoring in domain mode

›
In the domain.xml of the domain controller the profile of the server should contain the following:                                       ...
4 comments:
Tuesday, December 17, 2013

jboss EAP 6.2.0 Test datasource in the Jboss CLI

›
/host=[hostname]/server=[servername]/subsystem=datasources/data-source=jdbc\/[datasource_name]:test-connection-in-pool Did this post help y...
Friday, November 22, 2013

ldapsearch OID 10.1.4 Find all groups an member belongs to

›
$ORACLE_HOME/bin/ldapsearch -h $ldapurl -p $ldapport -D "cn=orcladmin" -w $password -b "dc=acme,dc=nl" -s sub "(...
1 comment:
Monday, November 4, 2013

Create JBoss EAP 6.1 default profile with jboss-cli.sh

›
I made a shell function to create (copy) the default profile of JBoss EAP 6.1: function create_profile { $JBOSS_HOME/bin/jboss-cli.sh -c -...
3 comments:
Wednesday, August 17, 2011

signing self signed certificates

›
sites: http://www.g-loaded.eu/2005/11/10/be-your-own-ca/ http://www.eclectica.ca/howto/ssl-cert-howto.php Did this post help you in a...
1 comment:
Thursday, May 26, 2011

ubunut tips for myself

›
disable firewall: ufw disable log on to another linux server it takes a very long time before the password question: change /etc/ssh/ssh_con...
3 comments:
Thursday, March 31, 2011

Purge data ESB/WSM

›
How to purge ESB instance data? [ID 453357.1] How To Delete / Purge Non-Operational Data from the OWSM Schema / Database ? [ID 815974.1] Did...
Monday, March 28, 2011

Query size rman backups

›
set linesize 200 heading off set heading on pagesize 200 column status format a10 column COMMAND_ID for a12 column time_taken_display format...
12 comments:
Wednesday, March 16, 2011

Oracle ESB: No WebService Provider is registered at this URL

›
Error when webservice is clicked in esb control No WebService Provider is registered at this URL During startup ESB: java.sql.SQLException: ...
1 comment:
Wednesday, February 9, 2011

Deployment BPEL process fails with revision error

›
During automatic ant deployment this error is shown: Embedded error: The following error occurred while executing this line: /oracle/oplever...
1 comment:
Wednesday, January 5, 2011

All contexts in Oracle Application server with opmnctl

›
opmnctl status -app -l | awk -F"|" '{ print $7 }' Did this post help you in any way can you please leave a comment? This w...
Thursday, December 9, 2010

JMX monitoring OC4J JVM

›
To monitor the JVM with jconsole or an external profiler the opmn.xml settings of the container should be changed: This properties must be a...
Friday, November 26, 2010

Multiple java processes when using webgate

›
If you use an webgate version which needs the parameter you will see 50 processes or more on linux for the JVM. When you change the webgate...

Invalid Access SDK Path. -Djava.library.path must point to {SDK_HOME}/oblix/lib.

›
There are a couple of reasons for this error. You can try the following things to solve it. - configureAccessGate (check the file ../AccessS...
Wednesday, November 3, 2010

Determine OAS (10.1.3) version

›
$ORACLE_HOME/OPatch/opatch lsinventory -detail Get version Oracle Containers for J2EE cd $ORACLE_HOME/j2ee/home java -jar oc4j.jar -version ...
1 comment:
Wednesday, September 15, 2010

SOA BPEL (10.1.3.x) Identity service: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection timed out

›
The reason for this error: "java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection time...
Wednesday, September 1, 2010

Delete of bpel domain on SOA 10.1.3.4 is not complete

›
When a BPEL domain is delete from the BPELAdmin there are still records left in de dehydration database. These entries can be deleted: Logon...
1 comment:
Wednesday, July 21, 2010

Oracle OMS agent: Rediscover targets

›
In the AGENT_HOME execute agentca -d $ORACLE_HOME/bin/agentca -d Did this post help you in any way can you please leave a comment? This will...
152 comments:
›
Home
View web version

About Me

My photo
Arjan Goos
Breda, Noord-Brabant, Netherlands
Oracle DBA (OCA)/AS consultant
View my complete profile
Powered by Blogger.