Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Onmodule load thrown an exception

    onModuleLoad() threw an exception
    Exception while loading module com.raju.client.Test11. See Development Mode for details.
    java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:411) at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:200) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:526) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) at java.lang.Thread.run(Thread.java:722) Caused by: java.lang.NullPointerException at com.raju.client.Test11.onModuleLoad(Test11.java:52) ... 9 more





    #2
    Well, look at Test11.java:52.

    If it is DataSource-related, make sure there are no errors / exceptions in the Web server console regarding DataSourceLoader.

    Best regards
    Blama

    Comment


      #3
      How can we send the request from smartgwt datasource to spring mvc controller

      Comment


        #4
        Way to little details. Make sure to read the QuickStartGuide Cover to cover, especially the Data Integration chapters. Worth every minute.

        Comment

        Working...
        X