APEX 5.0 theme roller issue - oracle-apex-5

Facing an issue with theme roller in APEX 5.0 for a client's application steps performed are as follows.
Logged in APEX and ran your application.
Enter the credentials to run your application.
The normal home Page has Blue colour side bar consistent with the Universal theme.
Theme roller and selected the style as Vista (Copy) and set as current, at that time the colour in the home page changes(sea green) as expected.
After exiting from the theme roller the home page changes to white colour (neither sea green nor blue).
Checked the console message and got the following error message.
"Failed to load resources: the server responded with a 12745698.css status of 503 (Service Unavailable)"
If i click on the 12745698.css file I get the following
top
192.168.1.45:8080
apex
oracle/r/209/files/theme/42/v69
12745698.css
I checked the APEX_LISTENER and APEX_PUBLIC_USER users are unlocked, the catalina.out does not give any error.
How do I troubleshoot the issue ? any leads?
Thanks

I found the problem.
I was using HTTP port 8181. When I changed the port to 8080 the theme roller was back up and running.

Related

ExtJS 2.2 openlayers lightbox popup stopped working - error in CGI script

I have an old GIS website with OpenLayers 2.7, Geoserver, running ExtJS 2.2 and a lightbox.js. This has been working fine. I can click on a location and fire up a lightbox popup. This has suddenly stopped working. I click a location but and a short spinning wheel so I can see something is happening but no popup. Any idea where I start to search for errors? I get no output in console. Here is my website: http://kulturminnekart.no/ostfold/. When you zoom in and click a marker it should show a popup utilizing the lightbox.js.
I know this is very old but I have never had resources to upgrade to newer ExtJS.
I have an index.html and app.js. Also I include OpenLayers, Mapfish and ExtJS. I have another site running almost the same code so I suspect some upgrade of apache or other software may have caused this but I have no idea where to start looking.
The problem was that the click on a marker was doing a WMS GetFeatureInfo request via a proxy (proxy.cgi). Thanks to #Mike I was on a track to debug why cgi was not working. So the solution was to get mod_cgi working correctly on Apache 2.4 and then adjusting the permissions on cgi-bin.

can't change odoo logo in bitnami solution

this is my context:
i have an instance of bitnami's odoo solution running in google cloud plattform. the server run in perfect state.
i've tried to change the company's logo (settings>>company>>logoImage>>click on "pencil icon">> upload the image). And when i finalize the process the logo appear inside the company's form but it doesn't appear in the landpage; also it doesn't appear in the top-left corner (panel).
i've read and tried , every one of the "cache solutions" but still not working, i've probed on firefox and chrome; both respond similary. in firefox's case i had never used before the test access.
so, how can i change the company's logo to showup in the login page?
this is the image in the landing page...
and this is what i want :
That logo is a png file located in
addons/web/static/src/discription/logo.png
When odoo don't have a cashed logo of your company in the browser he load this logo (odoo logo). means you need to install a costum module that change the logo or replace that file by your company logo.
sorry i'm using my phone search forr logo file inside web module and replaced or install a costum module that do that if you can.

Application turned yellow in Mule management console

I deployed 5 applications to my Mule server in mule management console. Among the 5 application one application status was suddenly changed into yellow remaining 4 application where in green status and running successfully.
I redeployed that particular application was turned into yellow but it doesn't change into green. So I restarted the server once, after that I couldn't find that application under "Server" tab which was shown in yellow status. I also can't find the application in server folder under $MULE_HOME/apps directory.
Is it possible for me to bring back the application.
Thanks in advance.
The reason for the yellow status is some dependency file/function was missing in that particular application.
Currently, I couldn't find a solution to bring back the deleted application in server/MMC hence I redeployed the application in server once again.

Apache2 - page does not render

I recently deleted all of my Virual Host set ups on Apache to do some restructuring and now that I have everything back together whenever I visit a url to my server a windows explorer "save as" window opens instead of the page rendering. I'm not sure what I did differently this time around but this is not the behavior I was expecting and I've been unable to fix it.

VB NET Application Starts with Wrong Icon First Time

I have created a VB NET application that is installed with a installer project (MSI). Installer works perfectly, app functions as designed.
On a Windows 2008 Server R2 (Standard), the first time I log in the application starts with the wrong icon/task bar group. It starts with the IBM Tivoli command line icon or GUI icon with those options in the group.
After I close my application and open it a second time, I have the correct icon and taskbar group.
If I log into the box and start a different application, then my application, I get the correct icon/group.
Things I have tried...
Uninstalling/reinstalling multiple times
Confirmed my application is advertised
Deleted the icon cache for my profile
More information (from continued trouble-shooting)...
If I set taskbar buttons to "Never Combine" I get the correct icon for my app, but not the correct group options (right click).
If I pin the IBM Tivoli command line to the taskbar, this problem goes away. My app starts with the correct icon/group every time.
If I pin my app to the taskbar, the problem also is resolved every time.
So this problem is only occuring when neither app is pinned to the taskbar.
Another update...
This issue occurs in multiple environments (same server configuration).
This issue does not occur with a user account that did not perform the install. Only the installing account gets the behavior.
Solution...
This had nothing to do with my application or IBM Tivoli, it is a bug in certain versions of Windows...
KB 2519550
This KB hung up the box on restart, but once I hard cycled it, the problem was resolved.