|
Xuan, Thanks for the service entry point instructions ... I hadn't tried them out yet. They're pretty cool! As for a detailed problem recreation - I'll do my best to come up with a repeatable error but haven't had a chance to focus much energy on it yet. I'll let you know if I come up with something. Thanks again, Adam Xuan Chen <xuanchen@xxxxxxxxxx> Sent by: wdsci-l-bounces@xxxxxxxxxxxx 11/05/2006 01:14 PM Please respond to Websphere Development Studio Client for iSeries <wdsci-l@xxxxxxxxxxxx> To Websphere Development Studio Client for iSeries <wdsci-l@xxxxxxxxxxxx> cc Subject Re: [WDSCI-L] Debug *setup* problems in WDSC version 6.0.1.1 Adam, Could you please give me more details about how you create/change debug configuration (step by step, and maybe send the screen capture directly to me)? For workaround now, could you please try to use the service entry point support to start your debug session. Please follow the steps below: . If your app need to do read/write operation to files in production library, make sure the Update production file checkbox is check in the Preference -> Run/Debug -> iSeries Debug page. . In RSE, right click on the program/service program you want to debug, right click and choose Debug (Service Entry) -> Set Service Entry Point. . Go to your 5250 session, and call your application. A debug session should come up and with your program/service program under debug. Thanks, Xuan Chen, Problem Determination Tools for iSeries (905) 413-3769 T/L 969-3769 xuanchen@xxxxxxxxxx AGlauser@erbgroup .com Sent by: To wdsci-l-bounces@m wdsci-l@xxxxxxxxxxxx idrange.com cc Subject 05/11/2006 11:17 [WDSCI-L] Debug *setup* problems in AM WDSC version 6.0.1.1 Please respond to Websphere Development Studio Client for iSeries Ever since my upgrade from v5 to v6, I have had some problems with creating/changing debug configurations. I haven't figured out what causes it for sure, but I get 'Error has occurred. See error log for details.', and then the apply and revert buttons (sometimes the debug and close buttons too) are deactivated. With enough playing around I usually get my changes applied somehow and start a debug, but it is annoying to have to redo the configurations all the time. Here are the remedies I've tried: 1. Deleted all my old configurations. This had no effect. 2. The old standby > 1. Close workbench > 2. Start up workbench by running the following command: > c:\Program Files\IBM\Rational\SDP\6.0\rationasdp -clean > > If the problem doesn't go away. Please try the following: > 1. Close workbench > 2. Delete the contents of the following folder: > c:\Program Files\IBM\Rational\SDP\6.0\eclipse\configuration > 3. restart workbench 3. Searched the archives but haven't come across anything. WDSC version 6.0.1 build 20050725_1800 I don't expect that it is related but I also have a pre-release version of LPEX 3.0.3 build 20051116 which was provided to me by Adrian for the vi keyhandler bugfixes and enhancements. Any help would be appreciated, Adam P.S. - I get the following in my workspace/.metadata/.log: !ENTRY org.eclipse.core.runtime 4 2 May 11, 2006 11:00:56.78 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at com.ibm.etools.systems.as400.debug.launchconfig.ui.IDEALTabLaunchInfo.checkNeedToUpdateStartupCommnad(Unknown Source) at com.ibm.etools.systems.as400.debug.launchconfig.ui.IDEALTabDebuggeInfoBase.programListChanged(Unknown Source) at com.ibm.etools.systems.as400.debug.launchconfig.ui.IDEALProgramBlock.fireProgramListChanged(Unknown Source) at com.ibm.etools.systems.as400.debug.launchconfig.ui.IDEALProgramBlock.setCheckedProgram(Unknown Source) at com.ibm.etools.systems.as400.debug.launchconfig.ui.IDEALTabDebuggeInfoInteractive.initializeFrom(Unknown Source) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:540) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:473) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:490) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:454) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:775) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:585) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:157) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1394) at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:693) at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:718) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:180) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:175) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:324) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2773) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2432) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:419) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:381) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:385) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:327) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2773) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2432) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.basicRun(Main.java:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) ##################################################################################### Attention: The above message and/or attachment(s) is private and confidential and is intended only for the people for which it is addressed. If you are not named in the address fields, ignore the contents and delete all the material. Thank you. Have a nice day. For more information on email virus scanning, security and content management, please contact administrator@xxxxxxxxxxxx ##################################################################################### -- This is the Websphere Development Studio Client for iSeries (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/wdsci-l or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.