Agile PLM 9.3.4 Not Starting after Fresh Installation
I’m new to this Agile PLM. I have installed Oracle Agile in following Sequence.
1. Installed Oracle 11g R2
2. Created Agile DB Schema
3. Installed JDK 7 U71 64 Bit
4. Installed Fusion Middleware
5. Executed Repository Creation Utility
6. Installed Agile PLM
During installation no error. Everything went fine. But not Starting & i could not able to access through Web Client.
Are you Iain using http://domain:7001/Agile/PLMServlet to try to reach the application?
It’s not difficult to forget to use “: 7001”
I was not able to connect from Client Machine. What may be the reason. I disabled the Firewall. Still not working
Agile PLM WEBLOGIC :
1. Web client communicating on HTTP and port 80 or 7001 with the WLS application server. 7001 will be used if port 80 is used by other server.
7000 series is recommended
2. JavaClient communicating on TCP and same port number used by weblogic that is 7001 with the WEBLOGIC, unless, Security policy of firms wants to have separate for tracking purpose if internal load balancing and external load balancing is defined.
3. SDK and PX clients communicating on TCP and port 7001 which is same as web client port number of weblogic with in firewall.
4. Similarly, URL based PX’s communicating on HTTP and port 80 or 7001 with the WLS application server
5. Like Apps server, Web and Java client’s communicating on HTTP and port 8080 with the Tomcat File manager server ( port 80 if a IIS/Apache proxy server is setup )
6. Web and Java client’s communicating on HTTP and port 8080 with the Agile View server ( port 80 if a IIS/Apache proxy server is setup )
you may have start weblogic server and agile start .bat file both. Just start using Agile start.bat file.
I think the issue lies with the port you installed. You may not have correct permission to start server on port 80. Its a better choice to install weblogic server domain on 7001 or higher. Install apach or http server on port 80. Then have the web proxy to redirect request from 80 port to the app server installation port.
If still an issue, open server log and check if reporting ‘could not reserve enough space for object heap’
-server- ms is min 2048 M and you need at least 6 G RAM
Hope this helps
Dear All,
Thanks for your help.
Issue got resolved. Issue was with Net Manager. Listener & DB Sever was not configured properly.
Hi All,
We had to face similar issue in one of our test environments that the Agile 9334 landing page was not coming up after everything was successfully installed.
A weird thing that we found out was the “Listen Address” field in the Web Logic server admin console needs to be blank… This test environment had all software components in one box.
Another test environment which had seperate App, fm and db server didn’t need this field to be blank.
Thought to share with the community as it might be helpful information for some people planning or going through 934 upgrade/installation.
~Tariq