Link to home
Start Free TrialLog in
Avatar of jkurant
jkurantFlag for United States of America

asked on

How to disable profiling in a WebSphere application using RAD 8.5 Rational Application Developer

I have been am using IBM's Rational Application Developer 8.5 to build a WebSphere application. My computer crashed and am have tried to re-install RAD and get my project working again, but I have not been able to do so. I have installed RAD and it seems to be working correctly. I have installed the WebSphere server 8.5 and I can start the server. I can publish my app to the server, but I cannot start the application. Here is what I get in the console (log):

[7/13/15 18:37:57:772 EDT] 00000061 AdminHelper   A   ADMN1008I: An attempt is made to start the ris-EAR application. (User ID = defaultWIMFileBasedRealm/wasserver)
[7/13/15 18:37:57:835 EDT] 00000061 CompositionUn A   WSVR0190I: Starting composition unit WebSphere:cuname=ris-EAR in BLA WebSphere:blaname=ris-EAR.
[7/13/15 18:37:58:271 EDT] 00000061 ApplicationMg A   WSVR0200I: Starting application: ris-EAR
[7/13/15 18:37:58:271 EDT] 00000061 ApplicationMg A   WSVR0204I: Application: ris-EAR  Application build level: Unknown
[7/13/15 18:37:58:303 EDT] 00000061 ApplicationMe E   ACIN0028E: ris-EAR is configured for application profiling, but the Application Profiling service is disabled. You must enable the Application Profiling service to start application ris-EAR.
[7/13/15 18:37:58:303 EDT] 00000061 ApplicationMg W   WSVR0101W: An error occurred starting, ris-EAR
[7/13/15 18:37:58:303 EDT] 00000061 ApplicationMg A   WSVR0217I: Stopping application: ris-EAR
[7/13/15 18:37:58:303 EDT] 00000061 ApplicationMg A   WSVR0220I: Application stopped: ris-EAR
[7/13/15 18:37:58:303 EDT] 00000061 CompositionUn E   WSVR0194E: Composition unit WebSphere:cuname=ris-EAR in BLA WebSphere:blaname=ris-EAR failed to start.
[7/13/15 18:37:58:349 EDT] 00000061 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files (x86)\IBM\WebSphere\AppServer_1\profiles\AppSrv1\logs\ffdc\server1_2fe77e96_15.07.13_18.37.58.3036990507326142445397.txt com.ibm.ws.runtime.component.CompositionUnitMgrImpl 679
[7/13/15 18:37:58:427 EDT] 00000061 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files (x86)\IBM\WebSphere\AppServer_1\profiles\AppSrv1\logs\ffdc\server1_2fe77e96_15.07.13_18.37.58.3495114894586182710884.txt com.ibm.ws.management.AdminServiceImpl.invoke 679

Open in new window


I have enabled profiling on the server (I think), but I did that because the error message said I must enable the Application Profiling service. But I really don't want any profiling, so I would rather turn off profiling in the app itself, rather than turn on profiling on the server. But I can't find a way to do that. I have not found any place where I specify that the app should be configured for application profiling. How can I NOT configure the ris-EAR for application profiling?
Avatar of Kanti Prasad
Kanti Prasad

Hi

You need to remove the JVM arguments. The below link will help you disable profiling

http://www-01.ibm.com/support/docview.wss?uid=swg27016728&aid=1
Avatar of jkurant

ASKER

Kanti, could you give me a page number in that document?
ASKER CERTIFIED SOLUTION
Avatar of Kanti Prasad
Kanti Prasad

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial