T3s connection terminate suddenly

Hi,
I'm using the weblogic server 7.0. My java client daemon can connect
to weblogic server 7.0 and working fine through "t3s". But, it fail to connect
to server sometimes suddenly. At same times, java client can communicate with
server through "t3" protocol.
The error message of java client is of following:
javax.naming.CommunicationException. Root exception is java.net.ConnectException:
Destination unreachable; nested exception is:
java.io.InterruptedIOException: Read timed out; No available
router to destination
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:180)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:262)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:323)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:221)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:149)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:660)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:241)
at javax.naming.InitialContext.init(InitialContext.java:217)
at javax.naming.InitialContext.<init>(InitialContext.java:193)
at TestWLS.init(TestWLS.java:27)
at TestWLS.main(TestWLS.java:95)
The error message of WEblogic server is of following:
<Error> <kernel> <000802> <ExecuteRequest failed java.lang.IllegalArgumentException:
Bad offset/len java.lang.IllegalArgumentException: Bad offset/len at javax.crypto.Mac.update(Mac.java:268)
at com.certicom.tls.provider.Mac.update(Unknown Source) at com.certicom.tls.record.ReadHandler.readRecord(Unknown
Source) at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown
Source) at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown
Source) at com.certicom.net.ssl.CerticomContextWrapper.forceHandshakeOnAcceptedSocket(Unknown
Sourc e) at weblogic.t3.srvr.SSLListenThread$1.execute(SSLListenThread.java:399)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
Do you have any suggestion? Thanks a lot.
Best Regards,
Sam

Turn SSL debug tracing on for both the client side and the server side:
Add this to the command lines for both the client and the server:
-Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true
If this happens sometimes and not other times using the same configuration,
it is probably not an SSL configuration issue but the SSL debug tracing may
show
something there.
Tony
"Sam" <[email protected]> wrote in message
news:[email protected]...
>
Hi,
I'm using the weblogic server 7.0. My java client daemon can connect
to weblogic server 7.0 and working fine through "t3s". But, it fail toconnect
>
to server sometimes suddenly. At same times, java client can communicatewith
server through "t3" protocol.
The error message of java client is of following:
>
javax.naming.CommunicationException. Root exception isjava.net.ConnectException:
>
Destination unreachable; nested exception is:
java.io.InterruptedIOException: Read timed out; No available
router todestination
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:180)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:262)
atweblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
textFactoryDelegate.java:323)
>
atweblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
textFactoryDelegate.java:221)
>
atweblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
ory.java:149)
>
atjavax.naming.spi.NamingManager.getInitialContext(NamingManager.java:660)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:241)
at javax.naming.InitialContext.init(InitialContext.java:217)
at javax.naming.InitialContext.<init>(InitialContext.java:193)
at TestWLS.init(TestWLS.java:27)
at TestWLS.main(TestWLS.java:95)
>
>
The error message of WEblogic server is of following:
<Error> <kernel> <000802> <ExecuteRequest failedjava.lang.IllegalArgumentException:
Bad offset/len java.lang.IllegalArgumentException: Bad offset/len atjavax.crypto.Mac.update(Mac.java:268)
at com.certicom.tls.provider.Mac.update(Unknown Source) atcom.certicom.tls.record.ReadHandler.readRecord(Unknown
Source) atcom.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown
Source) atcom.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown
Source) atcom.certicom.net.ssl.CerticomContextWrapper.forceHandshakeOnAcceptedSocket(U
nknown
Sourc e) atweblogic.t3.srvr.SSLListenThread$1.execute(SSLListenThread.java:399)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213) atweblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
>
Do you have any suggestion? Thanks a lot.
Best Regards,
Sam

Similar Messages

  • Why won't my iPhone connect to the Internet? It will goes days with no connection, then suddenly have a connection for a while. I am on the Sprint network.

    Why won't my iPhone connect to the Internet? It will goes days with no connection, then suddenly have a connection for a while. I am on the Sprint network.

    Have you contacted Sprint?  See if they can resolve your issue, if you can't get 3G.

  • Why does Safari terminate suddenly on iPad2

    Why does my safari terminate suddenly on iPad2 wifi+3G.

    No one can answer that as there could be several causes.
    Try resetting the iPad by holding the home and power keys down until the Apple logo appears.
    Barry

  • T3 and t3s Connection

    Hi,
    I have JMS client which publishes the messages using weblogic server. My JMS client gets t3://hostname:7001 connection first and then gets t3s://hostname:7002 connection to publish messages in non secured and secured mode.
    Here the question is, even if i give wrong certificates when getting t3s connection, my JMS client will not throw exception. Is it really getting t3s connection after getting t3 connection? Will JMS client publishes in secured mode with t3s connection?
    I have given commnad line options -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true. But i'm not able to see any debug messages.
    If i change my JMS client to get t3s connection first, it throws exception saying certificates are wrong. If i give correct certificates it works and it prints debug messages too.
    Could any one tell me why certificates are not validated when JMS client gets t3 connection first and t3s connection later?
    Thanks
    Shiv

    Thanks, already tried .. Did not help much. It actually dumped too much in log files, few GBs of data. Had to restart after deleting all those log files.
    Is there any weblogic setting that we are missing ?

  • Excel Connection Manager suddenly can no longer connect to Excel from SSIS package

    <p>During the last 3 months, I used 32 bit SSIS 2008 (v 10.50.2500.0) on an WinXp machine (v 5.1.2600 SP3 Build 2600) to create a package that writes multiple query results (reports) to an excel spreadsheet. Each report is written to a different
    tabbed sheet in the same spreadsheet. </p><p>The package was&nbsp;working just fine until May 9 2013, when suddenly every single&nbsp;Data Flow task with an Excel Destination&nbsp;displayed error icons and raised the&nbsp;following
    error message when opening the Advanced Editor:</p><p>SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005 Description: "Unspecified error". <br />Error at &lt;DataFlow task name&gt;: SSIS
    error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager &lt;Excel connection Manager&gt; failed with error code 0xC0202009. There may be error messages posted before this with more
    information on why the Acquire Connection method call failed. Exception from HRESULT: 0Xc020801c (Microsoft.SQlServer.DTSPipelineWrap)</p><p>Originally the error message reported that the Error Code was "0x8000FFFF", but I can't seem
    to reproduce that error code since. Now I am only getting the above error message.</p><p>From the time I created the original package (when it worked fine) until now, I have been using the same computer, writing to a (32 bit) 2010 Excel file in
    a local folder. The filename and location have not changed. The ConnectionString has not changed. The Connnection String I am using is Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Conversion\Conversion Results_dt01.xlsx;Extended Properties="EXCEL
    12.0 XML;HDR=YES;". </p><p>Now an attempt to create and test a NEW Connection Manager yields me this error. "Test connection failed because of an error in initializing provider. Unspecified error.",&nbsp; whereas before I had
    no problems creating a new connection manager.</p><p>I checked a second SSIS package, which I also built during the past 3 months, which loads multiple sheets from multiple Excel files to a SQL Server 2008 database holding table. It uses the same
    ACE OLE DB 12.0 connection to load the Excel speadsheets and this package continues to work fine on the same workstation.</p><p>In desparation, wondering if the Microsoft ACE OLE DB 12.0 driver had become corrupt (even though the second package
    was raising no errors), I did download and install the Microsoft ACE OLE DB 12.0 driver.&nbsp; That did not solve my problems with the first package.</p><p>I need to get this package running again ASAP as it is targeted for UAT testing in a
    matter of days. Any help with this issue would be greatly appreciated!</p>

    I submitted this issue above and now I am having the same problem again. I am using the same local computer, the same operating system (WinXp v 5.1.2600 SP3 Build 2600) as originally described. I am working with the same SSIS package that
    writes multiple query results (reports) to an excel spreadsheet. This package has been successfully executed multiple times, but now I am suddenly getting the same error as follows:
    Error at 1ConversionContacts [Connection manager "Excel Connection Manager"]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft Access Database Engine"  Hresult: 0x80004005  Description: "Unspecified error".
    Error at DFlow Write soft deleted duplicate claims to Excel sheet [Excel Destination - write duplicate claim nbrs that have been removed to Excel [61]]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method
    call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    The package will not run because of these multiple errors (multiple because it occurs on every single excel destination in the package).
    I have Run64BitRuntime set to false on the project. I have triple checked that the excel file name (which I created and can access) exists with the correct name in the correct path, which is local on my machine. The file is the same file in the same
    location as when the package worked.  I am running the SSIS service under my own network login, as I was when the package worked. I have been consistently getting this same error whenever I change my network password without updating the password
    in the SSIS service, but I have triple verified that the service is using my latest password. If I try to open and edit the Excel Destination in any DataFlow task I get the same error. I can successfully create a new Excel Connection Manager pointing
    to the same excel file. However if I try to assign the newly created Excel Connection Manager in the data flow, I cannot activate the drop down to choose the Excel sheet without getting an 'Unspecified error' message. I then swapped out
    the file with its template version, and ensured the name was updated as correct. I still get the same errors.
    Oh, and the SSIS package is extracting data from a SQL Server 2008 database with an ADO.net Connection Manager using Windows authentication. I have no problems with the SQL Server connection, it has always worked and still does.  It is only
    the connection to excel output file which is locally stored on my machine.
    Has anyone got any suggestions for me?

  • My iPhone 4s wifi connectivity has suddenly gone loco [multiple issues]

    My iPhone 4s (that I've had for just over 14mos now) has automatically tapped into my office's visitor  wifi ever since we first established it in Aug2013. And then suddenly, last Friday, it dropped the connection. But that was merely the kick-off to  my varied wifi troubles.
    Issues I have had since--
    *Greyed out Wifi switch in Settings menu [resetting network settings fixes this....but it later returns]
    * the "unable to connect to XYZ Network " pop up message
    *Phone is stuck forever searching for wifi networks
    *once connected to a wifi network, not being able to maintain connection for more than 5min
    Yes, I have tried rebooting...it sometimes helps...but ONLY TEMPORARILY.  I have had these issues, in various locations since Friday [ at the office, and at the library, and at home.] Is there *ANYTHING* I can do?  I am very reluctant to endanger my phone display /other components by putting it in the freezer...but yes, I've heard of that trick...haven't done it though. Besides...if the fix is some sort of trick of temperature , how long lasting could that possibly be??
    HELP?? ANYONE??

    I have found through research that the iPhone 4S has been manufactured with a batch of Wi-Fi chips that are prone to malfunctioning.
    I am currently suffering from your problems and to add to it, my range has degenerated badly.
    I fear that the problem is mainly hardware (and maybe firmware which senses chip temps) so resets and setting resets won't do much.
    I have seen many people have success with superheating their iPhone's Wi-Fi chip area (on the back, the top right corner where the Wi-Fi/Bluetooth compenents reside) via a heat gun or a hair dryer. The process has no set or recommended form. Meaning if you look this "fix" up you'll get mixed procedures.
    Leave iPhone on
    Take heating device and heat that corner (some do it by blowing into the headphone jack)
    Wait until the temperature alert ("Your device is too hot for use" or something like that)
    Turn it off
    Leave in the freezer or let it cool off completely.
    Turn on.
    I tried this to no avail, twice actually. (Maybe I'm using the wrong procedure.) If you have the time (really just 20 minutes) it could be the difference between keeping your iPhone and having to spend cash money on a new/used phone.
    I have no idea what the risks are, I'm no electrical/technical engineer or whatnot, but this is all from research that has shown to help some, if not many.
    Here is a quote of another solution I found, I HAVE NOT TRIED IT YET.
    "FIXED = SOLUTION. My girfriend had the same problem for almost a week. Tried everything suggested on these pages and more.
    I managed to FIX this by = ''Unsrewing the screw(s) on the Battery connector & disconnecting the battery for 5 minutes'' Then reconnect the battery, put the contact clip back in & screw the screw(s) back in, Powered it on, left the phone for 2 minutes to boot up fully then went in to settings and the Wi-Fi Network was there to connect to. Had a solid connection ever since."
    To open your iPhone, you most likely need a pentalobe screwdriver. Just take a quick look at the two screws at the bottom. To take apart the internal components (the second solution) you'll need a precise, small Philips head (#00 or #000).
    Here are some links of super quality ones on Amazon. I currently have these, they're AWESOME.
    Wiha (German brand) Precision #00
    http://www.amazon.com/gp/product/B000O5IM2Y
    Wiha Precision Pentalobe
    http://www.amazon.com/gp/product/B000O5IM2Y/http://www.amazon.com/gp/product/B00GY5WO8G
    Note: There is also another "fix". This one is really hardware based. The iPhone has a screw at the top that grounds the Wi-Fi antenna to the board. If this screw does not make proper contact or if the EMI shield has been roughhoused with, Wi-Fi performance will decrease. Many have fixed their Wi-Fi problems by tightening this screw.
    GOOD LUCK! Might as well try these fixes before you put money down for a new phone!

  • Everything works fine, my wifi connection but suddenly  in upper left corner sign "no service"appeared.  But connection works to Internet, anyway. (I changed location recently from USA to Europe.

    Corner sign  No service appeared. What that's mean?   I am connected , recently changed locations.

    Do you have a 3G/4g iPad?
    I believe the no service warning is the iPad telling you you are not connected to a cell network.
    Turn off mobile data.

  • My internet connection is suddenly SO SLOW

    My airport express recently died on me (I tried everything suggested in that forum and I have determined it is dead) so I have my G5 imac (running 10.4.8) plugged directly into my DSL modem. The problem is that ever since this happened, my internet connection is SO SLOW. Both with firefox and safari (updated versions of each). I mean, it is nearly like dial up around here!!
    I don't think switching from a wireless connection to a direct ethernet DSL connection should make any difference in speed (maybe make it faster, not slower). I am also not sure if this slowing down is connected with recently upgrading to 10.4.8 as it all happend around the same time.
    How do I trouble shoot this? I want to rule out any computer issues before I call my internet service provider as they are easily confused by macs...
    Any tips on speeding things up?

    I saw your post re: slow Internet access. I spent the weekend with the same issue -- never fully understood what caused it but it was corrected by entering the OpenDNS server IP numbers in my Network panel in the "DNS Server" settings. I have Time Warner cablel access and they supposedly provide dynamic domain address resolution and won't furnish their customers any DNS addresses to enter in the Network panel. But when I began using the OpenDNS addresses the slow access disappeared immediately. You may want to look into that for your situation. I know there can be various causes for slow access, but domain address resolution is certianly a candidate.
    If you're not familiar with OpenDNS go to opendns.com. They are a server farm that provides fast domain address resolution by entering their IP numbers in the Network Control panel. If it doesn't help you can simply delete the numbers. (I'm not affiliated with them at all -- was pointed to them by someone else on this discussion board -- and it solved my problem of VERY slow, if at all, access.)

  • USB connection dropping suddenly

    I'm using my phone as usb modem to access internet via ovi suite. I do have a solid cable connection too but I swapped over to 3G because I noticed that it's more reliable and faster than wired connection. (Because our service provider is an **bleep** and doesnt want to fix the problem)
    Normally a drop in connection wouldnt matter, but because I play fast paced online games, connection drops are fatal.
    I was fine for quite a while but ever since last weekend I've been having problems with the connection dropping, usually I was able to fix this with either restarting my PC or phone.
    I read that this might be cause of some usb drivers in windows from some older thread, but I doubt I could use the same drivers for my N8.
    Anyway, my phone is N8 and I'm using the cable that came with it. And my machine runs Windows 7.
    Solved!
    Go to Solution.

    ichihaifu wrote:
    Or it might be just the 3G dropping, is there anything I can do about that either?
    Switch from Dual Mode to 3G.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • I have an ipadII(WiFi), and I've got a problem with an application "HayDay",after the last update I cant load the game,it says connecting then suddenly it comes back to the homescreen of my ipad,please someone,anyone,help me with this problem.

    I have a problem with loading the application by the name of "hayday".after the latest update,in the middle of connecting to the servers,it crashes and comes bck to the home screen of my ipad.
    I have and ipad II wifi, ios 4.3, and an ipod touch 4th generation,and i have the same problem on both of them.
    Please someone,anyone help me with it.

    Close All Open Apps...  Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • Hi! I'm having troubles while the TBD is connected. Suddenly the screen shows only blue colors. Anyone have idea of what's happening?

    MBP 13" latest '11.
    I've tried to check it in different LCD Displays but it happens again and again.
    Example: I'm watching a movie and suddenly it only shows the image with blue colors.
    The only solution it's to unplug the TBD, plug it again, and wait for few seconds. It's kinda disgusting repeat this operation, every 5 minutes of movie.
    Anyone have some idea of what's happening?
    Thanks!

    Could your MBP be the issue?

  • RDC connection terminate unexpectedly

    Is there a way to access a CLI for an airport base station? My RDC connection keeps disconnecting after a few seconds (about 30sec) and it seems like an MTU issue, but I have not been able to find a way to correct this. My router is connected directly to a cable modem and it is (ABS) is serving DHCP and port forwarding.
    so, can I change / manipulate the MTU size on my base station?
    thanks in advance.

    sorry posted prematurely. i have found that you CAN NOT change the MTU size on the base station. Back to square one.

  • Freetalk Connect Me - Suddenly Stopped Working

    I have the Skype service with a FreeTalk Connect Me box that we use as our landline phone. This has been in service for around 6 months without a hiccup, until recently. About a week ago it out of the blue would not make nor receive any calls. When you try to dial out it I have a dial tone, you hear it enter the numbers, and it makes the little doot-doot-doot-da-doot-doot jingle (my apologies for trying to type that phonetically) but does not ring. When trying to call the number it may ring a time or two and then says in a British voice (paraphrasing) "the Skype subscriber you have called is not available" and sends it to Skype voicemail.
    The light on the front of the box is blinking green as it is supposed to but nothing works. I have tried unplugging the box for an extended period of time but that has been my only attempt at diagnostic repair. I need this phone to be operational. Please help.
    Thank you in advance,
    Brian

    When mine does that, a power cylce fixes it.  In your case, I would suggest power cycling your router as well.  The device is pretty much plug-n-play so you are limited in what you can do.  You can also try to reset the device to factory default by either:
    1.  Browsing to the IP address of the unit.  You can get this off your router or by browsing your network places and double clicking the the Freetalk device icon.  
    Once there, log on, then click "System Settings" - "Factory Reset" (located at the bottom of the page)
    2.  Using the reset button on the unit itself.  Excerpt from the Freetalk website:  
    "To initiate factory reset, use a paper clip to press and hold the reset button on the device for as long as it takes for the LED to go off, and keep on holding it until the LED turns red again, then release. When this is done, give the device some time to load the software. The LED will start flashing green indicating you can access the configuration interface again."
    If done properly, you will have to complete the same Setup Wizard you ran when you first installed it.

  • My FaceTime wont connect, it rings and when the other person answered it says connecting then suddenly ends the connection like I hung up

    My FaceTime wont connect. When I dial someone and they pick up, it says connecting for a few seconds then says connection ended although neither myself or the other person disconnected the call

    Judging by all the posts on the forum, there seems to be an issue at Apple's end, although they have made no announcement on their status page. Some users have reported that Apple is aware of the issue.
    http://www.apple.com/support/systemstatus/

  • Dropped t3s connections under SSL load testing

    Hi,
    similar to other threads on this group we have been experiencing
    problems with SSL when stress testing t3s clients, this time with WLS
    6.0 SP2. We have java clients that can stress test our WLS server for
    days on end without any problems under t3, however once we change over
    to t3s, we get around a maximum 77,000 hits per client then they throw
    this exception. There is no indication of any problem on the server,
    within the logs or console. Under the WLS console performance monitoring
    the memory, waiting threads and requests look fine. What's happening
    here?
    weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.io.EOFException
    java.io.EOFException
    at
    weblogic.rjvm.t3.T3JVMConnection.endOfStream(T3JVMConnection.java:564)
    at weblogic.socket.SSLFilter.endOfStream(SSLFilter.java:248)
    at
    weblogic.socket.JavaSocketMuxer.processSockets2(JavaSocketMuxer.java:303)
    at
    weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:225)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Simon B.

    I have limited knowledge on last tests on the RAP Server part of Eclipse Scout.
    Maybe this is something you should cross post in the RAP Forum... They should be able to tell you if you approach is valid or not.
    Of course I would be happy to know what you have found.

Maybe you are looking for

  • PDFs not opening online or in email attachments

    Recently my MacBook Air (OS 10.7.5), my iPad, and my iPhone have not been consistently opening PDF files, either from the Internet  (informational downloads from a website, for instance) or email attachments, some of which have previously opened succ

  • Java.sql.types and oracletypes

    There appear to be difference in the way the constants are mapped in java.sql.types vs oracletypes(). For example date is '91' in oracletypes and '93' in java.sql.types. The DatabaseMetaData.getColumns() function reports data_type as a java.sql.type.

  • Default printer does not appear in custom-sized templates

    I posted this question in the 'Pages' community, but received no replies, so I am possting it again here. I now have an Epson XP-750 printer-scanner. I have set it as my default printer in System Preferences. When I create a document in Pages whose p

  • Please Help!  My 7 year old did something with my display!

    My son was using the computer and did something with the keyboard. This left my display with the areas that should be white...to black. My desktop image and ALL computer images have the graphic look of a "sketch" and what should be red, is blue. the

  • REUSE_ALV_GRID_DISPLAY - It doesn't work!!! ;(

    I have this part of code. Someone knows why is it doesn't work? I want to double click on the matnr. thanks a lot! ;( PD: When I double click, the break-point doesnt STOP. START-OF-SELECTION.   select MATNR ERSDA   from MARA   into corresponding FIEL