It's all about the answers!

Ask a question

CRJCA0069E


1
1
Brian DiCola (29311415) | asked Jul 21 '11, 3:49 p.m.
I get the error below when browsing to the Lifecycle Project Administration screen and in the JTS setup wizard on the LPA section.

The error doesn't seem to happen when I point my data warehouses to Derby, only when they point to Oracle. Also the warehouse jobs run fine on Derby, but fail on the common jobs on Oracle.

2011-07-21 15:12:09,131 ERROR com.ibm.team.lpa.config - An uncaught Exception has been thrown
com.ibm.team.jfs.app.http.HttpInternalServerErrorException: CRJCA0069E An unexpected error occurred while building an OAuth authorization response.
at com.ibm.team.lpa.common.auth.OAuthUtils.createOAuthAuthorizationException(OAuthUtils.java:82)
at com.ibm.team.lpa.common.auth.OAuthInterceptor.process(OAuthInterceptor.java:78)
at com.ibm.team.jfs.app.http.internal.context.ServiceContextBean.process(ServiceContextBean.java:61)
at com.ibm.team.jfs.app.http.internal.context.ServiceContextBean.process(ServiceContextBean.java:66)
at com.ibm.team.lpa.common.services.AbstractLpaRestHandler.dispatch(AbstractLpaRestHandler.java:296)
at com.ibm.team.lpa.common.services.AbstractLpaRestHandler.handle(AbstractLpaRestHandler.java:324)
at com.ibm.team.jfs.app.servlet.AppContainerServlet.service(AppContainerServlet.java:299)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:120)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:811)
Caused by:
com.ibm.team.jfs.app.oauth.OAuthInvalidConsumerKeyException: CRJZS0033E The consumer key is not valid and the consumer may not be registered. The service provider is "https://dswwindap09.div16.ibm.com:9443". The consumer key is "4c3...247".
at com.ibm.team.jfs.app.oauth.OAuthHelper.checkResponseForOAuthErrorsInternal(OAuthHelper.java:1293)
at com.ibm.team.jfs.app.oauth.OAuthHelper.getToken(OAuthHelper.java:1418)
at com.ibm.team.jfs.app.oauth.OAuthHelper.getNewRequestTokenFromProvider(OAuthHelper.java:845)
at com.ibm.team.lpa.common.auth.OAuthUtils.createOAuthAuthorizationException(OAuthUtils.java:78)
... 29 more

19 answers



permanent link
John Vasta (2.6k15) | answered Aug 01 '11, 10:26 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Now we need to determine which key is the correct one. Do this by shutting down your server, then in the "server" folder of your installation, execute

repotools-jts -listStorageAreaKeys

It should output a list of pairs of storage area names followed by consumer keys, all separated by commas. Somewhere in the output you should find several entries that start with "com.ibm.team.lpa". The consumer key after them should be the same for all entries, and should match either the key you see in the JTS Consumers page, or the one you see in the friends.rdf file.

If the storage area key matches the one in the JTS Consumers page, then you should edit the friends.rdf file to replace the key value with the one from the Consumers page. The "secret" value is probably also wrong, but there is no way to know what the correct value is, so instead, copy the secret value from the friends.rdf file. Then start the server, go to the Consumers page in /jts/admin, click on the pencil icon next to the consumer entry for LPA, and paste in the secret (twice) that you copied from the friends.rdf file. Then click Finish.

If the storage area key matches the one in the friends.rdf file, then you'll need to start the server, go to the Consumers page, delete the consumer entry for LPA (because you cannot change the key value), then create a new entry using the "Register consumer" form at the top of the page. But instead of letting it generate a key, click the message "Click here to pick the consumer key instead", so that you can paste in the key from the friends.rdf file. Also paste in the secret value. Also, select the Trusted checkbox. After creating the consumer, you need to edit it so that you can set the functional user id to "lpa_user".

permanent link
John Vasta (2.6k15) | answered Jul 28 '11, 10:24 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
The error message "CRJZS0033E The consumer key is not valid and the consumer may not be registered" is indicating that the LPA application is sending an invalid consumer key to the JTS. This could happen if you had problems during setup, and did something like unregister and reregister LPA to try and resolve the problems. So the first thing to check is that LPA knows the correct consumer key.

Go to the JTS admin web UI, to the "Consumers (Inbound)" page, and find the consumer for LPA. It should be named "/admin", if you followed the standard setup. Note the consumer key. (According to the error message, LPA thinks it should start with "4c3" and end with "247". If it doesn't, then there is a problem.)

Then look at the server/conf/admin/friends.rdf file in your server installation area. It should contain XML with an element named jfs:oauthConsumerKey, having the same value for the consumer key that you see in the JTS Consumers page.

If the values are the same, perhaps a server restart will get things working. If they are not the same, then let us know, and we can recommend a recovery action.

permanent link
John Vasta (2.6k15) | answered Aug 02 '11, 10:37 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
That can happen if you haven't restarted your browser, so that it is still sending back cookies with old tokens in them. If you have restarted your browser (and tried clearing out cookies, just to be sure), then I would need more context to try and understand what's going on (e.g. what you're doing when you see this message, and any additional info, like a stack trace).

That helped. But now I'm getting this.

com.ibm.team.jfs.app.oauth.OAuthInvalidOrExpiredTokenException: CRJZS0034E The OAuth token is not valid or expired.

permanent link
Daniel Toczala (88211514) | answered Jul 27 '11, 11:24 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Looks like a permissions issue with the user ID. Are you sure that you have the correct connection information to Oracle DB?

permanent link
Brian DiCola (29311415) | answered Jul 27 '11, 1:28 p.m.
Looks like a permissions issue with the user ID. Are you sure that you have the correct connection information to Oracle DB?


Yes. Initially I was confused by the difference between the user id logging in to Oracle and the user id used to perform the data warehousing activities. But my config has that all straight now. Could the ALP config have a remnant from an old user id/password combo that was bad? If so, I'm not sure how to fix that.

permanent link
Brian DiCola (29311415) | answered Jul 28 '11, 4:54 p.m.
The keys differ between /admin on the the Consumers (Inbound) page and the one in the friends.rdf file.

I thought of copying the information from the file to the admin page, but I'm not sure if that will fix it. Can someone please advise? Thanks.

permanent link
Brian DiCola (29311415) | answered Aug 01 '11, 1:49 p.m.
That helped. But now I'm getting this.

com.ibm.team.jfs.app.oauth.OAuthInvalidOrExpiredTokenException: CRJZS0034E The OAuth token is not valid or expired.

permanent link
Brian DiCola (29311415) | answered Aug 03 '11, 7:14 a.m.
The error shows up in logs when I try to get to the LPA page. The page tries to load the projects, but hangs on "Loading Lifecycle Projects..."

When it finally fails the following error is displayed in the browser: "Error retrieving artifact containers."


I cleared the cookies and even used different browsers from different machines. Same error. I get similar "The OAuth signature is not valid" errors in admin.log, jts.log, and the tomcat logs.

Maybe this is a clue?

Looking at admin.properties I have
com.ibm.team.jfs.app.context.storage.area.name=com.ibm.team.lpa.e7c14bdb-8135-45fb-a8c4-9ed5d953218c

But looking at the output from repotools, there are two sets of entries for com.ibm.team.lpa

com.ibm.team.lpa.027d1652-9a2f-4863-bc60-2694c8abaed4,8795ea8fc34546c2a6ad91f8f1c2ca08,
...and the rest

com.ibm.team.lpa.e7c14bdb-8135-45fb-a8c4-9ed5d953218c,8795ea8fc34546c2a6ad91f8f1c2ca08,
...and the rest

I'm thinking 027d1652-9a2f-4863-bc60-2694c8abaed4 needs to be removed.

permanent link
Brian DiCola (29311415) | answered Aug 03 '11, 7:27 a.m.
Tomcat log

com.ibm.team.jfs.app.oauth.OAuthInvalidSignatureException: CRJZS0035E The OAuth signature is not valid.
com.ibm.team.jfs.app.oauth.OAuthHelper.checkResponseForOAuthErrorsInternal(OAuthHelper.java:1296)
com.ibm.team.jfs.app.oauth.OAuthHelper.getToken(OAuthHelper.java:1418)
com.ibm.team.jfs.app.oauth.OAuthHelper.getNewRequestTokenFromProvider(OAuthHelper.java:845)
com.ibm.team.repository.service.internal.auth.proxy.AuthProxy.createNewAppCreds(AuthProxy.java:893)
sun.reflect.GeneratedMethodAccessor1405.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:618)
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:370)
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:356)
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:56)
$Proxy339.createNewAppCreds(Unknown Source)
com.ibm.team.repository.service.internal.auth.proxy.OAuthAccessTokenStorageServiceImpl.requestAuthenticationURL(OAuthAccessTokenStorageServiceImpl.java:61)
net.jazz.ajax.service.auth.OAuthProvider.authenticationURL(OAuthProvider.java:80)
net.jazz.ajax.service.internal.http.ProxyOperation$1.handleResponse(ProxyOperation.java:141)
com.ibm.team.jfs.app.http.client.JazzHttpClient.execute(JazzHttpClient.java:257)
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:717)
net.jazz.ajax.service.auth.AuthenticatingClientService.execute(AuthenticatingClientService.java:119)
net.jazz.ajax.service.internal.http.ProxyOperation.run(ProxyOperation.java:130)
net.jazz.ajax.service.internal.http.ProxyServlet.service(ProxyServlet.java:57)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
net.jazz.ajax.servlets.LoggingHttpServlet.service(LoggingHttpServlet.java:34)
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:120)
com.ibm.team.repository.server.servletbridge.JazzServlet.service(JazzServlet.java:76)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

permanent link
Brian DiCola (29311415) | answered Aug 03 '11, 7:28 a.m.
JTS Log

2011-08-03 06:26:13,726 ERROR net.jazz.ajax.service.internal.http.ProxyServlet - GET https://dswwindap09.div16.ibm.com:9443/jts/proxy
?uri=https%3A%2F%2Fdswwindap09.div16.ibm.com%3A9443%2Frm%2FprocessProxy%3Furi%3Dhttps%253A%252F%252Fdswwindap09.div16.ibm.com%253A9443%252Fjts%252Fprocess%252Fproject-areasHEADER: X-Requested-With = JazzHttpClient
HEADER: X-socket-timeout = 600
HEADER: X-JfsRequestDirector-Scheme = https
HEADER: Host = dswwindap09.div16.ibm.com:9443
HEADER: Connection = Keep-Alive
HEADER: Authorization = OAuth oauth_nonce="4445509444710627432", oauth_token="e3a05df8a6b84e84bcae1380be2a1526", oauth_consumer_key="8795ea8fc34546c2a6ad91f8f1c2ca08", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1312367173", oauth_version="1.0", oauth_signature="yZZznPWJMaIUB180Rb1%2BsQBqp2Q%3D"
Parameter: uri =

com.ibm.team.jfs.app.oauth.OAuthInvalidSignatureException: CRJZS0035E The OAuth signature is not valid.
at com.ibm.team.jfs.app.oauth.OAuthHelper.checkResponseForOAuthErrorsInternal(OAuthHelper.java:1296)
at com.ibm.team.jfs.app.oauth.OAuthHelper.getToken(OAuthHelper.java:1418)
at com.ibm.team.jfs.app.oauth.OAuthHelper.getNewRequestTokenFromProvider(OAuthHelper.java:845)
at com.ibm.team.repository.service.internal.auth.proxy.AuthProxy.createNewAppCreds(AuthProxy.java:893)
at sun.reflect.GeneratedMethodAccessor1405.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:370)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:356)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:56)
at $Proxy339.createNewAppCreds(Unknown Source)
at com.ibm.team.repository.service.internal.auth.proxy.OAuthAccessTokenStorageServiceImpl.requestAuthenticationURL(OAuthAccessTokenStorageServiceImpl.java:61)
at net.jazz.ajax.service.auth.OAuthProvider.authenticationURL(OAuthProvider.java:80)
at net.jazz.ajax.service.internal.http.ProxyOperation$1.handleResponse(ProxyOperation.java:141)
at com.ibm.team.jfs.app.http.client.JazzHttpClient.execute(JazzHttpClient.java:257)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:717)
at net.jazz.ajax.service.auth.AuthenticatingClientService.execute(AuthenticatingClientService.java:119)
at net.jazz.ajax.service.internal.http.ProxyOperation.run(ProxyOperation.java:130)
at net.jazz.ajax.service.internal.http.ProxyServlet.service(ProxyServlet.java:57)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at net.jazz.ajax.servlets.LoggingHttpServlet.service(LoggingHttpServlet.java:34)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:120)
at com.ibm.team.repository.server.servletbridge.JazzServlet.service(JazzServlet.java:76)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:659)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:457)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:395)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:311)
at com.ibm.team.jfs.internal.app.servlet.util.ServletDispatchingHandler.dispatch(ServletDispatchingHandler.java:485)
at com.ibm.team.jfs.internal.app.servlet.util.ServletDispatchingHandler.handle(ServletDispatchingHandler.java:182)
at com.ibm.team.jfs.app.http.client.internal.ExtensibleRequestDirector.handleRequest(ExtensibleRequestDirector.java:211)
at com.ibm.team.jfs.app.http.client.internal.ExtensibleRequestDirector.execute(ExtensibleRequestDirector.java:143)
at com.ibm.team.lpa.common.clients.LpaRequestDirector.internalExecute(LpaRequestDirector.java:166)
at com.ibm.team.lpa.common.clients.LpaRequestDirector.execute(LpaRequestDirector.java:138)
at com.ibm.team.lpa.common.http.client.cache.HttpClientCache.executeCacheMiss(HttpClientCache.java:203)
at com.ibm.team.lpa.common.http.client.cache.HttpClientCache.execute(HttpClientCache.java:120)
at com.ibm.team.lpa.common.http.client.cache.HttpClientCache.execute(HttpClientCache.java:85)
at com.ibm.team.lpa.common.http.client.cache.HttpClientCacheDirector.execute(HttpClientCacheDirector.java:30)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:641)
at com.ibm.team.lpa.common.services.CheckAuthService.respondWithAuthChallenges(CheckAuthService.java:113)
at com.ibm.team.lpa.common.services.CheckAuthService.doGet(CheckAuthService.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.team.lpa.common.services.AbstractLpaRestHandler.dispatch(AbstractLpaRestHandler.java:297)
at com.ibm.team.lpa.common.services.AbstractLpaRestHandler.handle(AbstractLpaRestHandler.java:324)
at com.ibm.team.jfs.app.servlet.AppContainerServlet.service(AppContainerServlet.java:299)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:120)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:811)
2011-08-03 06:26:13,772 ERROR net.jazz.ajax.service.internal.http.ProxyServlet - GET https://dswwindap09.div16.ibm.com:9443/jts/proxy
?uri=https%3A%2F%2Fdswwindap09.div16.ibm.com%3A9443%2Frm%2FprocessProxy%3Furi%3Dhttps%253A%252F%252Fdswwindap09.div16.ibm.com%253A9443%252Fjts%252Fprocess%252Fproject-areasHEADER: x-requested-with = JazzHttpClient
HEADER: x-socket-timeout = 600
HEADER: host = dswwindap09.div16.ibm.com:9443
HEADER: connection = Keep-Alive
HEADER: authorization = OAuth oauth_nonce="1422149914161060589", oauth_token="e3a05df8a6b84e84bcae1380be2a1526", oauth_consumer_key="8795ea8fc34546c2a6ad91f8f1c2ca08", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1312367173", oauth_version="1.0", oauth_signature="cuWCbnmpdQk%2Bs7ME5JKUUYQJ%2F7A%3D"
Parameter: uri =

com.ibm.team.jfs.app.oauth.OAuthInvalidSignatureException: CRJZS0035E The OAuth signature is not valid.
at com.ibm.team.jfs.app.oauth.OAuthHelper.checkResponseForOAuthErrorsInternal(OAuthHelper.java:1296)
at com.ibm.team.jfs.app.oauth.OAuthHelper.getToken(OAuthHelper.java:1418)
at com.ibm.team.jfs.app.oauth.OAuthHelper.getNewRequestTokenFromProvider(OAuthHelper.java:845)
at com.ibm.team.repository.service.internal.auth.proxy.AuthProxy.createNewAppCreds(AuthProxy.java:893)
at sun.reflect.GeneratedMethodAccessor1405.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:370)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:356)
at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:56)
at $Proxy339.createNewAppCreds(Unknown Source)
at com.ibm.team.repository.service.internal.auth.proxy.OAuthAccessTokenStorageServiceImpl.requestAuthenticationURL(OAuthAccessTokenStorageServiceImpl.java:61)
at net.jazz.ajax.service.auth.OAuthProvider.authenticationURL(OAuthProvider.java:80)
at net.jazz.ajax.service.internal.http.ProxyOperation$1.handleResponse(ProxyOperation.java:141)
at com.ibm.team.jfs.app.http.client.JazzHttpClient.execute(JazzHttpClient.java:257)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:717)
at net.jazz.ajax.service.auth.AuthenticatingClientService.execute(AuthenticatingClientService.java:119)
at net.jazz.ajax.service.internal.http.ProxyOperation.run(ProxyOperation.java:130)
at net.jazz.ajax.service.internal.http.ProxyServlet.service(ProxyServlet.java:57)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at net.jazz.ajax.servlets.LoggingHttpServlet.service(LoggingHttpServlet.java:34)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:120)
at com.ibm.team.repository.server.servletbridge.JazzServlet.service(JazzServlet.java:76)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:393)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:811)

Your answer


Register or to post 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.