Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] java.lang.RuntimeException: malformed input around byte 47(Exception in RCP, not in Eclipse debugger)
[CDO] java.lang.RuntimeException: malformed input around byte 47 [message #671320] Tue, 17 May 2011 13:49 Go to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
I get the following exception when my exported RCP is started and the first query is made...

If I start the application from the IDE, everything is ok.
Any hints where to look at?


java.lang.RuntimeException: malformed input around byte 47
at org.eclipse.emf.cdo.internal.net4j.protocol.QueryRequest.con firming(QueryRequest.java:104)
at org.eclipse.emf.cdo.internal.net4j.protocol.QueryRequest.con firming(QueryRequest.java:1)
at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest .confirming(CDOClientRequest.java:90)
at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedI nput(RequestWithConfirmation.java:123)
at org.eclipse.net4j.signal.Signal.doInput(Signal.java:326)
at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(R equestWithConfirmation.java:103)
at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.jav a:51)
at org.eclipse.net4j.signal.Signal.runSync(Signal.java:251)
at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalPr otocol.java:396)
at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(Requ estWithConfirmation.java:87)
at org.eclipse.net4j.signal.RequestWithConfirmation.send(Reques tWithConfirmation.java:73)
at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtoco l.send(CDOClientProtocol.java:401)
at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtoco l.query(CDOClientProtocol.java:202)
at org.eclipse.emf.internal.cdo.query.CDOQueryImpl.getResult(CD OQueryImpl.java:86)
...

Caused by: java.io.UTFDataFormatException: malformed input around byte 47
at java.io.DataInputStream.readUTF(Unknown Source)
at java.io.DataInputStream.readUTF(Unknown Source)
at org.eclipse.net4j.util.io.ExtendedIOUtil.readString(Extended IOUtil.java:197)
at org.eclipse.net4j.util.io.ExtendedDataInputStream.readString (ExtendedDataInputStream.java:36)
at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readS tring(ExtendedDataInput.java:135)
at org.eclipse.emf.cdo.internal.common.model.CDOTypeImpl$30.doR eadValue(CDOTypeImpl.java:854)
at org.eclipse.emf.cdo.internal.common.model.CDOTypeImpl$30.doR eadValue(CDOTypeImpl.java:1)
at org.eclipse.emf.cdo.internal.common.model.CDOTypeImpl$Object Type.readValue(CDOTypeImpl.java:1009)
at org.eclipse.emf.cdo.internal.common.protocol.CDODataInputImp l.readCDORevisionOrPrimitive(CDODataInputImpl.java:500)
at org.eclipse.emf.cdo.internal.net4j.protocol.QueryRequest.con firming(QueryRequest.java:86)
... 47 more
Re: [CDO] java.lang.RuntimeException: malformed input around byte 47 [message #671322 is a reply to message #671320] Tue, 17 May 2011 14:02 Go to previous messageGo to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
False Alert! It seems the build server used out-dated plugins from the wrong directory... Sorry!
Re: [CDO] java.lang.RuntimeException: malformed input around byte 47 [message #686777 is a reply to message #671320] Tue, 17 May 2011 13:54 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6690
Registered: July 2009
Senior Member
Hi Erdal,

Can you please *attach* the stack trace in a form that I can use it? Thanks...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 17.05.2011 15:49, schrieb Erdal Karaca:
> I get the following exception when my exported RCP is
> started and the first query is made...
>
> If I start the application from the IDE, everything is ok.
> Any hints where to look at?
>
>
> java.lang.RuntimeException: malformed input around byte 47
> at org.eclipse.emf.cdo.internal.net4j.protocol.QueryRequest.con
> firming(QueryRequest.java:104)
> at org.eclipse.emf.cdo.internal.net4j.protocol.QueryRequest.con
> firming(QueryRequest.java:1)
> at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest
> confirming(CDOClientRequest.java:90)
> at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedI
> nput(RequestWithConfirmation.java:123)
> at
> org.eclipse.net4j.signal.Signal.doInput(Signal.java:326)
> at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(R
> equestWithConfirmation.java:103)
> at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.jav
> a:51)
> at
> org.eclipse.net4j.signal.Signal.runSync(Signal.java:251)
> at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalPr
> otocol.java:396)
> at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(Requ
> estWithConfirmation.java:87)
> at org.eclipse.net4j.signal.RequestWithConfirmation.send(Reques
> tWithConfirmation.java:73)
> at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtoco
> l.send(CDOClientProtocol.java:401)
> at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtoco
> l.query(CDOClientProtocol.java:202)
> at org.eclipse.emf.internal.cdo.query.CDOQueryImpl.getResult(CD
> OQueryImpl.java:86)
> ..
>
> Caused by: java.io.UTFDataFormatException: malformed input
> around byte 47
> at java.io.DataInputStream.readUTF(Unknown Source)
> at java.io.DataInputStream.readUTF(Unknown Source)
> at org.eclipse.net4j.util.io.ExtendedIOUtil.readString(Extended
> IOUtil.java:197)
> at org.eclipse.net4j.util.io.ExtendedDataInputStream.readString
> (ExtendedDataInputStream.java:36)
> at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readS
> tring(ExtendedDataInput.java:135)
> at org.eclipse.emf.cdo.internal.common.model.CDOTypeImpl$30.doR
> eadValue(CDOTypeImpl.java:854)
> at org.eclipse.emf.cdo.internal.common.model.CDOTypeImpl$30.doR
> eadValue(CDOTypeImpl.java:1)
> at org.eclipse.emf.cdo.internal.common.model.CDOTypeImpl$Object
> Type.readValue(CDOTypeImpl.java:1009)
> at org.eclipse.emf.cdo.internal.common.protocol.CDODataInputImp
> l.readCDORevisionOrPrimitive(CDODataInputImpl.java:500)
> at org.eclipse.emf.cdo.internal.net4j.protocol.QueryRequest.con
> firming(QueryRequest.java:86)
> ... 47 more
>


Re: [CDO] java.lang.RuntimeException: malformed input around byte 47 [message #686778 is a reply to message #671322] Tue, 17 May 2011 14:12 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6690
Registered: July 2009
Senior Member
Am 17.05.2011 16:02, schrieb Erdal Karaca:
> False Alert! It seems the build server used out-dated
> plugins from the wrong directory... Sorry!
Great ;-)

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: [CDO] java.lang.RuntimeException: malformed input around byte 47 [message #686947 is a reply to message #671320] Tue, 17 May 2011 13:54 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6690
Registered: July 2009
Senior Member
Hi Erdal,

Can you please *attach* the stack trace in a form that I can use it? Thanks...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 17.05.2011 15:49, schrieb Erdal Karaca:
> I get the following exception when my exported RCP is
> started and the first query is made...
>
> If I start the application from the IDE, everything is ok.
> Any hints where to look at?
>
>
> java.lang.RuntimeException: malformed input around byte 47
> at org.eclipse.emf.cdo.internal.net4j.protocol.QueryRequest.con
> firming(QueryRequest.java:104)
> at org.eclipse.emf.cdo.internal.net4j.protocol.QueryRequest.con
> firming(QueryRequest.java:1)
> at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientRequest
> confirming(CDOClientRequest.java:90)
> at org.eclipse.net4j.signal.RequestWithConfirmation.doExtendedI
> nput(RequestWithConfirmation.java:123)
> at
> org.eclipse.net4j.signal.Signal.doInput(Signal.java:326)
> at org.eclipse.net4j.signal.RequestWithConfirmation.doExecute(R
> equestWithConfirmation.java:103)
> at org.eclipse.net4j.signal.SignalActor.execute(SignalActor.jav
> a:51)
> at
> org.eclipse.net4j.signal.Signal.runSync(Signal.java:251)
> at org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalPr
> otocol.java:396)
> at org.eclipse.net4j.signal.RequestWithConfirmation.doSend(Requ
> estWithConfirmation.java:87)
> at org.eclipse.net4j.signal.RequestWithConfirmation.send(Reques
> tWithConfirmation.java:73)
> at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtoco
> l.send(CDOClientProtocol.java:401)
> at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtoco
> l.query(CDOClientProtocol.java:202)
> at org.eclipse.emf.internal.cdo.query.CDOQueryImpl.getResult(CD
> OQueryImpl.java:86)
> ..
>
> Caused by: java.io.UTFDataFormatException: malformed input
> around byte 47
> at java.io.DataInputStream.readUTF(Unknown Source)
> at java.io.DataInputStream.readUTF(Unknown Source)
> at org.eclipse.net4j.util.io.ExtendedIOUtil.readString(Extended
> IOUtil.java:197)
> at org.eclipse.net4j.util.io.ExtendedDataInputStream.readString
> (ExtendedDataInputStream.java:36)
> at org.eclipse.net4j.util.io.ExtendedDataInput$Delegating.readS
> tring(ExtendedDataInput.java:135)
> at org.eclipse.emf.cdo.internal.common.model.CDOTypeImpl$30.doR
> eadValue(CDOTypeImpl.java:854)
> at org.eclipse.emf.cdo.internal.common.model.CDOTypeImpl$30.doR
> eadValue(CDOTypeImpl.java:1)
> at org.eclipse.emf.cdo.internal.common.model.CDOTypeImpl$Object
> Type.readValue(CDOTypeImpl.java:1009)
> at org.eclipse.emf.cdo.internal.common.protocol.CDODataInputImp
> l.readCDORevisionOrPrimitive(CDODataInputImpl.java:500)
> at org.eclipse.emf.cdo.internal.net4j.protocol.QueryRequest.con
> firming(QueryRequest.java:86)
> ... 47 more
>


Re: [CDO] java.lang.RuntimeException: malformed input around byte 47 [message #686949 is a reply to message #671322] Tue, 17 May 2011 14:12 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6690
Registered: July 2009
Senior Member
Am 17.05.2011 16:02, schrieb Erdal Karaca:
> False Alert! It seems the build server used out-dated
> plugins from the wrong directory... Sorry!
Great ;-)

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Previous Topic:(no subject)
Next Topic:Connectors and Prot Question
Goto Forum:
  


Current Time: Wed Sep 25 22:22:10 GMT 2024

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

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

Back to the top