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!

install osb 11g(ps3) on ubuntu 10.10 64bit

657187Feb 11 2011 — edited Aug 21 2011
I'm trying install osb 11g(ps3) on my ubuntu 10.10 64 bit, the steps are as below.
1. install jdk 1.6 64bit into */home/jacky/jdk1.6.0_23*
2. install weblogic 10.3.4 using wls1034_generic.jar into */home/jacky/Oracle/Middleware*
3. unzip oepe using oepe-helios-all-in-one-11.1.1.7.0.201101271036-linux-gtk-x86_64.zip into */home/jacky/Oracle/Middleware/oepe*
4. install osb 11g using ofm_osb_generic_11.1.1.4.0_disk1_1of1.zip into */home/jacky/Oracle/Middleware/Oracle_OSB1*

but in step 4, when I specified oepe location with */home/jacky/Oracle/Middleware/oepe*, the error occurred, the message was "*INST-07248: Specified OEPE home location is not a valid location Enter a valid OEPE home location*".

Anybody can help me? Thanks a lot.

Comments

Eric Elzinga

replace ./* in variable body with (xquery reference)

and then in your xquery contract the variable (<employeeRequest/> for example, skip the body-element)

and put this replace in the publish activity itself...should work

RajaSekharReddy.M

Hi Eric,

That was not helpful.

When i just used the entire xml payload in either of assign or replace activity it's good.

But when i specify the xml expression to the variable which has the payload in either of replace or assign . It throws a nullpointerexecption.

These are the parameters specified in replace

xpath  : ./*

in variable body

Expression ${deldata}

in the console i can see the value of the deldata which is good.

RajaSekharReddy.M
Answer

The way i did was right but i was sending a wrong payload to the proxy

Marked as Answer by RajaSekharReddy.M · Sep 27 2020
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 18 2011
Added on Feb 11 2011
4 comments
781 views