how to enable stacktrace log in jboss soa 5.3 to get rid of Enable more detailed logging to see the entire stacktrace - jboss5.x

i am using jboss 5.3 soa which runs on jboss as 5.1.
while trying to access teiid client with admin user i am getting "Enable more detailed logging to see the entire stacktrace.". Infact i get this error is few other places.
pls let mw know to enable more details loggin with stacktrace.

This has been fixed later
Visit https://issues.jboss.org/browse/TEIID-3574

Related

After removing welcome-content handler I am getting 404 not found error in jboss eap 7.1

I want to land on directly log in page of JBOSS hence I removed the handler and now I am getting '404 not found error' on running jboss application. Can anyone please help.
/subsystem=undertow/configuration=handler/file=welcome-content:remove
/subsystem=undertow/server=default-server/host=default-host/location="/":remove
ran above two commands.
You are getting 404 not found error because you removed welcome content from your configuration.
Add all the removed configuration again and try to access the admin console using
http://<server-ip>:9990/console/index.html
you should be able to access jboss admin console.

WSO2 IWA with Kerberos – unable to decrypt kerberos token exception

We are using WSO2 5.4.1 version and trying to setup IWA using Kerberos. We have done all the configurations as mentioned in the following post.
https://medium.com/#farasath/integrated-windows-authentication-with-kerberos-and-wso2-identity-server-ffcd8263a0f1
When we try to access the application we are getting following exception.
We have checked all the configurations multiple times but not able to figure out the root cause. Can someone help us to find out what could be missing in this setup? Are we missing any additional step?
We have also tried with WSO2 IS version 5.5.0 but still getting same error.
How can we enable additional logging to see what is going wrong with kerberos token decryption?
It was indeed a JDK issue. For some reason we were using Oracle jdk1.8.0_45 and we were facing this issue. We had upgraded the version to jdk1.8.0_162 and we were able to proceed but then we encounter another problem. After authentication we were not getting remote claims in the response from WSO2 IS. As per this post (stackoverflow.com/questions/49997900/…) we upgraded to latest patch of WSO2 IS 5.5.0 and now it is working.
We are able to authenticate user using IWA-Kerberose.

How to get details CAM logs

Sometimes the logs tab is empty and the instance creations fails bringing it to error state. How can i debug what went wrong and where? I am using Bluemix GUI to copy paste the terraform template.
Typically for a failed deployment in Cloud Automation Manager (CAM) you will see an error message in the deployment's Log File tab. However if you do not see anything on the Log File tab and did not receive an error message at time of deployment, first check the template formatting and then open a support ticket with IBM for further diagnosis. You can following the instructions at this link for contacting support.
https://console.bluemix.net/docs/services/CloudAutomationManager/cam_ts.html#ts_cam
The internal logs for Cloud Automation Manager will be reviewed by IBM support to help diagnose the issue. Thanks!
The CAM traouble shooting documentation is available here: https://console.bluemix.net/docs/services/CloudAutomationManager/cam_ts.html#ts_cam
I see that there some known issues with CAM. You can go through the troubleshooting guide and see if your error is one of the known issues. If not - they have provided instruction on how to contact support. I suggest you contact their support and seek help in getting the logs.

Jboss adding zecmd.war

When i start my jboss it is adding zecmd.war, iesvc.war and wstats.war in deploy/management folder. How to get rid of this.
Please suggest
It's a worm, see:
JBoss Worm Analysis in Details
And:
Statement Regarding Security Threat to JBoss Application Server

404 error when trying to run PHP application on Glassfish 3.1.1 through Netbeans

While there are some similar posts about this issue, none seem to fit my problem exactly, so I would like to ask if anyone knows what I am doing wrong.
I am trying to run a PHP web application that I created in Netbeans. I am using Glassfish 3.1.1 as the web server. Whenever I run the application through Netbeans (by selecting the project, right clicking to get the context menu, then selecting "Run"), my browser opens to what I believe to be the correct url, but all I get is a 404 error page stating the following:
type: Status report
message:
description:The requested resource () is not available.
Am I missing some crucial configuration step?
I have checked my hosts file and it contains the entry:
127.0.0.1 localhost
Is there something else I need to do?
I have PHP 5.3.8 installed and all php commands run from the command line.
Would it be something in the php.ini file that needs to be configured?
I am stumped. Any help would be greatly appreciated.
ANSWERED
Please accept the comment below from Jonathan Spooner as the correct answer.
Just install Quercus within GlassFish 3.x and you can run PHP and Java.
As I stated in the comments, GlassFish and Apache Tomcat are Java application servers. In order to serve PHP pages you'll need to install a web server such as Apache HTTP web server. You'll also need to configure Apache to serve PHP files.
Something that you might look into is WAMP (Windows/Apache/MySql/PHP). This offers a simple way to get up and running quickly with little to no configuration.