Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 219867 Details for
Bug 387208
IllegalArgumentException (Arguments can not be null) when deploying a simple JAR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Diagnostics
file_387208.txt (text/plain), 6.50 KB, created by
Glyn Normington
on 2012-08-14 10:36:11 EDT
(
hide
)
Description:
Diagnostics
Filename:
MIME Type:
Creator:
Glyn Normington
Created:
2012-08-14 10:36:11 EDT
Size:
6.50 KB
patch
obsolete
>[2012-08-14 15:32:20.034] fs-watcher <HD0001I> Hot deployer processing 'INITIAL' event for file 'dup.jar'. >[2012-08-14 15:32:20.114] fs-watcher <DE0000I> Installing bundle 'dup.a' version '0.0.0'. >[2012-08-14 15:32:21.162] fs-watcher <ME0003I> Dump 'serviceability/dump/2012-08-14-15-32-119' generated >[2012-08-14 15:32:21.169] fs-watcher <DE0002E> Installation of bundle 'dup.a' version '0.0.0' failed. java.lang.IllegalArgumentException: Arguments can not be null > at org.eclipse.virgo.repository.internal.StandardAttribute.<init>(StandardAttribute.java:44) > at org.eclipse.virgo.repository.internal.StandardAttribute.<init>(StandardAttribute.java:52) > at org.eclipse.virgo.repository.internal.StandardQuery.addFilter(StandardQuery.java:77) > at org.eclipse.virgo.repository.internal.chain.ChainedQuery.addFilter(ChainedQuery.java:45) > at org.eclipse.virgo.kernel.userregion.internal.quasi.DependencyCalculator.satisfyFragments(DependencyCalculator.java:290) > at org.eclipse.virgo.kernel.userregion.internal.quasi.DependencyCalculator.doSatisfyConstraints(DependencyCalculator.java:264) > at org.eclipse.virgo.kernel.userregion.internal.quasi.DependencyCalculator.calculateDependencies(DependencyCalculator.java:132) > at org.eclipse.virgo.kernel.userregion.internal.quasi.StandardQuasiFramework.getDependencies(StandardQuasiFramework.java:261) > at org.eclipse.virgo.kernel.userregion.internal.quasi.StandardQuasiFramework.resolve(StandardQuasiFramework.java:234) > at org.eclipse.virgo.kernel.install.pipeline.stage.resolve.internal.QuasiResolveStage.process(QuasiResolveStage.java:43) > at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62) > at org.eclipse.virgo.kernel.install.pipeline.internal.CompensatingPipeline.doProcessGraph(CompensatingPipeline.java:73) > at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41) > at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62) > at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41) > at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.driveInstallPipeline(PipelinedApplicationDeployer.java:360) > at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.doInstall(PipelinedApplicationDeployer.java:184) > at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.install(PipelinedApplicationDeployer.java:139) > at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.deploy(PipelinedApplicationDeployer.java:252) > at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.deploy(HotDeployerFileSystemListener.java:163) > at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.deployIfNotDeployed(HotDeployerFileSystemListener.java:175) > at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.onChange(HotDeployerFileSystemListener.java:76) > at org.eclipse.virgo.util.io.FileSystemChecker.notifyListeners(FileSystemChecker.java:245) > at org.eclipse.virgo.util.io.FileSystemChecker.check(FileSystemChecker.java:166) > at org.eclipse.virgo.kernel.deployer.hot.WatchTask.run(WatchTask.java:48) > at java.lang.Thread.run(Thread.java:680) > >[2012-08-14 15:32:21.175] fs-watcher <DE0003E> Install failed for bundle 'dup.a' version '0.0.0'. >[2012-08-14 15:32:21.183] fs-watcher <HD0002E> Hot deploy failed for file 'dup.jar'. java.lang.IllegalArgumentException: Arguments can not be null > at org.eclipse.virgo.repository.internal.StandardAttribute.<init>(StandardAttribute.java:44) > at org.eclipse.virgo.repository.internal.StandardAttribute.<init>(StandardAttribute.java:52) > at org.eclipse.virgo.repository.internal.StandardQuery.addFilter(StandardQuery.java:77) > at org.eclipse.virgo.repository.internal.chain.ChainedQuery.addFilter(ChainedQuery.java:45) > at org.eclipse.virgo.kernel.userregion.internal.quasi.DependencyCalculator.satisfyFragments(DependencyCalculator.java:290) > at org.eclipse.virgo.kernel.userregion.internal.quasi.DependencyCalculator.doSatisfyConstraints(DependencyCalculator.java:264) > at org.eclipse.virgo.kernel.userregion.internal.quasi.DependencyCalculator.calculateDependencies(DependencyCalculator.java:132) > at org.eclipse.virgo.kernel.userregion.internal.quasi.StandardQuasiFramework.getDependencies(StandardQuasiFramework.java:261) > at org.eclipse.virgo.kernel.userregion.internal.quasi.StandardQuasiFramework.resolve(StandardQuasiFramework.java:234) > at org.eclipse.virgo.kernel.install.pipeline.stage.resolve.internal.QuasiResolveStage.process(QuasiResolveStage.java:43) > at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62) > at org.eclipse.virgo.kernel.install.pipeline.internal.CompensatingPipeline.doProcessGraph(CompensatingPipeline.java:73) > at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41) > at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62) > at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41) > at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.driveInstallPipeline(PipelinedApplicationDeployer.java:360) > at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.doInstall(PipelinedApplicationDeployer.java:184) > at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.install(PipelinedApplicationDeployer.java:139) > at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.deploy(PipelinedApplicationDeployer.java:252) > at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.deploy(HotDeployerFileSystemListener.java:163) > at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.deployIfNotDeployed(HotDeployerFileSystemListener.java:175) > at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.onChange(HotDeployerFileSystemListener.java:76) > at org.eclipse.virgo.util.io.FileSystemChecker.notifyListeners(FileSystemChecker.java:245) > at org.eclipse.virgo.util.io.FileSystemChecker.check(FileSystemChecker.java:166) > at org.eclipse.virgo.kernel.deployer.hot.WatchTask.run(WatchTask.java:48) > at java.lang.Thread.run(Thread.java:680)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 387208
:
219866
| 219867 |
219868