[JBoss JIRA] (JBDS-4132) Could not load nodeJSInstall: node-v0.10.22-linux-x86_64
by ZERR Angelo (JIRA)
[ https://issues.jboss.org/browse/JBDS-4132?page=com.atlassian.jira.plugin.... ]
ZERR Angelo commented on JBDS-4132:
-----------------------------------
> Victor will work on PR for Tern
Cool thanks [~vrubezhny]!
> but I would like to ask you to release Tern.java 1.1.1 which will be based on Tern 1.1.0 which we use in devstudio + that fix. It would help us a lot!
Yes sure, but I don't know when this release will be done. Releases are done by my friend Pascal, I don't know when he will have time to do that.
> create tern.java-1.1.x-branch in his repository in order to provide a PR
Done https://github.com/angelozerr/tern.java/tree/tern.java-1.1.x-branch
> Could not load nodeJSInstall: node-v0.10.22-linux-x86_64
> --------------------------------------------------------
>
> Key: JBDS-4132
> URL: https://issues.jboss.org/browse/JBDS-4132
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, rpm
> Affects Versions: 10.2.0.AM2
> Reporter: Nick Boldt
> Assignee: Victor Rubezhny
> Priority: Critical
> Fix For: 10.2.0.AM3
>
>
> Snippet from the log attached to JBDS-4131:
> {code}!ENTRY tern.eclipse.ide.server.nodejs.core 4 0 2016-10-21 14:34:24.958
> !MESSAGE Could not load nodeJSInstall: node-v0.10.22-linux-x86_64
> !STACK 0
> java.io.FileNotFoundException: /opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/tern.eclipse.ide.server.nodejs.embed.linux.gtk.x86_64_1.1.0.201511082254/node-v0.10.22-linux-x86_64/LICENSE (No such file or directory)
> at java.io.FileOutputStream.open0(Native Method)
> at java.io.FileOutputStream.open(FileOutputStream.java:270)
> at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
> at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
> at tern.utils.ZipUtils.extract(ZipUtils.java:83)
> at tern.eclipse.ide.server.nodejs.internal.core.NodejsInstall.<init>(NodejsInstall.java:56)
> at tern.eclipse.ide.server.nodejs.internal.core.NodejsInstallManager.addNodejsInstalls(NodejsInstallManager.java:132)
> at tern.eclipse.ide.server.nodejs.internal.core.NodejsInstallManager.loadNodejsInstalls(NodejsInstallManager.java:117)
> at tern.eclipse.ide.server.nodejs.internal.core.NodejsInstallManager.getNodejsInstalls(NodejsInstallManager.java:69)
> at tern.eclipse.ide.server.nodejs.internal.core.preferences.TernNodejsCorePreferenceConstants.useBundledNodeJsInstall(TernNodejsCorePreferenceConstants.java:91)
> at tern.eclipse.ide.server.nodejs.internal.core.preferences.TernNodejsCorePreferenceConstants.initializeDirectAccess(TernNodejsCorePreferenceConstants.java:70)
> at tern.eclipse.ide.server.nodejs.internal.core.preferences.TernNodejsCorePreferenceConstants.initializeDefaultValues(TernNodejsCorePreferenceConstants.java:45)
> at tern.eclipse.ide.server.nodejs.internal.core.preferences.TernNodejsCorePreferenceInitializer.initializeDefaultPreferences(TernNodejsCorePreferenceInitializer.java:24)
> at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper$1.run(PreferenceServiceRegistryHelper.java:298)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(PreferenceServiceRegistryHelper.java:301)
> at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(PreferenceServiceRegistryHelper.java:131)
> at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(PreferencesService.java:370)
> at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPreferences.java:222)
> at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:276)
> at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:370)
> at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:623)
> at org.eclipse.core.internal.preferences.DefaultPreferences.node(DefaultPreferences.java:147)
> at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.getDefaultPreferences(PreferenceForwarder.java:134)
> at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.getString(PreferenceForwarder.java:663)
> at tern.eclipse.ide.core.preferences.PreferencesSupport.getWorkspacePreferencesValue(PreferencesSupport.java:115)
> at tern.eclipse.ide.server.nodejs.internal.core.preferences.TernNodejsCorePreferencesSupport.isNodejsRemoteAccess(TernNodejsCorePreferencesSupport.java:147)
> at tern.eclipse.ide.server.nodejs.internal.core.TernNodejsServerFactory.isRemoteAccess(TernNodejsServerFactory.java:67)
> at tern.eclipse.ide.server.nodejs.internal.core.TernNodejsServerFactory.create(TernNodejsServerFactory.java:35)
> at tern.eclipse.ide.internal.core.TernServerType.createServer(TernServerType.java:90)
> at tern.eclipse.ide.internal.core.resources.IDETernProject.getTernServer(IDETernProject.java:161)
> at tern.resources.TernFileSynchronizer.ensureSynchronized(TernFileSynchronizer.java:160)
> at tern.eclipse.ide.internal.ui.EditorActivationTracker$2.run(EditorActivationTracker.java:85)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> !ENTRY tern.eclipse.ide.core 4 0 2016-10-21 14:34:27.182
> !MESSAGE java.io.IOException: Cannot run program "node" (in directory "/home/lvalach/rpm-workspace/StaticWebProject"): error=2, No such file or directory
> !STACK 0
> tern.TernException: java.io.IOException: Cannot run program "node" (in directory "/home/lvalach/rpm-workspace/StaticWebProject"): error=2, No such file or directory
> at tern.eclipse.ide.internal.core.resources.IDETernFileUploader$1.onError(IDETernFileUploader.java:133)
> at tern.server.nodejs.NodejsTernServer.request(NodejsTernServer.java:131)
> at tern.eclipse.ide.internal.core.resources.IDETernFileUploader.run(IDETernFileUploader.java:124)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: tern.server.nodejs.process.NodejsProcessException: java.io.IOException: Cannot run program "node" (in directory "/home/lvalach/rpm-workspace/StaticWebProject"): error=2, No such file or directory
> at tern.server.nodejs.process.internal.NodejsProcess.start(NodejsProcess.java:245)
> at tern.server.nodejs.process.AbstractNodejsProcess.start(AbstractNodejsProcess.java:144)
> at tern.server.nodejs.NodejsTernServer.getBaseURL(NodejsTernServer.java:202)
> at tern.server.nodejs.NodejsTernServer.makeRequest(NodejsTernServer.java:139)
> at tern.server.nodejs.NodejsTernServer.request(NodejsTernServer.java:127)
> ... 2 more
> Caused by: java.io.IOException: Cannot run program "node" (in directory "/home/lvalach/rpm-workspace/StaticWebProject"): error=2, No such file or directory
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
> at tern.server.nodejs.process.internal.NodejsProcess.start(NodejsProcess.java:232)
> ... 6 more
> Caused by: java.io.IOException: error=2, No such file or directory
> at java.lang.UNIXProcess.forkAndExec(Native Method)
> at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
> at java.lang.ProcessImpl.start(ProcessImpl.java:134)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> ... 7 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 5 months
[JBoss JIRA] (JBTIS-957) Create test for RHBPMS-523
by Jozef Marko (JIRA)
Jozef Marko created JBTIS-957:
---------------------------------
Summary: Create test for RHBPMS-523
Key: JBTIS-957
URL: https://issues.jboss.org/browse/JBTIS-957
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: BPMN2, QE
Affects Versions: 4.4.0.Alpha1
Reporter: Jozef Marko
Assignee: Jozef Marko
Fix For: 4.4.0.Alpha2-TP
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 5 months
[JBoss JIRA] (JBDS-4141) RPM requires lucene3 -> not installable
by Václav Kadlčík (JIRA)
Václav Kadlčík created JBDS-4141:
------------------------------------
Summary: RPM requires lucene3 -> not installable
Key: JBDS-4141
URL: https://issues.jboss.org/browse/JBDS-4141
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: rpm
Reporter: Václav Kadlčík
The latest builds of rh-eclipse46-devstudio.rpm (e.g. rh-eclipse46-devstudio-10.2-0.20161026.0012.el7) don't install. They require lucene3 which isn't provided on RHEL 7.2+. The only available lucene packages seem to be rh-java-common-lucene (4.8) and rh-java-common-lucene5 (5.4)
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 5 months
[JBoss JIRA] (JBDS-4140) Setting 'Path' variable does not work for child_process on OS X
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4140?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4140:
--------------------------------
Summary: Setting 'Path' variable does not work for child_process on OS X (was: Setting 'Path' variable does not work on OS X)
> Setting 'Path' variable does not work for child_process on OS X
> ---------------------------------------------------------------
>
> Key: JBDS-4140
> URL: https://issues.jboss.org/browse/JBDS-4140
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.2.0.AM3
> Environment: Mac OS X,
> Windows
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Priority: Critical
>
> Current code sets up environment variable using name 'Path' for running command with child_process module and it works perfectly only under windows. On OS X it it doesn't work, thats why install log has entry
> {code}Setting PATH variable to 'undefined:/bin'{code}.
> Under windows both names 'Path' and 'PATH' works with child_process module.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 5 months
[JBoss JIRA] (JBDS-4140) Setting 'Path' variable does not work on OS X
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4140?page=com.atlassian.jira.plugin.... ]
Denis Golovin reassigned JBDS-4140:
-----------------------------------
Assignee: Denis Golovin
> Setting 'Path' variable does not work on OS X
> ---------------------------------------------
>
> Key: JBDS-4140
> URL: https://issues.jboss.org/browse/JBDS-4140
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.2.0.AM3
> Environment: Mac OS X,
> Windows
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Priority: Critical
>
> Current code sets up environment variable using name 'Path' for running command with child_process module and it works perfectly only under windows. On OS X it it doesn't work, thats why install log has entry
> {code}Setting PATH variable to 'undefined:/bin'{code}.
> Under windows both names 'Path' and 'PATH' works with child_process module.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 5 months
[JBoss JIRA] (JBDS-4140) Setting 'Path' variable does not work on OS X
by Denis Golovin (JIRA)
Denis Golovin created JBDS-4140:
-----------------------------------
Summary: Setting 'Path' variable does not work on OS X
Key: JBDS-4140
URL: https://issues.jboss.org/browse/JBDS-4140
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 10.2.0.AM3
Environment: Mac OS X,
Windows
Reporter: Denis Golovin
Priority: Critical
Current code sets up environment variable using name 'Path' for running command with child_process module and it works perfectly only under windows. On OS X it it doesn't work, thats why install log has entry
{code}Setting PATH variable to 'undefined:/bin'{code}.
Under windows both names 'Path' and 'PATH' works with child_process module.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 5 months
[JBoss JIRA] (JBDS-4134) missing require-bundles in rpm install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4134?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-4134:
--------------------------------
Assignee: Nick Boldt
> missing require-bundles in rpm install
> --------------------------------------
>
> Key: JBDS-4134
> URL: https://issues.jboss.org/browse/JBDS-4134
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, rpm
> Affects Versions: 10.2.0.AM2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 10.2.0.AM3
>
> Attachments: rh-eclipse46-devstudio10.2.log.20161022-1233.grepped.txt, rh-eclipse46-devstudio10.2.log.20161022-1233.txt, unresolved-requirements.txt
>
>
> Digested from the log attached to JBDS-3141, here's a list of all the missing require-bundles as reported by Eclipse on startup of the rh-eclipse46-devstudio install. See attached.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 5 months