Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 78553 Details for
Bug 202546
Could not start Agent Controller. Empty serviceconfig.xml.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
updated patch
202546_patch2.txt (text/plain), 1.67 KB, created by
Eugene Chan
on 2007-09-17 10:58:35 EDT
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Eugene Chan
Created:
2007-09-17 10:58:35 EDT
Size:
1.67 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.profile.server.wst >Index: src/org/eclipse/tptp/platform/profile/server/wst/internal/TPTPServerProfilerDelegate.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.profile.server.wst/src/org/eclipse/tptp/platform/profile/server/wst/internal/TPTPServerProfilerDelegate.java,v >retrieving revision 1.24 >diff -u -r1.24 TPTPServerProfilerDelegate.java >--- src/org/eclipse/tptp/platform/profile/server/wst/internal/TPTPServerProfilerDelegate.java 16 Aug 2007 16:55:00 -0000 1.24 >+++ src/org/eclipse/tptp/platform/profile/server/wst/internal/TPTPServerProfilerDelegate.java 17 Sep 2007 14:29:17 -0000 >@@ -36,6 +36,7 @@ > import org.eclipse.osgi.service.environment.Constants; > import org.eclipse.swt.widgets.Display; > import org.eclipse.tptp.platform.iac.administrator.internal.common.AdminUtil; >+import org.eclipse.tptp.platform.iac.administrator.internal.startstop.AutoStartStop; > import org.eclipse.tptp.platform.profile.server.core.internal.IProfileServerConstants; > import org.eclipse.tptp.trace.ui.internal.launcher.core.DataCollectorManager; > import org.eclipse.tptp.trace.ui.provisional.launcher.IDataCollectorBaseLauncher; >@@ -326,6 +327,13 @@ > this.monitor=monitor; > wc = launch.getLaunchConfiguration().getWorkingCopy(); > >+ if (!AutoStartStop.isIACRunning()) { >+ AutoStartStop.startIAC(); >+ } >+ if (AdminUtil.isConfigEmpty()) { >+ AdminUtil.generateConfigFile(); >+ } >+ > String[] vmArgs = vmConfig.getVMArguments(); > String[] envcfg = vmConfig.getEnvironment(); > String[] env = getEnvironmentVariables();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202546
:
78454
|
78455
| 78553 |
78554
|
78555