[teiid-issues] [JBoss JIRA] (TEIID-6004) Getting and error while configuring oAuth2 with Teiid.

Steven Hawkins (Jira) issues at jboss.org
Mon Aug 10 10:51:01 EDT 2020


    [ https://issues.redhat.com/browse/TEIID-6004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376290#comment-14376290 ] 

Steven Hawkins commented on TEIID-6004:
---------------------------------------

> So I just have a question without using this function can we write a query. just like we write for other databases like MYSQL, SQLServer, BigQuery, etc.

The role of TEXTTABLE is to convert from the raw file to tabular output.  There is currently not a translator that will do that automatically.  Once you have the sql that defines the file processing, you can wrap that in a view, possibly adding materialization, and then access that view as you would any other table/view.

> Getting and error while configuring oAuth2 with Teiid.
> ------------------------------------------------------
>
>                 Key: TEIID-6004
>                 URL: https://issues.redhat.com/browse/TEIID-6004
>             Project: Teiid
>          Issue Type: Bug
>          Components: Build/Kits
>            Reporter: Nayan Bija
>            Assignee: Steven Hawkins
>            Priority: Major
>             Fix For: 15.0, 13.1.2, 14.0.1
>
>   Original Estimate: 2 hours
>          Time Spent: 1 hour, 30 minutes
>  Remaining Estimate: 30 minutes
>
> We need to read the Flat file from Google storage(bucket). so that we are following the steps mention in this ticket  TEIID-5940".
> So it is mentioned that we will have to make web service data source and will have to configure google credentials into it. 
> So to create a datasource below steps has been provided but getting and error in final step.
> Refered below URL for steps.
> [http://teiid.github.io/teiid-documents/master/content/admin/OAuth_Authentication_With_REST_Based_Services.html]
>  
> C:\Softwares\teiid-wildfly-14.0.0-server1\teiid-14.0.0\bin>teiid-oauth-util.bat
> Select type of OAuth authentication
> 1) OAuth 1.0A
> 2) OAuth 2.0
> 3) OAuth 2.0 - Facebook
> 2
> === OAuth 2.0 Workflow ===
> Enter the Client ID = dfgfdg-dfgdfg.apps.googleusercontent.com
> Enter the Client Secret = dfgd-obggh_unnng_SDD
> Enter the User Authorization URL = https://accounts.google.com/o/oauth2/auth
> Enter scope (hit enter for none) = profile
> Enter callback URL (default: urn:ietf:wg:oauth:2.0:oob) =
> Cut & Paste the URL in a web browser, and Authticate
> Authorize URL = https://accounts.google.com/o/oauth2/auth?client_id=fdfdsfdsdfsdfsdf
> Enter Token Secret (Auth Code, Pin) from previous step = 4/2QdsfdsfEZvSxCK5yEPNJCYcbdsfsd
> Enter the Access Token URL = https://www.googleapis.com/oauth2/v3/token
> Jul 30, 2020 5:29:04 PM org.apache.cxf.configuration.jsse.SSLUtils loadDefaultKeyManagers
> WARNING: Default key managers cannot be initialized: Password must not be null
> java.security.UnrecoverableKeyException: Password must not be null
>  at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:124)
>  at sun.security.provider.JavaKeyStore$JKS.engineGetKey(JavaKeyStore.java:55)
>  at java.security.KeyStore.getKey(KeyStore.java:1011)
>  at sun.security.ssl.SunX509KeyManagerImpl.<init>(SunX509KeyManagerImpl.java:133)
>  at sun.security.ssl.KeyManagerFactoryImpl$SunX509.engineInit(KeyManagerFactoryImpl.java:70)
>  at javax.net.ssl.KeyManagerFactory.init(KeyManagerFactory.java:256)
>  at org.apache.cxf.configuration.jsse.SSLUtils.loadDefaultKeyManagers(SSLUtils.java:116)
>  at org.apache.cxf.configuration.jsse.SSLUtils.getDefaultKeyStoreManagers(SSLUtils.java:89)
>  at org.apache.cxf.transport.https.SSLUtils.getSSLContext(SSLUtils.java:75)
>  at org.apache.cxf.transport.https.HttpsURLConnectionFactory.decorateWithTLS(HttpsURLConnectionFactory.java:144)
>  at org.apache.cxf.transport.https.HttpsURLConnectionFactory.createConnection(HttpsURLConnectionFactory.java:101
>  at org.apache.cxf.transport.http.URLConnectionHTTPConduit.createConnection(URLConnectionHTTPConduit.java:121)
>  at org.apache.cxf.transport.http.URLConnectionHTTPConduit.setupConnection(URLConnectionHTTPConduit.java:125)
>  at org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduit.setupConnection(AsyncHTTPConduit.java:190)
>  at org.apache.cxf.transport.http.HTTPConduit.prepare(HTTPConduit.java:505)
>  at org.apache.cxf.interceptor.MessageSenderInterceptor.handleMessage(MessageSenderInterceptor.java:47)
>  at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
>  at org.apache.cxf.jaxrs.client.AbstractClient.doRunInterceptorChain(AbstractClient.java:701)
>  at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1086)
>  at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:932)
>  at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:901)
>  at org.apache.cxf.jaxrs.client.WebClient.form(WebClient.java:434)
>  at org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils.getAccessToken(OAuthClientUtils.java:301)
>  at org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils.getAccessToken(OAuthClientUtils.java:225)
>  at org.teiid.oauth.OAuthUtil.oauth20Flow(OAuthUtil.java:158)
>  at org.teiid.oauth.OAuthUtil.main(OAuthUtil.java:76)
>  at org.jboss.modules.Module.run(Module.java:352)
>  at org.jboss.modules.Module.run(Module.java:320)
>  at org.jboss.modules.Main.main(Main.java:593)
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/cxf/jaxrs/json/basic/JsonMapObjectReaderWriter
>  at org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider.readJSONResponse(OAuthJSONProvider.java:307)
>  at org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils.getAccessToken(OAuthClientUtils.java:306)
>  at org.apache.cxf.rs.security.oauth2.client.OAuthClientUtils.getAccessToken(OAuthClientUtils.java:225)
>  at org.teiid.oauth.OAuthUtil.oauth20Flow(OAuthUtil.java:158)
>  at org.teiid.oauth.OAuthUtil.main(OAuthUtil.java:76)
>  at org.jboss.modules.Module.run(Module.java:352)
>  at org.jboss.modules.Module.run(Module.java:320)
>  at org.jboss.modules.Main.main(Main.java:593)
> Caused by: java.lang.ClassNotFoundException: org.apache.cxf.jaxrs.json.basic.JsonMapObjectReaderWriter from [Module "or
> 0.0\modules,C:\Softwares\teiid-wildfly-14.0.0-server1\teiid-14.0.0\modules\system\layers\dv,C:\Softwares\teiid-wildfly-
>  at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:255)
>  at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:410)
>  at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
>  at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
>  ... 8 more
> Press any key to continue . . .



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the teiid-issues mailing list