How do I enable Stack Traces with Flex Data Services?
Description
In the Windows Start Menu select the Flex Server start menu item
Start->All Programs->Adobe->Flex Data Service 2.0->Start Intergrated Flex Server
and choose 'Properties' from the context menu. On the Shortcut tab append
' > server.log 2>&1'
to the target value
C:\fds2\jrun4\bin\jrun.exe -start default
so that it becomes
C:\fds2\jrun4\bin\jrun.exe -start default > server.log 2>&1
Additionally update the file C:\fds2\jrun4\bin\startJRun.bat by appending the
' > server.log 2>&1'
to the last line so that the files looks like below:
C:
cd "C:\fds2\jrun4\bin"
jrun start default > server.log 2>&1
This will make the Stack Traces available in FusionReactor Administrator.
Issue Details
| Type: | Technote |
|---|---|
| Issue Number: | FRS-38 |
| Components: | FusionReactor Settings |
| Environment: | |
| Resolution: | Fixed |
| Added: | 18/05/2007 12:35:32 |
| Affects Version: | 2.0 |
| Fixed Version: | 2.0 |
| Server: | Flex Data Services |
| Platform: | Windows XP, Windows 2000, Windows 2003 |
| Related Issues: | None |
Issue Feedback
Did you find this issue helpful?
0 out of 0 people found this article helpful

