[JBoss JIRA] (JBDS-3761) when replacing an existing VBox install, should use the same install folder; could also ask user where they want VirtualBox installed
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3761?page=com.atlassian.jira.plugin.... ]
Jan Richter commented on JBDS-3761:
-----------------------------------
This is a bit tough to verify when the installer doesn't allow to replace something again.
> when replacing an existing VBox install, should use the same install folder; could also ask user where they want VirtualBox installed
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3761
> URL: https://issues.jboss.org/browse/JBDS-3761
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 9.1.0.GA
>
> Attachments: JBDS3761-VBox508installed-but-honeybadger-installer-doesnt-care.png, vbox-install-omits-guestadditions.png
>
>
> I had Virtual Box 5.0.16 installed.
> The dev platform installer (build 33) decided 5.0.16 was bad, uninstalled it, and instead installed 5.0.8 into C:\DeveloperPlatform\virtualbox (where I had had it installed to the default folder, c:\Program Files\Oracle\VirtualBox.
> As a result, my existing VB install cannot find the Guest Additions iso image.
> !vbox-install-omits-guestadditions.png!
> I suggest that since the installation of Virtual Box isn't something that is necessarily tied into the DevPlatform, it should be installed into its default folder, c:\Program Files\Oracle\VirtualBox, rather than C:\DeveloperPlatform\virtualbox.
> Or if not, the installer could ask the user if they want to use the default folder (for reuse) or install under the DeveloperPlatform folder (for a more self-contained installation footprint).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22189) Unhandled event loop exception when selecting builder image in properties view.
by Radim Hopp (JIRA)
Radim Hopp created JBIDE-22189:
----------------------------------
Summary: Unhandled event loop exception when selecting builder image in properties view.
Key: JBIDE-22189
URL: https://issues.jboss.org/browse/JBIDE-22189
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Environment: JBDS 9.1.0.CR1c
Reporter: Radim Hopp
Showing "Builds" in properties view and then selecting "Builder Image", Unhandled event loop exception is thrown:
{noformat:title=Unhandled event loop exception}
org.eclipse.core.runtime.AssertionFailedException: assertion failed:
at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)
at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96)
at org.eclipse.jface.viewers.TextCellEditor.doSetValue(TextCellEditor.java:231)
at org.eclipse.jface.viewers.CellEditor.setValue(CellEditor.java:861)
at org.eclipse.ui.views.properties.PropertySheetEntry.getEditor(PropertySheetEntry.java:375)
at org.eclipse.ui.views.properties.PropertySheetViewer.activateCellEditor(PropertySheetViewer.java:166)
at org.eclipse.ui.views.properties.PropertySheetViewer.handleSelect(PropertySheetViewer.java:738)
at org.eclipse.ui.views.properties.PropertySheetViewer.access$8(PropertySheetViewer.java:718)
at org.eclipse.ui.views.properties.PropertySheetViewer$5.widgetDefaultSelected(PropertySheetViewer.java:813)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:119)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
{noformat}
I have tried it with eap64-basic-s2i and eap64-mysql-persistent-s2i templates.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3835) Installer: click on Download & install button doesn't do anything
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3835?page=com.atlassian.jira.plugin.... ]
Jan Richter commented on JBDS-3835:
-----------------------------------
This looks like {{fs.mkdir}} will fail when more than one of the directories in the path doesn't exist - it can't recursively create directories.
> Installer: click on Download & install button doesn't do anything
> -----------------------------------------------------------------
>
> Key: JBDS-3835
> URL: https://issues.jboss.org/browse/JBDS-3835
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Pavol Pitonak
>
> # start the installer
> # login
> # set this path as installation folder: _c:\DeveloperPlatform\Platform01\Platform02\Platform03_
> # click _Continue_
> # click _Download & Install_
> result:
> * nothing happens
> * when you go back and change the path tho _c:\DeveloperPlatform_, it works fine
> * might be related to JBDS-3816
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22188) Creating an Openshift3 server adapter on Windows causes rsync failures
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22188?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-22188:
----------------------------------
Labels: openshift_v3 (was: )
> Creating an Openshift3 server adapter on Windows causes rsync failures
> ----------------------------------------------------------------------
>
> Key: JBIDE-22188
> URL: https://issues.jboss.org/browse/JBIDE-22188
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Jeff MAURY
> Labels: openshift_v3
>
> I am on a W10 machine with the cwrsync (https://www.itefix.net/cwrsync) rsync client.
> When I create the server adapter, I always got rync error with the message:
> {code}
> rsync: failed to modify permissions on "/cygdrive/c/work/runtime-JBossTools/.metadata/.plugins/org.jboss.ide.eclipse.as.core/eap-app_at_OpenShift_3_(10.2.2.2)/deploy/ROOT.war": Permission denied (13)
> rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1650) [generator=3.1.2]
> error: exit status 23
> {code}
> Full stack trace:
> {code}
> org.eclipse.equinox.launcher.Main at localhost:55022 (Suspended)
> Daemon System Thread [Attach Listener] (Suspended)
> Daemon System Thread [Signal Dispatcher] (Suspended)
> Daemon System Thread [Finalizer] (Suspended)
> waiting for: ReferenceQueue$Lock (id=661)
> Object.wait(long) line: not available [native method]
> ReferenceQueue.remove(long) line: 143
> ReferenceQueue.remove() line: 164
> Finalizer$FinalizerThread.run() line: 209
> Daemon System Thread [Reference Handler] (Suspended)
> waiting for: Reference$Lock (id=662)
> Object.wait(long) line: not available [native method]
> Reference$Lock(Object).wait() line: 502
> Reference.tryHandlePending(boolean) line: 191
> Reference$ReferenceHandler.run() line: 153
> Thread [main] (Suspended)
> OS.WaitMessage() line: not available
> Display.sleep() line: 4739
> IDEWorkbenchAdvisor(WorkbenchAdvisor).eventLoopIdle(Display) line: 368
> IDEWorkbenchAdvisor.eventLoopIdle(Display) line: 864
> Workbench$3.eventLoopIdle(Display) line: 520
> PartRenderingEngine$4.run() line: 1123
> Realm.runWithDefault(Realm, Runnable) line: 336
> PartRenderingEngine.run(MApplicationElement, IEclipseContext) line: 1019
> E4Workbench.createAndRunUI(MApplicationElement) line: 157
> Workbench$5.run() line: 691
> Realm.runWithDefault(Realm, Runnable) line: 336
> Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 604
> PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 150
> IDEApplication.start(IApplicationContext) line: 138
> EclipseAppHandle.run(Object) line: 196
> EclipseAppLauncher.runApplication(Object) line: 134
> EclipseAppLauncher.start(Object) line: 104
> EclipseStarter.run(Object) line: 388
> EclipseStarter.run(String[], Runnable) line: 243
> NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
> NativeMethodAccessorImpl.invoke(Object, Object[]) line: 62
> DelegatingMethodAccessorImpl.__invoke(Object, Object[]) line: 43
> DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
> DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
> Method.invoke(Object, Object...) line: 498
> Main.invokeFramework(String[], URL[]) line: 670
> Main.basicRun(String[]) line: 609
> Main.run(String[]) line: 1516
> Main.main(String[]) line: 1489
> Daemon Thread [GroupPoller] (Suspended)
> waiting for: TaskQueue (id=653)
> Object.wait(long) line: not available [native method]
> TimerThread.mainLoop() line: 552
> TimerThread.run() line: 505
> Thread [Active Thread: Equinox Container: c0c5ea0f-4705-0016-1225-a081794d26c1] (Suspended)
> Unsafe.park(boolean, long) line: not available [native method]
> LockSupport.parkNanos(Object, long) line: 215
> AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) line: 2078
> ScheduledThreadPoolExecutor$DelayedWorkQueue.take() line: 1093
> ScheduledThreadPoolExecutor$DelayedWorkQueue.take() line: 809
> ScheduledThreadPoolExecutor(ThreadPoolExecutor).getTask() line: 1067
> ScheduledThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1127
> ThreadPoolExecutor$Worker.run() line: 617
> Thread.run() line: 745
> Daemon Thread [Framework Event Dispatcher: org.eclipse.osgi.internal.framework.EquinoxEventPublisher@76b642aa] (Suspended)
> waiting for: EventManager$EventThread (id=399)
> Object.wait(long) line: not available [native method]
> EventManager$EventThread(Object).wait() line: 502
> EventManager$EventThread.getNextEvent() line: 400
> EventManager$EventThread.run() line: 336
> Daemon Thread [Start Level: Equinox Container: c0c5ea0f-4705-0016-1225-a081794d26c1] (Suspended)
> waiting for: EventManager$EventThread (id=401)
> Object.wait(long) line: not available [native method]
> EventManager$EventThread(Object).wait() line: 502
> EventManager$EventThread.getNextEvent() line: 400
> EventManager$EventThread.run() line: 336
> Daemon Thread [[Timer] - Main Queue Handler] (Suspended)
> waiting for: Object (id=660)
> Object.wait(long) line: not available [native method]
> TimerImpl.run() line: 141
> Thread.run() line: 745
> Daemon Thread [Bundle File Closer] (Suspended)
> waiting for: EventManager$EventThread (id=406)
> Object.wait(long) line: not available [native method]
> EventManager$EventThread(Object).wait() line: 502
> EventManager$EventThread.getNextEvent() line: 400
> EventManager$EventThread.run() line: 336
> Thread [Worker-JM] (Suspended)
> waiting for: ArrayList (id=659)
> Object.wait(long) line: not available [native method]
> InternalWorker.run() line: 59
> Daemon Thread [JRebel plugin.xml scanner] (Suspended)
> Thread.sleep(long) line: not available [native method]
> PluginXmlScanner.run() line: 89
> Thread.run() line: 745
> Daemon Thread [EMF Reference Cleaner] (Suspended)
> waiting for: ReferenceQueue$Lock (id=657)
> Object.wait(long) line: not available [native method]
> ReferenceQueue.remove(long) line: 143
> ReferenceQueue.remove() line: 164
> CommonUtil$1ReferenceClearingQueuePollingThread.run() line: 70
> Daemon Thread [Java indexing] (Suspended)
> waiting for: IndexManager (id=654)
> Object.wait(long) line: not available [native method]
> IndexManager(Object).wait() line: 502
> IndexManager(JobManager).run() line: 371
> Thread.run() line: 745
> Daemon Thread [[ThreadPool Manager] - Idle Thread] (Suspended)
> waiting for: Executor (id=421)
> Object.wait(long) line: not available [native method]
> Executor(Object).wait() line: 502
> Executor.run() line: 106
> Thread [Worker-3] (Suspended)
> waiting for: Object (id=658)
> Object.wait(long) line: not available [native method]
> Object.wait() line: 502
> ThreadJob.waitForRun(ThreadJob, IProgressMonitor, InternalJob, Thread) line: 270
> ThreadJob.joinRun(ThreadJob, IProgressMonitor) line: 197
> ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 92
> JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 307
> StringPoolJob.run(IProgressMonitor) line: 98
> Worker.run() line: 55
> Daemon Thread [EventAdmin Async Event Dispatcher Thread] (Suspended)
> waiting for: EventManager$EventThread (id=436)
> Object.wait(long) line: not available [native method]
> EventManager$EventThread(Object).wait() line: 502
> EventManager$EventThread.getNextEvent() line: 400
> EventManager$EventThread.run() line: 336
> Daemon Thread [JavaScript indexing] (Suspended)
> waiting for: IndexManager (id=656)
> Object.wait(long) line: not available [native method]
> IndexManager(Object).wait() line: 502
> IndexManager(JobManager).run() line: 370
> Thread.run() line: 745
> Thread [Worker-4] (Suspended (breakpoint at line 73 in RSync$1))
> RSync$1.runOCBinary(MultiStatus) line: 73
> RSync$1(OCBinaryOperation).run(MultiStatus) line: 34
> RSync.syncPodsToDirectory(File, MultiStatus, IServerConsoleWriter) line: 78
> OpenShiftPublishController.publishStart(IProgressMonitor) line: 65
> OpenShiftServerBehaviour(CachedPublisherProfileBehavior).publishStart(IProgressMonitor) line: 47
> OpenShiftServerBehaviour(ServerBehaviourDelegate).publish(int, IProgressMonitor) line: 942
> OpenShiftServerBehaviour(ServerBehaviourDelegate).publish(int, List<IModule[]>, IProgressMonitor, IAdaptable) line: 774
> Server.publishImpl(int, List<IModule[]>, IAdaptable, IProgressMonitor) line: 3172
> Server$PublishJob.run(IProgressMonitor) line: 345
> Worker.run() line: 55
> Thread [Worker-8] (Suspended)
> waiting for: Object (id=658)
> Object.wait(long) line: not available [native method]
> Object.wait() line: 502
> ThreadJob.waitForRun(ThreadJob, IProgressMonitor, InternalJob, Thread) line: 270
> ThreadJob.joinRun(ThreadJob, IProgressMonitor) line: 197
> ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 92
> JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 307
> Server$PublishJob.run(IProgressMonitor) line: 344
> Worker.run() line: 55
> Daemon System Thread [Java2D Disposer] (Suspended)
> waiting for: ReferenceQueue$Lock (id=663)
> Object.wait(long) line: not available [native method]
> ReferenceQueue.remove(long) line: 143
> ReferenceQueue.remove() line: 164
> Disposer.run() line: 148
> Thread.run() line: 745
> Daemon System Thread [AWT-Windows] (Suspended)
> WToolkit.eventLoop() line: not available
> WToolkit.run() line: 306
> Thread.run() line: 745
> Thread [Worker-11] (Suspended)
> waiting for: WorkerPool (id=655)
> Object.wait(long) line: not available [native method]
> WorkerPool.sleep(long) line: 188
> WorkerPool.startJob(Worker) line: 220
> Worker.run() line: 52
> Thread [Worker-13] (Suspended)
> waiting for: WorkerPool (id=655)
> Object.wait(long) line: not available [native method]
> WorkerPool.sleep(long) line: 188
> WorkerPool.startJob(Worker) line: 220
> Worker.run() line: 52
> Thread [Worker-14] (Suspended)
> waiting for: WorkerPool (id=655)
> Object.wait(long) line: not available [native method]
> WorkerPool.sleep(long) line: 188
> WorkerPool.startJob(Worker) line: 220
> Worker.run() line: 52
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22188) Creating an Openshift3 server adapter on Windows causes rsync failures
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22188?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-22188:
----------------------------------
Description:
I am on a W10 machine with the cwrsync (https://www.itefix.net/cwrsync) rsync client.
When I create the server adapter, I always got rync error with the message:
{code}
rsync: failed to modify permissions on "/cygdrive/c/work/runtime-JBossTools/.metadata/.plugins/org.jboss.ide.eclipse.as.core/eap-app_at_OpenShift_3_(10.2.2.2)/deploy/ROOT.war": Permission denied (13)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1650) [generator=3.1.2]
error: exit status 23
{code}
Full stack trace:
{code}
org.eclipse.equinox.launcher.Main at localhost:55022 (Suspended)
Daemon System Thread [Attach Listener] (Suspended)
Daemon System Thread [Signal Dispatcher] (Suspended)
Daemon System Thread [Finalizer] (Suspended)
waiting for: ReferenceQueue$Lock (id=661)
Object.wait(long) line: not available [native method]
ReferenceQueue.remove(long) line: 143
ReferenceQueue.remove() line: 164
Finalizer$FinalizerThread.run() line: 209
Daemon System Thread [Reference Handler] (Suspended)
waiting for: Reference$Lock (id=662)
Object.wait(long) line: not available [native method]
Reference$Lock(Object).wait() line: 502
Reference.tryHandlePending(boolean) line: 191
Reference$ReferenceHandler.run() line: 153
Thread [main] (Suspended)
OS.WaitMessage() line: not available
Display.sleep() line: 4739
IDEWorkbenchAdvisor(WorkbenchAdvisor).eventLoopIdle(Display) line: 368
IDEWorkbenchAdvisor.eventLoopIdle(Display) line: 864
Workbench$3.eventLoopIdle(Display) line: 520
PartRenderingEngine$4.run() line: 1123
Realm.runWithDefault(Realm, Runnable) line: 336
PartRenderingEngine.run(MApplicationElement, IEclipseContext) line: 1019
E4Workbench.createAndRunUI(MApplicationElement) line: 157
Workbench$5.run() line: 691
Realm.runWithDefault(Realm, Runnable) line: 336
Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 604
PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 150
IDEApplication.start(IApplicationContext) line: 138
EclipseAppHandle.run(Object) line: 196
EclipseAppLauncher.runApplication(Object) line: 134
EclipseAppLauncher.start(Object) line: 104
EclipseStarter.run(Object) line: 388
EclipseStarter.run(String[], Runnable) line: 243
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: 62
DelegatingMethodAccessorImpl.__invoke(Object, Object[]) line: 43
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object...) line: 498
Main.invokeFramework(String[], URL[]) line: 670
Main.basicRun(String[]) line: 609
Main.run(String[]) line: 1516
Main.main(String[]) line: 1489
Daemon Thread [GroupPoller] (Suspended)
waiting for: TaskQueue (id=653)
Object.wait(long) line: not available [native method]
TimerThread.mainLoop() line: 552
TimerThread.run() line: 505
Thread [Active Thread: Equinox Container: c0c5ea0f-4705-0016-1225-a081794d26c1] (Suspended)
Unsafe.park(boolean, long) line: not available [native method]
LockSupport.parkNanos(Object, long) line: 215
AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) line: 2078
ScheduledThreadPoolExecutor$DelayedWorkQueue.take() line: 1093
ScheduledThreadPoolExecutor$DelayedWorkQueue.take() line: 809
ScheduledThreadPoolExecutor(ThreadPoolExecutor).getTask() line: 1067
ScheduledThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1127
ThreadPoolExecutor$Worker.run() line: 617
Thread.run() line: 745
Daemon Thread [Framework Event Dispatcher: org.eclipse.osgi.internal.framework.EquinoxEventPublisher@76b642aa] (Suspended)
waiting for: EventManager$EventThread (id=399)
Object.wait(long) line: not available [native method]
EventManager$EventThread(Object).wait() line: 502
EventManager$EventThread.getNextEvent() line: 400
EventManager$EventThread.run() line: 336
Daemon Thread [Start Level: Equinox Container: c0c5ea0f-4705-0016-1225-a081794d26c1] (Suspended)
waiting for: EventManager$EventThread (id=401)
Object.wait(long) line: not available [native method]
EventManager$EventThread(Object).wait() line: 502
EventManager$EventThread.getNextEvent() line: 400
EventManager$EventThread.run() line: 336
Daemon Thread [[Timer] - Main Queue Handler] (Suspended)
waiting for: Object (id=660)
Object.wait(long) line: not available [native method]
TimerImpl.run() line: 141
Thread.run() line: 745
Daemon Thread [Bundle File Closer] (Suspended)
waiting for: EventManager$EventThread (id=406)
Object.wait(long) line: not available [native method]
EventManager$EventThread(Object).wait() line: 502
EventManager$EventThread.getNextEvent() line: 400
EventManager$EventThread.run() line: 336
Thread [Worker-JM] (Suspended)
waiting for: ArrayList (id=659)
Object.wait(long) line: not available [native method]
InternalWorker.run() line: 59
Daemon Thread [JRebel plugin.xml scanner] (Suspended)
Thread.sleep(long) line: not available [native method]
PluginXmlScanner.run() line: 89
Thread.run() line: 745
Daemon Thread [EMF Reference Cleaner] (Suspended)
waiting for: ReferenceQueue$Lock (id=657)
Object.wait(long) line: not available [native method]
ReferenceQueue.remove(long) line: 143
ReferenceQueue.remove() line: 164
CommonUtil$1ReferenceClearingQueuePollingThread.run() line: 70
Daemon Thread [Java indexing] (Suspended)
waiting for: IndexManager (id=654)
Object.wait(long) line: not available [native method]
IndexManager(Object).wait() line: 502
IndexManager(JobManager).run() line: 371
Thread.run() line: 745
Daemon Thread [[ThreadPool Manager] - Idle Thread] (Suspended)
waiting for: Executor (id=421)
Object.wait(long) line: not available [native method]
Executor(Object).wait() line: 502
Executor.run() line: 106
Thread [Worker-3] (Suspended)
waiting for: Object (id=658)
Object.wait(long) line: not available [native method]
Object.wait() line: 502
ThreadJob.waitForRun(ThreadJob, IProgressMonitor, InternalJob, Thread) line: 270
ThreadJob.joinRun(ThreadJob, IProgressMonitor) line: 197
ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 92
JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 307
StringPoolJob.run(IProgressMonitor) line: 98
Worker.run() line: 55
Daemon Thread [EventAdmin Async Event Dispatcher Thread] (Suspended)
waiting for: EventManager$EventThread (id=436)
Object.wait(long) line: not available [native method]
EventManager$EventThread(Object).wait() line: 502
EventManager$EventThread.getNextEvent() line: 400
EventManager$EventThread.run() line: 336
Daemon Thread [JavaScript indexing] (Suspended)
waiting for: IndexManager (id=656)
Object.wait(long) line: not available [native method]
IndexManager(Object).wait() line: 502
IndexManager(JobManager).run() line: 370
Thread.run() line: 745
Thread [Worker-4] (Suspended (breakpoint at line 73 in RSync$1))
RSync$1.runOCBinary(MultiStatus) line: 73
RSync$1(OCBinaryOperation).run(MultiStatus) line: 34
RSync.syncPodsToDirectory(File, MultiStatus, IServerConsoleWriter) line: 78
OpenShiftPublishController.publishStart(IProgressMonitor) line: 65
OpenShiftServerBehaviour(CachedPublisherProfileBehavior).publishStart(IProgressMonitor) line: 47
OpenShiftServerBehaviour(ServerBehaviourDelegate).publish(int, IProgressMonitor) line: 942
OpenShiftServerBehaviour(ServerBehaviourDelegate).publish(int, List<IModule[]>, IProgressMonitor, IAdaptable) line: 774
Server.publishImpl(int, List<IModule[]>, IAdaptable, IProgressMonitor) line: 3172
Server$PublishJob.run(IProgressMonitor) line: 345
Worker.run() line: 55
Thread [Worker-8] (Suspended)
waiting for: Object (id=658)
Object.wait(long) line: not available [native method]
Object.wait() line: 502
ThreadJob.waitForRun(ThreadJob, IProgressMonitor, InternalJob, Thread) line: 270
ThreadJob.joinRun(ThreadJob, IProgressMonitor) line: 197
ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 92
JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 307
Server$PublishJob.run(IProgressMonitor) line: 344
Worker.run() line: 55
Daemon System Thread [Java2D Disposer] (Suspended)
waiting for: ReferenceQueue$Lock (id=663)
Object.wait(long) line: not available [native method]
ReferenceQueue.remove(long) line: 143
ReferenceQueue.remove() line: 164
Disposer.run() line: 148
Thread.run() line: 745
Daemon System Thread [AWT-Windows] (Suspended)
WToolkit.eventLoop() line: not available
WToolkit.run() line: 306
Thread.run() line: 745
Thread [Worker-11] (Suspended)
waiting for: WorkerPool (id=655)
Object.wait(long) line: not available [native method]
WorkerPool.sleep(long) line: 188
WorkerPool.startJob(Worker) line: 220
Worker.run() line: 52
Thread [Worker-13] (Suspended)
waiting for: WorkerPool (id=655)
Object.wait(long) line: not available [native method]
WorkerPool.sleep(long) line: 188
WorkerPool.startJob(Worker) line: 220
Worker.run() line: 52
Thread [Worker-14] (Suspended)
waiting for: WorkerPool (id=655)
Object.wait(long) line: not available [native method]
WorkerPool.sleep(long) line: 188
WorkerPool.startJob(Worker) line: 220
Worker.run() line: 52
{code}
was:
I am on a W10 machine with the cwrsync (https://www.itefix.net/cwrsync) rsync client.
When I create the server adapter, I always got rync error with the message:
rsync: failed to modify permissions on "/cygdrive/c/work/runtime-JBossTools/.metadata/.plugins/org.jboss.ide.eclipse.as.core/eap-app_at_OpenShift_3_(10.2.2.2)/deploy/ROOT.war": Permission denied (13)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1650) [generator=3.1.2]
error: exit status 23
> Creating an Openshift3 server adapter on Windows causes rsync failures
> ----------------------------------------------------------------------
>
> Key: JBIDE-22188
> URL: https://issues.jboss.org/browse/JBIDE-22188
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Jeff MAURY
>
> I am on a W10 machine with the cwrsync (https://www.itefix.net/cwrsync) rsync client.
> When I create the server adapter, I always got rync error with the message:
> {code}
> rsync: failed to modify permissions on "/cygdrive/c/work/runtime-JBossTools/.metadata/.plugins/org.jboss.ide.eclipse.as.core/eap-app_at_OpenShift_3_(10.2.2.2)/deploy/ROOT.war": Permission denied (13)
> rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1650) [generator=3.1.2]
> error: exit status 23
> {code}
> Full stack trace:
> {code}
> org.eclipse.equinox.launcher.Main at localhost:55022 (Suspended)
> Daemon System Thread [Attach Listener] (Suspended)
> Daemon System Thread [Signal Dispatcher] (Suspended)
> Daemon System Thread [Finalizer] (Suspended)
> waiting for: ReferenceQueue$Lock (id=661)
> Object.wait(long) line: not available [native method]
> ReferenceQueue.remove(long) line: 143
> ReferenceQueue.remove() line: 164
> Finalizer$FinalizerThread.run() line: 209
> Daemon System Thread [Reference Handler] (Suspended)
> waiting for: Reference$Lock (id=662)
> Object.wait(long) line: not available [native method]
> Reference$Lock(Object).wait() line: 502
> Reference.tryHandlePending(boolean) line: 191
> Reference$ReferenceHandler.run() line: 153
> Thread [main] (Suspended)
> OS.WaitMessage() line: not available
> Display.sleep() line: 4739
> IDEWorkbenchAdvisor(WorkbenchAdvisor).eventLoopIdle(Display) line: 368
> IDEWorkbenchAdvisor.eventLoopIdle(Display) line: 864
> Workbench$3.eventLoopIdle(Display) line: 520
> PartRenderingEngine$4.run() line: 1123
> Realm.runWithDefault(Realm, Runnable) line: 336
> PartRenderingEngine.run(MApplicationElement, IEclipseContext) line: 1019
> E4Workbench.createAndRunUI(MApplicationElement) line: 157
> Workbench$5.run() line: 691
> Realm.runWithDefault(Realm, Runnable) line: 336
> Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 604
> PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 150
> IDEApplication.start(IApplicationContext) line: 138
> EclipseAppHandle.run(Object) line: 196
> EclipseAppLauncher.runApplication(Object) line: 134
> EclipseAppLauncher.start(Object) line: 104
> EclipseStarter.run(Object) line: 388
> EclipseStarter.run(String[], Runnable) line: 243
> NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
> NativeMethodAccessorImpl.invoke(Object, Object[]) line: 62
> DelegatingMethodAccessorImpl.__invoke(Object, Object[]) line: 43
> DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
> DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
> Method.invoke(Object, Object...) line: 498
> Main.invokeFramework(String[], URL[]) line: 670
> Main.basicRun(String[]) line: 609
> Main.run(String[]) line: 1516
> Main.main(String[]) line: 1489
> Daemon Thread [GroupPoller] (Suspended)
> waiting for: TaskQueue (id=653)
> Object.wait(long) line: not available [native method]
> TimerThread.mainLoop() line: 552
> TimerThread.run() line: 505
> Thread [Active Thread: Equinox Container: c0c5ea0f-4705-0016-1225-a081794d26c1] (Suspended)
> Unsafe.park(boolean, long) line: not available [native method]
> LockSupport.parkNanos(Object, long) line: 215
> AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) line: 2078
> ScheduledThreadPoolExecutor$DelayedWorkQueue.take() line: 1093
> ScheduledThreadPoolExecutor$DelayedWorkQueue.take() line: 809
> ScheduledThreadPoolExecutor(ThreadPoolExecutor).getTask() line: 1067
> ScheduledThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1127
> ThreadPoolExecutor$Worker.run() line: 617
> Thread.run() line: 745
> Daemon Thread [Framework Event Dispatcher: org.eclipse.osgi.internal.framework.EquinoxEventPublisher@76b642aa] (Suspended)
> waiting for: EventManager$EventThread (id=399)
> Object.wait(long) line: not available [native method]
> EventManager$EventThread(Object).wait() line: 502
> EventManager$EventThread.getNextEvent() line: 400
> EventManager$EventThread.run() line: 336
> Daemon Thread [Start Level: Equinox Container: c0c5ea0f-4705-0016-1225-a081794d26c1] (Suspended)
> waiting for: EventManager$EventThread (id=401)
> Object.wait(long) line: not available [native method]
> EventManager$EventThread(Object).wait() line: 502
> EventManager$EventThread.getNextEvent() line: 400
> EventManager$EventThread.run() line: 336
> Daemon Thread [[Timer] - Main Queue Handler] (Suspended)
> waiting for: Object (id=660)
> Object.wait(long) line: not available [native method]
> TimerImpl.run() line: 141
> Thread.run() line: 745
> Daemon Thread [Bundle File Closer] (Suspended)
> waiting for: EventManager$EventThread (id=406)
> Object.wait(long) line: not available [native method]
> EventManager$EventThread(Object).wait() line: 502
> EventManager$EventThread.getNextEvent() line: 400
> EventManager$EventThread.run() line: 336
> Thread [Worker-JM] (Suspended)
> waiting for: ArrayList (id=659)
> Object.wait(long) line: not available [native method]
> InternalWorker.run() line: 59
> Daemon Thread [JRebel plugin.xml scanner] (Suspended)
> Thread.sleep(long) line: not available [native method]
> PluginXmlScanner.run() line: 89
> Thread.run() line: 745
> Daemon Thread [EMF Reference Cleaner] (Suspended)
> waiting for: ReferenceQueue$Lock (id=657)
> Object.wait(long) line: not available [native method]
> ReferenceQueue.remove(long) line: 143
> ReferenceQueue.remove() line: 164
> CommonUtil$1ReferenceClearingQueuePollingThread.run() line: 70
> Daemon Thread [Java indexing] (Suspended)
> waiting for: IndexManager (id=654)
> Object.wait(long) line: not available [native method]
> IndexManager(Object).wait() line: 502
> IndexManager(JobManager).run() line: 371
> Thread.run() line: 745
> Daemon Thread [[ThreadPool Manager] - Idle Thread] (Suspended)
> waiting for: Executor (id=421)
> Object.wait(long) line: not available [native method]
> Executor(Object).wait() line: 502
> Executor.run() line: 106
> Thread [Worker-3] (Suspended)
> waiting for: Object (id=658)
> Object.wait(long) line: not available [native method]
> Object.wait() line: 502
> ThreadJob.waitForRun(ThreadJob, IProgressMonitor, InternalJob, Thread) line: 270
> ThreadJob.joinRun(ThreadJob, IProgressMonitor) line: 197
> ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 92
> JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 307
> StringPoolJob.run(IProgressMonitor) line: 98
> Worker.run() line: 55
> Daemon Thread [EventAdmin Async Event Dispatcher Thread] (Suspended)
> waiting for: EventManager$EventThread (id=436)
> Object.wait(long) line: not available [native method]
> EventManager$EventThread(Object).wait() line: 502
> EventManager$EventThread.getNextEvent() line: 400
> EventManager$EventThread.run() line: 336
> Daemon Thread [JavaScript indexing] (Suspended)
> waiting for: IndexManager (id=656)
> Object.wait(long) line: not available [native method]
> IndexManager(Object).wait() line: 502
> IndexManager(JobManager).run() line: 370
> Thread.run() line: 745
> Thread [Worker-4] (Suspended (breakpoint at line 73 in RSync$1))
> RSync$1.runOCBinary(MultiStatus) line: 73
> RSync$1(OCBinaryOperation).run(MultiStatus) line: 34
> RSync.syncPodsToDirectory(File, MultiStatus, IServerConsoleWriter) line: 78
> OpenShiftPublishController.publishStart(IProgressMonitor) line: 65
> OpenShiftServerBehaviour(CachedPublisherProfileBehavior).publishStart(IProgressMonitor) line: 47
> OpenShiftServerBehaviour(ServerBehaviourDelegate).publish(int, IProgressMonitor) line: 942
> OpenShiftServerBehaviour(ServerBehaviourDelegate).publish(int, List<IModule[]>, IProgressMonitor, IAdaptable) line: 774
> Server.publishImpl(int, List<IModule[]>, IAdaptable, IProgressMonitor) line: 3172
> Server$PublishJob.run(IProgressMonitor) line: 345
> Worker.run() line: 55
> Thread [Worker-8] (Suspended)
> waiting for: Object (id=658)
> Object.wait(long) line: not available [native method]
> Object.wait() line: 502
> ThreadJob.waitForRun(ThreadJob, IProgressMonitor, InternalJob, Thread) line: 270
> ThreadJob.joinRun(ThreadJob, IProgressMonitor) line: 197
> ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 92
> JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 307
> Server$PublishJob.run(IProgressMonitor) line: 344
> Worker.run() line: 55
> Daemon System Thread [Java2D Disposer] (Suspended)
> waiting for: ReferenceQueue$Lock (id=663)
> Object.wait(long) line: not available [native method]
> ReferenceQueue.remove(long) line: 143
> ReferenceQueue.remove() line: 164
> Disposer.run() line: 148
> Thread.run() line: 745
> Daemon System Thread [AWT-Windows] (Suspended)
> WToolkit.eventLoop() line: not available
> WToolkit.run() line: 306
> Thread.run() line: 745
> Thread [Worker-11] (Suspended)
> waiting for: WorkerPool (id=655)
> Object.wait(long) line: not available [native method]
> WorkerPool.sleep(long) line: 188
> WorkerPool.startJob(Worker) line: 220
> Worker.run() line: 52
> Thread [Worker-13] (Suspended)
> waiting for: WorkerPool (id=655)
> Object.wait(long) line: not available [native method]
> WorkerPool.sleep(long) line: 188
> WorkerPool.startJob(Worker) line: 220
> Worker.run() line: 52
> Thread [Worker-14] (Suspended)
> waiting for: WorkerPool (id=655)
> Object.wait(long) line: not available [native method]
> WorkerPool.sleep(long) line: 188
> WorkerPool.startJob(Worker) line: 220
> Worker.run() line: 52
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3835) Installer: click on Download & install button doesn't do anything
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/JBDS-3835?page=com.atlassian.jira.plugin.... ]
Pavol Pitonak updated JBDS-3835:
--------------------------------
Description:
# start the installer
# login
# set this path as installation folder: _c:\DeveloperPlatform\Platform01\Platform02\Platform03_
# click _Continue_
# click _Download & Install_
result:
* nothing happens
* when you go back and change the path tho _c:\DeveloperPlatform_, it works fine
* might be related to JBDS-3816
was:
# start the installer
# login
# set this path as installation folder: _c:\DeveloperPlatform\Platform01\Platform02\Platform03_
# click _Continue_
# click _Download & Install_
result:
* nothing happens
* when you go back and change the path tho _c:\DeveloperPlatform_, it works fine
> Installer: click on Download & install button doesn't do anything
> -----------------------------------------------------------------
>
> Key: JBDS-3835
> URL: https://issues.jboss.org/browse/JBDS-3835
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Pavol Pitonak
>
> # start the installer
> # login
> # set this path as installation folder: _c:\DeveloperPlatform\Platform01\Platform02\Platform03_
> # click _Continue_
> # click _Download & Install_
> result:
> * nothing happens
> * when you go back and change the path tho _c:\DeveloperPlatform_, it works fine
> * might be related to JBDS-3816
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3835) Installer: click on Download & install button doesn't do anything
by Pavol Pitonak (JIRA)
Pavol Pitonak created JBDS-3835:
-----------------------------------
Summary: Installer: click on Download & install button doesn't do anything
Key: JBDS-3835
URL: https://issues.jboss.org/browse/JBDS-3835
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Pavol Pitonak
# start the installer
# login
# set this path as installation folder: _c:\DeveloperPlatform\Platform01\Platform02\Platform03_
# click _Continue_
# click _Download & Install_
result:
* nothing happens
* when you go back and change the path tho _c:\DeveloperPlatform_, it works fine
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22188) Creating an Openshift3 server adapter on Windows causes rsync failures
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22188?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-22188:
------------------------------------
Full stack trace when error occurs;
org.eclipse.equinox.launcher.Main at localhost:55022 (Suspended)
Daemon System Thread [Attach Listener] (Suspended)
Daemon System Thread [Signal Dispatcher] (Suspended)
Daemon System Thread [Finalizer] (Suspended)
waiting for: ReferenceQueue$Lock (id=661)
Object.wait(long) line: not available [native method]
ReferenceQueue.remove(long) line: 143
ReferenceQueue.remove() line: 164
Finalizer$FinalizerThread.run() line: 209
Daemon System Thread [Reference Handler] (Suspended)
waiting for: Reference$Lock (id=662)
Object.wait(long) line: not available [native method]
Reference$Lock(Object).wait() line: 502
Reference.tryHandlePending(boolean) line: 191
Reference$ReferenceHandler.run() line: 153
Thread [main] (Suspended)
OS.WaitMessage() line: not available
Display.sleep() line: 4739
IDEWorkbenchAdvisor(WorkbenchAdvisor).eventLoopIdle(Display) line: 368
IDEWorkbenchAdvisor.eventLoopIdle(Display) line: 864
Workbench$3.eventLoopIdle(Display) line: 520
PartRenderingEngine$4.run() line: 1123
Realm.runWithDefault(Realm, Runnable) line: 336
PartRenderingEngine.run(MApplicationElement, IEclipseContext) line: 1019
E4Workbench.createAndRunUI(MApplicationElement) line: 157
Workbench$5.run() line: 691
Realm.runWithDefault(Realm, Runnable) line: 336
Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 604
PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 150
IDEApplication.start(IApplicationContext) line: 138
EclipseAppHandle.run(Object) line: 196
EclipseAppLauncher.runApplication(Object) line: 134
EclipseAppLauncher.start(Object) line: 104
EclipseStarter.run(Object) line: 388
EclipseStarter.run(String[], Runnable) line: 243
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: 62
DelegatingMethodAccessorImpl.__invoke(Object, Object[]) line: 43
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object...) line: 498
Main.invokeFramework(String[], URL[]) line: 670
Main.basicRun(String[]) line: 609
Main.run(String[]) line: 1516
Main.main(String[]) line: 1489
Daemon Thread [GroupPoller] (Suspended)
waiting for: TaskQueue (id=653)
Object.wait(long) line: not available [native method]
TimerThread.mainLoop() line: 552
TimerThread.run() line: 505
Thread [Active Thread: Equinox Container: c0c5ea0f-4705-0016-1225-a081794d26c1] (Suspended)
Unsafe.park(boolean, long) line: not available [native method]
LockSupport.parkNanos(Object, long) line: 215
AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) line: 2078
ScheduledThreadPoolExecutor$DelayedWorkQueue.take() line: 1093
ScheduledThreadPoolExecutor$DelayedWorkQueue.take() line: 809
ScheduledThreadPoolExecutor(ThreadPoolExecutor).getTask() line: 1067
ScheduledThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1127
ThreadPoolExecutor$Worker.run() line: 617
Thread.run() line: 745
Daemon Thread [Framework Event Dispatcher: org.eclipse.osgi.internal.framework.EquinoxEventPublisher@76b642aa] (Suspended)
waiting for: EventManager$EventThread (id=399)
Object.wait(long) line: not available [native method]
EventManager$EventThread(Object).wait() line: 502
EventManager$EventThread.getNextEvent() line: 400
EventManager$EventThread.run() line: 336
Daemon Thread [Start Level: Equinox Container: c0c5ea0f-4705-0016-1225-a081794d26c1] (Suspended)
waiting for: EventManager$EventThread (id=401)
Object.wait(long) line: not available [native method]
EventManager$EventThread(Object).wait() line: 502
EventManager$EventThread.getNextEvent() line: 400
EventManager$EventThread.run() line: 336
Daemon Thread [[Timer] - Main Queue Handler] (Suspended)
waiting for: Object (id=660)
Object.wait(long) line: not available [native method]
TimerImpl.run() line: 141
Thread.run() line: 745
Daemon Thread [Bundle File Closer] (Suspended)
waiting for: EventManager$EventThread (id=406)
Object.wait(long) line: not available [native method]
EventManager$EventThread(Object).wait() line: 502
EventManager$EventThread.getNextEvent() line: 400
EventManager$EventThread.run() line: 336
Thread [Worker-JM] (Suspended)
waiting for: ArrayList (id=659)
Object.wait(long) line: not available [native method]
InternalWorker.run() line: 59
Daemon Thread [JRebel plugin.xml scanner] (Suspended)
Thread.sleep(long) line: not available [native method]
PluginXmlScanner.run() line: 89
Thread.run() line: 745
Daemon Thread [EMF Reference Cleaner] (Suspended)
waiting for: ReferenceQueue$Lock (id=657)
Object.wait(long) line: not available [native method]
ReferenceQueue.remove(long) line: 143
ReferenceQueue.remove() line: 164
CommonUtil$1ReferenceClearingQueuePollingThread.run() line: 70
Daemon Thread [Java indexing] (Suspended)
waiting for: IndexManager (id=654)
Object.wait(long) line: not available [native method]
IndexManager(Object).wait() line: 502
IndexManager(JobManager).run() line: 371
Thread.run() line: 745
Daemon Thread [[ThreadPool Manager] - Idle Thread] (Suspended)
waiting for: Executor (id=421)
Object.wait(long) line: not available [native method]
Executor(Object).wait() line: 502
Executor.run() line: 106
Thread [Worker-3] (Suspended)
waiting for: Object (id=658)
Object.wait(long) line: not available [native method]
Object.wait() line: 502
ThreadJob.waitForRun(ThreadJob, IProgressMonitor, InternalJob, Thread) line: 270
ThreadJob.joinRun(ThreadJob, IProgressMonitor) line: 197
ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 92
JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 307
StringPoolJob.run(IProgressMonitor) line: 98
Worker.run() line: 55
Daemon Thread [EventAdmin Async Event Dispatcher Thread] (Suspended)
waiting for: EventManager$EventThread (id=436)
Object.wait(long) line: not available [native method]
EventManager$EventThread(Object).wait() line: 502
EventManager$EventThread.getNextEvent() line: 400
EventManager$EventThread.run() line: 336
Daemon Thread [JavaScript indexing] (Suspended)
waiting for: IndexManager (id=656)
Object.wait(long) line: not available [native method]
IndexManager(Object).wait() line: 502
IndexManager(JobManager).run() line: 370
Thread.run() line: 745
Thread [Worker-4] (Suspended (breakpoint at line 73 in RSync$1))
RSync$1.runOCBinary(MultiStatus) line: 73
RSync$1(OCBinaryOperation).run(MultiStatus) line: 34
RSync.syncPodsToDirectory(File, MultiStatus, IServerConsoleWriter) line: 78
OpenShiftPublishController.publishStart(IProgressMonitor) line: 65
OpenShiftServerBehaviour(CachedPublisherProfileBehavior).publishStart(IProgressMonitor) line: 47
OpenShiftServerBehaviour(ServerBehaviourDelegate).publish(int, IProgressMonitor) line: 942
OpenShiftServerBehaviour(ServerBehaviourDelegate).publish(int, List<IModule[]>, IProgressMonitor, IAdaptable) line: 774
Server.publishImpl(int, List<IModule[]>, IAdaptable, IProgressMonitor) line: 3172
Server$PublishJob.run(IProgressMonitor) line: 345
Worker.run() line: 55
Thread [Worker-8] (Suspended)
waiting for: Object (id=658)
Object.wait(long) line: not available [native method]
Object.wait() line: 502
ThreadJob.waitForRun(ThreadJob, IProgressMonitor, InternalJob, Thread) line: 270
ThreadJob.joinRun(ThreadJob, IProgressMonitor) line: 197
ImplicitJobs.begin(ISchedulingRule, IProgressMonitor, boolean) line: 92
JobManager.beginRule(ISchedulingRule, IProgressMonitor) line: 307
Server$PublishJob.run(IProgressMonitor) line: 344
Worker.run() line: 55
Daemon System Thread [Java2D Disposer] (Suspended)
waiting for: ReferenceQueue$Lock (id=663)
Object.wait(long) line: not available [native method]
ReferenceQueue.remove(long) line: 143
ReferenceQueue.remove() line: 164
Disposer.run() line: 148
Thread.run() line: 745
Daemon System Thread [AWT-Windows] (Suspended)
WToolkit.eventLoop() line: not available
WToolkit.run() line: 306
Thread.run() line: 745
Thread [Worker-11] (Suspended)
waiting for: WorkerPool (id=655)
Object.wait(long) line: not available [native method]
WorkerPool.sleep(long) line: 188
WorkerPool.startJob(Worker) line: 220
Worker.run() line: 52
Thread [Worker-13] (Suspended)
waiting for: WorkerPool (id=655)
Object.wait(long) line: not available [native method]
WorkerPool.sleep(long) line: 188
WorkerPool.startJob(Worker) line: 220
Worker.run() line: 52
Thread [Worker-14] (Suspended)
waiting for: WorkerPool (id=655)
Object.wait(long) line: not available [native method]
WorkerPool.sleep(long) line: 188
WorkerPool.startJob(Worker) line: 220
Worker.run() line: 52
> Creating an Openshift3 server adapter on Windows causes rsync failures
> ----------------------------------------------------------------------
>
> Key: JBIDE-22188
> URL: https://issues.jboss.org/browse/JBIDE-22188
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Jeff MAURY
>
> I am on a W10 machine with the cwrsync (https://www.itefix.net/cwrsync) rsync client.
> When I create the server adapter, I always got rync error with the message:
> rsync: failed to modify permissions on "/cygdrive/c/work/runtime-JBossTools/.metadata/.plugins/org.jboss.ide.eclipse.as.core/eap-app_at_OpenShift_3_(10.2.2.2)/deploy/ROOT.war": Permission denied (13)
> rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1650) [generator=3.1.2]
> error: exit status 23
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years