Friday, March 21, 2008

How to get the port numbers after installing SOA 10g Suite and How to make connection using JDeveloper to the SOA Suite 10g

To know the port numbers after installation, refer to the following file in the below locations.
1. Home\bpel\utilities\ant-orabpel.properties file
2. Make note of the ports being used by the following properties.
· http.port
· opmn.requestport
These port values are required, while making connection to the application server and integration servers.

3. Run the below command in the /opmn/bin folder
opmnctl status -port
To get the other port numbers

opmnctl status -l output
by running the above commands you can get the opmn ports.
How to make connection to the SOA Suite using JDeveloper
While creating connection to the application server, you will be asked to check the deploy password check box. Please check the deploy password check box, otherwise whenever you deploy the process, you will be asked to enter the password again and again.
While creating connection to the application server, these are the parameters used for the connection.

In the Jdev click on the Connection Navigator tab, click on the Application Server connection and create new connection.
1. Provide a new name for the connection, ex: SOASuiteAppConn
2. Enter the following information.
a.UserName: oc4jadmin
b. Password: password
c. HostName: hostname or ipaddress
d. Single instance / Group : select accroding to your requirement
e. Oc4jInstanceName : Key-in the oc4j container name.
f. opmn port : opmn port number
3. Click next and check your connection using the test button.

Integration Connection:
Click on the integration connection in the same connection navigator window.
1. Provide a name for the integration server connection, ex: SOASuiteIntegConn.
2. In the connection tab, use the application server connection here (SOASuiteAppConn)
Provide the HostName or ip address.
Enter the port number.
3. Click next, here test your connection. You should be able to see the following connection with out fail.
Application Server: OK
BPEL Process Manager Server: OK
ESB Server: OK
If you still not able to make connection, please update this post with your comments.

1 comment:

  1. "Error getting OC4J Process for: opmn-oc4j_soa+oc4j-localhost-6003-default:
    Error connecting to OPMN (is it running?): Connection refused: connect"

    I tried to connect to the application server with SOA suite installed on my local machine.
    I was getting the above exception. I checked with the all available ideas, tried with the ip address, host name and localhost, ipaddress for localhost nothing seems to be working

    Then i googled out and got a oracle forum information, which told to include the following tag in the
    $ORACLE_HOME/opmn/conf/opmn.xml
    under the notification-server tag.

    That oracle forum asked me to add the following tag.

    ipaddr remote="0.0.0.0" request="0.0.0.0"

    Under the first tag below notification-server and bounced the server. I was able to get the connection for application server from my jdeveloper.

    Thanks for the oracle forum. For your reference.

    " http://forums.oracle.com/forums/thread.jspa?threadID=512889 "

    ReplyDelete