Monday, April 22, 2013

Enterprise Manager is not working http://localhost:7001/em

Case1 After installing and Creating domain for SOA server I was getting some problem while running my enterprise manager. the error was "Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.5 404 Not Found The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent." There are many solution related to this problem on web but unfortunately I could not find any solution for me.  however may be my solution wont work for many of you but...

Could not initialize JCA Container

While connecting to JCA in Application Explorer I was getting the following error "Could not initialize JCA Container " First i was starting Application Explorer i.e ae.cmd file from the following directory. C:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\ApplicationAdapters\tools\iwae\bin but this was creating above error. After this I started the setDomainEnv from the following directory C:\Oracle\Middleware\user_projects\domains\base_domain\bin by using Command prompt  After running the setDomainEnv from command prompt...

Sunday, April 21, 2013

Oracle Application Adapter for Weblogic Problem and solution

I was workign on Oracle Applicaton Adapter for Weblogic and I was getting the following error while connecting it. Basically I was using this Adpater for Integration with Siebel CRM.   oracle/tip/adapter/api/exception/pcresourceexception The mistake that i was doing that I was not giving the correct home path in JCA config home this was default  C:\Oracle\\Middleware\Oracle_SOA1\soa\thirdparty\ApplicationAdapters\tools\iwae\bin\..\..\..\ I changed it with  C:\Oracle\\Middleware\Oracle_SOA1\soa\thirdparty\ApplicationAdapters\config Now...