COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: Rosanero4Ever on 22 Jun 2015 01:48:20 PM

Title: Exception in Administration Tab
Post by: Rosanero4Ever on 22 Jun 2015 01:48:20 PM
Hi all,

I have to update my Cognos BI 8.4.1 installation to Cognos BI 10.2.2.
So, I before have to a perform a Content Store export.
But, when I click on the Administration link the following error occurs:

PF-SRV-6119 Received remote fault: chunked stream ended unexpectedly

com.cognos.portal.fragment.server.DashboardException: PF-SRV-6119 Received remote fault: chunked stream ended unexpectedly
   at com.cognos.portal.fragment.service.ServiceEnvironment.getBiBusTargetStream(ServiceEnvironment.java:458)
   at com.cognos.portal.fragment.service.ServiceEnvironment.getLocalTargetStream(ServiceEnvironment.java:271)
   at com.cognos.portal.fragment.Environment.getTargetStream(Environment.java:601)
   at com.cognos.portal.fragment.service.ServiceEnvironment.createValidationDocument(ServiceEnvironment.java:694)
   at com.cognos.portal.fragment.Environment.getValidationDocument(Environment.java:281)
   at com.cognos.portal.fragment.Environment.copyParametersForTarget(Environment.java:524)
   at com.cognos.portal.fragment.server.document.PageDocument.writeFragmentInstance(PageDocument.java:424)
   at com.cognos.portal.fragment.server.document.PageDocument.writePage(PageDocument.java:300)
   at com.cognos.portal.fragment.server.document.PageDocument.processDocument(PageDocument.java:213)
   at com.cognos.portal.fragment.server.document.PageDocument.writeHTML(PageDocument.java:184)
   at com.cognos.portal.fragment.server.DashboardProcessor.writeHTML(DashboardProcessor.java:299)
   at com.cognos.portal.fragment.server.DashboardProcessor.process(DashboardProcessor.java:261)
   at com.cognos.portal.fragment.service.DashboardService.invokeImpl(DashboardService.java:326)
[...]


I use CGI (and not ISAPI).
I used this cognos installation since 2008 and only now I'm having this issue!!!

Please, help me to understand the cause and to find a solution as soon as possible  :-[
Many thanks in advance
Title: Re: Exception in Administration Tab
Post by: MFGF on 23 Jun 2015 10:32:43 AM
Quote from: Rosanero4Ever on 22 Jun 2015 01:48:20 PM
Hi all,

I have to update my Cognos BI 8.4.1 installation to Cognos BI 10.2.2.
So, I before have to a perform a Content Store export.
But, when I click on the Administration link the following error occurs:

PF-SRV-6119 Received remote fault: chunked stream ended unexpectedly

com.cognos.portal.fragment.server.DashboardException: PF-SRV-6119 Received remote fault: chunked stream ended unexpectedly
   at com.cognos.portal.fragment.service.ServiceEnvironment.getBiBusTargetStream(ServiceEnvironment.java:458)
   at com.cognos.portal.fragment.service.ServiceEnvironment.getLocalTargetStream(ServiceEnvironment.java:271)
   at com.cognos.portal.fragment.Environment.getTargetStream(Environment.java:601)
   at com.cognos.portal.fragment.service.ServiceEnvironment.createValidationDocument(ServiceEnvironment.java:694)
   at com.cognos.portal.fragment.Environment.getValidationDocument(Environment.java:281)
   at com.cognos.portal.fragment.Environment.copyParametersForTarget(Environment.java:524)
   at com.cognos.portal.fragment.server.document.PageDocument.writeFragmentInstance(PageDocument.java:424)
   at com.cognos.portal.fragment.server.document.PageDocument.writePage(PageDocument.java:300)
   at com.cognos.portal.fragment.server.document.PageDocument.processDocument(PageDocument.java:213)
   at com.cognos.portal.fragment.server.document.PageDocument.writeHTML(PageDocument.java:184)
   at com.cognos.portal.fragment.server.DashboardProcessor.writeHTML(DashboardProcessor.java:299)
   at com.cognos.portal.fragment.server.DashboardProcessor.process(DashboardProcessor.java:261)
   at com.cognos.portal.fragment.service.DashboardService.invokeImpl(DashboardService.java:326)
[...]


I use CGI (and not ISAPI).
I used this cognos installation since 2008 and only now I'm having this issue!!!

Please, help me to understand the cause and to find a solution as soon as possible  :-[
Many thanks in advance

Hi,

Just a wild guess - have you been editing your hosts file recently? If you look in there, does localhost still point to the loopback address 127.0.0.1? If not, what happens if you re-instate it to 127.0.0.1?

MF.