RTC on WAS 7 but 'not authorized to access' setup
Hi
I've installed RTC 2.0.0.2 jazz.war into WAS 7 following the instructions detailed by the Information Center and TechTip 321. Authentication is via LDAP provided by OpenDS. RTC seems to start successfully but when trying to access the jazz/setup page the team server reports the following error; You are not authorized to access Jazz Team Server Setup I do not get prompted to provide any login credentials. The WAS app server SystemOut.log file contains the following error; [1/15/10 10:43:07:216 EST] 00000019 webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[equinoxbridgeservlet]: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: CRJAZ1173I Service "com.ibm.team.repository.service.internal.discovery.IRootDiscoveryService" is not available. The WAS app server jazz.log file contains the following error; 2010-01-15 10:42:56,138 [ WebContainer : 1] INFO uration.OverridablePropertyFileServerConfiguration - CRJAZ1363I Loading configuration from "file:///C:/RTC_WAS/server/conf/jazz/teamserver.properties". Any ideas on what could be causing this? Thanks, Mark |
7 answers
Dear all,
I encountered the same error as marko. Does anyone know where the problem is and how to solve it? Thank you. David Lee |
Has anyone any thoughts on what could be causing this error?
|
Mark, does it redirect to https://127.0.0.1:9443/jazz/setup ? If you do not get prompted , this means the application is not secure In the security tab of WAS, make sure Admin + application are checked and java 2 is uncheck, |
Hello,
as per http://www-01.ibm.com/support/docview.wss?rs=3488&uid=swg27015746#IMS openDS is not a supported LDAP env. Hence, I would first try and set-up WAS (ensure 7.0.0.3 + latest WAS JRE) with either WAS realm or supported LDAP (MS AD / TDS). When you'll have a RTC server up and running then possibly switch to openDS LDAP. But in any case: - review WAS prereqs are met - if able upgrade to the latest level available (7.0.0.7): FixPack: http://www-01.ibm.com/support/docview.wss?uid=swg24024587 1.6 SDK for 7.0.0.7: http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg24024588 - cross-verify each setup step in the InfoCenter and in the article http://jazz.net/library/techtip/321 Thanks. |
I've just finished doing all of that -- 7.0.0.7, latest JDK, IBM internal bluegroups setup, following all steps to the letter, and I get this same CRJAZ1173I error in SystemOut.log with the corresponding 503 in jazz.log. I'm able to properly authenticate to the WAS server and to the Jazz home page (though I'm not fully set up yet, so I hit the infinite redirect loop issue). However, going to the setup (/jazz/setup) wizard is pointless, because it can't load the settings for database providers etc. Any ideas? |
So is the issue auth again or config ? :)
- one idea about the 503 though did we disable the URI security as per the doc ? Ensure that the WAS security setting "Use available authentication data when an unprotected URI is accessed" is checked. |
I got hit by this and it turns out that it is from the fact that I did not check the checkbox next to Enable application security under Application Security of Global Security of WAS.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.