[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Re: Launching a process as a Hyades plugin -- Bug???
|
Luc Plaetinck wrote:
> Hi,
> I am trying to launch a process (an agent to be) through the Hyades plugin
> structure (similar to the RemoteLogParserLoader mechanism).
> When trying to launch, I get the following entries in the Hyades log file:
> <SERVER_MSG time="2004:8:18:15:25:58" severity="INFORMATION"
> text="Attempting to launch process : SimpleApp in location
> D:DOCUME~1cfhlap0LOCALS~1Temp" file="..RAServerlauncher.c"
> line="315"/>
> <SERVER_MSG time="2004:8:18:15:25:58" severity="INFORMATION" text="Process
> launched: PID=956" file="..RAServerlauncher.c" line="334"/>
> <SERVER_MSG time="2004:8:18:15:25:58" severity="WARNING" text="Application
> exited, Closing console" file="..RAServerlauncher.c" line="712"/>
> <SERVER_MSG time="2004:8:18:15:25:58" severity="WARNING" text="Application
> exited, Closing console" file="..RAServerlauncher.c" line="787"/>
> <SERVER_MSG time="2004:8:18:15:25:58" severity="INFORMATION" text="Process
> 956 does not exist so scrub it" file="..RAServerRACommS.c" line="2126"/>
> <SERVER_MSG time="2004:8:18:15:25:58" severity="INFORMATION" text="Process
> 956 exited" file="..RAServerutil.c" line="64"/>
> <SERVER_MSG time="2004:8:18:15:26:33" severity="DEBUG" text="Exiting
> processing thread for client on socket 1104"
> file="..RAServermessagePump.c" line="703"/>
Downloaded RAC server code and put more tracing in there, and found that
the problem is in the fact that, when specifying a Java application as a
Hyades plugin, the Java classpath is not added to the command line
specified in the CreateProcess(...) call in launcher.c.
Is this a known bug? I can delve some deeper in the code and try to find a
solution. The problem probably should be adressed when the server reads
the plugin configuration files.
Luc