java.lang.reflect.InvocationTargetException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Coderanch by Migrated From Jforum.net, 1 year ago
via Coderanch by Manoj Maniraj, 1 year ago
via Eclipse Bugzilla by siddharthgarg1984, 1 year ago
via Eclipse Bugzilla by cap, 1 year ago
via Eclipse Bugzilla by kathy, 1 year ago
via https://bugzilla.redhat.com/bugzilla/ by Filip Elias, 1 year ago
java.lang.IllegalArgumentException: Check directory '/Users/spowell/dev/git2/dm-server/build-dm-server/target/package-expanded/springsource-dm-server-2.0.0.BUILD-20090806084740/watched-repo' must exist and must be a directory.
at com.springsource.util.common.Assert.isTrue(Assert.java:49)
at com.springsource.util.io.FileSystemChecker.
(FileSystemChecker.java:88) at com.springsource.repository.internal.WatchedStorageRepository$DirectoryWatcher.
(WatchedStorageRepository.java:164) at com.springsource.repository.internal.WatchedStorageRepository$DirectoryWatcher.
(WatchedStorageRepository.java:163) at com.springsource.repository.internal.WatchedStorageRepository.
(WatchedStorageRepository.java:84) at com.springsource.repository.internal.StandardRepositoryFactory.createWatchedRepository(StandardRepositoryFactory.java:132)
at com.springsource.repository.internal.StandardRepositoryFactory.createRepository(StandardRepositoryFactory.java:101)
at com.springsource.repository.internal.StandardRepositoryFactory.createRepository(StandardRepositoryFactory.java:73)
at com.springsource.kernel.repository.internal.RepositoryActivator.createAndPublishBundleRepository(RepositoryActivator.java:89)
at com.springsource.kernel.repository.internal.RepositoryActivator.start(RepositoryActivator.java:57)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:353)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
at com.springsource.osgi.launcher.FrameworkBuilder.installAndStartBundles(FrameworkBuilder.java:177)
at com.springsource.osgi.launcher.FrameworkBuilder.start(FrameworkBuilder.java:160)
at com.springsource.osgi.launcher.Launcher.main(Launcher.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.springsource.server.launch.harness.LaunchHarness.main(LaunchHarness.java:63)