- This topic has 2 replies, 2 voices, and was last updated 15 years, 9 months ago by
baldgeek.
-
AuthorPosts
-
baldgeekMemberHello,
I’m getting an error when I try to add a weblogic.xml to a project when I try to deploy, the project will deploy fine if I do not add a weblogic.xml to it.
Here is the contents of the weblogic.xml
<weblogic-web-app>
<container-descriptor>
<prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
</weblogic-web-app>Here is the stack trace and details from the IDE
eclipse.buildId=unknown
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -cleanError
Wed May 06 13:14:38 PDT 2009
An internal error occurred during: “Launching ShareClassDataService on WebLogic 10.x”.org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.SWT.error(SWT.java:3666)
at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:355)
at org.eclipse.swt.widgets.Widget.getData(Widget.java:521)
at org.eclipse.ui.forms.DetailsPart.getCurrentPage(DetailsPart.java:138)
at org.eclipse.ui.forms.DetailsPart.isDirty(DetailsPart.java:168)
at org.eclipse.ui.forms.ManagedForm.isDirty(ManagedForm.java:273)
at org.eclipse.ui.forms.editor.FormPage.isDirty(FormPage.java:230)
at org.eclipse.ui.forms.editor.FormEditor.isDirty(FormEditor.java:289)
at org.eclipse.ui.internal.EditorManager.collectDirtyEditors(EditorManager.java:276)
at org.eclipse.ui.internal.EditorManager.getDirtyEditors(EditorManager.java:567)
at org.eclipse.ui.internal.WorkbenchPage.getDirtyEditors(WorkbenchPage.java:2038)
at com.genuitec.eclipse.core.util.EditorUtil.hasDirtyEditors(EditorUtil.java:144)
at com.genuitec.eclipse.ast.deploy.core.ui.debug.RunOnServerLaunchConfigurationDelegate.�(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ui.debug.RunOnServerLaunchConfigurationDelegate.launch(Unknown Source)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:764)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:614)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:880)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1083)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
support-joyMemberbaldgeek,
Can you answer few queries for me to understand your current configuration –
1.Can you copy and paste your installation details here? You can get it from MyEclipse > Installation Summary > Installation Detail.
2. How did you install ME? – used all-in-one installer to download/using pulse explorer/installed eclipse classic 3.4.1 and added MyEclipse plugin.
3.Could you send steps to reproduce this error.
baldgeekMemberHello,
I figured out the problem. Turned out it was a malformed weblogic.xml. Once a put in the <description> </description> tags it fixed the problem. Looks like this a bug in MyEclipse.
-
AuthorPosts