You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
I setup a simple read an access DB job, and I'm getting the below error when I try to run the job.
Starting job LoadLongLatIntoStagingTable at 12:05 17/06/2008.
java.lang.NoClassDefFoundError: hotelreferencedata/loadlonglatintostagingtable/LoadLongLatIntoStagingTable
Caused by: java.lang.ClassNotFoundException: hotelreferencedata.loadlonglatintostagingtable.LoadLongLatIntoStagingTable
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Exception in thread "main"
Job LoadLongLatIntoStagingTable ended at 12:05 17/06/2008. [exit code=1]
I was able to retreive the schema of the database
Offline
Looks like the code is not getting generated for this job. Please check to see if there are any error on the job by switching to the code view and checking for errors!
If this is not the case, close the job, re-open and try again.
Offline
Hello
Can you connect to access database successfully in repository metadata?
please show your generate code.
Best regards
shong
Offline
Pages: 1