Need help please ... ASAP  Possible attempt to access newer JMS  version then current version....java.io.StreamCorruptedException

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
          <HTML><HEAD>
          <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
          <META content="MSHTML 6.00.2900.2627" name=GENERATOR>
          <STYLE></STYLE>
          </HEAD>
          <BODY bgColor=#ffffff>
          <DIV><FONT face=Arial size=2>I am getting these error after changing table space
          size for my database ...</FONT></DIV>
          <DIV><FONT face=Arial size=2></FONT> </DIV>
          <DIV><FONT face=Arial size=2>I made changes in Database side for table space and
          restart server.. </FONT></DIV>
          <DIV><FONT face=Arial size=2></FONT> </DIV>
          <DIV><FONT face=Arial size=2></FONT> </DIV>
          <DIV><FONT face="Courier New" size=2><Jun 7, 2005 3:44:44 PM EDT>
          <Info> <JMS> <BEA-040321> <JMSServer "ss1 JMS Server" is
          resuming.><BR><Jun 7, 2005 3:44:45 PM EDT> <Alert> <JMS>
          <BEA-040052> <JMSServer "ss1 JMS Server" store failed to open
          java.io.StreamCorrup<BR>tedException: Unsupported class version 2. 
          Expected a value between 1 and 1 inclusive.  Possible attempt to access
          newer JMS<BR> version then current
          version..<BR>java.io.StreamCorruptedException: Unsupported class version
          2.  Expected a value between 1 and 1 inclusive.  Possible
          attempt<BR> to access newer JMS version then current
          version.<BR>        at
          weblogic.jms.common.JMSUtilities.versionIOException(JMSUtilities.java:111)<BR>       
          at
          weblogic.jms.store.JDBCIOStream.open(JDBCIOStream.java:438)<BR>       
          at
          weblogic.jms.store.JMSStore.open(JMSStore.java:224)<BR>       
          at
          weblogic.jms.backend.BEStore.open(BEStore.java:262)<BR>       
          at
          weblogic.jms.backend.BEStore.start(BEStore.java:151)<BR>       
          at
          weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)<BR>       
          at
          weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)<BR>       
          at
          weblogic.jms.JMSService.addJMSServer(JMSService.java:2241)<BR>       
          at
          weblogic.jms.JMSService.addDeployment(JMSService.java:2012)<BR>       
          at
          weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:330)<BR>       
          at
          weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:590)<BR>       
          at
          weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:568)<BR>       
          at
          weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:240)<BR>       
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
          Method)<BR>        at
          sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<BR>       
          at
          sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<BR>       
          at
          java.lang.reflect.Method.invoke(Method.java:324)<BR>       
          at
          weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)<BR>       
          at
          weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)<BR>       
          at
          weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:476)<BR>       
          at
          com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)<BR>       
          at
          com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)<BR>       
          at
          weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)<BR>       
          at
          weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)<BR>       
          at weblogic.management.internal.MBeanProxy.invoke</FONT></DIV></BODY></HTML>

Hi
          I am also getting the similar error when I restart the server and my JMSSTORE table has some records, Here is the exception I am getting
          java.io.StreamCorruptedException: Unknown object stream version. 5505025
               at weblogic.jms.store.BufferDataInputStream.readObject(BufferDataInputStream.java:167)
               at weblogic.jms.store.JDBCIOStream.doRecoverBodies(JDBCIOStream.java:979)
               at weblogic.jms.store.JDBCIOStream.doRecover(JDBCIOStream.java:871)
               at weblogic.jms.store.JDBCIOStream.recover(JDBCIOStream.java:1090)
               at weblogic.jms.store.JMSStore.recover(JMSStore.java:315)
               at weblogic.jms.backend.BEStore.open(BEStore.java:264)
               at weblogic.jms.backend.BEStore.start(BEStore.java:151)
               at weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)
               at weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)
               at weblogic.jms.JMSService.addJMSServer(JMSService.java:2241)
               at weblogic.jms.JMSService.addDeployment(JMSService.java:2012)
               at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:331)
               at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:591)
               at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:569)
               at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:241)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
               at java.lang.reflect.Method.invoke(Method.java:324)
               at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:731)
               at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:710)
               at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:484)
               at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
               at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
               at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:985)
               at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:943)
               at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
               at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
               at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7351)
               at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1304)
               at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
               at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
               at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
               at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
               at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
               at weblogic.Server.main(Server.java:32)

Similar Messages

  • Can't use 7.6, can't downgrade, need help, please ASAP

    I have tried to use 7.6; it opens the iTunes, window then just sits and spins. When I force quit, everything freezes and I must unplug to restart. I have reinstalled, to no avail.
    I've tried to download an older version from oldapps.com and get as far as where to install the software; then it says there are 0 bytes to install. The next window gives me a list of files but they are disabled, so I can go no further.
    I am afraid to lose my entire library; I figured I could save/copy it somehow, uninstall iTunes and start over, but I don't know how to do any of this, or if any of this will solve the problem. I'd take just about any older version of iTunes at this point, as long as I can import and burn CD's and sync up my iPod; I am going out of town in a week and I need my music!
    Please help ASAP--Thanks!

    hi BeeNatural,
    in your Music/iTunes folder you will find two files (iTunes Library and iTunes Music Library). you should spare a copy of these files since they are containing your playlist, rating, etc. and you should be safe. still, it is a good practice to also have a backup of all your songs files which are in your iTunes Music folder just in case something happen.
    I'm not familiar with dowgrading since I do not beleive in this option more than trying to solve what is happening with the current version unless very special circumstances.
    could you be a little more specific first about the OS version you are running and your hardware to verify if you meet the minimum requirements for iTunes 7.6? you need at least 10.3.9, G3 500MHz, 256Mg of RAM.

  • I NEED HELP PLEASE ASAP!!!

    I just bought from the app store the OS X mountain lion to update my Mac and aslo to use the icloud with my iphone 5 but now this is the message that comes up when i try to open icloud "You can’t open iCloud preferences because it doesn’t work on an Intel" What can I do , if anyone knows anything please let me know .thank you

    You haven't really provided any useful information. However I'd recommend you visit:
    http://www.apple.com/osx/whats-new/?cid=wwa-us-kwg-mac-00001&siclientid=5899&ses sguid=96a06dba-3ee0-4df6-9e13-a0a08104279c&userguid=96a06dba-3ee0-4df6-9e13-a0a0 8104279c&permguid=96a06dba-3ee0-4df6-9e13-a0a08104279c

  • HT204380 I can't access my FaceTime and messages through my iPod touch, I need help please!!!

    I can't access my FaceTime and messages through my iPod touch, I need help please!!!

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    You posted in the iPad forum instead of the iPod forum. To get answers to your question, next time post in the proper forum. See https://discussions.apple.com/index.jspa  I'll request that Apple relocate your post.
     Cheers, Tom

  • HT4859 I need help! I know longer have access to the email that I opened my icloud account with and I can't remember my password. I have tried asking Apple for help and no one has been able to! Any advice

    I need help! I no longer have access to the email that I opened my icloud account with many years ago and I can't remember my password anyway! However it continues to backup all my stuff. But I have no access to go in and delete items or manage my account. The pop-ups now tell me that my account is full and it will no longer be able to backup items. I would like to go in and delete items that I do not need to make room, but I can't! I have personally gone into the Apple genius store and presented the problem as well as called Apple support and talked with a live person. And no one has been able to help me. I cannot believe that I have basically lost my iCloud accessibility? I have a lot of money vested in music and priceless pictures! Please can someone help me?

    I don't know what you mean by "closed" - icloud accounts stay in existence even if you disconnect all devices from the account.  You can't delete them.
    If you don't recall the ID or the password, and if the link above doesn't provide another way to get to the account, then you are out of luck.

  • Hi i need help please i been playing clash of clans over 13 months. And today o realise what someone using my game Centra. Someone playing on my game Clash of Clans. I been change my Apple ID password, email, but doesn't work. Then I playing game I can se

    Hi i need help please i been playing clash of clans over 13 months. And today o realise what someone using my game Centra. Someone playing on my game Clash of Clans. I been change my Apple ID password, email, but doesn't work. When I playing game I can see what someone else trying connecting to my game And I don't know what to do.So if you can help me please? I don't wanna lose my game. 

    Hello Vaidas Vaidas,
    It sounds like you are noticing someone else is accessing your Clash of Clans data by playing the game and you have tried to reset your Apple ID password. If you are following the steps outlined in this article:
    Apple ID: Changing your password
    http://support.apple.com/kb/ht5624
    What is preventing you from changing your password? Any error messages or prompts?
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • HT1222 I am trying like **** to download itunes 10.6.3 (64 bit - Windows 7) and I keep getting "the installer was interrupted before the requested operations for iTunes could be completed.  Your systems has not been modified."  I NEED HELP, PLEASE!

    I am trying like **** to download itunes 10.6.3 (64 bit - Windows 7) and I keep getting "the installer was interrupted before the requested operations for iTunes could be completed.  Your systems has not been modified."  I NEED HELP, PLEASE!

    I got it figured out myself... yaaaaay for me!

  • After my iphone4S update to 7.0.6, it have a problem that keep searching network then no service show on display. Can't call. I have try check sim card, reset network settings, and restore my iphone. Still not working at all. Need help please.

    After my iphone4S update to 7.0.6, it have a problem that keep searching network then no service show on display. Can't call. I have try check sim card, reset network settings, and restore my iphone. Still not working at all. Need help please.Urgent.TQ

    Izit software or hardware? Confuse:(
    Only can use wifi now.
    Any way thanks guys for ur suggestion:) amishcake and simes

  • So the left side of my iPhone isn't working at all and I even tried turning it off for 5 minutes about 10 million times but nothing is working. Any suggestions on what to do I need help like ASAP!?

    So the left side of my iPhone isn't working at all and I even tried turning it off for 5 minutes about 10 million times but nothing is working. Any suggestions on what to do I need help like ASAP!?

    Have you performed a reset? Tap and hold the Home button and the On/Off button for approximately 10-15 seconds, until the Apple logo appears. Release both buttons and await restart.

  • Bought a new macbook and want to manually manage music onto my iphone 4s but when i click 'manually manage' and then 'apply' i get the message saying it will erase everything already on there. Need help please!

    Bought a new macbook and want to manually manage music onto my iphone 4s (as it is already full of music from old windows laptop) but when i click 'manually manage' and then 'apply' i get the message saying it will erase everything already on there. Need help please!

    Before you sync your iPhone make sure that all the music that was synced to your phonereviously has been copied to your iTunes on the new MacBook Pro. Then when you connect your phone you will be able to either sync all music or select only those playlists that you want on the phone.

  • HT4314 Hi i need help please i been playing clash of clans over 13 months. And today o realise what someone using my game Centra. Someone playing on my game Clash of Clans. I been change my Apple ID password, email, but doesn't work. Then I playing game I

    Hi i need help please i been playing clash of clans over 13 months. And today o realise what someone using my game Centra. Someone playing on my game Clash of Clans. I been change my Apple ID password, email, but doesn't work. Then I playing game I can see what someone else trying connecting to my game And I don't know what to do.So if you can help me please? I don't wanna lose my game.

    Contact iTunes
    Contact iTunes

  • I dont know how i got my photos to my ipod touch from my pc and now i wanna delete them but couldn't. so need help. please let me know.

    i dont know how i got my photos to my ipod touch from my pc and now i wanna delete them but couldn't. so need help. please let me know.

    To turn off auto sync - launch iTunes and go to Edit>Preferences>Devices - check the box at the bottom that says - Prevent iPod, iPhones and iPads from syncing automatically. Click OK and then quit iTunes.
    Connect your iDevice to your PC.
    Launch iTunes,
    Click on the device name on the left side of the iTunes Window.
    Click on the Photos Tab in the iTunes window on the right.
    Untick all of the photos or albums that you want to remove.
    Click on Apply in the lower right corner of iTunes
    If you untick or uncheck the Sync Photos heading and then click Apply it will remove all of the photos from the device when it syncs. In this screenshot - I have only certain albums and events selected to sync.

  • My iPhone 6 can't find my macbook pro on the airdrop list, although everything is in place, bluetooth, wi fi gets, need help please ?

    My iPhone 6 can't find my macbook pro on the airdrop list, although everything is in place, bluetooth, wi fi gets, need help please ?

    Dear Niel, thank you but my mac is (MacBook Pro (Retina, 15-inch, Early 2013).
    and i can send from it to my iPhone , but not vice versa

  • After many months of non-use, when I opened Photoshop CS4 Extended, I got an error message 148.3.  "Licensing for this product has stopped working."  I need help, please.

    After many months of non-use, when I tried to open Photoshop CS4 Extended, I got an error message 148.3.  "Licensing for this product has stopped working."  I need help, please.

    Error "Licensing has stopped working" | Windows
    Error "Licensing has stopped working" | Mac OS
    Mylenium

Maybe you are looking for

  • SCHEMAS: Error re-assigning schema to a different workspace

    SITUATION - Apex 4.0 on 11g - Trying to edit workspace to schema assignments - Following instructions here (http://download.oracle.com/docs/cd/B28359_01/appdev.111/b32258/adm_wrkspc.htm#BABBEEGC) - Have done this successfully before ERROR Get the fol

  • How do I know if my iPod is a G5?

    This is a very basic and actually silly question but how do I know if my iPod is a 5th generation? I bought it back in February 2006 from the apple store. It has video capabilities but when I tried using the headphone plug to connect with my TV set i

  • Add a new field in va02,va03 and vf02 & data tran. in these fields VOFM

    Hi All, I have a requirement, I need to add a new field in the sales order header part and even a field in the billing document, once I add this field up in both the documents in the header part i need to create a copy routine using the VOFM transact

  • Code to reconsile the accounts on OIM

    write a program to mass creating resource objects for ABC account and ABC responsibility The ABC resource objects have been implemented on OIM. A few hundreds of ABC accounts and ABC responsibilities are mass created in ABC. Then, the ABC team provid

  • Help regarding integrating BEx queries onto portal

    Hi Friends, CAn anyone please help me in the steps and process required to follow for integrating the bex queries into portal. we have queries developed in bex analyser , the users want to access the reports via portal, for this to be acheived  do we