- This topic has 10 replies, 6 voices, and was last updated 14 years, 1 month ago by Diego Armando Gómez.
-
AuthorPosts
-
jmillMemberI have been using MyEclipse with Glassfish v2 for more than a year now and all has worked well until I upgraded to ME 7.5 from 7.0 a couple of months ago. Since upgrading I’m getting a WSGEN FAILED error when I try to deploy an ear file when glassfish has been started from MyEclipse. If I start glassfish externally it deploys successfully. I’m using the JVM 1.5.0 (MacOS X default) for the gf jdk.
Here’s the error I’m getting:
[#|2009-10-16T14:27:57.945-0400|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=31;_ThreadName=Thread-130;_RequestID=0e338270-9561-412c-9f8a-a8fdab9056d3;|Exception occured in J2EEC Phase
com.sun.enterprise.deployment.backend.IASDeploymentException: WSGEN FAILED
at com.sun.enterprise.webservice.WsUtil.genWSInfo(WsUtil.java:2256)
at com.sun.enterprise.deployment.backend.AppDeployerBase.loadDescriptors(AppDeployerBase.java:359)
at com.sun.enterprise.deployment.backend.AppDeployer.explodeArchive(AppDeployer.java:294)
at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:207)
at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:148)
at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:191)
at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:919)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:279)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:788)
at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:187)
at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:223)Any ideas?
krizanicMemberI have exactly the same problem. Tried it on Windows, Ubuntu.
MyEclipse 6.5, 7.0, 7.1 – everything fine.
MyExclipse 7.5 – wsgen failed
support-joyMemberjmill, krizanic,
I don’t have visibility of your current issue. Can you answer few queries for me to get to the root cause?
1. Can you copy and paste your installation details? You can get it from MyEclipse > Installation Summary > Installation Details
2. What is your OS version? Are you on snow leopard?
3. How did you upgrade from ME 7.1/7.0 to ME 7.5? Is it a direct upgrade from the dashboard? If yes, let me clarify that the base eclipse has changed from ME 7.0/7.1 to ME 7.5. ME 7.0 is based on base Eclipse 3.4 and 7.1 on 3.4.2 and ME 7.5 on base eclipse 3.5. It is recommended that you install a fresh copy of ME 7.5
4. Can you copy and paste your error log here. Your error log is located at [your workspace dir]/.metadata/.log. Since your error log might contain a lot of other data, I would recommend you to clear the .log file. To do that open .log, press [Ctrl + A], and [Delete]. Next reproduce the steps to replicate this issue. Copy and paste the contents of your .log file here
5. Can you attach screenshots of your issue?
Let me know how this works for you.
jmillMemberJoy, thank you for responding.
Just to clarify my issue, I have my project deployments set up in ME and all the hot-swap deployments work well. But on occasion I have to build the ear file and deploy it using the Glassfish Admin Console rather than relying on the hot sync deployment. It’s only when I deploy from the GF admin console after starting glassfish from ME that I get the WSGEN error. The error shows up in the glassfish console when it fails to deploy the ear. The stack trace I posted is from the glassfish log. If I start glassfish externally I can use the glassfish admin console to successfully deploy the ear file.
I’m not running Snow Leopard (yet) I’m still on 10.5.8.
As I recall I installed ME 7.5 from the all-in-one installer for OS/X. Looking again at the download page, all ME 7.5 installations say they are for Eclipse 3.4.2.
So, if I want to have ME 7.5 run with Eclipse 3.5 should I download and install Eclipse 3.5, then use the update site to install ME? Or, does the current all-in-one installer actually install 3.5, even though the download page says 3.4.2?
Below are the installation details and the .log file. At first, I loaded MyEclipse, cleared the log file, then started Glassfish from MyEclipse, attempted to deploy the ear, which reproduced the problem. The log file was empty after all that. So I exited MyEclipse. Cleared the log file, restarted MyEclipse, reproduced the problem. The pasted .log file is from that run.
*** Date:
Monday, October 19, 2009 9:04:51 AM EDT** System properties:
OS=MacOSX
OS version=10.5.8
Java version=1.5.0_20*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.5
Build id: 7.5-20090609Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse startup command=-os
macosx
-ws
carbon
-arch
x86
-showsplash
-launcher
/Library/Genuitec/MyEclipse 7.1/myeclipse.app/Contents/MacOS/myeclipse
-name
Myeclipse
–launcher.library
/Library/Genuitec/MyEclipse 7.1/myeclipse.app/Contents/MacOS//../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so
-startup
/Library/Genuitec/MyEclipse 7.1/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-clean
-configuration
/Library/Genuitec/MyEclipse 7.1/configuration
-keyring
/Users/jmiller/.eclipse_keyring
-consoleLog
-showlocation
-vm
/System/Library/Frameworks/JavaVM.framework!SESSION 2009-10-19 09:26:43.598 ———————————————–
eclipse.buildId=unknown
java.version=1.5.0_20
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
Framework arguments: -keyring /Users/jmiller/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws carbon -arch x86 -clean -keyring /Users/jmiller/.eclipse_keyring -consoleLog -showlocation!ENTRY org.eclipse.equinox.p2.core 4 0 2009-10-19 09:26:56.542
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: Unable to read repository at file:/Library/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/459/data/listener_1925729951/.
at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.initializeArtifactRepository(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.<init>(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.<init>(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)
Caused by: java.io.FileNotFoundException: /Library/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/459/data/listener_1925729951/artifacts.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
… 22 more
!SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 1000 2009-10-19 09:26:56.548
!MESSAGE Unable to read repository at file:/Library/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/459/data/listener_1925729951/.
!STACK 0
java.io.FileNotFoundException: /Library/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/459/data/listener_1925729951/artifacts.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.initializeArtifactRepository(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.<init>(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.<init>(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)!ENTRY org.eclipse.equinox.p2.core 4 0 2009-10-19 09:26:56.557
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: Unable to read repository at file:/Library/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/459/data/listener_1925729951/.
at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.createRepository(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.initializeArtifactRepository(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.<init>(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.<init>(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)
Caused by: java.io.FileNotFoundException: /Library/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/459/data/listener_1925729951/artifacts.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
… 22 more
!SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 1000 2009-10-19 09:26:56.558
!MESSAGE Unable to read repository at file:/Library/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/459/data/listener_1925729951/.
!STACK 0
java.io.FileNotFoundException: /Library/Genuitec/MyEclipse 7.1/configuration/org.eclipse.osgi/bundles/459/data/listener_1925729951/artifacts.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.createRepository(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.initializeArtifactRepository(Unknown Source)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.<init>(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.<init>(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Unknown Source)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)!ENTRY org.eclipse.core.resources 2 10035 2009-10-19 09:26:58.476
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.!ENTRY org.eclipse.core.net 1 0 2009-10-19 09:26:59.623
!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences!ENTRY org.eclipse.ui.workbench.texteditor 4 0 2009-10-19 09:27:03.277
!MESSAGE The ‘org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJavaHyperlinkDetector’ extension from plug-in ‘org.eclipse.wst.jsdt.web.ui’ to the ‘org.eclipse.ui.workbench.texteditor.hyperlinkDetectors’ extension point will be ignored because it contains invalid attributes.!ENTRY org.eclipse.ui.workbench.texteditor 4 0 2009-10-19 09:27:03.277
!MESSAGE The ‘org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.event.JSPJavaHyperlinkDetector’ extension from plug-in ‘org.eclipse.wst.jsdt.web.ui’ to the ‘org.eclipse.ui.workbench.texteditor.hyperlinkDetectors’ extension point will be ignored because it contains invalid attributes.!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.458
!MESSAGE NLS unused message: action.moduleProjectWizardAction in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.458
!MESSAGE NLS unused message: artifactComponent.artifact in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.459
!MESSAGE NLS unused message: artifactComponent.artifactId in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.459
!MESSAGE NLS unused message: artifactComponent.description in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.459
!MESSAGE NLS unused message: artifactComponent.groupId in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.460
!MESSAGE NLS unused message: artifactComponent.name in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.460
!MESSAGE NLS unused message: artifactComponent.package in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.460
!MESSAGE NLS unused message: artifactComponent.packaging in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.461
!MESSAGE NLS unused message: artifactComponent.version in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.461
!MESSAGE NLS unused message: directoriesComponent.projectLayout in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.462
!MESSAGE NLS unused message: launch.browseFs in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.462
!MESSAGE NLS unused message: launch.browseVariables in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.462
!MESSAGE NLS unused message: launch.browseWorkspace in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.463
!MESSAGE NLS unused message: launch.choosePomDir in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.463
!MESSAGE NLS unused message: launch.errorPomMissing in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.463
!MESSAGE NLS unused message: launch.errorSelectPom in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.464
!MESSAGE NLS unused message: launch.goals in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.464
!MESSAGE NLS unused message: launch.goalsDialog.lifecyclePhases in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.465
!MESSAGE NLS unused message: launch.goalsDialog.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.465
!MESSAGE NLS unused message: launch.goalsLabel in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.465
!MESSAGE NLS unused message: launch.mainTabName in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.466
!MESSAGE NLS unused message: launch.pomDirectoryDoesntExist in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.466
!MESSAGE NLS unused message: launch.pomDirectoryEmpty in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.466
!MESSAGE NLS unused message: launch.pomGroup in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.467
!MESSAGE NLS unused message: launch.profilesLabel in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.467
!MESSAGE NLS unused message: launch.propAddButton in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.468
!MESSAGE NLS unused message: launch.propAddDialogTitle in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.469
!MESSAGE NLS unused message: launch.propEditDialogTitle in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.474
!MESSAGE NLS unused message: launch.propName in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.474
!MESSAGE NLS unused message: launch.propRemoveButton in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.475
!MESSAGE NLS unused message: launch.propValue in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.476
!MESSAGE NLS unused message: launch.propertyDialog.browseVariables in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.477
!MESSAGE NLS unused message: launch.propertyDialog.name in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.477
!MESSAGE NLS unused message: launch.propertyDialog.value in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.480
!MESSAGE NLS unused message: locationComponent.atExternal in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.480
!MESSAGE NLS unused message: locationComponent.browse in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.481
!MESSAGE NLS unused message: locationComponent.directory in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.481
!MESSAGE NLS unused message: locationComponent.inWorkspace in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.481
!MESSAGE NLS unused message: locationComponent.location in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.482
!MESSAGE NLS unused message: locationComponent.selectLocation in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.482
!MESSAGE NLS unused message: plugin.markerArtifactResolutionError in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.493
!MESSAGE NLS unused message: plugin.markerBuildError in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.494
!MESSAGE NLS unused message: plugin.markerParsingError in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.494
!MESSAGE NLS unused message: preferences.checksumPolicyFail in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.494
!MESSAGE NLS unused message: preferences.checksumPolicyIgnore in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.495
!MESSAGE NLS unused message: preferences.checksumPolicyWarn in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.495
!MESSAGE NLS unused message: preferences.debugOutput in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.495
!MESSAGE NLS unused message: preferences.downloadSources in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.496
!MESSAGE NLS unused message: preferences.downloadJavadoc in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.496
!MESSAGE NLS unused message: preferences.globalChecksumPolicy in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.496
!MESSAGE NLS unused message: preferences.globalSettingsFile in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.497
!MESSAGE NLS unused message: preferences.goalOnImport in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.497
!MESSAGE NLS unused message: preferences.goalOnUpdate in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.497
!MESSAGE NLS unused message: preferences.localRepository in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.497
!MESSAGE NLS unused message: preferences.offline in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.498
!MESSAGE NLS unused message: preferences.refreshButton in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.503
!MESSAGE NLS unused message: preferences.reindexButton in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.504
!MESSAGE NLS unused message: preferences.userSettingsFile in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.504
!MESSAGE NLS unused message: projectSelectionDialog.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.504
!MESSAGE NLS unused message: resolverConfiguration.advanced in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.505
!MESSAGE NLS unused message: resolverConfiguration.enableResourceFiltering in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.505
!MESSAGE NLS unused message: resolverConfiguration.profiles in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.505
!MESSAGE NLS unused message: resolverConfiguration.projectsForModules in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.506
!MESSAGE NLS unused message: resolverConfiguration.resolveWorkspaceProjects in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.506
!MESSAGE NLS unused message: resolverConfiguration.template in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.507
!MESSAGE NLS unused message: resolverConfiguration.templateDescription in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.507
!MESSAGE NLS unused message: resolverConfiguration.useMavenOutputFolders in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.507
!MESSAGE NLS unused message: wizard.import.page.browse in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.508
!MESSAGE NLS unused message: wizard.import.page.deselectAll in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.508
!MESSAGE NLS unused message: wizard.import.page.projects in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.509
!MESSAGE NLS unused message: wizard.import.page.refresh in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.509
!MESSAGE NLS unused message: wizard.import.page.root in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.509
!MESSAGE NLS unused message: wizard.import.page.scanningErrors in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.509
!MESSAGE NLS unused message: wizard.import.page.selectAll in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.510
!MESSAGE NLS unused message: wizard.import.page.selectRootFolder in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.511
!MESSAGE NLS unused message: wizard.import.validator.projectExists in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.512
!MESSAGE NLS unused message: wizard.import.validator.workspaceFolder in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.513
!MESSAGE NLS unused message: wizard.module.page.archetype.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.513
!MESSAGE NLS unused message: wizard.module.page.artifact.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.513
!MESSAGE NLS unused message: wizard.module.page.parameters.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.514
!MESSAGE NLS unused message: wizard.module.page.parent.browse in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.514
!MESSAGE NLS unused message: wizard.module.page.parent.description in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.515
!MESSAGE NLS unused message: wizard.module.page.parent.moduleName in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.515
!MESSAGE NLS unused message: wizard.module.page.parent.parentProject in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.516
!MESSAGE NLS unused message: wizard.module.page.parent.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.517
!MESSAGE NLS unused message: wizard.module.page.parent.validator.moduleName in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.518
!MESSAGE NLS unused message: wizard.module.page.parent.validator.nameExists in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.518
!MESSAGE NLS unused message: wizard.module.page.parent.validator.parentProject in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.518
!MESSAGE NLS unused message: wizard.module.page.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.519
!MESSAGE NLS unused message: wizard.module.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.519
!MESSAGE NLS unused message: wizard.project.error.pomAlreadyExists in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.519
!MESSAGE NLS unused message: wizard.project.error.pomExists in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.520
!MESSAGE NLS unused message: wizard.project.job.creating in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.520
!MESSAGE NLS unused message: wizard.project.job.creatingProject in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.520
!MESSAGE NLS unused message: wizard.project.job.failed in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.521
!MESSAGE NLS unused message: wizard.project.page.archetype.archetypes in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.534
!MESSAGE NLS unused message: wizard.project.page.archetype.column.artifactId in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.534
!MESSAGE NLS unused message: wizard.project.page.archetype.column.groupId in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.535
!MESSAGE NLS unused message: wizard.project.page.archetype.column.version in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.535
!MESSAGE NLS unused message: wizard.project.page.archetype.description in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.546
!MESSAGE NLS unused message: wizard.project.page.archetype.details in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.547
!MESSAGE NLS unused message: wizard.project.page.archetype.details.description in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.547
!MESSAGE NLS unused message: wizard.project.page.archetype.details.repository in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.547
!MESSAGE NLS unused message: wizard.project.page.archetype.retrievingArchetypes in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.548
!MESSAGE NLS unused message: wizard.project.page.archetype.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.548
!MESSAGE NLS unused message: wizard.project.page.artifact.parent.artifactId in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.549
!MESSAGE NLS unused message: wizard.project.page.artifact.parent.browse in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.549
!MESSAGE NLS unused message: wizard.project.page.artifact.parent.clear in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.550
!MESSAGE NLS unused message: wizard.project.page.artifact.parent.groupId in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.550
!MESSAGE NLS unused message: wizard.project.page.artifact.parent.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.550
!MESSAGE NLS unused message: wizard.project.page.artifact.parent.version in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.550
!MESSAGE NLS unused message: wizard.project.page.dependencies.add in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.551
!MESSAGE NLS unused message: wizard.project.page.dependencies.dependencies in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.551
!MESSAGE NLS unused message: wizard.project.page.dependencies.description in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.551
!MESSAGE NLS unused message: wizard.project.page.dependencies.remove in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.551
!MESSAGE NLS unused message: wizard.project.page.dependencies.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.552
!MESSAGE NLS unused message: wizard.project.page.maven2.archetype.parameters.description in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.552
!MESSAGE NLS unused message: wizard.project.page.maven2.description in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.552
!MESSAGE NLS unused message: wizard.project.page.maven2.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.552
!MESSAGE NLS unused message: wizard.project.page.maven2.validator.artifactID in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.553
!MESSAGE NLS unused message: wizard.project.page.maven2.validator.groupID in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.553
!MESSAGE NLS unused message: wizard.project.page.maven2.validator.packaging in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.553
!MESSAGE NLS unused message: wizard.project.page.maven2.validator.parent in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.553
!MESSAGE NLS unused message: wizard.project.page.maven2.validator.requiredProperty in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.553
!MESSAGE NLS unused message: wizard.project.page.maven2.validator.version in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.554
!MESSAGE NLS unused message: wizard.project.page.project.description in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.554
!MESSAGE NLS unused message: wizard.project.page.project.projectName in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.554
!MESSAGE NLS unused message: wizard.project.page.project.simpleProject in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.554
!MESSAGE NLS unused message: wizard.project.page.project.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.555
!MESSAGE NLS unused message: wizard.project.page.project.validator.invalidLocation in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.555
!MESSAGE NLS unused message: wizard.project.page.project.validator.projectExists in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.555
!MESSAGE NLS unused message: wizard.project.page.project.validator.projectLocation in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.555
!MESSAGE NLS unused message: wizard.project.page.project.validator.projectName in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.osgi 2 1 2009-10-19 09:27:07.555
!MESSAGE NLS unused message: wizard.project.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.jface 2 0 2009-10-19 09:27:29.216
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2009-10-19 09:27:29.216
!MESSAGE A conflict occurred for SHIFT+DEL:
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
,
Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
Category(org.eclipse.ui.category.edit,Edit,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)!ENTRY org.eclipse.equinox.p2.metadata.repository 2 0 2009-10-19 09:27:44.263
!MESSAGE Error parsing metadata repository
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2009-10-19 09:27:44.263
!MESSAGE Error at line 10, column 99: Missing required attribute in “repository”: url
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2009-10-19 09:27:44.263
!MESSAGE Error at line 10, column 99: Illegal value for attribute “url” of element “repository”: null
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2009-10-19 09:27:44.263
!MESSAGE Error at line 11, column 99: Missing required attribute in “repository”: url
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2009-10-19 09:27:44.263
!MESSAGE Error at line 11, column 99: Illegal value for attribute “url” of element “repository”: null
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2009-10-19 09:27:44.263
!MESSAGE Error at line 12, column 97: Missing required attribute in “repository”: url
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2009-10-19 09:27:44.263
!MESSAGE Error at line 12, column 97: Illegal value for attribute “url” of element “repository”: null
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2009-10-19 09:27:44.264
!MESSAGE Error at line 13, column 97: Missing required attribute in “repository”: url
!SUBENTRY 1 org.eclipse.equinox.p2.core 2 0 2009-10-19 09:27:44.264
!MESSAGE Error at line 13, column 97: Illegal value for attribute “url” of element “repository”: null
Loyal WaterMemberThis message has not been recovered.
jmillMemberJust to update, I’ve upgraded to Snow Leopard, Java 1.6, and I’ve just installed ME 8.0. I still have the same issue with wsgen.
As I said to Nipun via PM, I’m not sure why wsgen is even in the mix. I’m just starting glassfish then using the glassfish console to deploy an ear. Is there some glassfish setting that ME once set that it no longer sets … or visa versa?
Brian FernandesModeratorJeff,
Just to make sure we are on the same page – you see this problem only if you start GF using ME, but deploy your app using the GF admin console. If you start using ME and use ME to deploy your app, or start GF externally and deploy with ME / externally, there is no problem. Is my understanding correct?
We do not run WSGEN when deploying for sure, my thoughts are that there are some artifacts in your EAR which are triggering WSGEN inside GF when your application is deployed.
Can you try creating a dummy EAR project with a couple of sample web / ejb application and see if you get a similar error?
Additionally, would it be possible for you to remove each of the modules from your existing EAR and try deployment after removing each one to see if we can narrow this down to the contents of one particular module?
jmillMember@Support-Brian wrote:
Just to make sure we are on the same page – you see this problem only if you start GF using ME, but deploy your app using the GF admin console.
Yes.
If you start using ME and use ME to deploy your app, or start GF externally and deploy with ME / externally, there is no problem. Is my understanding correct?
Yes.
We do not run WSGEN when deploying for sure, my thoughts are that there are some artifacts in your EAR which are triggering WSGEN inside GF when your application is deployed.
If this is the case, what changed in ME from 7.1 to 7.5 that would cause whatever artifacts that would cause the problem to matter? There was no problem until I updated to 7.5. I was thinking along the lines that perhaps ME is starting gf with different startup parameters or something along those lines.
Can you try creating a dummy EAR project with a couple of sample web / ejb application and see if you get a similar error?
Yes. If the next option doesn’t tell me anything I’ll try this.
Additionally, would it be possible for you to remove each of the modules from your existing EAR and try deployment after removing each one to see if we can narrow this down to the contents of one particular module?
I think I’ll try this first.
Thanks,
Jeff
Diego Armando GómezMemberWhat is the soluction?
Diego Armando GómezMemberI have the same error with GF2.1.1 ME8.5
Copy error
#|2010-11-10T11:46:20.994-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=Timer-8;|
error: compilation failed, errors should have been reported|#][#|2010-11-10T11:46:21.000-0500|SEVERE|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=Timer-8;_RequestID=7283b8b9-0a86-4059-b3fe-51c7fa873dd7;|Exception occured in J2EEC Phase
com.sun.enterprise.deployment.backend.IASDeploymentException: WSGEN FAILED
at com.sun.enterprise.webservice.WsUtil.genWSInfo(WsUtil.java:2256)
at com.sun.enterprise.deployment.backend.ModuleDeployer.loadDescriptors(ModuleDeployer.java:427)
at com.sun.enterprise.deployment.backend.EjbModuleDeployer.deploy(EjbModuleDeployer.java:141)
at com.sun.enterprise.deployment.backend.ModuleDeployer.doRequestFinish(ModuleDeployer.java:182)
at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:208)
at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:966)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:280)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:298)
at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:584)
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.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:390)
at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:373)
at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:477)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
at $Proxy1.invoke(Unknown Source)
at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:170)
at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:583)
at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployJavaEEArchive(AutoDeployer.java:564)
at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:495)
at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:270)
at com.sun.enterprise.deployment.autodeploy.AutoDeployControllerImpl$AutoDeployTask.run(AutoDeployControllerImpl.java:374)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
|#][#|2010-11-10T11:46:21.002-0500|SEVERE|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=Timer-8;WSGEN FAILED
;_RequestID=7283b8b9-0a86-4059-b3fe-51c7fa873dd7;|”DPL8011: autodeployment failure while deploying the application : WSGEN FAILED
“|#][#|2010-11-10T11:46:21.003-0500|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=Timer-8;|[AutoDeploy] Autodeploy failed : C:\GlassFishESBv22\glassfish\domains\domain1\autodeploy\Matematico.jar.|#]
Diego Armando GómezMemberI have the same error with GF2.1.1 ME8.5
Copy error
#|2010-11-10T11:46:20.994-0500|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=Timer-8;|
error: compilation failed, errors should have been reported|#][#|2010-11-10T11:46:21.000-0500|SEVERE|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=Timer-8;_RequestID=7283b8b9-0a86-4059-b3fe-51c7fa873dd7;|Exception occured in J2EEC Phase
com.sun.enterprise.deployment.backend.IASDeploymentException: WSGEN FAILED
at com.sun.enterprise.webservice.WsUtil.genWSInfo(WsUtil.java:2256)
at com.sun.enterprise.deployment.backend.ModuleDeployer.loadDescriptors(ModuleDeployer.java:427)
at com.sun.enterprise.deployment.backend.EjbModuleDeployer.deploy(EjbModuleDeployer.java:141)
at com.sun.enterprise.deployment.backend.ModuleDeployer.doRequestFinish(ModuleDeployer.java:182)
at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:208)
at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:966)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:280)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:298)
at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:584)
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.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:390)
at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:373)
at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:477)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
at $Proxy1.invoke(Unknown Source)
at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:170)
at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:583)
at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployJavaEEArchive(AutoDeployer.java:564)
at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:495)
at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:270)
at com.sun.enterprise.deployment.autodeploy.AutoDeployControllerImpl$AutoDeployTask.run(AutoDeployControllerImpl.java:374)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
|#][#|2010-11-10T11:46:21.002-0500|SEVERE|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=Timer-8;WSGEN FAILED
;_RequestID=7283b8b9-0a86-4059-b3fe-51c7fa873dd7;|”DPL8011: autodeployment failure while deploying the application : WSGEN FAILED
“|#][#|2010-11-10T11:46:21.003-0500|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=Timer-8;|[AutoDeploy] Autodeploy failed : C:\GlassFishESBv22\glassfish\domains\domain1\autodeploy\Matematico.jar.|#]
-
AuthorPosts