• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

alsb/osb

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Team,

I am facing some issue while running an proxy service in osb 11g environment:
I m getting a $fault as below:

$fault:
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-380000</con:errorCode>
<con:location>
<con:node>call to ****** device information</con:node>
<con:path>response-pipeline</con:path>
</con:location>
</con:fault>

The same service if i run on alsb environment then i am getting $fault as below:

$fault:
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-380001</con:errorCode>
<con:reason>Internal Server Error</con:reason>
<con:location>
<con:node>call to ******* device information</con:node>
<con:path>response-pipeline</con:path>
</con:location>
</con:fault>


Both are hitting the same back-end, any one have idea about this then please let me know.

Regards
Veeresh
 
lowercase baba
Posts: 13091
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure what "alsb" or "osb" even are....the first return on a google search gives me "Academy of Legal Studies in Business" and "Oriented strand board" (a kind of lumber). I'm pretty sure that is not what you mean to inquire about.

This particular forum is for Java. We do have other areas for other languages, OS's, etc, but I'm not familiar enough with these terms to know where to consider moving this. Can you give us a little more help here?
 
veeresh telsang
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi fred,

First of all thank you for replying to my post. I was just googling and got this website so i posted the issue which i am facing,
For your information alsb means "aqualogic service bus" and osb is "orcle service bus", alsb is older version compared to osb,
i faced a problem while running a alsb proxy service in osb, some fault code issue as per my previous comment, i hope i gave you a short information to describe my issue, please let me know if you get any information regarding this..

Regards
veeresh
 
Marshal
Posts: 80767
488
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

Don't know myself; I shall try our IO and Oracle fora and see whether anybody there knows anything.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic