View Single Post
      04-21-2013, 03:50 PM   #3343
demge01
Private First Class
demge01's Avatar
8
Rep
145
Posts

Drives: F30 320ed
Join Date: May 2012
Location: United Kingdom

iTrader: (0)

Garage List
Bump

Quote:
Originally Posted by demge01
Its been a while since I've posted and I've updated to 3.22.5.0 and purchased the patch and token.

I've been able to read the coding data in all but one of the modules but when I try to edit the FDL files and save before coding I get the attached error.

Any help appreciated.
Still can't figure out what's wrong - any ideas?

This is the text in the body of the error file:
EstCmCryptographicException: SignHandler can not be initialized with data from EST <Signature decryption error: javax.crypto.BadPaddingException: Invalid PKCS#1 padding: encrypted message and modulus lengths do not match!>


__________________________________________________ ___
com.bmw.esys.commons.exception.EsysException: Failed to sign FDL. [C158]
at com.bmw.esys.commons.SecurityHandler.sign(Security Handler.java:92)
at com.bmw.esys.domain.coding.FdlLogic.save(FdlLogic. java:150)
at com.bmw.esys.gui.DefaultFileHandlingController.doS ave(DefaultFileHandlingController.java:174)
at com.bmw.esys.gui.DefaultFileHandlingController.sav e(DefaultFileHandlingController.java:189)
at com.bmw.esys.gui.FileHandlingSupport.save(FileHand lingSupport.java:292)
at com.bmw.esys.gui.FileHandlingSupport.access$700(Fi leHandlingSupport.java:41)
at com.bmw.esys.gui.FileHandlingSupport$SaveAction.do ActionPerformed(FileHandlingSupport.java:345)
at com.bmw.esys.gui.AbstractView$AbstractGuiAction.ac tionPerformed(AbstractView.java:233)
at javax.swing.AbstractButton.fireActionPerformed(Unk nown Source)
at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseRe leased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent( Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(U nknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unkno wn Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(U nknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: com.bmw.est.cm.exception.EstCmCryptographicExcepti on: SignHandler can not be initialized with data from EST <Signature decryption error: javax.crypto.BadPaddingException: Invalid PKCS#1 padding: encrypted message and modulus lengths do not match!>
at com.bmw.est.cm.core.ESTCM.signXML(Unknown Source)
at com.bmw.esys.commons.SecurityHandler.sign(Security Handler.java:90)
... 44 more

Last edited by demge01; 04-21-2013 at 04:02 PM..
Appreciate 0