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 I hope this will help for many others.

In my case there was no em.ear file present under C:\Oracle\Middleware\user_projects\applications\base_domain

It means that while creating Weblogic domain I did not selected Enterprise manager. I solved this issue by extending my existing domain and then selecting Enterprise manger. Now If you run your enterprise manager it will run fine 


Case 2

If you are stilling facing the same problem then try this second solution this may help you. Change the deployment orders of different installed services on Weblogic console. To do this go to your weblogic console, then go to deployments now look at the EM is it running? or its status ok? No then note down its deployment order, now give it a unique deployment order from other applications. Every deployment should have unique deployment order otherwise it will cause problems.

After changing the deployment number to some unique number restart your admin server. Try to access EM now..

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 then I run the ae.cmd file from the same command prompt after setting the path to ae directory i.e

C:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\ApplicationAdapters\tools\iwae\bin

like cd C:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\ApplicationAdapters\tools\iwae\bin>ae

Know if you connect there will be no issue. 

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 Its running fine