Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Unexpected end of ZLIB input stream
Unexpected end of ZLIB input stream [message #53913] Thu, 16 February 2006 17:10 Go to next message
Eclipse UserFriend
Originally posted by: vgurov.evelopers.com

Hi, TPTP Team!

First of all, thanx a lot for a great tool!

I'm tring to profile my jboss application.
Eveything works fine for 5-10 seconds, but then status bar (events
processed) freeze.
Start Monitoring, Pause Monitroing - no reaction. Actually it gathers a
little bit of profile info, but...
I've started eclipse with java console and found the following exception.
I'm sure it's the cause. But how to avoid it?
My config is:
TPTP 4.1.0.1
Eclipse 3.1.2
EMF 2.1.2
XSD 2.1.1
GEF 3.1.1
JDK 1.5.0_06-b05
WinXP SP2

java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(Unknown Source)
at java.util.zip.InflaterInputStream.read(Unknown Source)
at java.util.zip.ZipInputStream.read(Unknown Source)
at
org.eclipse.hyades.trace.ui.internal.piclient.XMLTraceDataPr ocessor.copyZip(XMLTraceDataProcessor.java:291)
at
org.eclipse.hyades.trace.ui.internal.piclient.XMLTraceDataPr ocessor.makeWriter(XMLTraceDataProcessor.java:225)
at
org.eclipse.hyades.trace.ui.internal.piclient.XMLTraceDataPr ocessor.createWriter(XMLTraceDataProcessor.java:203)
at
org.eclipse.hyades.trace.ui.ProfileUIManager.startMonitoring (ProfileUIManager.java:123)
at
org.eclipse.hyades.trace.ui.internal.actions.StartTraceActio nDelegate.doAction(StartTraceActionDelegate.java:34)
at
org.eclipse.hyades.trace.ui.internal.actions.AbstractProfile ActionDelegate$1.run(AbstractProfileActionDelegate.java:101)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.hyades.trace.ui.internal.actions.AbstractProfile ActionDelegate.run(AbstractProfileActionDelegate.java:96)
at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:246)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:538)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$6.handleEven t(ActionContributionItem.java:441)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3125)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2758)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Re: Unexpected end of ZLIB input stream [message #53953 is a reply to message #53913] Fri, 17 February 2006 15:26 Go to previous message
Marius Slavescu is currently offline Marius SlavescuFriend
Messages: 67
Registered: July 2009
Member
Hi Vadim,

It looks like you are profiling to a file, try to use a different target
file name for each launch in your Profile launch configuration ->
Profiling -> Destination tab, see "Send the profiling data to a file"
check-box. After you profile to a file you will need to import that file
(you can also use filters at import time to reduce the amount of data
that you load in memory).

If you want to see the data as it is received just uncheck the above
check-box and relaunch the application in profile mode.

--Marius

Vadim Gurov wrote:
> Hi, TPTP Team!
>
> First of all, thanx a lot for a great tool!
>
> I'm tring to profile my jboss application.
> Eveything works fine for 5-10 seconds, but then status bar (events
> processed) freeze.
> Start Monitoring, Pause Monitroing - no reaction. Actually it gathers a
> little bit of profile info, but...
> I've started eclipse with java console and found the following exception.
> I'm sure it's the cause. But how to avoid it?
> My config is:
> TPTP 4.1.0.1
> Eclipse 3.1.2
> EMF 2.1.2
> XSD 2.1.1
> GEF 3.1.1
> JDK 1.5.0_06-b05
> WinXP SP2
>
> java.io.EOFException: Unexpected end of ZLIB input stream
> at java.util.zip.InflaterInputStream.fill(Unknown Source)
> at java.util.zip.InflaterInputStream.read(Unknown Source)
> at java.util.zip.ZipInputStream.read(Unknown Source)
> at
> org.eclipse.hyades.trace.ui.internal.piclient.XMLTraceDataPr ocessor.copyZip(XMLTraceDataProcessor.java:291)
> at
> org.eclipse.hyades.trace.ui.internal.piclient.XMLTraceDataPr ocessor.makeWriter(XMLTraceDataProcessor.java:225)
> at
> org.eclipse.hyades.trace.ui.internal.piclient.XMLTraceDataPr ocessor.createWriter(XMLTraceDataProcessor.java:203)
> at
> org.eclipse.hyades.trace.ui.ProfileUIManager.startMonitoring (ProfileUIManager.java:123)
> at
> org.eclipse.hyades.trace.ui.internal.actions.StartTraceActio nDelegate.doAction(StartTraceActionDelegate.java:34)
> at
> org.eclipse.hyades.trace.ui.internal.actions.AbstractProfile ActionDelegate$1.run(AbstractProfileActionDelegate.java:101)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.hyades.trace.ui.internal.actions.AbstractProfile ActionDelegate.run(AbstractProfileActionDelegate.java:96)
> at
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:246)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:538)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
> at
> org.eclipse.jface.action.ActionContributionItem$6.handleEven t(ActionContributionItem.java:441)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3125)
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2758)
> at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
>
>
>
>
>
Previous Topic:Exporting UML2 Trace Interactions
Next Topic:RAC and JUnit deployment
Goto Forum:
  


Current Time: Fri Apr 26 13:46:28 GMT 2024

Powered by FUDForum. Page generated in 0.03090 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top