Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error getting OC4J process for: opmn-home+oc4j-localhost-6003-default:

881562Aug 13 2011 — edited Feb 26 2020
I have installed SOA in my laptop and started the SOA suite and completed the Hello world example program. To deploy I am trying to create Integration Server connection and selected connection Type as "Oracle Application Server 10g 10.1.3." and when I am trying to test the connection I am getting below error.

Error getting OC4J process for: opmn-home+oc4j-localhost-6003-default:
Error connecting to OPMN (is it running?): Connection refused: connect

I have not changed any default values

HostName : localhost OPMN Port : 6003
OC4J Instance Name : home

Could you please let me know if anything missing information.

something else,OPMN.xml doesn't contain any info about port at all,just some log as the following

<log path="opmn/logs/ipm.log" componentId="OPMN">
<logreader class="oracle.core.ojdl.reader.TextLogReaderFactory">
<property name="FilenameFormat"
value="ipm.log.{0,date,yy-MM-dd_HH:mm:ss}"/>
<property name="MessageFormat"
value="{0,time,yy/MM/dd HH:mm:ss} [{1,number}] {2}"/>
<property name="MessageTypeMap"
value="0=INTERNAL_ERROR:1,1=ERROR:1,2=ERROR:16,3=WARNING:1,4=NOTIFICATION:1,5=TRACE:1,6=TRACE:8,7=TRACE:16,8=TRACE:24,9=TRACE:32"/>
<property name="MessageFields"
value="TSTZ_ORIGINATING, MSG_TYPE, MSG_TEXT"/>
<property name="ModuleId" value="pm"/>
<property name="ComponentId" value="OPMN"/>
</logreader>
<logviewer LogType="EVENT" ComponentType="OPMN"
ComponentName="ID_VLOGS_PROCESS_MGR@oracle.sysman.ias.studio.logging.msg.LoggingMsg"/>
</log>

and this's my dir of OPMN.xml :D:\Oracle\product\10.1.3.1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\applications\ascontrol\ascontrol\WEB-INF\config\registration


I found some port info in the file D:\Oracle\product\10.1.3.1\OraBPEL_1\bpel\utilities\ant-orabpel.properties,

and I tried the port 9700 in creating connection ,it returned "No OC4J process up for AS instance"

then I tried the port 23791 in creating connection ,it returned " Too few bytes (9) received from OPMN response"

now I am still confused why I can't create Server connection

and please give me any picture of the BPEL Designer,for I really can't understand what the product looks like ,I wanna update the new features in JDev ,but only to find nothing about BPEL

May you tell me an exact info of the OPMN config and I don't know when can I apply my first BPEL with JDev for the failure of creating the connection of application server connection.

Respected ORACLE
your user
Thank you

Edited by: 878559 on 2011-8-13 上午1:06

Edited by: 878559 on 2011-8-13 上午1:26
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2011
Added on Aug 13 2011
0 comments
413 views