|
|
|
Post Installation Check "Login Page" 15 Years, 12 Months ago
|
|
|
Hi, All
I am getting this error while Post installation check.
*checking URL=http://appsr12.oracle.com:8000/OA_HTML/AppsLogin
RW-50016: Error: - {0} was not created:
File = {1}
Any help would be appreciated
Regards
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Post Installation Check "Login Page" 15 Years, 12 Months ago
|
|
|
Restart all application services.
Check the status of the iAS_components:
adapcctl.sh status
Nothing to worry about if all services are running ok and you can access the application.
Hasan
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Post Installation Check "Login Page" 15 Years, 12 Months ago
|
|
|
thanks, Hasan
yes, i found it was a memory error.
Arsalan
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
vidhya (User)
Fresh Boarder
Posts: 14
|
|
Re:Post Installation Check "Login Page" 15 Years, 9 Months ago
|
|
|
Great, I checked the staus HTTP server status is "DOWN" so I have started the the "adapcctl.sh" now I able to connect to the application.
Can you please guide me How can I shutdown my machine an daily basis?
Should I just logout from VMware or I have to shutdown all services, database ect.
Thanks,
Vidhya
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Post Installation Check "Login Page" 15 Years, 9 Months ago
|
|
|
Ideally you should shutdown your services in this order:
1) Application Services (./adstpall.sh apps/apps)
2) Listener (./addlnctl.sh stop PROD)
3) Database (./addbctl.sh stop immediate)
Hint: Create a linux script that will do all that in one go.
You can also stop your VM directly but there is a small chance of database corruption that way. You should take a snapshot of your VM once in a while.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|