RE: [flexcoders] FDS - Problem configurating message destinations

2006-04-22 Thread Matt Chotin



The samples should be easier to configure (none necessary) in beta 3. You need to do a fair amount of configuration for JMS as you saw, but the JRun install takes care of that for you. I'm not sure why you'd be facing your problem of the clients not seeing each other though.

The Admin package is used to help monitor what's going on but isn't usually used for setting any values. I don't think you'll find a need to play with it while you're getting started.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Rühl -akitogo-
Sent: Wednesday, April 19, 2006 3:45 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FDS - Problem configurating message destinations


hi folks,

i just started playing around with the flex data services a little and 
tried out the sample chat application that aou can find on the labs site 
- it is called 'Simple Chat Application'. However, I quickly ran into a 
problem regading the configuration of dewstinations and channels in the 
xx-services.xml file. It just didn't seem to work, the runtime compiler 
always tole ma, that the destination does not exist, in fact it did and 
yes, it was the right configuration file

So, alone with my pain, I decided to work it all over again, deinstalled 
all the stuff and started again from scratch. This time I choose to 
install the FDS as a JRun server instance, since I'm running a 
coldfusion j2ee-instance on the same machine. Now I don't get the 
compile error anymore, and the application shows me, how the message 
format ist, it is about to send. However, the message doesn't arrive on 
a second instance of the same application.

One more disturbing thing... what do I need the flex-admin package for? 
It doesn't seem to be able to configure anything, does it? Is it for 
monitoring only? Couldn't find any documentation on that, unfortunately. 
However, since the ladder installation, the flash-UI of flex-admin 
doesn't show any data. in the installation before, it did at least...

Help, anyone?


greetings, thomas





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] FDS - Problem configurating message destinations

2006-04-20 Thread Thomas Rühl -akitogo-




Thanks for the input, but that really wasn't the problem. In the 
meantime I figured out myself...

When I finally found the logfiles and detected that there was one called 
flex-errors.log, I looked into it and saw what? Right, what I didn't 
expect to see and was noted down nowhere on the way:
The Flex Data Services couldn't instanciate its MessageBroker servlet 
due to an unappropriate (»old«) version of the JRE. The version required 
for the Data Services is 1.4.2_06, the version installed with JRun4 is 
1.4.2_05 even after JRun4 Updater 6, which is the current one.

The reason for that was, with the failt after all at my side, that I 
used the JRun4 installation that ships with Coldfusion installer 
package, deployed Flex on an extra server instance on that and trusted 
in the all-in-one package.

To fix the roblem, I downloaded the latest JRE 1.4.2_11 (1.5 doesn't 
work with JRun4) extracted all the stuff and overwrote the jre folder of 
the JRun installation with the newer version. Since then it works 
without any bugs, as far as I tested it.

The final solution now, is to download everything seperately, the JRE 
1.4.2_06+ from Sun, then JRun4 from Adobe and finally to deploy the Flex 
application on that installation. I'm just re-doing it that way, while I 
write this...

Greetings, Thomas



Nirav Mehta wrote:
 Hi,
 
 This may not be relevant, but it's something we struggled with FDS so I
 will share.
 
 We had CF running on the machine, setup FDS and the built in JRun
 server. Made all the changes to the .xml files.
 
 The java-dao examples worked well, but when we moved to CF, it started
 giving weird problems.
 
 Specifically:
 
 'Error invoking fill method flex.data.adapters.javaadapter$fillmethod
 exception is : java.socket exception: software cause connection abort:
 socket write error'
 
 And this was because of some unmarshaling exception.
 
 We went beating around the bush for four days.
 
 Then figured that the problem was because we installed FDS in
 C:\Program Files\Adobe\Flex Data Service folder, instead of the
 default c:\fds2. Looks like it could not handle the spaces in the path.
 
 When we moved the installation to the default folder, it started working.
 
 :)
 
 :Nirav
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
 
 
 YAHOO! GROUPS LINKS
 
 * Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders on the web.
 
 * To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/. 
 
 
 
 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] FDS - Problem configurating message destinations

2006-04-19 Thread Nirav Mehta



Hi,

This may not be relevant, but it's something we struggled with FDS so I 
will share.

We had CF running on the machine, setup FDS and the built in JRun 
server. Made all the changes to the .xml files.

The java-dao examples worked well, but when we moved to CF, it started 
giving weird problems.

Specifically:

'Error invoking fill method flex.data.adapters.javaadapter$fillmethod
exception is : java.socket exception: software cause connection abort: 
socket write error'

And this was because of some unmarshaling exception.

We went beating around the bush for four days.

Then figured that the problem was because we installed FDS in 
C:\Program Files\Adobe\Flex Data Service folder, instead of the 
default c:\fds2. Looks like it could not handle the spaces in the path.

When we moved the installation to the default folder, it started working.

:)

:Nirav






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.