sridhar narayanasa 2 Posted October 3, 2017 Share Posted October 3, 2017 HI All, Deploying Bw6 application to TEA through Jenkins using maven plugin. Could you please let me know what is causing the error Failing with below error: [ERROR] com.tibco.bw.maven.plugin.admin.client.ClientException: MessageBodyReader not found for media type=text/html;charset=ISO-8859-1, type=class com.tibco.bw.maven.plugin.admin.dto.Error, genericType=class com.tibco.bw.maven.plugin.admin.dto.Error. (500) Caused by: org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html;charset=ISO-8859-1, type=class com.tibco.bw.maven.plugin.admin.dto.Error, genericType=class com.tibco.bw.maven.plugin.admin.dto.Error. at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:231) [ERROR] Failed to execute goal com.tibco.plugins:bw6-maven-plugin:1.2.2:bwinstall (default-bwinstall) on project HttpServiceApp: Failed to deploy BW Application: MessageBodyReader not found for media type=text/html;charset=ISO-8859-1, type=class com.tibco.bw.maven.plugin.admin.dto.Error, genericType=class com.tibco.bw.maven.plugin.admin.dto.Error. -> [Help 1] Link to comment Share on other sites More sharing options...
Zhansaya A Posted October 9, 2017 Share Posted October 9, 2017 Have you found a solution Link to comment Share on other sites More sharing options...
sridhar narayanasa 2 Posted October 9, 2017 Author Share Posted October 9, 2017 The issue was resolved. The agent details in the properties file is wrong.Hence not able to connect to the agent and wa giving error. Link to comment Share on other sites More sharing options...
Tiago Dias Posted March 20, 2018 Share Posted March 20, 2018 Can you please give more detail on the error and solution you found I'm having a similar error but can't find anything wrong in the properties file Link to comment Share on other sites More sharing options...
sreenivas reddy Posted October 10, 2018 Share Posted October 10, 2018 I am facing the same issue please show the updates that you have made in properties file. Link to comment Share on other sites More sharing options...
Catalin Mocanu 3 Posted July 13, 2019 Share Posted July 13, 2019 What is the corect value for agentPort It is http port of TEA web interface Link to comment Share on other sites More sharing options...
Hitesh Nembhwani Posted July 24, 2019 Share Posted July 24, 2019 All the Maven related discussions are usually onhttps://github.com/TIBCOSoftware/bw6-plugin-maven Attaching a snapshot to explain the port related values. Link to comment Share on other sites More sharing options...
Catalin Mocanu Posted July 29, 2019 Share Posted July 29, 2019 After spending a couple of days trying to deploy using mvn install command I found the problem: you need to connect to a node agent port not to TEA server. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now