Reg : Unable to connect to JDBC Store

Hi all,
We are unable to connect to a JDBC Store due to which we are experiencing internal error while launching our application. Could anyone please provide a solution why this error is occuring? Please find the error we are facing below
weblogic.store.io.jdbc.JDBCStoreException: [Store:280065]failed to connect to database (server="AdminServer" store="LIQJMSFileStore" table="WLStore"):(Linked Cause, "java.sql.SQLSyntaxErrorException: ORA-00903: invalid table name
     at weblogic.store.io.jdbc.ReservedConnection.resetConnection(ReservedConnection.java:341)
     at weblogic.store.io.jdbc.ReservedConnection.testConnection(ReservedConnection.java:319)
     at weblogic.store.io.jdbc.ReservedConnection.lock(ReservedConnection.java:286)
     at weblogic.store.io.jdbc.ReservedConnection.lock(ReservedConnection.java:252)
     at weblogic.store.io.jdbc.JDBCStoreIO.initialize(JDBCStoreIO.java:504)
     at weblogic.store.io.jdbc.JDBCStoreIO.open(JDBCStoreIO.java:351)
     at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:413)
     at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:404)
     at weblogic.store.admin.AdminHandler.activate(AdminHandler.java:126)
     at weblogic.store.admin.JDBCAdminHandler.activate(JDBCAdminHandler.java:66)
     at weblogic.management.utils.GenericManagedService.activateDeployment(GenericManagedService.java:239)
     at weblogic.management.utils.GenericServiceManager.activateDeployment(GenericServiceManager.java:131)
     at weblogic.management.internal.DeploymentHandlerHome.invokeHandlers(DeploymentHandlerHome.java:632)
     at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:492)
     at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:472)
     at weblogic.management.deploy.internal.DeploymentAdapter$2.doPrepare(DeploymentAdapter.java:101)
     at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
     at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused By: java.sql.SQLSyntaxErrorException: ORA-00903: invalid table name
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:791)
     at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:866)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1188)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3430)
     at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
     at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:135)
     at weblogic.store.io.jdbc.ReservedConnection.getRow(ReservedConnection.java:661)
     at weblogic.store.io.jdbc.ReservedConnection.resetConnection(ReservedConnection.java:338)
     at weblogic.store.io.jdbc.ReservedConnection.testConnection(ReservedConnection.java:319)
     at weblogic.store.io.jdbc.ReservedConnection.lock(ReservedConnection.java:286)
     at weblogic.store.io.jdbc.ReservedConnection.lock(ReservedConnection.java:252)
     at weblogic.store.io.jdbc.JDBCStoreIO.initialize(JDBCStoreIO.java:504)
     at weblogic.store.io.jdbc.JDBCStoreIO.open(JDBCStoreIO.java:351)
     at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:413)
     at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:404)
     at weblogic.store.admin.AdminHandler.activate(AdminHandler.java:126)
     at weblogic.store.admin.JDBCAdminHandler.activate(JDBCAdminHandler.java:66)
     at weblogic.management.utils.GenericManagedService.activateDeployment(GenericManagedService.java:239)
     at weblogic.management.utils.GenericServiceManager.activateDeployment(GenericServiceManager.java:131)
     at weblogic.management.internal.DeploymentHandlerHome.invokeHandlers(DeploymentHandlerHome.java:632)
     at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:492)
     at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:472)
     at weblogic.management.deploy.internal.DeploymentAdapter$2.doPrepare(DeploymentAdapter.java:101)
     at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
     at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Thanks in advance

This is not a WebLogic issue. This is an Oracle database issue.
ORA-00903 occurs when you issue a SQL statement with a from clause that contains a reserved keyword for a table name.
SCOTT@gamsot3 > select * -- table does not exist, but the table name is NOT a keyword. Results in ORA-00942.
2 from scot_test;
from scot_test
ERROR at line 2:
ORA-00942: table or view does not exist
SCOTT@gamsot3 > select * -- tables does not exist, but the table name IS a keyword. Results in ORA-00903.
2 from select;
from select
ERROR at line 2:
ORA-00903: invalid table name
SCOTT@gamsot3 > select * -- another example with a keyword. Also results in ORA-00903.
2 from insert;
from insert
ERROR at line 2:
ORA-00903: invalid table name
To solve this, fix the SQL statement that you are issuing from your custom code deployed on the managed server to use the correct table name in the from clause.
Edited by: Scot Krause on Feb 15, 2012 4:29 PM

Similar Messages

  • Unable to Connect to iTunes Store for Apple TV Purchases

    For the past 2 days I have been unable to make purchases from the iTunes store with Apple TV. I get the message "Unable to connect to iTunes Store. Temporarily unavailable. Try again later."  Despite this message, I have a valid internet connection and I can still connect to the iTunes store to preview movies and TV shows content with my Apple TV. I just cannot make any purchases. My Apple TV software is currently up to date and I have valid credit in my iTunes account.
    Apple support have suggested that I contact their support community to see if anyone can help me resolve this problem.

    Also having issue, it is ridiculous. Kinda defeats the purpose of having TV if you can't stream any content from iTunes since the change to no hard drive. Come on Apple, I think your better than this.
    I have read on a couple forums that they suspect Family Share as the issue, does everyone have Family Share on? I for one do.

  • Unable to connect to apple store?

    Hi,
    Pls I need help in sorting out this problem. Since more than one month I am unable to connect to my apple store or make upgrade. The message is "unable to connect to apple store".. I don't have any problem with my connection as I can use all the other applications with no problem pls advise.. This..lina

    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Best Fixes for ‘Cannot Connect to iTunes Store’ Errors
    http://ipadinsight.com/ipad-tips-tricks/best-fixes-for-cannot-connect-to-itunes- store-errors/
    Try this first - Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • Im having problems purchasing a book in iphoto. message says unable to connect to apple store

    im having problems purchasing a book in iphoto. message says unable to connect to apple store?

    Assuming that you have a good, working internet connection, try again in a while
    LN

  • Unable to connect to app store and iTunes store

    so i was just casually browsinh the app store and downloading free apps when the app store suddenly stopped working
    it could not search but it shows the top rated apps
    and after a few minutes a message pops up saying "unable to connect to app store"
    i tried to use iTunes and it also did not work and showed a similar message "unable to connect to iTunes store"
    p.s. i will not update

    Everthing works now after 20 minutes
    iTunes store was probably down even though it indicates green for up

  • "Unable to connect to iTunes Store" 90% of the time

    I have a 3rd Gen iPad with wifi only that I bought about 40 days ago.   Initially I had no problem downloading and updating apps but in the past few weeks I get "unable to connect to iTunes Store" over 90% of the time.   I always verfity the Internet connection is good and I've tried on my home wifi, my cellphone's mobile hotspot, and several hotel wifi connections.     The other day I went into settings and noticed the Security code for my Credit Card was blank so I filled it in and clicked "done".  Unable to connect so I checked back and the code was still blank.   I deleted and redid my CC info and messed with some other settings and iTunes finally let me update some apps.   Now I'm back home and it's giving me the error message again.    I'm wondering if this is a known issue or if there's a fix for it.

    Usually it's because you are not connecting to the internet via wifi.
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • After updating to 10.8.1 unable to connect to App store

    Just upgraded to 10.8 on a 2011 iMac 27" and everything was fine and was able to download 10.8.1 patch. After applying 10.8.1, unable to connect to App store, but onboard network card works otherwise.
    If i disable ethernet connection and enable WiFi, I am able to reconnect to App store.
    Thumbed through other similar issues after 10.8.1 that mention DNS, but it does not apply to this situation since the WiFi is using the same DNS servers within a corporate nework.
    Thinking delete the .plis or change the network location, but was hoping there would be a better fix.

    Root cause was dhcp assigned address was being restricted. Changed IP correcting problem.

  • Receive the message "unable to connect to itunes store" when trying to install updates for my apps

    trying to install updates available for a number of app on my phon and keep getting the same message "unable to connect to itunes store"............

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    * https://support.mozilla.com/kb/Server+not+found
    * https://support.mozilla.com/kb/Firewalls

  • I am unable to connect to app store today.i dont know why

    I am unable to connect to app store today please help
    Me

    The App store has been subject updating this morning.   There should be an announcement on the lead page with timings for various countries.

  • I have previously downloaded I book, however now when I try, I get message, unable to connect to iTunes store...help

    I have previously downloaded a few apps, including an iBook, however now when I try, it comes up with error message, unable to connect to iTunes store...how can I start downloading again...

    Try logging out of your account on the iPad by tapping on your id in Settings > Store and then log back in and see if it then works.

  • TS1368 unable to connect to itunes store to add match

    have updated software and unable to connect thru itunes store to add match etc....
    suggestions?

    Not sure what version of Norton you have but here is a link to the support site explaining how to properly configure your firewall settings for specific programs. This is for Norton 2007, they should have links to other versions as well.
    http://service1.symantec.com/Support/nip.nsf/docid/2007021401365136?Open&src=hot &docid=2007051003541236&nsf=nip.nsf&view=docid&seg=hho&lg=en&ct=us
    Enjoy!

  • HT1414 when i want to purchase or download an app it tells me. " unable to connect to itunes store." what is the problem?

    when i want to purchase or download an app it tells me. " unable to connect to itunes store." what is the problem?

    Can't connect to the iTunes Store

  • 2 out of 5 user one PC unable to connect to itune store

    2 out of 5 user one PC unable to connect to itune store, using vista. I remove and reistall itunes, I am able to access the internet through browser, but not through itunes, firewall is turnoff. What else can I try?

    The "..at this time" message" sometimes appears when an atypical home folder (eg. one on a network share) isn't available for some reason. I don't use "Filevault", but that might qualify as atypical, since the home of a "Filevault" account actually resides on a disk image.
    Since you were able to attach and mount the ".sparseimage", it would appear that at least your ".sparseimage" is not corrupt, so the most dreaded reason for being unable to log in to a "filevault" account fortunately doesn't apply. Before attempting to troubleshoot this issue, just make sure that you are able to "mount" your backup copy to make sure it transferred successfully.
    I'm guessing but it could be that by attempting to change the account password using the disk, the repair tech created a situation where the "account password" does not match the ".sparseimage" password. The two must be in agreement for login to proceed smoothly, and this is why the "Accounts" pref pane will not let you change a "Filevault" account password unless you are actually logged in to that account. By using the disk, the tech bypassed this safeguard. The first thing to do would be to try to reset your "account password" - there are other ways to do this, one of which is to boot the computer from the installer disk to use the "Reset Password" function.
    http://docs.info.apple.com/article.html?artnum=106156
    Make sure to set it to exactly what it was before - ie. identical to the password that is known to have unlocked the ".sparseimage" file. Then reboot and see if you can log in with that password. If not, log in to any other account, open "/Applications" > "Utilities" > "Terminal.app" and post the output of this command, substituting the appropriate username:<pre>nicl . -read /users/username</pre>

  • HT1904 unable to connect to itunes store

    I have been unable to download apps on my IPad. It gives me an error UNABLE TO CONNECT TO ITUNES STORE. Is anyone else getting this error and if so how can I fix it????

    Been getting it off and on the last week or so on my iPhone. Right now, in fact. Usually I shut the app down, then re-start it and it works. Not this time though. Can't get it working no matter what.

  • HT204266 i am still unable to connect to the Store.....message states preferences/cookies is blocking this...any help??

    I am unable to connect to th store....Message statwes that the Itunes cookies is blocking me....I do not understand....Cn you help

    I saw a report of this once where somebody was trying to use their country's store from outside the country.

Maybe you are looking for

  • Switch Statement

    I am new to Java and am trying to learn how to use and understand the nuances involved in using the Switch statment. I am trying to write an application that will calculate grades for a student. I can use the If Then Else Control structure for this (

  • New Window for Form called from a form based on a procedure

    Hi I have a form that is based on a procedure that asks for an employee number. The number is then passed to the procedure. The procedure then calls the next form passing in the employee number. This works however I would like the form called from th

  • Mac Mini sleep issue

    New mac mini here. When my mini goes to sleep by itself and when I awake it the the internet safari hangs. I either have to reboot or put it to sleep and awake it again. Im using wireless and have an external hard drive connected.

  • Replacing subPathItems in a vector mask

    It seems one can fairly easily replace a Layer's Vector Mask with another one's, but I fail to see if I can simply replace the Vector Mask's subPathItems with a new array. A pathItem's subPathItems being read only this seems improbable, but still - A

  • Billing type should pickup by default while doing the Stock transfer invoic

    Dear Guru's, For stock transfer Process when I am creating billing with reference to delivery Billing type ZF2 do not come by default. where I need to do the setting for this. System through the error saying that: 100000245 000000 Delivery type ZNL c