[JBoss JIRA] (JBDS-4133) org.apache.lucene.index.IndexFormatTooOldException - got 2.0.3, want 4.0+
by Nick Boldt (JIRA)
Nick Boldt created JBDS-4133:
--------------------------------
Summary: org.apache.lucene.index.IndexFormatTooOldException - got 2.0.3, want 4.0+
Key: JBDS-4133
URL: https://issues.jboss.org/browse/JBDS-4133
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Sub-task
Components: build, rpm
Affects Versions: 10.2.0.AM2
Reporter: Nick Boldt
Snippet from log attached to JBDS-4131:
{code}
!ENTRY org.eclipse.epp.logging.aeri.ide 2 10 2016-10-21 14:55:03.519
!MESSAGE Updating the index from remote ‘https://aer.ctrlflow.com/downloads/redhat/problems.zip’ failed with exception: org.apache.lucene.index.IndexFormatTooOldException: Format version is not supported (resource BufferedChecksumIndexInput(MMapIndexInput(path="/tmp/1477058103380-0/segments_1"))): -11 (needs to be between 1071082519 and 1071082519). This version of Lucene only supports indexes created with release 4.0 and later. ; version: 2.0.3.201610111629
!STACK 0
org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException
at org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException.newTrace(Logs.java:387)
at org.eclipse.epp.logging.aeri.core.util.Logs.log(Logs.java:134)
at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerProblemsHistory$UpdateIndexJob.run(ServerProblemsHistory.java:322)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55){code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4132) Could not load nodeJSInstall: node-v0.10.22-linux-x86_64
by Nick Boldt (JIRA)
Nick Boldt created JBDS-4132:
--------------------------------
Summary: 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: Sub-task
Components: build, rpm
Affects Versions: 10.2.0.AM2
Reporter: Nick Boldt
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
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4070) DevStudio / external OpenShift fails deployment
by Rick Wagner (JIRA)
[ https://issues.jboss.org/browse/JBDS-4070?page=com.atlassian.jira.plugin.... ]
Rick Wagner commented on JBDS-4070:
-----------------------------------
Hi Andre,
I figured it was the .ear because it has the 'publish' option available. My apologies if it really is the app server, not the app.
Rick
> DevStudio / external OpenShift fails deployment
> -----------------------------------------------
>
> Key: JBDS-4070
> URL: https://issues.jboss.org/browse/JBDS-4070
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 10.1.0.GA
> Environment: DevStudio as used with an external OpenShift
> Reporter: Rick Wagner
> Assignee: Jeff MAURY
> Labels: openshift_v3
> Fix For: 10.2.0.AM3
>
> Attachments: eap-app-server-adapter-publish.png, eap-app-server-adapter-settings.png, kitchensink-ear-deployed-succcessfully.png, kitchensink-ear-projects.png, new-openshift-server-adapter.png
>
>
> If DevStudio (with Server Adapter configured for external OpenShift) is used to deploy an application developed in DevStudio, errors result.
> The reporting user shows indications additional 'deploy' directories are being synthesized as the binary target location. The log reports:
> 15:59:41,588 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0010: Scan found incompletely copied file content for deployment /opt/eap/standalone/deployments/deploy/deploy/deploy/deploy/deploy/deploy/activemq-rar.rar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4070) DevStudio / external OpenShift fails deployment
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-4070?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim commented on JBDS-4070:
----------------------------------------
[~rick_wagner] in the picture you dont see the EAR, you see the server adapter that's called eap-app, what makes you think that this is the ear?
> DevStudio / external OpenShift fails deployment
> -----------------------------------------------
>
> Key: JBDS-4070
> URL: https://issues.jboss.org/browse/JBDS-4070
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 10.1.0.GA
> Environment: DevStudio as used with an external OpenShift
> Reporter: Rick Wagner
> Assignee: Jeff MAURY
> Labels: openshift_v3
> Fix For: 10.2.0.AM3
>
> Attachments: eap-app-server-adapter-publish.png, eap-app-server-adapter-settings.png, kitchensink-ear-deployed-succcessfully.png, kitchensink-ear-projects.png, new-openshift-server-adapter.png
>
>
> If DevStudio (with Server Adapter configured for external OpenShift) is used to deploy an application developed in DevStudio, errors result.
> The reporting user shows indications additional 'deploy' directories are being synthesized as the binary target location. The log reports:
> 15:59:41,588 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0010: Scan found incompletely copied file content for deployment /opt/eap/standalone/deployments/deploy/deploy/deploy/deploy/deploy/deploy/activemq-rar.rar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4131) Can't import example project after RPM installation on RHEL 7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4131?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-4131 at 10/21/16 11:44 AM:
-------------------------------------------------------------
Relevant errors in the log are these problems with m2e:
{code}
Unresolved requirement: Require-Bundle: com.google.guava; bundle-version="[14.0.1,16.0.0)"
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.discovery [962]
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core; bundle-version="[1.7.0,1.8.0)"
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core.ui; bundle-version="[1.7.0,1.8.0)"
Unresolved requirement: Require-Bundle: org.eclipse.m2e.editor.xml; bundle-version="[1.7.0,1.8.0)"
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.editor.xml [964]
...
{code}
Yet I see multiple copies (!) of guava:
{code}
$➔ find /opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/ -name com.google.guava\*
/opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/mylyn-docs/eclipse/plugins/com.google.guava_18.0.0.jar
/opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/linuxtools-docker/eclipse/plugins/com.google.guava_18.0.0.jar
/opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/mylyn-commons/eclipse/plugins/com.google.guava_18.0.0.jar
/opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/mylyn-versions-git/eclipse/plugins/com.google.guava_18.0.0.jar
/opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/mylyn-tasks-bugzilla/eclipse/plugins/com.google.guava_18.0.0.jar
/opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/epp-logging/eclipse/plugins/com.google.guava_18.0.0.jar
{code}
However, they're 18.0, not [14.0.1,16.0.0). So... that's a problem.
was (Author: nickboldt):
Relevant errors in the log are these problems with m2e:
{code}
Unresolved requirement: Require-Bundle: com.google.guava; bundle-version="[14.0.1,16.0.0)"
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.discovery [962]
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core; bundle-version="[1.7.0,1.8.0)"
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core.ui; bundle-version="[1.7.0,1.8.0)"
Unresolved requirement: Require-Bundle: org.eclipse.m2e.editor.xml; bundle-version="[1.7.0,1.8.0)"
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.editor.xml [964]
...
{code}
> Can't import example project after RPM installation on RHEL 7
> -------------------------------------------------------------
>
> Key: JBDS-4131
> URL: https://issues.jboss.org/browse/JBDS-4131
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, rpm
> Affects Versions: 10.2.0.AM3
> Environment: RHEL Server 7.2.
> Reporter: Lukáš Valach
> Fix For: 10.2.0.AM3
>
> Attachments: DevstudiErrorLog.txt, import_wizard.png, rh-eclipse46-devstudio.repo
>
>
> During the test of RPM installation on RHEL 7 I noticed that I can't import HTML5 example project from central. Only the window with message "Refreshing project examples" appear for a while and then nothing happens.
> There is one warning and many errors in Error Log View.
> Error log export: [^DevstudiErrorLog.txt]
> I also tried to import project from file system, but there isn't the "Existing Maven Project" option in the import wizard. [^import_wizard.png]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4131) Can't import example project after RPM installation on RHEL 7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4131?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4131:
----------------------------------
Relevant errors in the log are these problems with m2e:
{code}
Unresolved requirement: Require-Bundle: com.google.guava; bundle-version="[14.0.1,16.0.0)"
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.discovery [962]
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core; bundle-version="[1.7.0,1.8.0)"
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core.ui; bundle-version="[1.7.0,1.8.0)"
Unresolved requirement: Require-Bundle: org.eclipse.m2e.editor.xml; bundle-version="[1.7.0,1.8.0)"
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.editor.xml [964]
...
{code}
> Can't import example project after RPM installation on RHEL 7
> -------------------------------------------------------------
>
> Key: JBDS-4131
> URL: https://issues.jboss.org/browse/JBDS-4131
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, rpm
> Affects Versions: 10.2.0.AM3
> Environment: RHEL Server 7.2.
> Reporter: Lukáš Valach
> Fix For: 10.2.0.AM3
>
> Attachments: DevstudiErrorLog.txt, import_wizard.png, rh-eclipse46-devstudio.repo
>
>
> During the test of RPM installation on RHEL 7 I noticed that I can't import HTML5 example project from central. Only the window with message "Refreshing project examples" appear for a while and then nothing happens.
> There is one warning and many errors in Error Log View.
> Error log export: [^DevstudiErrorLog.txt]
> I also tried to import project from file system, but there isn't the "Existing Maven Project" option in the import wizard. [^import_wizard.png]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4070) DevStudio / external OpenShift fails deployment
by Rick Wagner (JIRA)
[ https://issues.jboss.org/browse/JBDS-4070?page=com.atlassian.jira.plugin.... ]
Rick Wagner commented on JBDS-4070:
-----------------------------------
Thank you, Andre. I think I see the difference.
The screenshot shows 'eap-app', which is the .ear. We are about to 'publish' the ear in the picture. Can you work things around to where EAP itself, without a user application (or perhaps Wildfly, if it is eaier) is shown there instead of 'eap-app'?
Then when we see EAP there, we would right click (exactly as the screenshot above shows, for 'eap-app') and we would then choose 'add/remove' to try to deploy an application to this instance.
I know it seems like an odd workflow. But I believe that is what the user described. (I apologize if I am describing something incorrectly. I'm busy with other tasks, so am not walking through the workflow, but still want to respond to you quickly.)
What do you think?
Thanks,
Rick
> DevStudio / external OpenShift fails deployment
> -----------------------------------------------
>
> Key: JBDS-4070
> URL: https://issues.jboss.org/browse/JBDS-4070
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 10.1.0.GA
> Environment: DevStudio as used with an external OpenShift
> Reporter: Rick Wagner
> Assignee: Jeff MAURY
> Labels: openshift_v3
> Fix For: 10.2.0.AM3
>
> Attachments: eap-app-server-adapter-publish.png, eap-app-server-adapter-settings.png, kitchensink-ear-deployed-succcessfully.png, kitchensink-ear-projects.png, new-openshift-server-adapter.png
>
>
> If DevStudio (with Server Adapter configured for external OpenShift) is used to deploy an application developed in DevStudio, errors result.
> The reporting user shows indications additional 'deploy' directories are being synthesized as the binary target location. The log reports:
> 15:59:41,588 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0010: Scan found incompletely copied file content for deployment /opt/eap/standalone/deployments/deploy/deploy/deploy/deploy/deploy/deploy/activemq-rar.rar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4070) DevStudio / external OpenShift fails deployment
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-4070?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim edited comment on JBDS-4070 at 10/21/16 11:34 AM:
-------------------------------------------------------------------
[~rob.stryker] can you please step in and give a bit of advice here? I suspect some ear composition error. Kirchensink is set up in the simplest possible way, it's modules are nested and it's deployed in an exploded way. Most likely different setups, where modules are not nested could lead to failures.
was (Author: adietish):
[~rob.stryker] can you please step in and give a bit of advice here? I suspect some ear composition error. Kirchensink is set up in the simplest possible case, it's modules are nested and it's deployed in an exploded way. Most likely different setups, where modules are not nested could lead to failures.
> DevStudio / external OpenShift fails deployment
> -----------------------------------------------
>
> Key: JBDS-4070
> URL: https://issues.jboss.org/browse/JBDS-4070
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 10.1.0.GA
> Environment: DevStudio as used with an external OpenShift
> Reporter: Rick Wagner
> Assignee: Jeff MAURY
> Labels: openshift_v3
> Fix For: 10.2.0.AM3
>
> Attachments: eap-app-server-adapter-publish.png, eap-app-server-adapter-settings.png, kitchensink-ear-deployed-succcessfully.png, kitchensink-ear-projects.png, new-openshift-server-adapter.png
>
>
> If DevStudio (with Server Adapter configured for external OpenShift) is used to deploy an application developed in DevStudio, errors result.
> The reporting user shows indications additional 'deploy' directories are being synthesized as the binary target location. The log reports:
> 15:59:41,588 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0010: Scan found incompletely copied file content for deployment /opt/eap/standalone/deployments/deploy/deploy/deploy/deploy/deploy/deploy/activemq-rar.rar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4070) DevStudio / external OpenShift fails deployment
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-4070?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim commented on JBDS-4070:
----------------------------------------
[~rob.stryker] can you please step in and give a bit of advice here? I suspect some ear composition error. Kirchensink is set up in the simplest possible case, it's modules are nested and it's deployed in an exploded way. Most likely different setups, where modules are not nested could lead to failures.
> DevStudio / external OpenShift fails deployment
> -----------------------------------------------
>
> Key: JBDS-4070
> URL: https://issues.jboss.org/browse/JBDS-4070
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 10.1.0.GA
> Environment: DevStudio as used with an external OpenShift
> Reporter: Rick Wagner
> Assignee: Jeff MAURY
> Labels: openshift_v3
> Fix For: 10.2.0.AM3
>
> Attachments: eap-app-server-adapter-publish.png, eap-app-server-adapter-settings.png, kitchensink-ear-deployed-succcessfully.png, kitchensink-ear-projects.png, new-openshift-server-adapter.png
>
>
> If DevStudio (with Server Adapter configured for external OpenShift) is used to deploy an application developed in DevStudio, errors result.
> The reporting user shows indications additional 'deploy' directories are being synthesized as the binary target location. The log reports:
> 15:59:41,588 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) WFLYDS0010: Scan found incompletely copied file content for deployment /opt/eap/standalone/deployments/deploy/deploy/deploy/deploy/deploy/deploy/activemq-rar.rar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months