- This topic has 5 replies, 4 voices, and was last updated 17 years, 4 months ago by
Greg.
-
AuthorPosts
-
Bill MulertMemberWhen deploying the TraderX EAR project to a WebSphere 6.0 server, I get “An internal error occurred during ‘Redeploy'” Reason: “Invalid thread access”. The deployment as seen in the servers tab shows “Redeploy” as the status for all 3 parts of TraderX. The console output shows nothing during the deploy attempt.
A deploy of the same project to JBoss works fine.
From Help->About:
Version: 6.1.0 Milestone-1
Build id: 6.1.0-M1-200802From the workbench error.log:
!ENTRY com.genuitec.eclipse.ast.deploy.core 1 0 2008-02-29 18:46:55.109
!MESSAGE Deploy failed
!STACK 0
com.genuitec.eclipse.core.GenuitecCoreException: Unable to deploy EAR application to WebSphere server.
at com.genuitec.eclipse.blue.websphere.BaseWebsphereManager.deployEAR(BaseWebsphereManager.java:195)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.deployToWebSphere(WebsphereServer.java:141)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.afterDeployment(WebsphereServer.java:125)
at com.genuitec.eclipse.ast.deploy.core.Deployment.Ä?(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.performStdRedeploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.redeploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.D.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)!ENTRY org.eclipse.core.jobs 4 2 2008-02-29 18:46:55.156
!MESSAGE An internal error occurred during: “Redeploy”.
!STACK 0
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:3563)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at org.eclipse.swt.SWT.error(SWT.java:3452)
at org.eclipse.swt.widgets.Widget.error(Widget.java:432)
at org.eclipse.swt.widgets.Shell.<init>(Shell.java:274)
at org.eclipse.swt.widgets.Shell.<init>(Shell.java:363)
at org.eclipse.jface.window.Window.createShell(Window.java:482)
at org.eclipse.jface.window.Window.create(Window.java:425)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1081)
at org.eclipse.jface.window.Window.open(Window.java:785)
at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:322)
at com.genuitec.eclipse.ast.deploy.core.Deployment.redeploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.D.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)Is there a workaround for this?
March 3, 2008 at 8:52 am #282341
Loyal WaterMemberCan you switch to a new workspace, create a new EAR project and try deploying it. Does it get deployed ?
March 3, 2008 at 9:25 am #282349
Bill MulertMemberCreated clean workspace and copied the projects into it. Started MyEclipse Blue, imported the projects, did a clean build w/o error. Setup connector to websphere 6.0. Attempted deploy with server stopped and again later with it already running. No Joy. Same error.
March 5, 2008 at 6:54 am #282462
punki81MemberI get the same error. But from what I see the problem is not with the code but with some extra stuff that myeclipse blue is doing. In my RAD + myeclipse when i do deploy there is less going on. Are there any extra steps in blue deployment (for example trying connect to server and do some stuff? ) ? In my RAD+myeclipse im doing deploy this way: http://www.myeclipseide.com/documentation/quickstarts/websphere6/ (and its work)
March 5, 2008 at 10:22 pm #282541
GregMemberHello punki81,
Can you just try to deploy TraderX again with just MyEclipse Blue edition and deploy when the server is not running? If it fails, could you right-click on the server in the Servers view and choose “view deployment log” Then could you paste the contents of that log here?
Thanks.
March 5, 2008 at 10:23 pm #282542
GregMemberHello punki81,
Can you just try to deploy TraderX again with just MyEclipse Blue edition and deploy when the server is not running? If it fails, could you right-click on the server in the Servers view and choose “view deployment log” Then could you paste the contents of that log here?
Thanks.
-
AuthorPosts