NoSuchMethodError - createCharMap
- From: "Tony Cooke" <TCooke@xxxxxxxxxxxxx>
- Date: Wed, 8 Feb 2006 13:41:22 +1030
Hi all.
I have the following exception and for the life of me I don't know what's
going on.
I believe I have included all the relevent jars in the classpath but I still
get the error.
Basically I get a message from WebSphereMQ on a Windows box where the
message originated from an iSeries box (in EBCIDIC format). I believe it
converts it to unicode but the character mapping fails. I just don't know
why.
Any help would be appreciated.
All the best,
Tony
Exception in thread "Thread-0" java.lang.NoSuchMethodError:
sun.io.ByteToCharSingleByte.createCharMap(Ljava/lang/String;Z)[C
at sun.io.ByteToCharCp037.<clinit>(ByteToCharCp037.java:85)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at sun.io.Converters.getConverterClass(Unknown Source)
at sun.io.Converters.newConverter(Unknown Source)
at sun.io.ByteToCharConverter.getConverter(Unknown Source)
at sun.nio.cs.StreamDecoder$ConverterSD.<init>(Unknown Source)
at sun.nio.cs.StreamDecoder$ConverterSD.<init>(Unknown Source)
at sun.nio.cs.StreamDecoder.forInputStreamReader(Unknown Source)
at java.io.InputStreamReader.<init>(Unknown Source)
at com.ibm.mq.MQMessage.readConvertedString(MQMessage.java:2061)
at com.ibm.mq.MQMessage.readStringOfCharLength(MQMessage.java:632)
at com.elders.sca.commands.MQServerCommand.execute(MQServerCommand.java:52)
at com.elders.sca.commands.CommandImpl.perform(CommandImpl.java:33)
at com.elders.sca.control.EventHandler.handle(EventHandler.java:132)
at com.elders.sca.control.Mediator.post(Mediator.java:111)
at com.elders.sca.control.Mediator.start(Mediator.java:149)
at com.elders.sca.business.BusinessFunction.run(BusinessFunction.java:51)
at java.lang.Thread.run(Unknown Source)
.
- Follow-Ups:
- Re: NoSuchMethodError - createCharMap
- From: Chris Uppal
- Re: NoSuchMethodError - createCharMap
- From: Roedy Green
- Re: NoSuchMethodError - createCharMap
- From: viraj
- Re: NoSuchMethodError - createCharMap
- Prev by Date: Re: Hashtable synchronized?
- Next by Date: Re: Java User Groups
- Previous by thread: classpath for rmiregistry
- Next by thread: Re: NoSuchMethodError - createCharMap
- Index(es):
Relevant Pages
|