Jose Antony Posted January 20, 2022 Share Posted January 20, 2022 Hi, Am trying to fetch data from a URL and want to check that in the logs. I used HTTPSendRequest activity and configure the resource. I added the URL in the "RequestURI" under "Input" tab. When I debug the application and hit the URL in the browser it throws the following error. Check the attached screenshot for the reference. 022-01-20T15:31:28.365 INFO [main] com.tibco.thor.frwk - TIBCO BusinessWorks version 2.6.3, build V102, 2021-08-10 2022-01-20T15:31:29.530 INFO [main] com.tibco.thor.frwk.Deployer - Started by BusinessStudio. @BWEclipseAppNode> 2022-01-20T15:31:32.132 INFO [main] com.tibco.bw.frwk.engine.BWEngine - TIBCO-BW-FRWK-300002: BW Engine [Main] started successfully. 2022-01-20T15:31:32.445 INFO [Framework Event Dispatcher: Equinox Container: 3023a1ee-d779-001c-1082-81f37931936a] com.tibco.thor.frwk.Deployer - TIBCO-THOR-FRWK-300001: Started OSGi Framework of AppNode [bWEclipseAppNode] in AppSpace [bWEclipseAppSpace] of Domain [bWEclipseDomain] 2022-01-20T15:31:32.522 INFO [Framework Event Dispatcher: Equinox Container: 3023a1ee-d779-001c-1082-81f37931936a] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300018: Deploying BW Application [sBAHttp:1.0]. 2022-01-20T15:31:32.560 INFO [EventAdminThread #15] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300019: BW Application [sBAHttp:1.0] is impaired. 2022-01-20T15:31:32.564 INFO [Framework Event Dispatcher: Equinox Container: 3023a1ee-d779-001c-1082-81f37931936a] com.tibco.thor.frwk.Application - Started by BusinessStudio, ignoring .enabled settings. 2022-01-20T15:31:35.511 INFO [Job_Executor0] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300021: All Application dependencies are resolved for Application [sBAHttp:1.0] 2022-01-20T15:31:36.458 INFO [EventAdminThread #10] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300006: Started BW Application [sBAHttp:1.0] Jan 20, 2022 3:31:45 PM GenericConnectorServer ClientCreation.run WARNING: Failed to open connection: java.io.StreamCorruptedException: invalid stream header: 47455420 java.io.StreamCorruptedException: invalid stream header: 47455420 at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:866) at java.io.ObjectInputStream.(ObjectInputStream.java:358) at com.sun.jmx.remote.socket.SocketConnection$ObjectInputStreamWithLoader.(SocketConnection.java:354) at com.sun.jmx.remote.socket.SocketConnection.readMessage(SocketConnection.java:204) at com.sun.jmx.remote.opt.security.AdminServer.connectionOpen(AdminServer.java:76) at com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl.connect(ServerSynchroMessageConnectionImpl.java:58) at javax.management.remote.generic.GenericConnectorServer$ClientCreation.run(GenericConnectorServer.java:405) at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208) at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59) Link to comment Share on other sites More sharing options...
Emmanuel Marchiset 2 Posted January 24, 2022 Share Posted January 24, 2022 This error message may appears when the target port is used by another applications. Note also that when running the debugger from Studio the test appnode running in the background is using a port (by default 9090) and this may conflict with your application. 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