Skip to main content

Posts

Showing posts with the label OracleBPMWorkspace

Cant Login into Oracle BPM Workspace

There might be different types of issues with Oracle SOA/BPM setup in your local/development environment. The below solution might help you in solving the issue with login into OracleBPMWorkspace with weblogic / basic user. Get the hostname from command prompt . Then open the windows explorer and navigate to the bin folder of WLS bpm domain. For ex : C:\Oracle\WLSOAMware11117\user_projects\domains\bpm_domain\bin\ Edit startManagedWebLogic.cmd and replace 127.0.0.1/localhost with the hostname which you got from above command. For example it would be looking as below: Before : http://localhost:7001 or http://127.0.0.1:7001 After : http://<<hostname>>:7001 Login into weblogic console - http://localhost:7001/console. Click on domain under DomainStructure and select 'Control' tab. Then select AdminServer,and change ListenAddress from localhost to <<hostname>> and click on save to save changes. Similarly, change the ListenAddress