bruceyue / force-metadata-jdbc-driver

Automatically exported from code.google.com/p/force-metadata-jdbc-driver
0 stars 0 forks source link

No output? App just hangs... #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Hooked up to an org with 60+ custom objects and tried to run an extract.

What is the expected output? What do you see instead?
Expected some HTML files to be built (or whatever).

Actual result was:
<code>
ForceMetaDataDriver: Force.com connection url 
https://test.salesforce.com/services/Soap/u/30.0
ForceMetaDataDriver: Filter [exclusionNames=[user], inclusionNames=[], 
keepCustom=true, keepStandard=false]
</code>
Java quickly jumped to eating up 100% of my CPU.
I let it run overnight (16 hours), and upon return in the morning was still 
consuming 100% of CPU, with no additional output and no files created in doc/ 

What version of the product are you using? On what operating system?
force jdbc 2.2
schemaspy 5.0.0
java 1.6.0_65
osx 10.8

any help much appreciated!

Original issue reported on code.google.com by aa...@messageagency.com on 26 Aug 2014 at 2:54