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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Email Sending using BPEL

ItsSaurabhMay 3 2017 — edited Jul 7 2017

Hi,

I have developed a simple composite to send email, however it is failing with RemoteFault.

I have installed the hMailServer on my laptop and done the configuration in Enterprise Manager.

I am even able to trigger the Test Notification using soa-infra -> Service Engines -> Human Workflow -> Notification Management.

When I am testing the composite using EM, it is failing with Remote Fault.

<bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricException: java.lang.NullPointerException</summary></part><part name="detail"><detail>null</detail></part></remoteFault></bpelFault>

Please tell me how I can fix this issue.

Thanks

Saurabh

This post has been answered by ItsSaurabh on May 9 2017
Jump to Answer

Comments

807557
If you have access to both Storeg Systems from the hosts, or access from host to host, you can try something like (assuming autofs is running):

1. Login into new server
# (cd /net/old-server/your-directory;find .)|cpio -pdv /new-directory
OR
# cd /destination-directory
# (cd /net/old-server/source-directory; tar cEf - .)|tar xvf -
If you do not have autofs running and do not want to have it running or any other problem with autofs, you can use SSH to transfer files using tar
http://www.cyberciti.biz/faq/howto-use-tar-command-through-network-over-ssh-session/

If You still have problems with SSH, you can also use tar on top of telnet

Cheers
Andy
807557
Quoting cpio man page:

281 ... " .....................................To transfer a large file
282 ... (8 Gb - 1 byte), the header format can be
283 ... tar|TAR, ustar|USTAR, or odc only."

"header format" configured with -H option.
SEE ALSO ...largefile(5).


737 ... " The new pax(1) format, with a command that supports it (for
738 ... example, pax , tar, or cpio), should be used for large
739 ... files. The cpio command is no longer part of the current
740 ... POSIX standard and is deprecated in favor of pax. "
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 4 2017
Added on May 3 2017
22 comments
2,780 views