Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Paul Clapham
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Junilu Lacar
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Stephan van Hulst
  • Peter Rooke
  • Mikalai Zaikin
Bartenders:
  • Himai Minh

Function does not Exist

 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hello All

I am getting this exception





a specified period of time or when I log in for the first time. when I try to re login immediately after I get this exception it works fine. The environment I am running my application is

unix platform
tomcat 6.0.18
mysql 5.0.67
mysql-connector-java-5.1.7-bin is the jdbc connector I am using.


My connection pool defined in tomcat context.xml:



I have set the permission:

view plaincopy to clipboardprint?

1. GRANT ALL ON mydb.* TO 'root'@'%' IDENTIFIED BY 'xxxx';

GRANT ALL ON mydb.* TO 'root'@'%' IDENTIFIED BY 'xxxx';

And When I execute

view plaincopy to clipboardprint?

1. Show Create Procedure mydb.myproc;

Show Create Procedure mydb.myproc;

I am able to see the entire body of the procedure.

And one more point is I get this exception only when i run my application on my remote server which runs on unix platform and not on my local machine which runs on windows.

Any help or suggestion would be appreciated.

Thanks
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please don't post the same question in more than one forum.
 
Srividhya Kiran
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Sorry not sure about the exact forum to post this question.
 
If you settle for what they are giving you, you deserve what you get. Fight for this tiny ad!
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
    Bookmark Topic Watch Topic
  • New Topic